aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci_of_scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-06powerpc/pci: Remove pcibios_setup_bus_devices()Oliver O'Halloran1-1/+0
2019-08-29powerpc/of/pci: Rewrite pci_parse_of_flagsAlexey Kardashevskiy1-11/+55
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+12
2019-07-03powerpc/pci/of: Parse unassigned resourcesAlexey Kardashevskiy1-2/+10
2019-06-20powerpc/pci/of: Fix OF flags parsing for 64bit BARsAlexey Kardashevskiy1-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-11-26powerpc: Use device_type helpers to access the node typeRob Herring1-7/+4
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+2
2018-01-27powerpc/pseries: Add Initialization of VF BarsBryant G. Ly1-1/+1
2017-12-18powerpc/pci: Use for_each_pci_bridge() helperAndy Shevchenko1-5/+2
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring1-12/+12
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-1/+1
2015-11-24PCI/MSI: Initialize MSI capability for all architecturesGuilherme G. Piccoli1-3/+0
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2015-08-31Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+1
2015-08-26powerpc/PCI: Disable MSI/MSI-X interrupts at PCI probe time in OF caseGuilherme G. Piccoli1-0/+3
2015-08-10cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams1-1/+1
2015-07-30PCI: Hold pci_slot_mutex while searching bus->slots listYijing Wang1-5/+1
2015-04-11powerpc: Remove shims for pci_controller_ops operationsDaniel Axtens1-1/+5
2015-04-11powerpc: Create pci_controller_ops.probe_mode and shimDaniel Axtens1-2/+1
2015-03-24powerpc/eeh: Remove device_node dependencyGavin Shan1-1/+1
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard1-1/+1
2014-06-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+9
2014-05-27powerpc/PCI: Use pci_is_bridge() to simplify codeYijing Wang1-2/+1
2014-04-28powerpc/eeh: No hotplug on permanently removed devGavin Shan1-0/+9
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu1-2/+2
2013-10-30powerpc: Fix little endian issue in OF PCI scanAnton Blanchard1-2/+2
2013-08-14powerpc: Make OF PCI device tree accesses endian safeAnton Blanchard1-10/+13
2013-07-24powerpc/pci: Partial tree hotplug supportGavin Shan1-16/+40
2013-06-14Merge branch 'pci/jiang-bus-lock-v3' into nextBjorn Helgaas1-2/+1
2013-06-05PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)Gu Zheng1-2/+1
2013-05-17powerpc/PCI: Use PCI_UNKNOWN for unknown power stateBjorn Helgaas1-1/+1
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman1-7/+5
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2012-07-03powerpc: Fix kernel-doc warningWanpeng Li1-1/+0
2012-06-13powerpc/PCI: register busn_res for root busesYinghai Lu1-1/+1
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-1/+1
2012-03-20powerpc/PCI: convert devtree bus addresses to resourceBjorn Helgaas1-4/+8
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-06-08pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt1-6/+3
2011-02-04powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controllerGrant Likely1-2/+2
2010-08-24powerpc/pci: Fix checking for child bridges in PCI code.Grant Likely1-1/+2
2010-08-24powerpc/pci: Drop unnecessary null testJulia Lawall1-2/+1
2010-05-21powerpc/pci: Check devices status property when scanning OF treeSonny Rao1-0/+2
2010-02-09powerpc: Remove trailing space in messagesFrans Pop1-1/+1
2010-01-29powerpc/pci: Add missing call to header fixupBenjamin Herrenschmidt1-0/+3
2010-01-29powerpc/pci: Add missing hookup to pci_slotBenjamin Herrenschmidt1-0/+5
2010-01-29powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge()Benjamin Herrenschmidt1-0/+2
2009-09-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+1
2009-08-28powerpc/pci: move pci_64.c device tree scanning code into pci-common.cGrant Likely1-0/+358