aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-4/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-07-16MIPS: Fix off-by-one in pci_resource_to_user()Gravatar Paul Burton 1-1/+1
2017-08-08MIPS: PCI: Fix smp_processor_id() in preemptibleGravatar Matt Redfearn 1-4/+3
2017-04-20MIPS: PCI: Use generic pci_mmap_resource_range()Gravatar David Woodhouse 1-25/+0
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()Gravatar David Woodhouse 1-1/+2
2016-10-06MIPS: PCI: Split pci.c into pci.c & pci-legacy.cGravatar Paul Burton 1-284/+3
2016-10-06MIPS: PCI: Inline pcibios_assign_all_bussesGravatar Paul Burton 1-5/+0
2016-10-06MIPS: PCI: Make pcibios_set_cache_line_size an initcallGravatar Paul Burton 1-3/+3
2016-10-06MIPS: PCI: Support for CONFIG_PCI_DOMAINS_GENERICGravatar Paul Burton 1-2/+2
2016-10-06MIPS: PCI: Use struct list_head listsGravatar Paul Burton 1-5/+4
2016-06-23MIPS/PCI: Claim bus resources on PCI_PROBE_ONLY set-upsGravatar Bjorn Helgaas 1-1/+8
2016-06-17PCI: Unify pci_resource_to_user() declarationsGravatar Bjorn Helgaas 1-0/+10
2016-05-13MIPS: make PCI_DMA_BUS_IS_PHYS=1 constantGravatar Sergey Ryazanov 1-3/+0
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Gravatar Bjorn Helgaas 1-0/+6
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeGravatar Lorenzo Pieralisi 1-6/+0
2015-04-17Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-1/+4
2015-04-01MIPS: PCI: Add a hook for IORESOURCE_BUS in pci_controller/bridge_controllerGravatar Joshua Kinard 1-1/+4
2015-03-19PCI: Cleanup control flowGravatar Bjorn Helgaas 1-16/+17
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Gravatar Yijing Wang 1-0/+1
2013-10-29MIPS: of/pci: Use of_pci_range_parserGravatar Andrew Murray 1-32/+18
2013-07-25PCI: Delay enabling bridges until they're neededGravatar Yinghai Lu 1-1/+0
2013-04-10MIPS/PCI: Implement pcibios_get_phb_of_nodeGravatar Gabor Juhos 1-1/+7
2013-02-21Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-j...Gravatar Ralf Baechle 1-2/+13
2013-02-17MIPS: avoid possible resource conflict in register_pci_controllerGravatar Gabor Juhos 1-2/+13
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 1-2/+2
2013-01-03MIPS: drivers: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-5/+4
2012-11-28mips/PCI: Remove CONFIG_HOTPLUG ifdefsGravatar Bill Pemberton 1-2/+0
2012-09-18PCI: Provide a default pcibios_update_irq()Gravatar Thierry Reding 1-6/+0
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsGravatar Thierry Reding 1-1/+1
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextGravatar Bjorn Helgaas 1-2/+2
2012-07-05MIPS/PCI: adjust section annotations for pcibios_setup()Gravatar Myron Stowe 1-2/+2
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resGravatar Yinghai Lu 1-1/+1
2012-05-15MIPS: pci: parse memory ranges from devicetreeGravatar John Crispin 1-0/+55
2012-02-23mips/PCI: get rid of device resource fixupsGravatar Bjorn Helgaas 1-67/+3
2012-02-23mips/PCI: removed unused pci_probe configurabilityGravatar Bjorn Helgaas 1-5/+1
2012-02-23mips/PCI: replace pci_probe_only with pci_flagsGravatar Bjorn Helgaas 1-8/+5
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-1/+28
2012-01-11MIPS: Set default pci cache line size.Gravatar Ralf Baechle 1-1/+28
2012-01-06mips/PCI: convert to pci_scan_root_bus() for correct root bus resourcesGravatar Bjorn Helgaas 1-7/+10
2012-01-06PCI: MIPS: use generic pcibios_set_master()Gravatar Myron Stowe 1-15/+0
2012-01-06PCI: Pull PCI 'latency timer' setup up into the coreGravatar Myron Stowe 1-6/+0
2011-10-31mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULEGravatar Paul Gortmaker 1-0/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-02-27MIPS: Cobalt: convert legacy port addresses to GT-64111 bus addressesGravatar Bjorn Helgaas 1-2/+0
2010-02-22resource/PCI: mark struct resource as constGravatar Dominik Brodowski 1-1/+1
2010-02-22resource/PCI: align functions now return start of resourceGravatar Dominik Brodowski 1-2/+2
2009-09-17MIPS: Remove useless zero initializations.Gravatar Ralf Baechle 1-2/+2
2009-01-07PCI: mips: use generic INTx swizzle from PCI coreGravatar Bjorn Helgaas 1-16/+1
2009-01-07PCI: mips: use generic pci_swizzle_interrupt_pin()Gravatar Bjorn Helgaas 1-8/+1