aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/chrp/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-08powerpc: Add missing headersChristophe Leroy1-1/+1
2021-03-24powerpc/chrp: Make hydra_init() staticGeert Uytterhoeven1-2/+1
2021-02-09powerpc/chrp: Move PHB discoveryOliver O'Halloran1-0/+8
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2018-11-26powerpc: Use device_type helpers to access the node typeRob Herring1-2/+2
2018-05-25powerpc/chrp/pci: Make some functions staticMathieu Malaterre1-6/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring1-9/+9
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-1/+1
2011-07-12powerpc: rename ppc_pci_*_flags to pci_*_flagsRob Herring1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2009-05-21powerpc/pci: Clean up direct access to sysdata by CHRP platformsKumar Gala1-4/+4
2008-12-16powerpc: Introduce ppc_pci_flags accessorsJosh Boyer1-1/+1
2008-12-16powerpc/chrp: Add missing of_node_put in pci.cNicolas Palix1-0/+1
2008-10-15powerpc: Fix CHRP PCI config access for indirect_pciBenjamin Herrenschmidt1-1/+1
2008-10-15powerpc/chrp: Fix detection of Python PCI host bridge on IBM CHRPsBenjamin Herrenschmidt1-1/+1
2008-07-21driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman1-1/+1
2008-01-25[POWERPC] Revert chrp_pci_fixup_vt8231_ata devinit to fix libata on pegasosOlaf Hering1-2/+2
2007-12-20[POWERPC] pci32: Add flags modifying the PCI code behaviourBenjamin Herrenschmidt1-1/+1
2007-12-10powerpc: Fix IDE legacy vs. native fixupsBenjamin Herrenschmidt1-6/+15
2007-08-22[POWERPC] Copy over headers from arch/ppc to arch/powerpc that we needKumar Gala1-1/+1
2007-08-22[POWERPC] Advertise correct IDE mode on Pegasos2Olaf Hering1-0/+29
2007-08-17[POWERPC] chrp pci_ops: Use named structure member initializersNathan Lynch1-4/+4
2007-07-23[POWERPC] Make endianess of cfg_addr for indirect pci ops runtimeKumar Gala1-3/+4
2007-06-29[POWERPC] Merge ppc32 and ppc64 pcibios_alloc_controller() prototypesKumar Gala1-2/+1
2007-06-29[POWERPC] Use global_number in ppc32 pci_controllerKumar Gala1-2/+2
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell1-1/+1
2007-04-24[POWERPC] Remove old interface find_devicesStephen Rothwell1-2/+4
2007-04-24[POWERPC] Remove old interface find_path_deviceStephen Rothwell1-3/+4
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-5/+6
2007-04-13[POWERPC] Remove unused inclusion of linux/ide.hOlaf Hering1-1/+0
2006-12-04[POWERPC] Make pci_read_irq_line the defaultBenjamin Herrenschmidt1-9/+0
2006-07-31[POWERPC] chrp: Constify & voidify get_property()Jeremy Kerr1-6/+5
2006-07-07[POWERPC] Add briq support to CHRPBenjamin Herrenschmidt1-4/+38
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt1-9/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] 64bit resource: fix up printks for resources in arch and core codeGreg Kroah-Hartman1-2/+2
2006-04-05powerpc: Fix CHRP booting - needs a define_machine callPaul Mackerras1-2/+4
2006-02-07[PATCH] powerpc: add refcounting to setup_peg2 and of_get_pci_addressOlaf Hering1-0/+2
2006-01-14[PATCH] powerpc: Make CHRP build againDavid Woodhouse1-10/+17
2005-10-26powerpc: Merge 32-bit CHRP support.Paul Mackerras1-0/+310