summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/pci_32.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pci: Add option for using pci_to_OF_bus_mapPali Rohár2023-02-071-5/+12
* powerpc/pci: Enable PCI domains in /proc when PCI bus numbers are not uniquePali Rohár2022-08-251-0/+9
* powerpc/pci: Add config option for using all 256 PCI busesPali Rohár2022-07-271-0/+6
* powerpc/pci: Disable filling pci-OF-bus-map for non-chrp/powermacPali Rohár2022-07-271-3/+10
* powerpc/pci: Hide pci_create_OF_bus_map() for non-chrp codePali Rohár2022-07-271-0/+2
* powerpc/pci: Make pcibios_make_OF_bus_map() staticPali Rohár2022-07-271-3/+1
* powerpc/pci: Hide pci_device_from_OF_node() for non-powermac codePali Rohár2022-07-271-0/+2
* powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-081-1/+0
* powerpc/kernel: Add __init attribute to eligible functionsNick Child2021-12-231-2/+2
* powerpc/64: Adjust order in pcibios_init()Sam Bobroff2019-08-221-0/+4
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
* powerpc: Remove duplicated include from pci_32.cYueHaibing2018-10-031-1/+0
* powerpc: Remove -Wattribute-alias pragmasPaul Burton2018-06-251-4/+0
* powerpc: fix build failure by disabling attribute-alias warning in pci_32Christophe Leroy2018-06-051-0/+4
* powerpc/32: Add a missing include headerMathieu Malaterre2018-05-251-0/+1
* powerpc/syscalls: Switch trivial cases to SYSCALL_DEFINEAl Viro2018-05-101-3/+3
* powerpc/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-111-1/+2
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-231-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ppc: move exports to definitionsAl Viro2016-08-071-0/+2
* powerpc: Remove more traces of bootmemMichael Ellerman2014-11-191-3/+1
* powerpc/pci: Support per-aperture memory offsetBenjamin Herrenschmidt2013-05-061-1/+1
* POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* powerpc+of: Rename the drivers/of prom_* functions to of_*Nathan Fontenot2012-11-151-1/+1
* powerpc/PCI: compute I/O space bus-to-resource offset consistentlyBjorn Helgaas2012-03-201-3/+3
* powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-261-1/+1
|\
| * powerpc: rename ppc_pci_*_flags to pci_*_flagsRob Herring2011-07-121-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-251-19/+0
|\ \
| * | powerpc/pci: Move FSL fixup from 32-bit to commonKumar Gala2011-06-221-19/+0
| |/
* / pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt2011-06-081-137/+13
|/
* powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controllerGrant Likely2011-02-041-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* powerpc/pci: Merge ppc32 and ppc64 versions of phb_scan()Grant Likely2009-09-021-23/+2
* powerpc/pci: Pull ppc32 PCI features into commonKumar Gala2009-08-281-71/+0
* powerpc/pci: Remove dead checks for CONFIG_PPC_OFGrant Likely2009-08-281-9/+0
* powerpc/pci: Remove redundant pcnet32 fixupKumar Gala2009-05-211-11/+0
* powerpc/pci: Cleanup some minor cruftKumar Gala2009-05-211-8/+0
* powerpc/pci: Fix PCI<->OF matching of old style multifunc devicesTom Arbuckle2009-02-231-4/+11
* powerpc/pci: Move hose_list and pci_address_to_pio to pci-commonMilton Miller2009-02-111-20/+1
* powerpc: Remove `have_of' global variableAnton Vorontsov2008-12-161-6/+1
* powerpc/pci: Remove pcibios_do_bus_setup()Benjamin Herrenschmidt2008-11-051-11/+0
* powerpc/pci: Use common PHB resource hookupBenjamin Herrenschmidt2008-11-051-44/+34
* powerpc/pci: Cleanup debug printk'sBenjamin Herrenschmidt2008-11-051-9/+3
* powerpc: Fix link errors on 32-bit machines using legacy DMABenjamin Herrenschmidt2008-10-151-0/+6
* powerpc/fsl: Hide MPC5121 pci bridge.John Rigby2008-10-131-2/+3