summaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sh-for-v6.5-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-052-19/+32
|\
| * sh: dma: Correct the number of DMA channels for SH7709Artur Rojek2023-07-051-6/+8
| * sh: dma: Fix DMA channel offset calculationArtur Rojek2023-07-051-13/+24
* | sh: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-141-1/+1
|/
* Merge tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-271-1/+0
|\
| * sh: pci: Remove unused variable in SH-7786 PCI Express codeJohn Paul Adrian Glaubitz2023-04-191-1/+0
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+7
|\ \
| * | sh: dma-sysfs: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+7
| |/
* / PCI: Introduce pci_dev_for_each_resource()Mika Westerberg2023-04-041-5/+5
|/
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* PCI: Add defines for normal and subtractive PCI bridgesPali Rohár2022-02-171-1/+1
* sh: dma: fix kconfig dependency for G2_DMANecip Fazil Yildiran2021-01-061-2/+1
* dma-mapping: remove the dma_direct_set_offset exportChristoph Hellwig2020-11-181-1/+1
* dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2020-10-061-1/+0
* dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-1/+1
* dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-171-4/+5
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* sh: pci: Modernize printing of kernel messagesGeert Uytterhoeven2020-08-143-21/+19
* sh: Remove SH5-based Cayman platformGeert Uytterhoeven2020-08-142-79/+0
* sh: remove sh5 supportArnd Bergmann2020-06-014-391/+0
* sh: Replace setup_irq() by request_irq()afzal mohammed2020-03-291-6/+3
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-3/+3
* drivers: Fix boot problem on SuperHGuenter Roeck2019-12-101-9/+2
* Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-272-1/+348
|\
| * sh: add the sh_ prefix to early platform symbolsBartosz Golaszewski2019-10-071-33/+33
| * drivers: move the early platform device support to arch/shBartosz Golaszewski2019-10-072-1/+348
* | sh: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-1/+1
|/
* treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-143-3/+3
* dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig2019-02-201-2/+1
* sh: drivers: convert to SPDX identifiersKuninori Morimoto2018-12-2833-124/+41
* PCI: Call dma_debug_add_bus() for pci_bus_type from PCI coreChristoph Hellwig2018-07-301-2/+0
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+2
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+1
* arch/sh: pcie-sh7786: handle non-zero DMA offsetThomas Petazzoni2018-04-121-0/+8
* arch/sh: pcie-sh7786: adjust the memory mappingThomas Petazzoni2018-04-121-5/+14
* arch/sh: pcie-sh7786: adjust PCI MEM and IO regionsThomas Petazzoni2018-04-121-18/+18
* arch/sh: pcie-sh7786: exclude unusable PCI MEM areasThomas Petazzoni2018-04-121-0/+12
* arch/sh: pcie-sh7786: mark unavailable PCI resource as disabledThomas Petazzoni2018-04-121-0/+3
* arch/sh: pci: don't use disabled resourcesThomas Petazzoni2018-04-121-0/+5
* treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-091-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-213-14/+12
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-212-10/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-029-0/+9
* Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-09-121-2/+1
|\
| * dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig2017-09-011-2/+1
* | Merge branch 'pci/resource' into nextBjorn Helgaas2017-09-071-8/+0
|\ \
| * | PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt2017-08-021-8/+0
| |/
* | sh/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2017-08-031-16/+25
* | sh/PCI: Remove __init optimisations from IRQ mapping functions/dataMatthew Minter2017-08-0310-14/+14
|/
* sh/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-201-22/+0