summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-0/+1
|\
| * Merge branch 'drivers/mmc' into next/driversArnd Bergmann2012-05-151-0/+1
| |\
| | * mmc: dt: Consolidate DT bindingsArnd Bergmann2012-05-151-0/+1
* | | powerpc/44x: Add PCI MSI node for Maui APM821xx SoC and Bluestone board in DTSMai La2012-05-031-0/+25
|/ /
* / powerpc/mpc85xx: add MPIC message dts nodeMingkai Hu2012-04-192-0/+53
|/
* powerpc/dts: Removed fsl,msi property from dts.Diana CRACIUN2012-03-295-16/+0
* powerpc/85xx: add the P1020UTM-PC DTS supportJerry Huang2012-03-293-0/+318
* powerpc/85xx: add the P1020MBG-PC DTS supportJerry Huang2012-03-293-0/+329
* powerpc: Random little legacy iSeries removal tidy upsStephen Rothwell2012-03-281-1/+0
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-2154-641/+3713
|\
| * powerpc/ps3: Do not adjust the wrapper load addressStephen Rothwell2012-03-211-9/+13
| * powerpc: Remove the remaining CONFIG_PPC_ISERIES piecesStephen Rothwell2012-03-211-8/+1
| * Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2012-03-2150-622/+3403
| |\
| | * powerpc/fsl: Added aliased MSIIR register address to MSI node in dtsDiana CRACIUN2012-03-161-3/+3
| | * powerpc/85xx: mpc8548cds - add 36-bit dtsZhao Chenhui2012-03-161-0/+86
| | * powerpc/85xx: Refactor mpc8548cds device treeZhao Chenhui2012-03-164-358/+393
| | * powerpc/85xx: mpc8548cds - Add FPGA node to dtschenhui zhao2012-03-161-1/+7
| | * powerpc/85xx: mpc8548cds - fix alias in mpc8548si-pre.dtsiZhao Chenhui2012-03-161-1/+3
| | * powerpc/85xx: mpc8548cds - Add RapidIO node to dtschenhui zhao2012-03-162-0/+23
| | * powerpc/85xx: mpc8548cds - Add NOR flash node to dtschenhui zhao2012-03-161-1/+39
| | * powerpc/dts: fix the compatible string of sec 4.0Liu Shuo2012-03-161-5/+5
| | * powerpc/83xx: mpc836x - fix failed phy detection for ucc ethernet on MDSPaul Gortmaker2012-03-161-0/+4
| | * powerpc/85xx: Board support for GE IMP3AMartyn Welch2012-03-161-0/+255
| | * powerpc/85xx: Add dts for p1020rdb-pc boardZhicheng Fan2012-03-165-0/+633
| | * powerpc/85xx: Clean up partition nodes in dts for MPC8572DSJia Hongtao2012-03-161-18/+32
| | * powerpc/85xx: p1022ds: disable the NOR flash node if video is enabledTimur Tabi2012-03-161-1/+5
| | * powerpc/85xx: create 32-bit DTS for the P1022DSTimur Tabi2012-03-164-274/+440
| | * powerpc/85xx: Add magic-packet properties for etsecXie Xiaobo2012-03-164-4/+8
| | * powerpc/85xx: Add some DTS nodes and attributes for mpc8536dsXie Xiaobo2012-03-163-3/+104
| | * powerpc/85xx: fix typo in p1010rdb.dtsiGustavo Zacarias2012-03-161-1/+1
| | * powerpc/85xx: p2020rdb & p1010rdb - lower spi flash freq to 40MhzSebastian Andrzej Siewior2012-03-162-2/+2
| | * powerpc/85xx: p2020rdb - move the NAND address.Sebastian Andrzej Siewior2012-03-161-1/+1
| | * powerpc/85xx: Add dts for p1025rdb boardZhicheng Fan2012-03-163-0/+509
| | * powerpc/85xx: Add usb controller version infoRamneek Mehresh2012-03-1611-2/+38
| | * powerpc/85xx: Add p2020rdb-pc dts supportTang Yuantian2012-03-163-0/+433
| | * powerpc/85xx: Added dts for P1021RDB-PC boardXu Jiucheng2012-03-164-0/+432
| * | Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt2012-03-211-2/+125
| |\ \
| | * | powerpc/44x: Add additional device support for APM821xx SoC and Bluestone boardVinh Nguyen Huu Tuong2012-03-171-2/+125
| | |/
| * / powerpc/mpc52xx: add a4m072 board supportHeiko Schocher2012-03-211-0/+168
| |/
| * powerpc/mpic: Add "last-interrupt-source" property to override hardwareKyle Moffett2012-02-231-0/+1
| * fsl/mpic: Create and document the "single-cpu-affinity" device-tree flagKyle Moffett2012-02-231-0/+1
| * fsl/mpic: Document and use the "big-endian" device-tree flagKyle Moffett2012-02-231-0/+1
* | powerpc/44x: Add new compatible value for EMAC node of APM821XX dts file.Duc Dang2012-03-061-1/+1
|/
* powerpc/85xx: Add dr_mode property in USB nodesRamneek Mehresh2012-01-184-3/+8
* powerpc/85xx: Enable USB2 controller node for P1020RDBRamneek Mehresh2012-01-181-7/+4
* powerpc/85xx: Fix cmd12 bug and add the chip compatible for eSDHCJerry Huang2012-01-185-2/+16
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2012-01-161-2/+2
|\
| * Kbuild: Use dtc's -d (dependency) optionStephen Warren2012-01-151-2/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-01-06181-11856/+11791
|\ \
| * | powerpc/fsl: update compatiable on fsl 16550 uart nodesKumar Gala2012-01-0451-101/+101