aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-04-20Merge tag 'sh-for-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-04-18sh: Fix typo in SPDX license ID linesTim Bird1-1/+1
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+5
2026-03-27PCI: Align head space betterIlpo Järvinen1-0/+2
2026-03-27resource: Pass full extent of empty space to resource_alignf callbackIlpo Järvinen1-1/+3
2026-03-17sh: platform_early: remove pdev->driver_override checkDanilo Krummrich1-4/+0
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-6/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar3-4/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-07-16sh: push-switch: Add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-05-02sh: push-switch: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-05-02sh: dma: Remove unused functionalityGeert Uytterhoeven1-116/+0
2024-05-02sh: dma: Remove unused dmac_search_free_channel()Geert Uytterhoeven1-27/+0
2024-02-15sh: dma-sysfs: Make dma_subsys constRicardo B. Marliere1-1/+1
2023-11-02Merge tag 'sh-for-v6.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-176/+0
2023-10-25sh: Remove superhyway bus supportArnd Bergmann3-176/+0
2023-10-10sh: pci: Do PCI error check on own lineIlpo Järvinen1-5/+6
2023-09-09sh: push-switch: Reorder cleanup operations to avoid use-after-free bugDuoming Zhou1-1/+1
2023-07-05Merge tag 'sh-for-v6.5-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-19/+32
2023-07-05sh: dma: Correct the number of DMA channels for SH7709Artur Rojek1-6/+8
2023-07-05sh: dma: Fix DMA channel offset calculationArtur Rojek1-13/+24
2023-06-14sh: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-04-27Merge tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+7
2023-04-19sh: pci: Remove unused variable in SH-7786 PCI Express codeJohn Paul Adrian Glaubitz1-1/+0
2023-04-04PCI: Introduce pci_dev_for_each_resource()Mika Westerberg1-5/+5
2023-03-17sh: dma-sysfs: move to use bus_get_dev_root()Greg Kroah-Hartman1-1/+7
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-02-17PCI: Add defines for normal and subtractive PCI bridgesPali Rohár1-1/+1
2021-01-06sh: dma: fix kconfig dependency for G2_DMANecip Fazil Yildiran1-2/+1
2020-11-18dma-mapping: remove the dma_direct_set_offset exportChristoph Hellwig1-1/+1
2020-10-06dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig1-1/+0
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-1/+1
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan1-4/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-14sh: pci: Modernize printing of kernel messagesGeert Uytterhoeven3-21/+19
2020-08-14sh: Remove SH5-based Cayman platformGeert Uytterhoeven2-79/+0
2020-06-01sh: remove sh5 supportArnd Bergmann4-391/+0
2020-03-29sh: Replace setup_irq() by request_irq()afzal mohammed1-6/+3
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2-3/+3
2019-12-10drivers: Fix boot problem on SuperHGuenter Roeck1-9/+2
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+348
2019-10-18sh: Use pr_warn instead of pr_warningKefeng Wang1-1/+1
2019-10-07sh: add the sh_ prefix to early platform symbolsBartosz Golaszewski1-33/+33
2019-10-07drivers: move the early platform device support to arch/shBartosz Golaszewski2-1/+348
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada3-3/+3
2019-02-20dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig1-2/+1
2018-12-28sh: drivers: convert to SPDX identifiersKuninori Morimoto33-124/+41
2018-07-30PCI: Call dma_debug_add_bus() for pci_bus_type from PCI coreChristoph Hellwig1-2/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+1
2018-04-12arch/sh: pcie-sh7786: handle non-zero DMA offsetThomas Petazzoni1-0/+8
2018-04-12arch/sh: pcie-sh7786: adjust the memory mappingThomas Petazzoni1-5/+14
2018-04-12arch/sh: pcie-sh7786: adjust PCI MEM and IO regionsThomas Petazzoni1-18/+18
2018-04-12arch/sh: pcie-sh7786: exclude unusable PCI MEM areasThomas Petazzoni1-0/+12
2018-04-12arch/sh: pcie-sh7786: mark unavailable PCI resource as disabledThomas Petazzoni1-0/+3
2018-04-12arch/sh: pci: don't use disabled resourcesThomas Petazzoni1-0/+5
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook3-14/+12
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook2-10/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman9-0/+9
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+1
2017-09-07Merge branch 'pci/resource' into nextBjorn Helgaas1-8/+0
2017-09-01dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig1-2/+1
2017-08-03sh/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi1-16/+25
2017-08-03sh/PCI: Remove __init optimisations from IRQ mapping functions/dataMatthew Minter10-14/+14
2017-08-02PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt1-8/+0
2017-04-20sh/PCI: Use generic pci_mmap_resource_range()David Woodhouse1-22/+0
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-08-06Merge tag 'sh-for-4.8' of git://git.libc.org/linux-shLinus Torvalds1-29/+3
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-2/+2
2016-07-31sh: make heartbeat driver explicitly non-modularPaul Gortmaker1-29/+3
2015-07-27PCI: Remove unused "pci_probe" flagsBjorn Helgaas1-8/+0
2015-06-08PCI: Remove unnecessary #includes of <asm/pci.h>Bjorn Helgaas2-2/+0
2015-03-19PCI: Cleanup control flowBjorn Helgaas1-12/+14
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang1-0/+1
2014-08-11Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2014-08-06sh: remove CPU_SUBTYPE_SH7764Richard Weinberger1-3/+2
2014-07-15sh: dma: Use defines instead of hardcoded numbersGeert Uytterhoeven1-1/+1
2014-05-20sh/PCI: Pass GAPSPCI_DMA_BASE CPU & bus address to dma_declare_coherent_memory()Bjorn Helgaas1-3/+15
2014-04-03arch/sh/drivers/pci/pcie-sh7786.h: remove duplicate SH4A_PCIEPHYCTLRGeert Uytterhoeven1-3/+0
2014-03-19sh/PCI: Use default pcibios_enable_device()Bjorn Helgaas1-5/+0
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu1-1/+0
2013-05-05sh: single_open() leaksAl Viro1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+19
2013-04-29sh: Don't use create_proc_read_entry()David Howells1-9/+19
2013-03-12async: rename and redefine async_func_ptrLai Jiangshan1-1/+1
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman3-5/+5
2012-11-28sh/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton1-2/+0
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding1-5/+0
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding1-1/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-08-09sh: dma: fix request_irq usageMike Frysinger1-1/+1
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-9/+4
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2-7/+2
2012-07-05sh/PCI: adjust section annotations for pcibios_setup()Myron Stowe1-2/+2
2012-07-05sh/PCI: factor out pcibios_setup()Myron Stowe1-5/+0
2012-06-28sh: Convert sh_clk_mstp32_register to sh_clk_mstp_registerNobuhiro Iwamatsu1-1/+1
2012-06-18Merge branch 'topic/sebastian-devinit-fixups' into nextBjorn Helgaas1-1/+1
2012-06-16sh/PCI: move fixup hooks from __init to __devinitSebastian Andrzej Siewior1-1/+1
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-1/+1
2012-05-19sh: dma: More legacy cpu dma chainsawing.Paul Mundt1-113/+177
2012-05-19sh: Kill off MAX_DMA_ADDRESS leftovers.Paul Mundt2-18/+1
2012-05-18sh: legacy PCI evt2irq migration.Paul Mundt7-27/+39
2012-03-30sh: dma: Fix up device attribute mismatch from sysdev fallout.Paul Mundt1-1/+1
2012-03-28SH: pci-sh7780: enable big-endian operation.Thomas Schwinge1-3/+12
2012-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt1-64/+11
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-64/+11
2012-03-15arch/sh/drivers/dma/{dma-g2,dmabrg}.c: ensure arguments to request_irq and fr...Julia Lawall2-4/+4
2012-02-24Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds1-1/+1
2012-02-24sh: Fix typo in pci-sh7780.cMasanari Iida1-1/+1
2012-02-23sh/PCI: get rid of device resource fixupsBjorn Helgaas1-64/+11
2012-01-31sh: use the the PCI channels's io_map_baseMichael S. Tsirkin1-2/+2
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-31/+10
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-23/+0
2012-01-06sh/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-10/+10
2012-01-06PCI: sh: use generic pcibios_set_master()Myron Stowe1-15/+0
2012-01-06PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe1-6/+0
2011-12-21sh: dma - convert sysdev_class to a regular subsystemKay Sievers1-40/+41
2011-11-28sh: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin1-23/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+2
2011-10-31sh: Add export.h to arch/sh specific files as required.Paul Gortmaker1-0/+1
2011-10-31sh: fix implicit use of stat.h in arch/sh specific filesPaul Gortmaker1-0/+1
2011-10-28SH: irq: Remove IRQF_DISABLEDYong Zhang7-11/+10
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle11-11/+11
2011-05-23SH: SE7751: Fix pcibios_map_platform_irq prototype.Ralf Baechle1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-01-28sh: Fix up async PCIe probing on SMP.Paul Mundt1-0/+2
2011-01-18sh: pci: Support asynchronous initialization of SH-X3 PCIe channels.Paul Mundt1-18/+28
2011-01-11Merge branches 'sh/memchunk' and 'common/mmcif' into sh-latestPaul Mundt1-1/+1
2011-01-11sh: pci: Add pci_fixup_pcic to pci of landiskNobuhiro Iwamatsu1-2/+26
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-12-24sh: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-11-01sh: machvec IO death.Paul Mundt1-2/+1
2010-10-15sh: pci: Convert to upper/lower_32_bits() helpers.Paul Mundt2-9/+2
2010-10-14sh: pci: Support secondary FPGA-driven PCIe clocks on SDK7786.Paul Mundt2-3/+21
2010-10-14sh: pci: Support slot 4 routing on SDK7786.Paul Mundt3-1/+70
2010-09-20sh: pci: Use a generic raw spinlock for PCI config access locking.Paul Mundt3-12/+15
2010-09-20sh: pci: clock framework support for SH7786 PCIe.Paul Mundt1-21/+86
2010-09-20sh: pci: Use I/O accessors consistently in SH7786 PCIe init code.Paul Mundt2-17/+25
2010-09-20sh: pci: Support ports with disabled links on SH7786 PCIe.Paul Mundt1-5/+12
2010-09-20sh: pci: Discard initial PCICONF4/5 settings for SH7786 PCIe.Paul Mundt1-3/+0
2010-09-20sh: pci: Support root complex config accesses on SH7786 PCIe.Paul Mundt2-9/+55
2010-09-20sh: pci: Move Renesas PCI IDs to a better place.Paul Mundt1-6/+0
2010-09-19sh: pci: Give SH7786 PHY some time to settle.Paul Mundt1-0/+3
2010-09-19sh: pci: Toggle configuration accesses on SH7786.Paul Mundt1-0/+3
2010-09-19sh: pci: Use generic pci_enable_resources() for pcibios_enable_device().Paul Mundt1-34/+1
2010-09-07Merge branch 'sh/pci-express-integration'Paul Mundt2-11/+85
2010-09-07sh: Hook up 3rd memory window for all SH7786 PCIe channels.Paul Mundt1-0/+3
2010-09-07sh: Properly wire up channel 2's I/O window on SH7786 PCIe.Paul Mundt1-0/+1
2010-09-07sh: Ignore 32-bit windows in 29-bit mode for SH7786 PCIe.Paul Mundt1-8/+16
2010-09-07sh: Establish a SuperHyway<->PCIe window mapping on SH7786 PCIe.Paul Mundt1-1/+1
2010-09-07sh: Make SH7786 PCIe port reset logic more aggressive.Paul Mundt1-1/+11
2010-09-07sh: Additional register definitions for SH7786 PCIe.Matt Fleming1-2/+54
2010-08-20Merge branch 'sh/pci-express-integration'Paul Mundt2-21/+36
2010-08-20sh: Relax devfn constraints for SH7786 PCIe.Paul Mundt1-9/+4
2010-08-20sh: Fix up SH7786 PCIe PHY initialization.Paul Mundt1-12/+18
2010-08-20sh: Support type 1 accesses for SH7786 PCI.Paul Mundt1-7/+21
2010-08-04sh: dma: check return value of create_proc_read_entry()Kulikov Vasiliy1-2/+2
2010-06-23sh: Fix typos in PCI initialization messageMatt Fleming3-3/+3
2010-06-07sh: Fix up IORESOURCE_PCI_FIXED usage in pcibios_fixup_device_resources().Paul Mundt1-2/+0
2010-04-26sh: sh7751 pci controller io port fixMagnus Damm1-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo5-0/+5
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds23-473/+911
2010-02-22resource/PCI: mark struct resource as constDominik Brodowski1-1/+1
2010-02-22resource/PCI: align functions now return start of resourceDominik Brodowski1-3/+3
2010-02-10sh: Fix up multi-resource mapping for SH7786 PCIe.Paul Mundt2-43/+82
2010-02-08sh: Fix up SH7786 PCI resource definitions.Paul Mundt2-87/+63
2010-02-08Merge branch 'sh/dmaengine'Paul Mundt1-1/+4
2010-02-08sh: fix Transfer Size calculation in both DMA driversGuennadi Liakhovetski1-1/+4
2010-02-05sh: Fix an off-by-1 in SH7780 PCIC memory resource mapping.Paul Mundt1-5/+5
2010-02-03sh: Fix up early PCI PERR/SERR IRQ handling.Paul Mundt3-26/+78
2010-02-01sh: Improved multi-resource handling for SH7780 PCI.Paul Mundt8-90/+130
2010-02-01sh: Hook up ERR/PERR/SERR detection for SH7780 PCI host controllers.Paul Mundt4-29/+306
2010-02-01sh: Handle PCI controller resource conflicts.Paul Mundt6-15/+11
2010-02-01sh: Enable PCI66 support for SH7780 host controller.Paul Mundt4-1/+96
2010-02-01sh: Fix up large system memory handling for SH7780 PCI.Paul Mundt1-6/+28
2010-01-30sh: Kill off broken type 1 PCI config access checks.Paul Mundt4-37/+0
2010-01-29sh: support PCI domains.Paul Mundt1-2/+15
2010-01-29sh: Bail out early on PCI resource conflicts.Paul Mundt1-13/+9
2010-01-29sh: Reworked SH7780 PCI initialization.Paul Mundt5-137/+94
2010-01-28sh: Fix up read-only variable assignment in pcibios_align_resource().Paul Mundt1-3/+1
2010-01-26sh: Mass ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt8-49/+49
2010-01-15sh: Generalize SH7786 PCIe support.Paul Mundt1-2/+1
2010-01-15sh: heartbeat: Support access size specification via resource flags.Paul Mundt1-5/+17
2009-12-12sh: move machtypes.h to include/generatedSam Ravnborg1-1/+1
2009-11-13sh: dma: Kill off bogus dma_sysclass symbol export.Paul Mundt1-2/+0
2009-10-27sh: Kill off superfluous arch/sh/drivers/pci/Kconfig.Paul Mundt1-7/+0
2009-10-27sh: Revamp PCI DMA coherence Kconfig bits.Paul Mundt1-12/+0
2009-09-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...NeilBrown2-5/+10
2009-09-08dmaengine: sh: Add Support SuperH DMA Engine driverNobuhiro Iwamatsu2-5/+10
2009-08-24sh: Allow use of GENERIC_IOMAPDavid McKay1-0/+4
2009-08-19sh: Add SH7724 support to NR_ONCHIP_DMA_CHANNELSKuninori Morimoto1-3/+3
2009-08-18sh: Prevent heartbeat from scribbling over non-LED bits.Kuninori Morimoto1-0/+10
2009-06-17sh: pci: Initial PCI-Express support for SH7786 Urquell board.Paul Mundt2-0/+356