summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/pci_32.c
AgeCommit message (Expand)Author
2023-02-07powerpc/pci: Add option for using pci_to_OF_bus_mapPali Rohár
2022-08-25powerpc/pci: Enable PCI domains in /proc when PCI bus numbers are not uniquePali Rohár
2022-07-27powerpc/pci: Add config option for using all 256 PCI busesPali Rohár
2022-07-27powerpc/pci: Disable filling pci-OF-bus-map for non-chrp/powermacPali Rohár
2022-07-27powerpc/pci: Hide pci_create_OF_bus_map() for non-chrp codePali Rohár
2022-07-27powerpc/pci: Make pcibios_make_OF_bus_map() staticPali Rohár
2022-07-27powerpc/pci: Hide pci_device_from_OF_node() for non-powermac codePali Rohár
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy
2021-12-23powerpc/kernel: Add __init attribute to eligible functionsNick Child
2019-08-22powerpc/64: Adjust order in pcibios_init()Sam Bobroff
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport
2018-10-03powerpc: Remove duplicated include from pci_32.cYueHaibing
2018-06-25powerpc: Remove -Wattribute-alias pragmasPaul Burton
2018-06-05powerpc: fix build failure by disabling attribute-alias warning in pci_32Christophe Leroy
2018-05-25powerpc/32: Add a missing include headerMathieu Malaterre
2018-05-10powerpc/syscalls: Switch trivial cases to SYSCALL_DEFINEAl Viro
2018-01-11powerpc/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-08-07ppc: move exports to definitionsAl Viro
2014-11-19powerpc: Remove more traces of bootmemMichael Ellerman
2013-05-06powerpc/pci: Support per-aperture memory offsetBenjamin Herrenschmidt
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman
2012-11-15powerpc+of: Rename the drivers/of prom_* functions to of_*Nathan Fontenot
2012-03-20powerpc/PCI: compute I/O space bus-to-resource offset consistentlyBjorn Helgaas
2011-10-31powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-07-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2011-07-12powerpc: rename ppc_pci_*_flags to pci_*_flagsRob Herring
2011-06-22powerpc/pci: Move FSL fixup from 32-bit to commonKumar Gala
2011-06-08pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt
2011-02-04powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controllerGrant Likely
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-02powerpc/pci: Merge ppc32 and ppc64 versions of phb_scan()Grant Likely
2009-08-28powerpc/pci: Pull ppc32 PCI features into commonKumar Gala
2009-08-28powerpc/pci: Remove dead checks for CONFIG_PPC_OFGrant Likely
2009-05-21powerpc/pci: Remove redundant pcnet32 fixupKumar Gala
2009-05-21powerpc/pci: Cleanup some minor cruftKumar Gala
2009-02-23powerpc/pci: Fix PCI<->OF matching of old style multifunc devicesTom Arbuckle
2009-02-11powerpc/pci: Move hose_list and pci_address_to_pio to pci-commonMilton Miller
2008-12-16powerpc: Remove `have_of' global variableAnton Vorontsov
2008-11-05powerpc/pci: Remove pcibios_do_bus_setup()Benjamin Herrenschmidt
2008-11-05powerpc/pci: Use common PHB resource hookupBenjamin Herrenschmidt
2008-11-05powerpc/pci: Cleanup debug printk'sBenjamin Herrenschmidt
2008-10-15powerpc: Fix link errors on 32-bit machines using legacy DMABenjamin Herrenschmidt
2008-10-13powerpc/fsl: Hide MPC5121 pci bridge.John Rigby