summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-0519-101/+169
|\
| * of/address: Clean up function declarationsGrant Likely2010-08-014-1/+6
| * of: remove of_default_bus_idsJonas Bonn2010-07-242-2/+26
| * powerpc: remove references to of_device and to_of_deviceGrant Likely2010-07-248-18/+18
| * of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-242-2/+2
| * Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely2010-07-2417-55/+59
| |\
| * | of: refactor of_modalias_node() and remove explicit match table.Grant Likely2010-07-051-0/+6
| * | of/gpio: add default of_xlate function if device has a node pointerAnton Vorontsov2010-07-053-7/+0
| * | of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely2010-07-052-20/+4
| * | of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov2010-07-054-52/+48
| * | of/powerpc: Move Powermac irq quirk code into powermac pic driver codeGrant Likely2010-07-051-6/+66
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-08-0535-174/+1376
|\ \ \
| * \ \ Merge commit 'kumar/next' into nextBenjamin Herrenschmidt2010-08-0512-117/+669
| |\ \ \
| | * | | powerpc/8xx: Add support for the MPC8xx based boards from TQCHeiko Schocher2010-08-043-0/+163
| | * | | powerpc/85xx: Introduce support for the Freescale P1022DS reference boardTimur Tabi2010-08-043-0/+157
| | * | | powerpc/tqm85xx: add a quirk for ti1520 PCMCIA bridgeDmitry Eremin-Solenikov2010-08-041-0/+21
| | * | | powerpc/mpc8308rdb: support for MPC8308RDB board from FreescaleIlya Yanok2010-08-043-0/+103
| | * | | powerpc/85xx: Cleanup QE initialization for MPC85xxMDS boardsAnton Vorontsov2010-08-041-129/+143
| | * | | powerpc/85xx: Fix booting for P1021MDS boardsAnton Vorontsov2010-08-041-6/+37
| | * | | powerpc/85xx: Fix SWIOTLB initalization for MPC85xxMDS boardsAnton Vorontsov2010-08-041-8/+8
| | * | | powerpc/85xx: kexec for SMP 85xx BookE systemsMatthew McClintock2010-08-021-0/+63
| * | | | Merge commit 'gcl/next' into nextBenjamin Herrenschmidt2010-08-0424-63/+503
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | powerpc/5121: shared DIU framebuffer supportAnatolij Gustschin2010-08-014-0/+290
| | * | | powerpc/512x: add clock structure for Video-IN (VIU) unitAnatolij Gustschin2010-08-011-0/+18
| | * | | powerpc/5121: add initial support for PDM360NG boardAnatolij Gustschin2010-08-013-0/+137
| | * | | powerpc/512x: Group mpc512x board's selection menuAnatolij Gustschin2010-08-011-9/+4
| | | |/ | | |/|
| * | | powerpc: ONLINE to OFFLINE CPU state transition during removalRobert Jennings2010-07-311-0/+1
| * | | powerpc/powermac: Add PowerMac10,2 machine descriptorBenjamin Herrenschmidt2010-07-311-1/+5
| * | | powerpc/pseries: Increase cpu die timeoutBenjamin Herrenschmidt2010-07-311-2/+2
| * | | powerpc: Remove redundant xics badness warningBrian King2010-07-311-2/+0
| * | | Merge commit 'jwb/next' into nextBenjamin Herrenschmidt2010-07-301-16/+0
| |\ \ \
| | * | | Remove REDWOOD_[456] config options and conditional codeChristian Dietrich2010-07-261-16/+0
| * | | | powerpc/book3e: More doorbell cleanups. Sample the PIR registerBenjamin Herrenschmidt2010-07-091-1/+3
| |/ / /
| * | | powerpc/pseries: Use kstrdupJulia Lawall2010-07-091-3/+1
| * | | powerpc/iseries: Use kstrdupJulia Lawall2010-07-091-2/+1
| * | | powerpc/pseries: Add WARN_ON() to request_event_sources_irqs() on irq allocat...Mark Nelson2010-07-091-8/+15
| * | | powerpc/pseries: Rename RAS_VECTOR_OFFSET to RTAS_VECTOR_EXTERNAL_INTERRUPT a...Mark Nelson2010-07-091-3/+2
| * | | powerpc/pseries/eeh: Use for_each_pci_dev()Kulikov Vasiliy2010-07-091-2/+1
| * | | powerpc/pseries: Partition hibernation supportBrian King2010-07-093-0/+221
| * | | powerpc: Clean up obsolete code relating to decrementer and timebasePaul Mackerras2010-07-093-8/+6
* | | | Merge branch 'master' into for-nextJiri Kosina2010-08-0418-49/+62
|\ \ \ \
| * | | | powerpc: Fix erroneous lmb->memblock conversionsBenjamin Herrenschmidt2010-07-231-11/+11
| | |/ / | |/| |
| * | | lmb: rename to memblockYinghai Lu2010-07-1416-54/+54
| |/ /
| * | powerpc/iseries: Fix possible null pointer dereference in iSeries_pcibios_fix...Denis Kirjanov2010-07-081-1/+5
| |/
| * powerpc/5200: fix oops during going to standbyDmitry Baryshkov2010-06-151-1/+10
* | Merge branch 'master' into for-nextJiri Kosina2010-06-1618-57/+258
|\ \ | |/
| * powerpc/cell: Fix integer constant warningDenis Kirjanov2010-06-021-1/+1
| * Merge commit 'kumar/next' into nextBenjamin Herrenschmidt2010-05-311-3/+99
| |\
| | * powerpc/85xx: Add P1021MDS board supportHaiying Wang2010-05-241-3/+99
| * | Merge commit 'jwb/next' into nextBenjamin Herrenschmidt2010-05-312-1/+13
| |\ \
OpenPOWER on IntegriCloud