aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-06dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig1-1/+0
2020-08-14sh: pci: Modernize printing of kernel messagesGeert Uytterhoeven1-6/+5
2018-12-28sh: drivers: convert to SPDX identifiersKuninori Morimoto1-4/+1
2018-07-30PCI: Call dma_debug_add_bus() for pci_bus_type from PCI coreChristoph Hellwig1-2/+0
2018-04-12arch/sh: pci: don't use disabled resourcesThomas Petazzoni1-0/+5
2017-09-07Merge branch 'pci/resource' into nextBjorn Helgaas1-8/+0
2017-08-03sh/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi1-16/+25
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-02treewide: replace obsolete _refok by __refFabian Frederick1-2/+2
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-03-19sh/PCI: Use default pcibios_enable_device()Bjorn Helgaas1-5/+0
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu1-1/+0
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-11-28sh/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton1-2/+0
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding1-5/+0
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding1-1/+1
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas1-5/+0
2012-07-05sh/PCI: factor out pcibios_setup()Myron Stowe1-5/+0
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-1/+1
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-64/+11
2012-02-23sh/PCI: get rid of device resource fixupsBjorn Helgaas1-64/+11
2012-01-31sh: use the the PCI channels's io_map_baseMichael S. Tsirkin1-2/+2
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-31/+10
2012-01-06sh/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-10/+10
2012-01-06PCI: sh: use generic pcibios_set_master()Myron Stowe1-15/+0
2012-01-06PCI: 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-10-31sh: Add export.h to arch/sh specific files as required.Paul Gortmaker1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-11-01sh: machvec IO death.Paul Mundt1-2/+1
2010-10-14sh: pci: Support slot 4 routing on SDK7786.Paul Mundt1-1/+1
2010-09-20sh: pci: Use a generic raw spinlock for PCI config access locking.Paul Mundt1-0/+6
2010-09-19sh: pci: Use generic pci_enable_resources() for pcibios_enable_device().Paul Mundt1-34/+1
2010-06-07sh: Fix up IORESOURCE_PCI_FIXED usage in pcibios_fixup_device_resources().Paul Mundt1-2/+0
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-32/+135
2010-02-22resource/PCI: mark struct resource as constDominik Brodowski1-1/+1
2010-02-22resource/PCI: align functions now return start of resourceDominik Brodowski1-3/+3
2010-02-03sh: Fix up early PCI PERR/SERR IRQ handling.Paul Mundt1-9/+42
2010-02-01sh: Improved multi-resource handling for SH7780 PCI.Paul Mundt1-14/+23
2010-02-01sh: Hook up ERR/PERR/SERR detection for SH7780 PCI host controllers.Paul Mundt1-0/+51
2010-02-01sh: Handle PCI controller resource conflicts.Paul Mundt1-2/+3
2010-02-01sh: Enable PCI66 support for SH7780 host controller.Paul Mundt1-0/+2
2010-01-29sh: support PCI domains.Paul Mundt1-2/+15
2010-01-29sh: Bail out early on PCI resource conflicts.Paul Mundt1-13/+9
2010-01-28sh: Fix up read-only variable assignment in pcibios_align_resource().Paul Mundt1-3/+1
2009-08-24sh: Allow use of GENERIC_IOMAPDavid McKay1-0/+4
2009-06-16sh: pci: Allow register_pci_controller() to handle overlapping regions.Paul Mundt1-12/+2
2009-04-20sh: pci: Rename pci-new.c to pci.c.Paul Mundt1-0/+364
2009-04-20sh: pci: Kill off the last remnants of the now unused pci-auto code.Paul Mundt1-75/+0
2009-04-20sh: pci: Consolidate the remaining common bits.Paul Mundt1-58/+0
2009-04-20sh: pci: Consolidate bus<->resource mapping in pci-lib.Paul Mundt1-14/+0
2009-04-20sh: pci: Consolidate pci_iomap() and use the generic I/O base.Paul Mundt1-35/+0
2009-04-20sh: pci: Consolidate pcibios_align_resource() definitions.Paul Mundt1-23/+0
2009-04-20sh: pci: Drop asm-generic/pci.h, so we can use our own fixups.Paul Mundt1-0/+14
2009-04-16sh: export board_pci_channels in one placeMagnus Damm1-0/+2
2009-04-16sh: pci memory range checking codeMagnus Damm1-3/+2
2009-04-16sh: add init member to pci_channel dataMagnus Damm1-5/+18
2009-04-14sh: Add in PCI bus for DMA API debugging.Paul Mundt1-0/+3
2009-01-07PCI: sh: use generic INTx swizzle from PCI coreBjorn Helgaas1-16/+1
2009-01-07PCI: sh: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas1-6/+1
2008-07-28sh: make pcibios_max_latency staticAdrian Bunk1-1/+1
2008-06-27PCI: remove unused arch pcibios_update_resource() functionsAdrian Bunk1-32/+0
2008-04-29iomap: fix 64 bits resources on 32 bitsBenjamin Herrenschmidt1-2/+2
2008-01-28sh: Get the SH-5 PCI support building.Paul Mundt1-1/+1
2007-07-20sh: Fix up PCI section mismatch warnings.Paul Mundt1-1/+1
2006-09-27sh: Inhibit mapping PCI apertures through page tables.Paul Mundt1-11/+9
2006-09-27sh: Consolidated SH7751/SH7780 PCI support.Paul Mundt1-7/+33
2006-09-27sh: ioremap() overhaul.Paul Mundt1-4/+17
2006-09-27sh: Titan board support.Jamie Lenehan1-12/+46
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+155