| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/pci: Support per-aperture memory offset | Benjamin Herrenschmidt | 2013-05-06 | 1 | -1/+1 |
* | POWERPC: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -3/+3 |
* | powerpc/PCI: make pci_probe_only default to 0 | Bjorn Helgaas | 2012-02-23 | 1 | -3/+0 |
* | powerpc: Fix device-tree matching for Apple U4 bridge | Benjamin Herrenschmidt | 2011-09-29 | 1 | -0/+14 |
* | Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-07-26 | 1 | -3/+3 |
|\ |
|
| * | powerpc: rename ppc_pci_*_flags to pci_*_flags | Rob Herring | 2011-07-12 | 1 | -3/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-07-25 | 1 | -4/+2 |
|\ \ |
|
| * | | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 2011-06-10 | 1 | -4/+2 |
| |/ |
|
* | | pci/of: Match PCI devices to OF nodes dynamically | Benjamin Herrenschmidt | 2011-06-08 | 1 | -1/+2 |
|/ |
|
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | powerpc: Convert to new irq_* function names | Thomas Gleixner | 2011-03-29 | 1 | -1/+1 |
* | powerpc/powermac: Drop unnecessary of_node_put | Julia Lawall | 2010-08-24 | 1 | -2/+0 |
* | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
* | powerpc: Fix some late PowerMac G5 with PCIe ATI graphics | Benjamin Herrenschmidt | 2009-09-02 | 1 | -0/+61 |
* | powerpc/powermac: Add missing of_node_put | Nicolas Palix | 2009-01-08 | 1 | -0/+2 |
* | powerpc: Introduce ppc_pci_flags accessors | Josh Boyer | 2008-12-16 | 1 | -3/+3 |
* | ppc/pmac: remove no longer needed IDE quirk | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -22/+0 |
* | [POWERPC] Improve resource setup of PowerMac G5 HT bridge | Benjamin Herrenschmidt | 2007-12-20 | 1 | -78/+64 |
* | [POWERPC] Enable self-view of the HT host bridge on PowerMac G5 | Benjamin Herrenschmidt | 2007-12-20 | 1 | -19/+35 |
* | [POWERPC] Clear pci_probe_only on 64 bits PowerMac | Benjamin Herrenschmidt | 2007-12-20 | 1 | -2/+2 |
* | [POWERPC] Fixup powermac enable device hook | Benjamin Herrenschmidt | 2007-12-20 | 1 | -4/+14 |
* | [POWERPC] Merge 32 and 64 bits pcibios_enable_device | Benjamin Herrenschmidt | 2007-12-20 | 1 | -12/+10 |
* | [POWERPC] Merge PCI resource allocation & assignment | Benjamin Herrenschmidt | 2007-12-20 | 1 | -2/+1 |
* | [POWERPC] pci32: Add flags modifying the PCI code behaviour | Benjamin Herrenschmidt | 2007-12-20 | 1 | -2/+5 |
* | Merge branch 'linux-2.6' into for-2.6.25 | Paul Mackerras | 2007-12-11 | 1 | -2/+9 |
|\ |
|
| * | powerpc: Fix IDE legacy vs. native fixups | Benjamin Herrenschmidt | 2007-12-10 | 1 | -2/+9 |
* | | [POWERPC] pci_controller->arch_data really is a struct device_node * | Stephen Rothwell | 2007-12-11 | 1 | -3/+3 |
|/ |
|
* | [POWERPC] Remove gratuitous reads from powermac pci config space methods | Nathan Lynch | 2007-08-17 | 1 | -9/+0 |
* | [POWERPC] powermac pci_ops: Use named structure member initializers | Nathan Lynch | 2007-08-17 | 1 | -8/+8 |
* | [POWERPC] Merge ppc32 and ppc64 pcibios_alloc_controller() prototypes | Kumar Gala | 2007-06-29 | 1 | -6/+0 |
* | [POWERPC] rename add_bridge to avoid namespace clashes | Arnd Bergmann | 2007-06-29 | 1 | -5/+3 |
* | [POWERPC] Rewrite IO allocation & mapping on powerpc64 | Benjamin Herrenschmidt | 2007-06-14 | 1 | -32/+0 |
* | [POWERPC] Rename device_is_compatible to of_device_is_compatible | Stephen Rothwell | 2007-05-07 | 1 | -15/+15 |
* | [POWERPC] Remove old interface find_devices | Stephen Rothwell | 2007-04-24 | 1 | -11/+12 |
* | [POWERPC] Rename get_property to of_get_property: arch/powerpc | Stephen Rothwell | 2007-04-13 | 1 | -8/+8 |
* | [POWERPC] Make struct property's value a void * | Stephen Rothwell | 2007-04-13 | 1 | -1/+1 |
* | [POWERPC] Fix warning in powermac pci.c | Benjamin Herrenschmidt | 2007-03-08 | 1 | -2/+5 |
* | [POWERPC] Make pci_read_irq_line the default | Benjamin Herrenschmidt | 2006-12-04 | 1 | -21/+14 |
* | PCI: Delete unused extern in powermac/pci.c | Matthew Wilcox | 2006-12-01 | 1 | -1/+0 |
* | Merge branch 'merge' | Paul Mackerras | 2006-08-01 | 1 | -6/+7 |
|\ |
|
| * | [PATCH] powerpc: fix trigger handling in the new irq code | Benjamin Herrenschmidt | 2006-07-10 | 1 | -6/+7 |
* | | [POWERPC] powermac: Constify & voidify get_property() | Jeremy Kerr | 2006-07-31 | 1 | -17/+20 |
|/ |
|
* | [POWERPC] Add new interrupt mapping core and change platforms to use it | Benjamin Herrenschmidt | 2006-07-03 | 1 | -22/+46 |
* | [PATCH] 64bit resource: fix up printks for resources in arch and core code | Greg Kroah-Hartman | 2006-06-27 | 1 | -2/+3 |
* | Merge branch 'merge' | Paul Mackerras | 2006-04-29 | 1 | -1/+1 |
|\ |
|
| * | [PATCH] USB: Use new PCI_CLASS_SERIAL_USB_* defines | Jean Delvare | 2006-04-27 | 1 | -1/+1 |
* | | [PATCH] powerpc: remove io_page_mask | Anton Blanchard | 2006-04-22 | 1 | -3/+0 |
|/ |
|
* | [PATCH] powerpc: Kill _machine and hard-coded platform numbers | Benjamin Herrenschmidt | 2006-03-28 | 1 | -2/+3 |
* | [PATCH] powermac pci iomem annotations | Al Viro | 2006-02-08 | 1 | -46/+43 |
* | [PATCH] powerpc: Experimental support for new G5 Macs (#2) | Benjamin Herrenschmidt | 2006-01-09 | 1 | -31/+179 |