summaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers
AgeCommit message (Expand)AuthorLines
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada-3/+3
2019-02-20dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig-2/+1
2018-12-28sh: drivers: convert to SPDX identifiersKuninori Morimoto-124/+41
2018-07-30PCI: Call dma_debug_add_bus() for pci_bus_type from PCI coreChristoph Hellwig-2/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+2
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-13/+1
2018-04-12arch/sh: pcie-sh7786: handle non-zero DMA offsetThomas Petazzoni-0/+8
2018-04-12arch/sh: pcie-sh7786: adjust the memory mappingThomas Petazzoni-5/+14
2018-04-12arch/sh: pcie-sh7786: adjust PCI MEM and IO regionsThomas Petazzoni-18/+18
2018-04-12arch/sh: pcie-sh7786: exclude unusable PCI MEM areasThomas Petazzoni-0/+12
2018-04-12arch/sh: pcie-sh7786: mark unavailable PCI resource as disabledThomas Petazzoni-0/+3
2018-04-12arch/sh: pci: don't use disabled resourcesThomas Petazzoni-0/+5
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-14/+12
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook-10/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+9
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-2/+1
2017-09-07Merge branch 'pci/resource' into nextBjorn Helgaas-8/+0
2017-09-01dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig-2/+1
2017-08-03sh/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi-16/+25
2017-08-03sh/PCI: Remove __init optimisations from IRQ mapping functions/dataMatthew Minter-14/+14
2017-08-02PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt-8/+0
2017-04-20sh/PCI: Use generic pci_mmap_resource_range()David Woodhouse-22/+0
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-08-06Merge tag 'sh-for-4.8' of git://git.libc.org/linux-shLinus Torvalds-29/+3
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick-2/+2
2016-07-31sh: make heartbeat driver explicitly non-modularPaul Gortmaker-29/+3
2015-07-27PCI: Remove unused "pci_probe" flagsBjorn Helgaas-8/+0
2015-06-08PCI: Remove unnecessary #includes of <asm/pci.h>Bjorn Helgaas-2/+0
2015-03-19PCI: Cleanup control flowBjorn Helgaas-12/+14
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang-0/+1
2014-08-11Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-1/+1
2014-08-06sh: remove CPU_SUBTYPE_SH7764Richard Weinberger-3/+2
2014-07-15sh: dma: Use defines instead of hardcoded numbersGeert Uytterhoeven-1/+1
2014-05-20sh/PCI: Pass GAPSPCI_DMA_BASE CPU & bus address to dma_declare_coherent_memory()Bjorn Helgaas-3/+15
2014-04-03arch/sh/drivers/pci/pcie-sh7786.h: remove duplicate SH4A_PCIEPHYCTLRGeert Uytterhoeven-3/+0
2014-03-19sh/PCI: Use default pcibios_enable_device()Bjorn Helgaas-5/+0
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu-1/+0
2013-05-05sh: single_open() leaksAl Viro-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-9/+19
2013-04-29sh: Don't use create_proc_read_entry()David Howells-9/+19
2013-03-12async: rename and redefine async_func_ptrLai Jiangshan-1/+1
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman-5/+5
2012-11-28sh/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton-2/+0
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-1/+1
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding-5/+0
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding-1/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo-1/+1
2012-08-09sh: dma: fix request_irq usageMike Frysinger-1/+1