summaryrefslogtreecommitdiff
path: root/arch/sh/drivers
AgeCommit message (Expand)AuthorFilesLines
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-03Merge 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-11sh: 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-06Merge 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-28Merge 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-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-02-18PCI: Add defines for normal and subtractive PCI bridgesPali Rohár1-1/+1
2021-01-07sh: 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-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-15sh: pci: Modernize printing of kernel messagesGeert Uytterhoeven3-21/+19
2020-08-15sh: 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-15treewide: 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-13treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+1
2018-04-13arch/sh: pcie-sh7786: handle non-zero DMA offsetThomas Petazzoni1-0/+8
2018-04-13arch/sh: pcie-sh7786: adjust the memory mappingThomas Petazzoni1-5/+14
2018-04-13arch/sh: pcie-sh7786: adjust PCI MEM and IO regionsThomas Petazzoni1-18/+18
2018-04-13arch/sh: pcie-sh7786: exclude unusable PCI MEM areasThomas Petazzoni1-0/+12
2018-04-13arch/sh: pcie-sh7786: mark unavailable PCI resource as disabledThomas Petazzoni1-0/+3
2018-04-13arch/sh: pci: don't use disabled resourcesThomas Petazzoni1-0/+5
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-1/+1
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook3-14/+12
2017-11-22treewide: init_timer() -> setup_timer()Kees Cook2-10/+5