aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/pci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne1-6/+0
2020-08-14sh: remove __KERNEL__ ifdefs from non-UAPI headersChristoph Hellwig1-4/+0
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-6/+0
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+0
2017-11-07PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas1-2/+0
2017-11-07PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-20sh/PCI: Use generic pci_mmap_resource_range()David Woodhouse1-0/+1
2017-04-18PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse1-2/+1
2016-03-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig1-3/+0
2015-06-08PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas1-18/+0
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo1-5/+0
2012-02-23PCI: collapse pcibios_resource_to_busBjorn Helgaas1-2/+0
2012-02-23sh/PCI: get rid of device resource fixupsBjorn Helgaas1-5/+1
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle1-1/+1
2010-09-20sh: pci: Use a generic raw spinlock for PCI config access locking.Paul Mundt1-0/+2
2010-03-12pci-dma: add linux/pci-dma.h to linux/pci.hFUJITA Tomonori1-2/+0
2010-03-12pci-dma: sh: use include/linux/pci-dma.hFUJITA Tomonori1-18/+1
2010-02-03sh: Fix up early PCI PERR/SERR IRQ handling.Paul Mundt1-0/+12
2010-02-01sh: Improved multi-resource handling for SH7780 PCI.Paul Mundt1-2/+3
2010-02-01sh: Hook up ERR/PERR/SERR detection for SH7780 PCI host controllers.Paul Mundt1-0/+11
2010-02-01sh: Handle PCI controller resource conflicts.Paul Mundt1-1/+1
2010-02-01sh: Enable PCI66 support for SH7780 host controller.Paul Mundt1-0/+2
2010-01-29sh: support PCI domains.Paul Mundt1-1/+12
2010-01-29sh: Kill off deprecated fixed PCI memory window accessors.Paul Mundt1-14/+0
2009-10-27sh: Revamp PCI DMA coherence Kconfig bits.Paul Mundt1-13/+7
2009-10-20sh: Convert to asm-generic/dma-mapping-common.hPaul Mundt1-9/+1
2009-09-09PCI: remove pcibios_scan_all_fns()Alex Chiang1-1/+0
2009-06-17Delete pcibios_select_rootMatthew Wilcox1-13/+0
2009-05-26sh: pci: Disable MWI and make pci_dma_burst_advice() a bit more accurate.Paul Mundt1-2/+18
2009-04-24sh: pci: Fix up the build for CONFIG_PCI=n.Paul Mundt1-0/+2
2009-04-20sh: pci: Kill off the last remnants of the now unused pci-auto code.Paul Mundt1-16/+0
2009-04-20sh: pci: Kill off the now unused hose->io_base.Paul Mundt1-1/+0
2009-04-20sh: pci: Track io and mem_offset per-channel.Paul Mundt1-0/+3
2009-04-20sh: pci: New-style controller registration.Paul Mundt1-11/+18
2009-04-20sh: pci: Rework fixed region checks in ioremap().Paul Mundt1-18/+11
2009-04-20sh: pci: Consolidate pci_iomap() and use the generic I/O base.Paul Mundt1-20/+2
2009-04-20sh: pci: Kill off unused pcibios_fixup().Paul Mundt1-1/+0
2009-04-20sh: pci: Consolidate pcibios_align_resource() definitions.Paul Mundt1-4/+1
2009-04-20sh: pci: HAVE_PCI_MMAP support.Paul Mundt1-0/+3
2009-04-20sh: pci: Drop asm-generic/pci.h, so we can use our own fixups.Paul Mundt1-3/+24
2009-04-16sh: pci io port base address codeMagnus Damm1-27/+20
2009-04-16sh: pci memory range checking codeMagnus Damm1-4/+19
2009-04-16sh: add io_base member to pci_channelMagnus Damm1-0/+1
2009-04-16sh: add reg_base member to pci_channelMagnus Damm1-0/+1
2009-04-16sh: hook in struct pci_channel in sysdataMagnus Damm1-2/+4
2009-04-16sh: add init member to pci_channel dataMagnus Damm1-0/+2
2008-07-29sh: migrate to arch/sh/include/Paul Mundt1-0/+144