aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-02-17PCI: Add defines for normal and subtractive PCI bridgesGravatar Pali Rohár 1-1/+1
2021-01-06sh: dma: fix kconfig dependency for G2_DMAGravatar Necip Fazil Yildiran 1-2/+1
2020-11-18dma-mapping: remove the dma_direct_set_offset exportGravatar Christoph Hellwig 1-1/+1
2020-10-06dma-mapping: move dma-debug.h to kernel/dma/Gravatar Christoph Hellwig 1-1/+0
2020-10-06dma-mapping: split <linux/dma-mapping.h>Gravatar Christoph Hellwig 1-1/+1
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetGravatar Jim Quinlan 1-4/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-14sh: pci: Modernize printing of kernel messagesGravatar Geert Uytterhoeven 3-21/+19
2020-08-14sh: Remove SH5-based Cayman platformGravatar Geert Uytterhoeven 2-79/+0
2020-06-01sh: remove sh5 supportGravatar Arnd Bergmann 4-391/+0
2020-03-29sh: Replace setup_irq() by request_irq()Gravatar afzal mohammed 1-6/+3
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 2-3/+3
2019-12-10drivers: Fix boot problem on SuperHGravatar Guenter Roeck 1-9/+2
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-1/+348
2019-10-18sh: Use pr_warn instead of pr_warningGravatar Kefeng Wang 1-1/+1
2019-10-07sh: add the sh_ prefix to early platform symbolsGravatar Bartosz Golaszewski 1-33/+33
2019-10-07drivers: move the early platform device support to arch/shGravatar Bartosz Golaszewski 2-1/+348
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Gravatar Masahiro Yamada 3-3/+3
2019-02-20dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagGravatar Christoph Hellwig 1-2/+1
2018-12-28sh: drivers: convert to SPDX identifiersGravatar Kuninori Morimoto 33-124/+41
2018-07-30PCI: Call dma_debug_add_bus() for pci_bus_type from PCI coreGravatar Christoph Hellwig 1-2/+0
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 2-2/+2
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-13/+1
2018-04-12arch/sh: pcie-sh7786: handle non-zero DMA offsetGravatar Thomas Petazzoni 1-0/+8
2018-04-12arch/sh: pcie-sh7786: adjust the memory mappingGravatar Thomas Petazzoni 1-5/+14
2018-04-12arch/sh: pcie-sh7786: adjust PCI MEM and IO regionsGravatar Thomas Petazzoni 1-18/+18
2018-04-12arch/sh: pcie-sh7786: exclude unusable PCI MEM areasGravatar Thomas Petazzoni 1-0/+12
2018-04-12arch/sh: pcie-sh7786: mark unavailable PCI resource as disabledGravatar Thomas Petazzoni 1-0/+3
2018-04-12arch/sh: pci: don't use disabled resourcesGravatar Thomas Petazzoni 1-0/+5
2018-01-09treewide: Use DEVICE_ATTR_ROGravatar Joe Perches 1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 3-14/+12
2017-11-21treewide: init_timer() -> setup_timer()Gravatar Kees Cook 2-10/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 9-0/+9
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-2/+1
2017-09-07Merge branch 'pci/resource' into nextGravatar Bjorn Helgaas 1-8/+0
2017-09-01dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsGravatar Christoph Hellwig 1-2/+1
2017-08-03sh/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksGravatar Lorenzo Pieralisi 1-16/+25
2017-08-03sh/PCI: Remove __init optimisations from IRQ mapping functions/dataGravatar Matthew Minter 10-14/+14
2017-08-02PCI: Add a generic weak pcibios_fixup_bus()Gravatar Palmer Dabbelt 1-8/+0
2017-04-20sh/PCI: Use generic pci_mmap_resource_range()Gravatar David Woodhouse 1-22/+0
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()Gravatar David Woodhouse 1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2016-08-06Merge tag 'sh-for-4.8' of git://git.libc.org/linux-shGravatar Linus Torvalds 1-29/+3
2016-08-02treewide: replace obsolete _refok by __refGravatar Fabian Frederick 1-2/+2
2016-07-31sh: make heartbeat driver explicitly non-modularGravatar Paul Gortmaker 1-29/+3
2015-07-27PCI: Remove unused "pci_probe" flagsGravatar Bjorn Helgaas 1-8/+0
2015-06-08PCI: Remove unnecessary #includes of <asm/pci.h>Gravatar Bjorn Helgaas 2-2/+0
2015-03-19PCI: Cleanup control flowGravatar Bjorn Helgaas 1-12/+14
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Gravatar Yijing Wang 1-0/+1
2014-08-11Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-1/+1