summaryrefslogtreecommitdiff
path: root/arch/sh/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
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-04sh/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi1-16/+25
2017-08-04sh/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
2016-08-03treewide: replace obsolete _refok by __refFabian Frederick1-2/+2
2015-07-28PCI: 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-05-21sh/PCI: Pass GAPSPCI_DMA_BASE CPU & bus address to dma_declare_coherent_memory()Bjorn Helgaas1-3/+15
2014-04-04arch/sh/drivers/pci/pcie-sh7786.h: remove duplicate SH4A_PCIEPHYCTLRGeert Uytterhoeven1-3/+0
2014-03-20sh/PCI: Use default pcibios_enable_device()Bjorn Helgaas1-5/+0
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu1-1/+0
2013-03-13async: rename and redefine async_func_ptrLai Jiangshan1-1/+1
2013-01-04ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman3-5/+5
2012-11-29sh/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton1-2/+0
2012-09-19PCI: Provide a default pcibios_update_irq()Thierry Reding1-5/+0
2012-09-19PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding1-1/+1
2012-07-25Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-9/+4
2012-07-06Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2-7/+2
2012-07-06sh/PCI: adjust section annotations for pcibios_setup()Myron Stowe1-2/+2
2012-07-06sh/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-14PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-1/+1
2012-05-18sh: legacy PCI evt2irq migration.Paul Mundt7-27/+39
2012-03-28SH: pci-sh7780: enable big-endian operation.Thomas Schwinge1-3/+12
2012-03-24Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-64/+11
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-24sh/PCI: get rid of device resource fixupsBjorn Helgaas1-64/+11
2012-02-01sh: use the the PCI channels's io_map_baseMichael S. Tsirkin1-2/+2
2012-01-12Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-31/+10
2012-01-07sh/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-10/+10
2012-01-07PCI: sh: use generic pcibios_set_master()Myron Stowe1-15/+0
2012-01-07PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe1-6/+0
2011-11-28sh: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin1-23/+0
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-01sh: Add export.h to arch/sh specific files as required.Paul Gortmaker1-0/+1
2011-10-28SH: irq: Remove IRQF_DISABLEDYong Zhang2-3/+3
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