)]}'
{
  "log": [
    {
      "commit": "58dfc497b9357ec00c879b775c02f4eab19bcecb",
      "tree": "7f69336c83de1d2bf4f8ff28fdf5d3bb0610b2f4",
      "parents": [
        "31ff09b7a60bbc80b5df941ec1a12502861b4da9"
      ],
      "author": {
        "name": "Liang Li",
        "email": "liang.li@windriver.com",
        "time": "Wed Aug 12 09:34:30 2009 -0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Aug 24 20:48:09 2009 -0500"
      },
      "message": "powerpc/83xx: Fix incorrect PCI interrupt map in SBC834x DTS\n\nAllows interrupts to occur on the sbc834x. Currently PCI devices\nget assigned an incorrect IRQ and so the interrupt count never\nincreases. This was tested with the 82546GB based dual port E1000\nPCI-X NIC which uses two distinct IRQ lines on the one card.\n\nroot@localhost:/root\u003e cat /proc/interrupts | grep eth\n17:         78   IPIC   Level     eth1\n48:      27121   IPIC   Level     eth0\n\nSigned-off-by: Liang Li \u003cliang.li@windriver.com\u003e\nSigned-off-by: Yang Shi \u003cyang.shi@windriver.com\u003e\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "31ff09b7a60bbc80b5df941ec1a12502861b4da9",
      "tree": "b208bff4425e7e415a3d731876a432a453db442d",
      "parents": [
        "4de124446b4d68edd6cb747495234be915d56a29"
      ],
      "author": {
        "name": "Liang Li",
        "email": "liang.li@windriver.com",
        "time": "Wed Aug 12 09:34:29 2009 -0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Aug 24 20:48:08 2009 -0500"
      },
      "message": "powerpc/83xx: Add localbus node and MTD partitions for SBC834x\n\nThere is 8MB flash, 8kB EEPROM and 128MB SDRAM on the sbc834x\nlocal bus, so add a localbus node in DTS with MTD partitions.\n\nThe recent U-boot commit fe613cdd4eb moves u-boot to the beginning\nof flash, hence the legacy label on the partition at the end of flash.\n\nSigned-off-by: Liang Li \u003cliang.li@windriver.com\u003e\nSigned-off-by: Yang Shi \u003cyang.shi@windriver.com\u003e\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "4de124446b4d68edd6cb747495234be915d56a29",
      "tree": "e4d19f8a1ccfad8c04722336e2928db852b73782",
      "parents": [
        "fb8e3e1fe1df963b6c1ab8610682737ccae96ef0"
      ],
      "author": {
        "name": "Liang Li",
        "email": "liang.li@windriver.com",
        "time": "Wed Aug 12 09:34:28 2009 -0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Aug 24 20:48:07 2009 -0500"
      },
      "message": "powerpc/83xx: Remove second USB node from SBC834x DTS\n\nSince only one of the SoC USB devices is brought out to a physical\nconnector on the board, remove the 2nd (USB-DR) node from the DTS.\nHaving it present and USB enabled will cause a hang at boot.\n\nSigned-off-by: Liang Li \u003cliang.li@windriver.com\u003e\nSigned-off-by: Yang Shi \u003cyang.shi@windriver.com\u003e\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "fb8e3e1fe1df963b6c1ab8610682737ccae96ef0",
      "tree": "12a1a73aea11440cc375a1f90c7df3b99a746acf",
      "parents": [
        "fc4bdb35fba1c8f464fd85b94a5059e752fc85d4"
      ],
      "author": {
        "name": "Poonam Aggrwal",
        "email": "poonam.aggrwal@freescale.com",
        "time": "Fri Aug 07 21:05:16 2009 +0530"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Aug 24 20:48:06 2009 -0500"
      },
      "message": "powerpc/85xx: Add support for P2020RDB board\n\nAdd support for the P2020RDB reference board from Freescale.\n\nOverview of P2020RDB platform\n\t- DDR\n\t  DDR2 1G\n\t- NOR Flash\n\t  16MByte\n\t- NAND Flash\n\t  32MByte\n\t- 3 Ethernet interfaces\n\t  1) etSEC1\n\t\t- RGMII\n\t\t- connected to a 5 port Vitesse Switch(VSC7385)\n\t\t- Switch is memory mapped through eLBC interface(CS#2)\n\t\t- IRQ1\n\t  2) etSEC2\n\t\t- SGMII\n\t\t- connected to VSC8221\n\t\t- IRQ2\n\t  3) etSEC3\n\t\t- RGMII\n\t\t- connected to VSC8641\n\t\t- IRQ3\n\t- 2 1X PCIe interfaces\n\t- SD/MMC ,USB\n\t- SPI EEPROM\n\t- Serial I2C EEPROM\n\nSigned-off-by: Poonam Aggrwal \u003cpoonam.aggrwal@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "3c15a68880023722fc794018768df556f438ae98",
      "tree": "07c9f4160a44799dafce855ad16c84064557c467",
      "parents": [
        "903444e4297264ec0959e886695911659edb425c"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Mon Aug 10 17:14:55 2009 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Aug 20 10:29:30 2009 +1000"
      },
      "message": "powerpc: use consistent types in mktree\n\ngcc v4.4 currently produces this build warning:\n\narch/powerpc/boot/mktree.c: In function \u0027main\u0027:\narch/powerpc/boot/mktree.c:104: warning: dereferencing type-punned pointer will break strict-aliasing rules\n\ntmpbuf is only used as an array of unsigned ints, so declare it that way.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "433abcdf321322495d83c8b571bdf7134622c734",
      "tree": "4a94a2f8589e51671e2d5eac1db5212ccb834627",
      "parents": [
        "8798b9df26bbc7f3cee686483a0bac68b666bf8f"
      ],
      "author": {
        "name": "Martyn Welch",
        "email": "martyn.welch@gefanuc.com",
        "time": "Wed Jul 29 22:13:45 2009 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Aug 20 10:27:58 2009 +1000"
      },
      "message": "powerpc/86xx: Update GE Fanuc sbc310 DTS\n\nUpdate GE Fanuc DTS to match the alterations suggested during the merge of\nthe ppc9a DTS in commit 740d36ae6344f38c4da64c2ede765d7d2dd1f132\n\nSigned-off-by: Martyn Welch \u003cmartyn.welch@gefanuc.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "8798b9df26bbc7f3cee686483a0bac68b666bf8f",
      "tree": "f0e408099ab44a33c206cacd57ebf3a3dbc2e3d4",
      "parents": [
        "2eaa50e9670ecab9712317723cb7836a4da1c0dc"
      ],
      "author": {
        "name": "Martyn Welch",
        "email": "martyn.welch@gefanuc.com",
        "time": "Tue Jun 30 15:32:38 2009 +0100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Aug 20 10:27:58 2009 +1000"
      },
      "message": "powerpc/86xx: Enable XMC site on GE Fanuc SBC310\n\nThis patch enables the XMC (PCIe daughter card) site on the SBC310.\nSTG enter the description for the patch above.\n\nSigned-off-by: Martyn Welch \u003cmartyn.welch@gefanuc.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "89f3729642cf33bfbc742b85e134936b562f9731",
      "tree": "482190f135101d766b40f846a0299972262d28ff",
      "parents": [
        "c69328d4b93e6885c897155fbacac69a12c5faef"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Sat Jul 25 01:42:30 2009 +0400"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Aug 20 10:27:51 2009 +1000"
      },
      "message": "powerpc/83xx: Add eSDHC support for MPC837xE-RDB/WLAN boards\n\nActually, the support is already there, but it requires newer U-Boots\n(to fill-in clock-frequency, and setup pin multiplexing).\n\nThough, it appears that on RDB boards USBB pins aren\u0027t multiplexed\nbetween USB and eSDHC (unlike MDS boards, where USB and eSDHC share\npctl and pwrfault pins).\n\nSo, for RDB boards we can safely setup pinmux and manually fill-in\nclock-frequency, thus making eSDHC work even with older u-boots.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "c69328d4b93e6885c897155fbacac69a12c5faef",
      "tree": "21575f0a3541ee3dc9b1da030b3761408a9e885d",
      "parents": [
        "fda4bd9bac78efd2f9d566c52956d297bc03e8d9"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Jul 09 22:36:44 2009 +0400"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Aug 20 10:27:47 2009 +1000"
      },
      "message": "powerpc/85xx: Add support for I2C EEPROMs on MPC8548CDS boards\n\nThis patch simply adds four eeprom nodes to MPC8548CDS\u0027 device tree.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "fda4bd9bac78efd2f9d566c52956d297bc03e8d9",
      "tree": "5f1d6595579d25e87de41f0735128e38f47c269b",
      "parents": [
        "3475dd8a68a7c705bee88b143422ba02cb9a796b"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Sat Jul 25 01:42:17 2009 +0400"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Aug 20 10:27:43 2009 +1000"
      },
      "message": "powerpc/83xx: Add support for MPC8377E-WLAN boards\n\nMPC8377E-WLAN are basically RDB boards except:\n\n- RAM extended to 512 MB;\n- NAND flash removed, NOR flash extended to 64 MB;\n- Vitesse VSC7385 5-port switch removed, RTL8211B PHY added;\n- Power management MCU removed;\n- PCI slot removed, another mini-PCI slot added (IRQ routing changed);\n- USB3300 PHY\u0027s ID pin grounded, thus USB port is host-only.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "9239c89bc9c51c412b89eb8040077eaaee361326",
      "tree": "39693452f20f9897893ffcf3ed050466c7cb1de2",
      "parents": [
        "8640d3bf71fa0f25adf86527fe69a32372427d4b"
      ],
      "author": {
        "name": "Heiko Schocher",
        "email": "hs@denx.de",
        "time": "Mon Aug 03 09:34:50 2009 +0200"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Aug 20 10:27:30 2009 +1000"
      },
      "message": "powerpc/82xx: mgcoge - updates for 2.6.32\n\n- add I2C support\n- add FCC1 and FCC2 support\n- fix bogus gpio numbering in plattform code\n\nSigned-off-by: Heiko Schocher \u003chs@denx.de\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "b6c316a1f6447d6dd0fd8d443b66643e328e04fa",
      "tree": "5bb8bbbd6cb3402e2c6132b0403c989472e11ed9",
      "parents": [
        "189339d47d30ad171aa1c95ffc90a6177b3ce4a8"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Jul 30 17:56:54 2009 -0500"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Aug 20 10:26:06 2009 +1000"
      },
      "message": "powerpc/85xx: Added 36-bit physical device tree for mpc8536ds board\n\nAdded a device tree that should be similiar to mpc8536ds.dtb except\nthe physical addresses for all IO are above the 4G boundary.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "189339d47d30ad171aa1c95ffc90a6177b3ce4a8",
      "tree": "aafa0c546ea76c696f19d073962a122beb5f83a3",
      "parents": [
        "6b045a818f1d0b9b68c1d47e745d521dd115991a"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Jul 30 17:56:38 2009 -0500"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Aug 20 10:25:57 2009 +1000"
      },
      "message": "powerpc/85xx: Move mpc8536ds.dts to address-cells/size-cells \u003d \u003c2\u003e\n\nChange the top-level #address-cells and #size-cells to \u003c2\u003e so the\nmpc8536ds.dts is easier to deal with both a true 32-bit physical\nor 36-bit physical address space.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "13ae564f1db967dd4ea244f21f3dad6a28fa351c",
      "tree": "280be6bf3193973e37018c3547e76c4035a6aec6",
      "parents": [
        "88eeb72ec4c1ed7defff0f154c5b56798e038e2a"
      ],
      "author": {
        "name": "Stefan Roese",
        "email": "sr@denx.de",
        "time": "Wed Jul 29 01:40:56 2009 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Aug 20 10:25:37 2009 +1000"
      },
      "message": "powerpc/40x: Update Kilauea dts to support NAND, RTC and HWMON\n\nThis patch adds support for the following devices to the Kilauea dts:\n- PPC4xx NAND controller (NDFC)\n- I2C RTC (Dallas DS1338)\n- I2C HWMON (Dallas DS1775)\n\nAdditionally the partitioning of the NOR FLASH is changed. The dtb\npartition has been missing. Fixed in this patch.\n\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "88eeb72ec4c1ed7defff0f154c5b56798e038e2a",
      "tree": "dfdc33fd316dd67664de5c22ad1ade5d0d8df3ab",
      "parents": [
        "20d70345f181be6bdd5b0a76a408d0693683bf3d"
      ],
      "author": {
        "name": "Stefan Roese",
        "email": "sr@denx.de",
        "time": "Wed Jul 29 07:05:01 2009 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Aug 20 10:25:29 2009 +1000"
      },
      "message": "powerpc/44x: Add NAND support to Canyonlands dts\n\nAlso some whitespace cleanup in the USB device nodes.\n\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "c79b29735d28d819380b584d6707b4110ee759f3",
      "tree": "ec3d868f8aeb4d953f96d0a4aba502635b87efe3",
      "parents": [
        "f7d4f68d971b8234491b4a0be58aa6f659c1c194"
      ],
      "author": {
        "name": "Lucian Adrian Grijincu",
        "email": "lgrijincu@ixiacom.com",
        "time": "Thu Jul 23 00:13:37 2009 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Aug 20 10:12:33 2009 +1000"
      },
      "message": "powerpc: Update boot wrapper script with the new location of dtc\n\ndtc was moved in 9fffb55f66127b52c937ede5196ebfa0c0d50bce from\narch/powerpc/boot/ to scripts/dtc/\n\nThis patch updates the wrapper script to point to the new location of dtc.\n\nSigned-off-by: Lucian Adrian Grijincu \u003clgrijincu@ixiacom.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "1333c3d6d35bdb109ddbd4b7086cbf066a27b156",
      "tree": "178262874c9a2aba2862af110d8d688ebd438a53",
      "parents": [
        "8a0b177f367a8fd03dc5ba1f5a4494d1424471aa"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Tue Jul 21 01:36:43 2009 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jul 29 23:18:41 2009 -0500"
      },
      "message": "powerpc/83xx: Fix PCI IO base address on MPC837xE-RDB boards\n\nU-Boot maps PCI IO at 0xe0300000, while current dts files specify\n0xe2000000. This leads to the following oops with CONFIG_8139TOO_PIO\u003dy.\n\n8139too Fast Ethernet driver 0.9.28\nMachine check in kernel mode.\nCaused by (from SRR1\u003d41000): Transfer error ack signal\nOops: Machine check, sig: 7 [#1]\nMPC837x RDB\n[...]\nNIP [00000900] 0x900\nLR [c0439df8] rtl8139_init_board+0x238/0x524\nCall Trace:\n[cf831d90] [c0439dcc] rtl8139_init_board+0x20c/0x524 (unreliable)\n[cf831de0] [c043a15c] rtl8139_init_one+0x78/0x65c\n[cf831e40] [c0235250] pci_call_probe+0x20/0x30\n[...]\n\nThis patch fixes the issue by specifying the correct PCI IO base\naddress.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "8a0b177f367a8fd03dc5ba1f5a4494d1424471aa",
      "tree": "e66189c0e14362395a6537aec06da34a93e5528f",
      "parents": [
        "c4673f9a32d7b02bcd2057763d3d368efe5809c3"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "cbouatmailru@gmail.com",
        "time": "Wed Jul 01 21:39:25 2009 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jul 29 23:16:39 2009 -0500"
      },
      "message": "powerpc/85xx: Don\u0027t scan for TBI PHY addresses on MPC8569E-MDS boards\n\nSometimes (e.g. when there are no UEMs attached to a board)\nfsl_pq_mdio_find_free() fails to find a spare address for a TBI PHY,\nthis is because get_phy_id() returns bogus 0x0000ffff values\n(0xffffffff is expected), and therefore mdio bus probing fails with\nthe following message:\n\n  fsl-pq_mdio: probe of e0082120.mdio failed with error -16\n\nAnd obviously ethernet doesn\u0027t work after this.\n\nThis patch solves the problem by adding tbi-phy node into mdio node,\nso that we won\u0027t scan for spare addresses, we\u0027ll just use a fixed one.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "ba703e1a7a0b32f740bcfba8e60ad193afa4e723",
      "tree": "3d1308bd92ce7dc948da99314dcc03371281dcbb",
      "parents": [
        "7c3a742a86055df1d18aac25bb8652735b3491ef"
      ],
      "author": {
        "name": "Sean MacLennan",
        "email": "smaclennan@pikatech.com",
        "time": "Sun Jun 28 11:22:51 2009 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Mon Jul 06 08:56:01 2009 -0400"
      },
      "message": "powerpc/4xx: Have Warp take advantage of GPIO LEDs default-state \u003d keep\n\nThe GPIO LEDS driver now has a default state of \"keep\".  Update the Warp DTS\nand platform file to take advantage of this new state.  This removes the\nhardcoding of the two LEDs on the Warp.\n\nSigned-off-by: Sean MacLennan \u003csmaclennan@pikatech.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "fd0cca754f3f6756bfdafe500e4f49b1b9e9723f",
      "tree": "b1eb43fb2fb068ed5fc92b031e3ae853e599af9c",
      "parents": [
        "5ba762c9bb3ce2cc11e9e111cb3c476e84b91668",
        "66c6b856d8738278a4a6e558d25c90e9950aa112"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jun 26 16:58:01 2009 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jun 26 16:58:01 2009 +1000"
      },
      "message": "Merge commit \u0027kumar/next\u0027 into merge\n"
    },
    {
      "commit": "6bb2ae535f2eee0334802724a542701bd969d055",
      "tree": "24d03bf8e1151f60f951d348d997303806b93ea2",
      "parents": [
        "3984114f056203d833251af85501721f7b00fd18"
      ],
      "author": {
        "name": "Gerhard Pircher",
        "email": "gerhard_pircher@gmx.net",
        "time": "Fri Jun 19 11:42:36 2009 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jun 26 14:37:23 2009 +1000"
      },
      "message": "powerpc/amigaone: Limit ISA I/O range to 4k in the device tree\n\nThe kernel reserves the I/O address space from 0x0 to 0xfff for legacy\nISA devices. Change the ranges property for the PCI2ISA bridge to match\nthe kernels behavior, even if the ranges property isn\u0027t used for now.\n\nSigned-off-by: Gerhard Pircher \u003cgerhard_pircher@gmx.net\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "b810c6ec5c659c80b3641580b112db877a0f1f45",
      "tree": "6a7959c02323ab9dc239091fc6a381a9f63e9b27",
      "parents": [
        "5a2642f620eb6e40792822fa0eafe23046fbb55e"
      ],
      "author": {
        "name": "Jon Smirl",
        "email": "jonsmirl@gmail.com",
        "time": "Sun Jun 21 15:28:00 2009 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jun 26 14:37:23 2009 +1000"
      },
      "message": "powerpc: Have git ignore generated files from dtc compile\n\nHave git ignore generated files from dtc compile\n\nSigned-off-by: Jon Smirl \u003cjonsmirl@gmail.com\u003e\nAcked-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nAcked-by: Sean MacLennan \u003csmaclennan@pikatech.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "66c6b856d8738278a4a6e558d25c90e9950aa112",
      "tree": "673fc904c7353eafa37418a7c945c376c587de2d",
      "parents": [
        "6cc7959f385abc77abdeda5462f96407a556265a"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Fri Jun 19 03:37:52 2009 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Jun 23 08:10:00 2009 -0500"
      },
      "message": "powerpc/85xx: Make eSDHC 1-bit only transfer mode default for MPC8569E-MDS\n\nFor yet unknown reason 4-bit mode doesn\u0027t work on MPC8569E-MDS boards,\nso make 1-bit mode default. When we resolve the issue, u-boot will\nremove sdhci,1-bit-only property from the device tree, while SDHCI\nwill still work with older u-boots.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "773d7a09e1a1349a5319ac8665e9c612c6aa27d8",
      "tree": "3b2272bb3cfcab04ba6459cba116e577278c9392",
      "parents": [
        "17fad5209e6b55148dbd20156cdaf2c7e67faa40",
        "b71a107c66ad952c9d35ec046a803efc89a80556"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 19 17:40:40 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 19 17:40:40 2009 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc: (35 commits)\n  powerpc/5121: make clock debug output more readable\n  powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() function\n  powerpc/5200: Update pcm030.dts to add i2c eeprom and delete cruft\n  powerpc/5200: convert mpc52xx_psc_spi to use cs_control callback\n  fbdev/xilinxfb: Fix improper casting and tighen up probe path\n  usb/ps3: Add missing annotations\n  powerpc: Add memory clobber to mtspr()\n  powerpc: Fix invalid construct in our CPU selection Kconfig\n  ps3rom: Use ps3_system_bus_[gs]et_drvdata() instead of direct access\n  powerpc: Add configurable -Werror for arch/powerpc\n  of_serial: Add UPF_FIXED_TYPE flag\n  drivers/hvc: Add missing __devexit_p()\n  net/ps3: gelic - Add missing annotations\n  powerpc: Introduce macro spin_event_timeout()\n  powerpc/warp: Fix ISA_DMA_THRESHOLD default\n  powerpc/bootwrapper: Custom build options for XPedite52xx targets\n  powerpc/85xx: Add defconfig for X-ES MPC85xx boards\n  powerpc/85xx: Add dts files for X-ES MPC85xx boards\n  powerpc/85xx: Add platform support for X-ES MPC85xx boards\n  83xx: add support for the kmeter1 board.\n  ...\n"
    },
    {
      "commit": "d2998c2c3608e6c674f9079b661583927fbe61b0",
      "tree": "d6df3fa81e7874d08c9e4ac876b2b8aaf9b002a5",
      "parents": [
        "5afbf098d171664695db2a7e828e8d96871a01e1"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Jun 18 16:49:02 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 19 16:46:04 2009 -0700"
      },
      "message": "powerpc/86xx: add MMC SPI support for MPC8610HPCD boards\n\nThis patch adds spi and mmc-spi-slot nodes, plus a gpio-controller for\nPIXIS\u0027 sdcsr bank that is used for managing SPI chip-select and for\nreading card\u0027s states.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nCc: Kumar Gala \u003cgalak@gate.crashing.org\u003e\nCc: David Brownell \u003cdavid-b@pacbell.net\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c155ee10c212254e9cdfe7b3eab4e8c13990c231",
      "tree": "71bfed907a084354315d7dba724184152812949b",
      "parents": [
        "ab7f3341df07747079b46c38d4e445f38f9a3192"
      ],
      "author": {
        "name": "Wolfram Sang",
        "email": "w.sang@pengutronix.de",
        "time": "Wed Jun 17 00:30:17 2009 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Jun 17 00:30:17 2009 -0600"
      },
      "message": "powerpc/5200: Update pcm030.dts to add i2c eeprom and delete cruft\n\nAdd a node for the i2c eeprom and delete the superflous gpio-example.\n\nSigned-off-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "247608234e944e3e8e4d503c54c19ccb63dd27f2",
      "tree": "b7fa696b1f73c2ae453d218adcdf719188d52326",
      "parents": [
        "6277597819f07945d8ef234518d970aa51ef17d8"
      ],
      "author": {
        "name": "Nate Case",
        "email": "ncase@xes-inc.com",
        "time": "Thu Jun 11 14:43:01 2009 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 15 22:15:20 2009 -0500"
      },
      "message": "powerpc/bootwrapper: Custom build options for XPedite52xx targets\n\nSome XPedite52xx boards have a legacy boot loader requiring some special\ncare in the boot wrapper.  The use of cuboot-85xx is needed to fix\nup embedded device trees, and a custom link address is specified to\naccommodate the boot loader and larger kernel image sizes used on X-ES\nMPC85xx platforms.\n\nSigned-off-by: Nate Case \u003cncase@xes-inc.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "317bf653a6700b0ae34cef5028b287d5205bdaf1",
      "tree": "936415635f461b6065c13806f876e134c2a90127",
      "parents": [
        "3038acf9091ff265609af3524ed94cce797d8485"
      ],
      "author": {
        "name": "Nate Case",
        "email": "ncase@xes-inc.com",
        "time": "Thu Jun 11 14:42:59 2009 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 15 22:15:16 2009 -0500"
      },
      "message": "powerpc/85xx: Add dts files for X-ES MPC85xx boards\n\nAdd device tree source files for various MPC85xx boards from Extreme\nEngineering Solutions.  Supported boards include XPedite5370,\nXPedite5200, XPedite5301, XPedite5330, and XCalibur1501.\n\nSigned-off-by: Nate Case \u003cncase@xes-inc.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "8159df72d43e237d5bfcff052a8337245b6ac53e",
      "tree": "c3609053ee3e208d9b48ff1aaeaa7fcd214a8102",
      "parents": [
        "40aa7353355f2d2766b2c960aff2f93e3dac4bfa"
      ],
      "author": {
        "name": "Heiko Schocher",
        "email": "hs@denx.de",
        "time": "Mon Jun 15 09:38:18 2009 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 15 22:15:09 2009 -0500"
      },
      "message": "83xx: add support for the kmeter1 board.\n\nThe following series implements basic board support for\nthe kmeter1 board from keymile, based on a MPC8360.\n\nThis series provides the following functionality:\n\n- The board can boot with a serial console on UART1\n- Ethernet:\n    UCC1 in RGMII mode\n    UCC2 in RGMII mode\n    UCC4 in RMII mode\n    UCC5 in RMII mode\n    UCC6 in RMII mode\n    UCC7 in RMII mode\n    UCC8 in RMII mode\n\n    following patch is necessary for working UCC in RMII mode:\n\n    http://lists.ozlabs.org/pipermail/linuxppc-dev/2009-April/070804.html\n\n- Flash accessed via MTD layer\n\n  On this hardware there is an Intel P30 flash, following patch\n  series is necessary for working with this hardware:\n\n  http://lists.ozlabs.org/pipermail/linuxppc-dev/2009-April/070624.html\n\n- I2C using I2C Bus 1 from the MPC8360 cpu\n\nSigned-off-by: Heiko Schocher \u003chs@denx.de\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "40aa7353355f2d2766b2c960aff2f93e3dac4bfa",
      "tree": "06fb87bad1ec092b175838f75c9e18a82e6059bc",
      "parents": [
        "e86b4998f00b51f60b4baab9bbef5e07c9407614"
      ],
      "author": {
        "name": "Kevin Hao",
        "email": "kexin.hao@windriver.com",
        "time": "Wed May 27 10:05:05 2009 +0800"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 15 21:45:32 2009 -0500"
      },
      "message": "powerpc/85xx: Add nor flash partitions for mpc8569mds\n\nAdd 4 partitions in nor flash. Also fix nor flash bank width bug. The\nflash is capable of x8/x16 width but is configured for x8.\n\nSigned-off-by: Kevin Hao \u003ckexin.hao@windriver.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "7b9edb9d619a1b3ecd35d832d4a93803d4f0ca5f",
      "tree": "980a47a1d5fc882c5bae8de9d4f3c70b337e5af0",
      "parents": [
        "b45cc9eff72e0871ffb83ae32c3dbca382909706"
      ],
      "author": {
        "name": "Nate Case",
        "email": "ncase@xes-inc.com",
        "time": "Mon Jun 08 17:17:42 2009 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 15 21:45:32 2009 -0500"
      },
      "message": "powerpc/85xx: cuboot - Fix up ethernet3 MAC address on MPC85xx\n\nSome MPC85xx platforms do support 4 ethernet ports, so make sure the boot\nwrapper fixes up all of them in the fdt.\n\nSince MAC addresses are at the end of the bd_t structure there is no harm\nin expanding to support 4 MAC address on older 85xx systems that might not\nhave that many.\n\nSigned-off-by: Nate Case \u003cncase@xes-inc.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "b7d66c88c968379ebe683a28c4005895497ebbad",
      "tree": "58997c1d300f4f90c1b63479aec9dd8c1f55c054",
      "parents": [
        "4dc2a6cf82746c1e632aad0cd38615a35f8df075"
      ],
      "author": {
        "name": "Peter Korsgaard",
        "email": "jacmet@sunsite.dk",
        "time": "Tue Jun 09 13:43:32 2009 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 15 21:45:31 2009 -0500"
      },
      "message": "powerpc/mpc83xx: Fix usb mux setup for mpc834x\n\nusb0 and usb1 mux settings in the sicrl register were swapped (twice!)\nin mpc834x_usb_cfg(), leading to various strange issues with fsl-ehci\nand full speed devices.\n\nThe USB port config on mpc834x is done using 2 muxes: Port 0 is always\nused for MPH port 0, and port 1 can either be used for MPH port 1 or DR\n(unless DR uses UTMI phy or OTG, then it uses both ports) - See 8349 RM\nfigure 1-4..\n\nmpc8349_usb_cfg() had this inverted for the DR, and it also had the bit\npositions of the usb0 / usb1 mux settings swapped. It would basically\nwork if you specified port1 instead of port0 for the MPH controller (and\nhappened to use ULPI phys), which is what all the 834x dts have done,\neven though that configuration is physically invalid.\n\nInstead fix mpc8349_usb_cfg() and adjust the dts files to match reality.\n\nSigned-off-by: Peter Korsgaard \u003cjacmet@sunsite.dk\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "4dc2a6cf82746c1e632aad0cd38615a35f8df075",
      "tree": "29ea8afd90af0c80d8945252ed6b84d691812317",
      "parents": [
        "7a5c62fbfb86e731eab0798a1a02ff0d915ea10a"
      ],
      "author": {
        "name": "leon.woestenberg@gmail.com",
        "email": "leon.woestenberg@gmail.com",
        "time": "Sat Jun 06 09:15:13 2009 -0700"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 15 21:45:31 2009 -0500"
      },
      "message": "powerpc/83xx: Add MSI interrupts to DTS of MPC8315E-RDB\n\nThe PCIe MSI interrupts are missing from the device tree source, and\nthus were not enabled. This patch adds them.\n\nTested to work on MPC8315E-RDB with custom FPGA PCIe device.\n\nSigned-off-by: Leon Woestenberg \u003cleon@sidebranch.com\u003e\nTested-by: Leon Woestenberg \u003cleon@sidebranch.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "7a5c62fbfb86e731eab0798a1a02ff0d915ea10a",
      "tree": "931851a3e6aa2bfa8f293b25e23f66dfb1633e03",
      "parents": [
        "b4a31c94b6445b9e2cfe62efbb8109ac6ebd11aa"
      ],
      "author": {
        "name": "Martyn Welch",
        "email": "martyn.welch@gefanuc.com",
        "time": "Tue May 19 10:40:57 2009 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 15 21:45:31 2009 -0500"
      },
      "message": "powerpc/86xx: Add I2C device mappings in DTS for SBC610\n\nMappings for temperature sensors (adt7461 and lm92) are missing from the\nSBC610\u0027s DTS file.\n\nSigned-off-by: Martyn Welch \u003cmartyn.welch@gefanuc.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "b4a31c94b6445b9e2cfe62efbb8109ac6ebd11aa",
      "tree": "9749e4960916ad6b966f6a433f7902442969bc6c",
      "parents": [
        "1a2eceaacd3721336bc08ffdca546e1a8ff2429d"
      ],
      "author": {
        "name": "Haiying Wang",
        "email": "Haiying.Wang@freescale.com",
        "time": "Tue Jun 02 10:04:16 2009 -0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 15 21:45:30 2009 -0500"
      },
      "message": "powerpc/85xx: Add UCC6 and UCC8 nodes in SGMII mode for MPC8569MDS\n\nSigned-off-by: Haiying Wang \u003cHaiying.Wang@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "1a2eceaacd3721336bc08ffdca546e1a8ff2429d",
      "tree": "631a034aeae01e27068cc891fcf291b65a94fa16",
      "parents": [
        "cab888e678d0986ebce95464d3842a6aeca1e3d8"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Wed Jun 10 19:19:26 2009 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 15 21:45:30 2009 -0500"
      },
      "message": "powerpc/83xx: Update sdhci nodes per new bindings\n\nAs of commit 404614728f857d0ac63d29c3a29d0cf392a15598 (\"Update FSL\nesdhc binding\"), we use \"fsl,esdhc\" compatible entry as a base\nmatch. U-Boot will use the same compatible to fixup esdhc nodes.\n\nThis patch updates 83xx dts files so that they conform to the new\nbindings.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "c7a7a5b9a27e28ce5f800ead9091ce68d37e8088",
      "tree": "2a56249a592758bf3321cd3e9f2e6faa318e637b",
      "parents": [
        "152d0182822e871a3fe1f6d97949d83fad950e26"
      ],
      "author": {
        "name": "Wolfgang Denk",
        "email": "wd@denx.de",
        "time": "Tue May 12 21:06:14 2009 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 15 21:45:30 2009 -0500"
      },
      "message": "powerpc/mpc8272ads: fix device tree for 8 MB flash size\n\nThe current device tree for the MPC8272ADS assumes a mapping of 32 MB\nof NOR flash at 0xFE00.0000, while there are actually only 8 MB on\nthe boards, mapped at 0xFF80.0000. When booting an uImage with such a\ndevice tree, the kernel crashes because 0xFE00.0000 is not mapped.\n\nAlso introduce aliases for serial[01] and ethernet[01].\n\nSigned-off-by: Wolfgang Denk \u003cwd@denx.de\u003e\nCc: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "529273c1ad5f591d066a9d90a6bd6affa19c5461",
      "tree": "2a34ad4fa66f0b83d7f458fd6dd55ec11696c13c",
      "parents": [
        "7dafd239ab522d38979ebe44d79aa68ad7b1a383"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Sat Jun 06 06:39:46 2009 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Jun 15 13:26:16 2009 +1000"
      },
      "message": "powerpc/install: Bail with error code on error in install script\n\nIf anything goes wrong when copying images into the install path, then\nthe install script should exit with an error code so that \u0027make\u0027 knows\nabout it and tells the user.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "10f52dd9febf0302bc458a6ea7979767dfa9f3b6",
      "tree": "9048c0001147e958eb85a138e71237317a70fb54",
      "parents": [
        "ec3cf2ece22a8ede7478bf38e2a818986322662b",
        "336ff735425d2709c4bb3f2a55f7565e8170ce7a"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jun 12 10:35:52 2009 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Jun 12 10:35:52 2009 +1000"
      },
      "message": "Merge commit \u0027jwb/next\u0027 into next\n"
    },
    {
      "commit": "b907abc9f2bad3111269c53d0f951ee76e376b44",
      "tree": "5704f34f824fd574c421b0954bd0271db3437159",
      "parents": [
        "e52ba9c54176c9757ab6b18bea7b7ed51e2faf16"
      ],
      "author": {
        "name": "Roderick Colenbrander",
        "email": "thunderbird2k@gmail.com",
        "time": "Sat Jun 06 10:16:00 2009 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Sat Jun 06 10:16:00 2009 -0600"
      },
      "message": "powerpc/virtex: Add ml510 reference design device tree\n\nAs subject says, add dts files for Xilinx ML510 reference design with\nthe PCI host bridge device.\n\nSigned-off-by: Roderick Colenbrander \u003cthunderbird2k@gmail.com\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "7b8d639cfc7967388d1cfe2a81e7e3c872a81a0d",
      "tree": "e61a7d587f7c789b76c347fab84690fc20885dd9",
      "parents": [
        "9d2c0f67c8cf8d2f34aa126da7b98d265d54017f"
      ],
      "author": {
        "name": "Stefan Roese",
        "email": "sr@denx.de",
        "time": "Tue Apr 07 05:31:05 2009 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Thu Jun 04 09:01:16 2009 -0400"
      },
      "message": "powerpc/4xx: Sequoia: Enable NAND support\n\nNow that the 4xx NAND driver is available again in arch/powerpc, let\u0027s\nenable it on Sequoia. This patch also disables the early debug messages\n(CONFIG_PPC_EARLY_DEBUG) in the Sequoia defconfig.\n\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "805e324b7fbddf9f420f0ea09eb61c21777b0526",
      "tree": "a162dd9f4e1b06ef85f3458eff869a3443915f74",
      "parents": [
        "54c181935d2a2d46a1b2f00cbb25acc35e4f5ee2"
      ],
      "author": {
        "name": "Sean MacLennan",
        "email": "smaclennan@pikatech.com",
        "time": "Mon Apr 06 11:58:25 2009 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu May 21 15:42:56 2009 +1000"
      },
      "message": "powerpc: Update Warp to use leds-gpio driver\n\nNow that leds-gpio is a proper OF platform driver, the Warp can use\nthe leds-gpio driver rather than the old out-of-kernel driver.\n\nOne side-effect is the leds-gpio driver always turns the leds off\nwhile the old driver left them alone. So we have to set them back to\nthe correct settings.\n\nSigned-off-by: Sean MacLennan \u003csmaclennan@pikatech.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "01af9507ff36578dad89b1cc88ff37ac18e719cb",
      "tree": "ccc59eebbaeeea91ba43908559513505adfd7409",
      "parents": [
        "404614728f857d0ac63d29c3a29d0cf392a15598"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Apr 15 14:38:40 2009 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 19 00:50:43 2009 -0500"
      },
      "message": "powerpc/85xx: Add P2020DS board support\n\nThe P2020 is a dual e500v2 core based SOC with:\n* 3 PCIe controllers\n* 2 General purpose DMA controllers\n* 2 sRIO controllers\n* 3 eTSECS\n* USB 2.0\n* SDHC\n* SPI, I2C, DUART\n* enhanced localbus\n* and optional Security (P2020E) security w/XOR acceleration\n\nThe p2020 DS reference board is pretty similar to the existing MPC85xx\nDS boards and has a ULI 1575 connected on one of the PCIe controllers.\n\nSigned-off-by: Ted Peters \u003cTed.Peters@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "558ab308906b398a16fa52f296407418470356c0",
      "tree": "904e479cc253c11f68303afdeb134d0a33069b9a",
      "parents": [
        "3da34aae03d498ee62f75aa7467de93cce3030fd"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 12 16:59:12 2009 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 19 00:50:38 2009 -0500"
      },
      "message": "powerpc/8xxx: Update PCI outbound window addresses for 36-bit configs\n\nIn these configuration we expect to have large amounts of memory (\u003e 4G)\nand thus will bounce via swiotlb some region of PCI address space.\n\nThe outbound windows were wasting 512M of address space by leaving a\ngap between the top of the outbound window and the 4G boundary.  By\nmoving the top of the outbound window up to the 4G boundary we can\nreclaim the vast majority of the 512M (minus space needed for PEXCSRBAR)\nand thus reduces the amount of memory we have to bounce.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "12ac426f889f3a6b821c7ca73e74d83f0fc84c13",
      "tree": "a0ab8ef94debd4a68b8f75a90d7f516f23724f5e",
      "parents": [
        "190ee6ed71577257106a0366c16473a5c81f582f"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri May 08 16:28:42 2009 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 19 00:50:37 2009 -0500"
      },
      "message": "powerpc/85xx: Add MSI nodes for MPC8568/9 MDS systems\n\nThe MPC8568/9 chips support MSIs on PCIe so no reason not to enable them.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "bd78c33a096a73f09b1b998a481290e229382a8b",
      "tree": "b722cde3e760b7cd264a70b0d3e74ce17585f44d",
      "parents": [
        "5e8306fe5de2ce0c3272abd4b8ab20323a8bf0ff"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Sat May 02 06:16:59 2009 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 19 00:50:35 2009 -0500"
      },
      "message": "powerpc/85xx: Add STMicro M25P40 serial flash support for MPC8569E-MDS\n\nFor serial flash support we need to:\n\n- Add QE Par IO Bank E device tree node, a GPIO from this bank is\n  used for SPI chip-select line;\n- Add serial-flash node;\n- Add proper module alias into of/base.c.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "5e8306fe5de2ce0c3272abd4b8ab20323a8bf0ff",
      "tree": "d8760d83dc63a51052cc9e83405b886d499467d1",
      "parents": [
        "28da456a480c6149fb1cdfa006c3fbff6b7b6bc2"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Sat May 02 06:16:56 2009 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 19 00:50:34 2009 -0500"
      },
      "message": "powerpc/85xx: Enable Serial RapidIO for MPC85xx MDS boards\n\nSelect HAS_RAPIDIO symbol and add rio nodes for MPC8568E-MDS\nand MPC8569E-MDS boards.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "28da456a480c6149fb1cdfa006c3fbff6b7b6bc2",
      "tree": "56adec0d9af4758a6d9d9a8e36c51894d3366b73",
      "parents": [
        "ea38f579d57e19bc054aaea4b9a2a9ddad85e9eb"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Sat May 02 06:16:53 2009 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 19 00:50:33 2009 -0500"
      },
      "message": "powerpc/85xx: Add eSDHC support for MPC8569E-MDS boards\n\nNote that eSDHC and DUART0 are mutually exclusive on MPC8569E-MDS\nboards. Default option is DUART0, so eSDHC is disabled by default.\nU-Boot will fixup device tree if eSDHC should be used instead of\nDUART0.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "ea38f579d57e19bc054aaea4b9a2a9ddad85e9eb",
      "tree": "b60e37374462ac01baea537bc2fb02d61992def2",
      "parents": [
        "cd7e4a2cbb147a2f15abfad93e1af847e6bb339f"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Sat May 02 06:16:51 2009 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 19 00:50:32 2009 -0500"
      },
      "message": "powerpc/85xx: Fix reg \u0026 interrupts for mpc8569emds localbus added NAND\n\nThis patch fixes bogus reg \u003d \u003c\u003e property in the localbus node,\nand fixes interrupt property (should be \"interrupts\").\n\nAlso add node for NAND support.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "cd7e4a2cbb147a2f15abfad93e1af847e6bb339f",
      "tree": "3e1faba723ed4d4ed1d0ede5c90d787cd698bde5",
      "parents": [
        "bfa568d19a3faed3b94978ad48ac15d1b0d7e5bc"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Sat May 02 06:16:49 2009 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 19 00:50:31 2009 -0500"
      },
      "message": "powerpc/85xx: Fix mpc8569emds crypto node to include SNOW unit\n\nfsl,exec-units-mask should be 0xbfe to include SNOW unit in\nMPC8569E\u0027s security engine.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "b1b680258618dee231a4136cdef5e1903c090817",
      "tree": "121fa83d660597b15ac1dfe4536d0a54c1e93130",
      "parents": [
        "01b14a906bfee5745eb23f5b57621e5ad320ae1d"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri May 08 08:40:11 2009 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 19 00:50:29 2009 -0500"
      },
      "message": "powerpc/fsl: Removed reg property from 85xx/86xx soc node\n\nBetween the addition of the ecm/mcm law nodes and the fact that the\nget_immrbase() has been using the range property of the SoC to determine\nthe base address of CCSR space we no longer need the reg property at\nthe soc node level.  It has been ill specified and varied between device\ntrees to cover either the {e,m}cm-law node, some odd subset of CCSR\nspace or all of CCSR space.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "01b14a906bfee5745eb23f5b57621e5ad320ae1d",
      "tree": "16304f4da32138b6eac490fbe59dba275a7889bd",
      "parents": [
        "4b3b42b38af82e4815178d4762986f246adfe0ec"
      ],
      "author": {
        "name": "Haiying Wang",
        "email": "Haiying.Wang@freescale.com",
        "time": "Fri May 01 15:40:51 2009 -0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 19 00:50:28 2009 -0500"
      },
      "message": "powerpc/qe: add new qe properties for QE based chips\n\nAdd fsl,qe-num-riscs and fsl,qe-num-snums to all the devices trees which\nhave qe node.\n\nSigned-off-by: Haiying Wang \u003cHaiying.Wang@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "4b3b42b38af82e4815178d4762986f246adfe0ec",
      "tree": "91354ff3ce87e8cfd288a1c60b80991b940b43b6",
      "parents": [
        "674e4f93e2524e5710d5f2081feaedfd08f924a7"
      ],
      "author": {
        "name": "Haiying Wang",
        "email": "Haiying.Wang@freescale.com",
        "time": "Fri May 01 15:40:50 2009 -0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 19 00:50:26 2009 -0500"
      },
      "message": "powerpc/85xx: Add MPC8569MDS board support\n\nThe MPC8569 is similiar to the MPC8568.  It doubles the number of\nQUICC Engine RISC cores from 2 to 4.  Removes eTSECs, TLU and adds\nthe eSDHC controller.\n\nSigned-off-by: Haiying Wang \u003cHaiying.Wang@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "da385780489db4f55dad96609511a9a6d1b041cb",
      "tree": "f2a87a21687c7ad162e74a56f494b3efb6c24a3c",
      "parents": [
        "5a928079c9b95e7c34526b07a3bb80b8d062347f"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Apr 27 11:02:16 2009 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 19 00:46:21 2009 -0500"
      },
      "message": "powerpc/86xx: Add new LAW \u0026 MCM device tree nodes for all 86xx systems\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "e1a228973646bfa09575423cf5c40b3d0f40d670",
      "tree": "7f2666c441c6c3f609e83ba18ad8aca1eff02cc0",
      "parents": [
        "6ca05ee11f3da9484c5323aeaec7cee540af70ed"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Apr 22 13:17:42 2009 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 19 00:46:19 2009 -0500"
      },
      "message": "powerpc/85xx: Add new LAW \u0026 ECM device tree nodes for all 85xx systems\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "abd7d4837fbdd9bf0cf0f3efefa1312d6fa3082c",
      "tree": "bb779fb3a1498e2767ee58c206df204e76812127",
      "parents": [
        "9bf8b2741e6cd2e5ee98bfc050e3694890fdc811"
      ],
      "author": {
        "name": "Becky Bruce",
        "email": "beckyb@kernel.crashing.org",
        "time": "Mon Apr 20 11:26:47 2009 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 19 00:46:17 2009 -0500"
      },
      "message": "powerpc/86xx: Add 36-bit device tree for mpc8641hpcn\n\nThe new dts places most of the devices in physical address space\nabove 32-bits, which allows us to have more than 4GB of RAM present.\n\nSigned-off-by: Becky Bruce \u003cbeckyb@kernel.crashing.org\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "28eac2b74cc7136dee3f2615167811d24d25bc97",
      "tree": "85d32bd1a86ea68b8366ddaef315d00ce660351a",
      "parents": [
        "e2ff7544e121a574b151d9012c72f6601df2f087"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Apr 15 10:38:49 2009 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 19 00:46:14 2009 -0500"
      },
      "message": "powerpc/fsl: Remove cell-index from PCI nodes\n\nThe cell-index property isn\u0027t used on PCI nodes and is ill defined.\nRemove it for now and if someone comes up with a good reason and\nconsistent definition for it we can add it back\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "662f11cf2aaedd3d5fe6afbec78ba3288fd0c4ca",
      "tree": "f491041c3f04e5164682bfe67f75aa5fced33609",
      "parents": [
        "1f71ebedb3f8ce9108978168759c8551d873a912",
        "ad892a63f64888a7b05eb2046febbcfbdd54dfcc"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 15 08:05:02 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 15 08:05:02 2009 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc:\n  powerpc: Fix PCI ROM access\n  powerpc/pseries: Really fix the oprofile CPU type on pseries\n  serial/nwpserial: Fix wrong register read address and add interrupt acknowledge.\n  powerpc/cell: Make ptcal more reliable\n  powerpc: Allow mem\u003dx cmdline to work with 4G+\n  powerpc/mpic: Fix incorrect allocation of interrupt rev-map\n  powerpc: Fix oprofile sampling of marked events on POWER7\n  powerpc/iseries: Fix pci breakage due to bad dma_data initialization\n  powerpc: Fix mktree build error on Mac OS X host\n  powerpc/virtex: Fix duplicate level irq events.\n  powerpc/virtex: Add uImage to the default images list\n  powerpc/boot: add simpleImage.* to clean-files list\n  powerpc/8xx: Update defconfigs\n  powerpc/embedded6xx: Update defconfigs\n  powerpc/86xx: Update defconfigs\n  powerpc/85xx: Update defconfigs\n  powerpc/83xx: Update defconfigs\n  powerpc/fsl_soc: Remove mpc83xx_wdt_init, again\n"
    },
    {
      "commit": "93f1cc609c702a83e44da51cabdd353b20c24f79",
      "tree": "db8f70733352bdb3775216367619d3f95eb5b656",
      "parents": [
        "ba10eedf5a3fba991563873d4cb65a067aa13f24"
      ],
      "author": {
        "name": "Timur Tabi",
        "email": "timur@freescale.com",
        "time": "Thu Apr 30 18:16:44 2009 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri May 15 16:43:41 2009 +1000"
      },
      "message": "powerpc: Fix mktree build error on Mac OS X host\n\nThe mktree utility defines some variables as \"uint\", although this is not a\nstandard C type, and so cross-compiling on Mac OS X fails.  Change this to\n\"unsigned int\".\n\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nAcked-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "be687518781f5aed86bcc152023b9fcb4d5c6b50",
      "tree": "589a8cc93a5c99948791089bed2eb90710e3b616",
      "parents": [
        "2e15eedffaae555085071c68cb94b9eeed2245be"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Thu May 14 10:23:09 2009 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Thu May 14 10:23:09 2009 -0600"
      },
      "message": "powerpc/boot: add simpleImage.* to clean-files list\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "9fffb55f66127b52c937ede5196ebfa0c0d50bce",
      "tree": "11664fb82734ba8dcde9556b8d47e780451a740a",
      "parents": [
        "afc1e702e8e8355faa712d4e90d9afe26a4995a5"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Thu Apr 30 15:25:53 2009 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat May 02 16:52:26 2009 -0700"
      },
      "message": "Move dtc and libfdt sources from arch/powerpc/boot to scripts/dtc\n\nThe powerpc kernel always requires an Open Firmware like device tree\nto supply device information.  On systems without OF, this comes from\na flattened device tree blob.  This blob is usually generated by dtc,\na tool which compiles a text description of the device tree into the\nflattened format used by the kernel.  Sometimes, the bootwrapper makes\nsmall changes to the pre-compiled device tree blob (e.g. filling in\nthe size of RAM).  To do this it uses the libfdt library.\n\nBecause these are only used on powerpc, the code for both these tools\nis included under arch/powerpc/boot (these were imported and are\nperiodically updated from the upstream dtc tree).\n\nHowever, the microblaze architecture, currently being prepared for\nmerging to mainline also uses dtc to produce device tree blobs.  A few\nother archs have also mentioned some interest in using dtc.\nTherefore, this patch moves dtc and libfdt from arch/powerpc into\nscripts, where it can be used by any architecture.\n\nThe vast bulk of this patch is a literal move, the rest is adjusting\nthe various Makefiles to use dtc and libfdt correctly from their new\nlocations.\n\nSigned-off-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "de60fba2bb5ba0622058d422ab211f3cfd38ed7b",
      "tree": "31e3304fd61317cd188b6d607d7d048906a0447a",
      "parents": [
        "28853da20c840f0d147674ac850c539d3306109f",
        "644e28f3426810710b176080cc906995ebc24b63"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 28 10:47:16 2009 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 28 10:47:16 2009 +1000"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx into merge\n"
    },
    {
      "commit": "28853da20c840f0d147674ac850c539d3306109f",
      "tree": "6b467b7cac41a666d0ae9def916a91512397c6ef",
      "parents": [
        "b62c31ae401c6df25c61b206681a6e904ef97169"
      ],
      "author": {
        "name": "Martyn Welch",
        "email": "martyn.welch@gefanuc.com",
        "time": "Mon Apr 27 17:24:28 2009 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Apr 27 13:01:47 2009 -0500"
      },
      "message": "powerpc/86xx: Add device_type entry to soc for ppc9a\n\nThe \u0027device_type \u003d \"soc\";\u0027 line *is* needed in the DTS for get_immrbase()\nto return the correct address.\n\nSigned-off-by: Martyn Welch \u003cmartyn.welch@gefanuc.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "644e28f3426810710b176080cc906995ebc24b63",
      "tree": "76da9f4ecaca85fbc37e59ab12e06244caf9c0bb",
      "parents": [
        "9ae2ccf26416ed52874718e2b0c8e6813253263a"
      ],
      "author": {
        "name": "Valentine Barshak",
        "email": "vbarshak@ru.mvista.com",
        "time": "Thu Apr 23 10:55:06 2009 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Fri Apr 24 09:02:37 2009 -0400"
      },
      "message": "powerpc/44x: Correct memory size calculation for denali-based boards\n\nSome U-Boot versions incorrectly set the number of chipselects to two\nfor Sequoia/Rainier boards while they only have one chipselect hardwired.\nThis patch adds a workaround for this, hardcoding the number of chipselects\nto one for sequioa/rainer board models and reading the actual value from\nthe memory controller register DDR0_10 otherwise.\n\nIt also fixes another error in the way ibm4xx_denali_fixup_memsize\ncalculates memory size. When testing the DDR_REDUC bit, the polarity is\nbackwards.  A \"1\" implies 32-bit wide memory while a \"0\" implies 64-bit\nwide memory.\n\nSigned-off-by: Mikhail Zolotaryov \u003clebon@lebon.org.ua\u003e\nSigned-off-by: Valentine Barshak \u003cvbarshak@ru.mvista.com\u003e\nSigned-off-by: Steven A. Falco \u003csfalco@harris.com\u003e\nAcked-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "5bd3ef84d73c2ea7b4babbad060909753c4828d4",
      "tree": "fdf2bafb48ae1ed03175f6c77a7548a181e69ee9",
      "parents": [
        "0658c16056660886ea2f35c4f038be70a94b1532",
        "6d25b688ecc488753af3c9e6f6a9a575b863cf37"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Apr 22 13:02:09 2009 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Apr 22 13:02:09 2009 +1000"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.secretlab.ca/git/linux-2.6 into merge\n"
    },
    {
      "commit": "bda9de2c4fff8d7e9ac3ee66ce853716280a21ea",
      "tree": "858589f07ee80586347ee1b468a31602c6bfa954",
      "parents": [
        "c5a88dd90cf243a17c4a8c10e1ed973192ea5825"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Thu Apr 16 15:11:54 2009 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Thu Apr 16 15:11:54 2009 -0600"
      },
      "message": "powerpc/5200: Add FLASH nodes to lite5200 device tree\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "0e26da0f2200a2fb51844aaa43e365ea9dd5a93d",
      "tree": "73409a696901934da5f6df976c6521d3e50e8749",
      "parents": [
        "10a0d912898ac2fe49094acf2c1339d0fb4c2bc6",
        "65de394df21f8ccc61525f77b0e4ee6940a0932e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 07 08:45:12 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 07 08:45:12 2009 -0700"
      },
      "message": "Merge branch \u0027i2c-for-2630-v2\u0027 of git://aeryn.fluff.org.uk/bjdooks/linux\n\n* \u0027i2c-for-2630-v2\u0027 of git://aeryn.fluff.org.uk/bjdooks/linux:\n  i2c: imx: Make disable_delay a per-device variable\n  i2c: xtensa s6000 i2c driver\n  powerpc/85xx: i2c-mpc: use new I2C bindings for the Socates board\n  i2c: i2c-mpc: make I2C bus speed configurable\n  i2c: i2c-mpc: use dev based printout function\n  i2c: i2c-mpc: various coding style fixes\n  i2c: imx: Add missing request_mem_region in probe()\n  i2c: i2c-s3c2410: Initialise Samsung I2C controller early\n  i2c-s3c2410: Simplify bus frequency calculation\n  i2c-s3c2410: sda_delay should be in ns, not clock ticks\n  i2c: iMX/MXC support\n"
    },
    {
      "commit": "44d84afa834b799560d7dbe47250ad7557f5ca2f",
      "tree": "d18b90078503c956d32f9f0c6524bc43ece96b25",
      "parents": [
        "f8201abcb2badce7eaa6a3715f9a228cfd88a453",
        "11b55da700eb77905f1c2dde3a0cbeedc665a753"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 07 07:40:55 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 07 07:40:55 2009 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: (28 commits)\n  powerpc: Fix oops when loading modules\n  powerpc: Wire up preadv and pwritev\n  powerpc/ftrace: Fix printf format warning\n  powerpc/ftrace: Fix #if that should be #ifdef\n  powerpc: Fix ptrace compat wrapper for FPU register access\n  powerpc: Print information about mapping hw irqs to virtual irqs\n  powerpc: Correct dependency of KEXEC\n  powerpc: Disable VSX or current process in giveup_fpu/altivec\n  powerpc/pseries: Enable relay in pseries_defconfig\n  powerpc/pseries: Fix ibm,client-architecture comment\n  powerpc/pseries: Scan for all events in rtasd\n  powerpc/pseries: Add dispatch dispersion statistics\n  powerpc: Clean up some prom printouts\n  powerpc: Print progress of ibm,client-architecture method\n  powerpc: Remove duplicated #include\u0027s\n  powerpc/pmac: Fix internal modem IRQ on Wallstreet PowerBook\n  powerpc/wdrtas: Update wdrtas_get_interval to use rtas_data_buf\n  fsl-diu-fb: Pass the proper device for dma mapping routines\n  powerpc/pq2fads: Update device tree for use with device-tree-aware u-boot.\n  cpm_uart: Disable CPM udbg when re-initing CPM uart, even if not the console.\n  ...\n"
    },
    {
      "commit": "c724d67dfff3bd547d2768b450af8d3b9f83bb27",
      "tree": "4c8d908adb1e4bc738db248cf57839ca0278a8b6",
      "parents": [
        "f2bd5efe723814916ece92ccfa0bffb085c94b94"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Tue Apr 07 10:20:57 2009 +0200"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Apr 07 10:23:33 2009 +0100"
      },
      "message": "powerpc/85xx: i2c-mpc: use new I2C bindings for the Socates board\n\nPreserve I2C clock settings for the Socrates MPC8544 board.\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "655544c69c8d8bdc0c377ad1d30d147a5a28a1fb",
      "tree": "f752b6b2e8752c291aa53aa61afb224c02fdea76",
      "parents": [
        "6467cae318ba8adaab37a82e8dd8af60ca9ed6e4"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Mon Mar 16 09:57:17 2009 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Apr 07 01:36:35 2009 -0500"
      },
      "message": "powerpc/85xx: TQM8548: use proper phy-handles for enet2 and enet3\n\nFor enet2 and enet3 the wrong phy-handles have been used in DTS files\nof the TQM8548 modules.\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "6467cae318ba8adaab37a82e8dd8af60ca9ed6e4",
      "tree": "0e625a6a8d52692ec7d0d71735148ebd58c3be07",
      "parents": [
        "e9965577406a2148ade97b5e0ce7c448b4ba4ef6"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Mon Mar 16 09:56:26 2009 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Apr 07 01:36:32 2009 -0500"
      },
      "message": "powerpc/85xx: TQM85xx: correct address of LM75 I2C device nodes\n\nCommit 0f73a449a649acfca91404a98a35353a618b9555 added I2C device nodes\nfor the LM75 thermal sensor on the TQM85xx modules, unfortunately with\nthe wrong I2C address. The LM75s are located at address 0x48.\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "ae6e59caefd8d4097ccb096c95df95ec7e52fe88",
      "tree": "f72b77d41c9f5a3b18fb52e505d60dba2ad913a5",
      "parents": [
        "0221c81b1b8eb0cbb6b30a0ced52ead32d2b4e4c",
        "f379188958ae8af30105eb1f27d0e0abf6a51558"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 07 12:54:08 2009 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 07 12:54:08 2009 +1000"
      },
      "message": "Merge branch \u0027next\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into merge\n"
    },
    {
      "commit": "22ae77bc7ac115b9d518d5cbc13d39317079b2b0",
      "tree": "574b7af678c0b1ad2c891ac5066292746788ece8",
      "parents": [
        "e379ec7c42343c6b6ef06a98de7c94db41c1423e",
        "30bbf1406714cf464c56e96e4ad6a291907f5023"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 06 14:56:26 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 06 14:56:26 2009 -0700"
      },
      "message": "Merge git://git.infradead.org/mtd-2.6\n\n* git://git.infradead.org/mtd-2.6: (53 commits)\n  [MTD] struct device - replace bus_id with dev_name(), dev_set_name()\n  [MTD] [NOR] Fixup for Numonyx M29W128 chips\n  [MTD] mtdpart: Make ecc_stats more realistic.\n  powerpc/85xx: TQM8548: Update DTS file for multi-chip support\n  powerpc: NAND: FSL UPM: document new bindings\n  [MTD] [NAND] FSL-UPM: Add wait flags to support board/chip specific delays\n  [MTD] [NAND] FSL-UPM: add multi chip support\n  [MTD] [NOR] Add device parent info to physmap_of\n  [MTD] [NAND] Add support for NAND on the Socrates board\n  [MTD] [NAND] Add support for 4KiB pages.\n  [MTD] sysfs support should not depend on CONFIG_PROC_FS\n  [MTD] [NAND] Add parent info for CAFÉ controller\n  [MTD] support driver model updates\n  [MTD] driver model updates (part 2)\n  [MTD] driver model updates\n  [MTD] [NAND] move gen_nand\u0027s probe function to .devinit.text\n  [MTD] [MAPS] move sa1100 flash\u0027s probe function to .devinit.text\n  [MTD] fix use after free in register_mtd_blktrans\n  [MTD] [MAPS] Drop now unused sharpsl-flash map\n  [MTD] ofpart: Check name property to determine partition nodes.\n  ...\n\nManually fix trivial conflict in drivers/mtd/maps/Makefile\n"
    },
    {
      "commit": "7995c7e94ff4db2ddb865ab42cc5a2e6abbbd71a",
      "tree": "1e2fa8c4f916359fb9bbf727768e223cbe1bad27",
      "parents": [
        "21e9d9456f6022caa80fcd9057035af82091f58f"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Mon Mar 30 12:02:45 2009 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Apr 06 07:19:18 2009 -0700"
      },
      "message": "powerpc/85xx: TQM8548: Update DTS file for multi-chip support\n\nThis patch adds multi-chip support for the Micron MT29F8G08FAB NAND\nflash memory on the TQM8548 modules.\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "65cc0fa3bde00e81f83348ef162a83ab9fff2079",
      "tree": "d9b26f3e5ee58e168aabd2aac31929154f8662df",
      "parents": [
        "4d8107f474029167ae69862bf6b2c7273be757c7"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Fri Apr 03 15:58:46 2009 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Apr 06 09:09:46 2009 -0500"
      },
      "message": "powerpc/pq2fads: Update device tree for use with device-tree-aware u-boot.\n\nAdd aliases, and correct CS0 offset to match how u-boot\nprograms it (this was not a problem with cuImage because\nthe wrapper would reprogram the localbus to match the device\ntree).\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "212f8c6d67634b133b2bc816e4aa6ca82fbd334c",
      "tree": "fccc5dc2e03327424ce0f6afc40b8a5b46898c99",
      "parents": [
        "39fd09320b2d952c360b430c70846f8fa0244a51"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Thu Apr 02 20:50:56 2009 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 02 14:52:26 2009 -0500"
      },
      "message": "powerpc/85xx: Re-add the device_type soc to socrates.dts\n\nThe device_type \"soc\" is still required for MPC85xx boards.\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "754582853120a9ec8b8293b5147b605b1c6a39f1",
      "tree": "38495bf24d655d49dd26a14e3cfb7b75f9ddef14",
      "parents": [
        "3f1c6ebf57b815ad709e89291e446935fee78f75"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Tue Mar 31 15:24:39 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 01 08:59:23 2009 -0700"
      },
      "message": "powerpc/83xx: add mmc-spi support via the device tree for MPC8323E-RDB\n\n- Add gpio-controller node to manage QE GPIO Bank D;\n- Add mmc-spi node;\n- Modify board file so that it won\u0027t use legacy SPI support with the new\n  device trees.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nCc: David Brownell \u003cdavid-b@pacbell.net\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Kumar Gala \u003cgalak@gate.crashing.org\u003e\nCc: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "fe671772ab1bf5624f2c4dbe2295e6ebeb8055fc",
      "tree": "281b703232b95c2009468f5c4975e97a2f7384c5",
      "parents": [
        "9310933c832719b095f82dab30c6bf4e75e937ee"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Mar 31 08:46:25 2009 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Mar 31 08:46:25 2009 -0500"
      },
      "message": "powerpc/85xx: Use fsl,mpc85.. as prefix for memory ctrl \u0026 l2-cache nodes\n\nOlder devices tree\u0027s used \"fsl,85..\" instead of the preferred\n\"fsl,mpc85..\" for the memory controller \u0026 l2 cache controller nodes.\nThe EDAC code is the only use of these and has been updated for some\ntime to support both \"fsl,85..\" and \"fsl,mpc85..\"\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "9ff9a26b786c35ee8d2a66222924a807ec851a9f",
      "tree": "db432a17bccca1ca2c16907f0ee83ac449ed4012",
      "parents": [
        "0a3108beea9143225119d5e7c72a8e2c64f3eb7d",
        "0d34fb8e93ceba7b6dad0062dbb4a0813bacd75b"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Mar 30 14:04:53 2009 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Mar 30 14:04:53 2009 +1100"
      },
      "message": "Merge commit \u0027origin/master\u0027 into next\n\nManual merge of:\n\tarch/powerpc/include/asm/elf.h\n\tdrivers/i2c/busses/i2c-mpc.c\n"
    },
    {
      "commit": "393adcacadeea407925348b1a59ae8509ecffb3c",
      "tree": "d1f8b185bca709c90d8f7da6e7947ceca815bfec",
      "parents": [
        "a6ecb7e96cb0c8db92af2c312df3df78d88b1f58"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Sun Mar 22 14:58:43 2009 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Mar 27 06:42:08 2009 -0500"
      },
      "message": "powerpc/85xx: Add support for the \"socrates\" board (MPC8544).\n\nSupported are Ethernet, serial console, I2C, I2C-based RTC and\ntemperature sensors, NOR and NAND flash, PCI, USB, CAN and Lime\ndisplay controller.\n\nThe multiplexing of FPGA interrupts onto PowerPC interrupt lines is\nsupported through our own fpga_pic interrupt controller driver.\n\nFor example the SJA1000 controller is level low sensitive connected to\nfpga_pic line 2 and is routed to the second (of three) irq lines to\nthe CPU:\n\n    can@3,100 {\n            compatible \u003d \"philips,sja1000\";\n            reg \u003d \u003c3 0x100 0x80\u003e;\n            interrupts \u003d \u003c2 2\u003e;\n            interrupts \u003d \u003c2 8 1\u003e;   // number, type, routing\n            interrupt-parent \u003d \u003c\u0026fpga_pic\u003e;\n    };\n\nSigned-off-by: Sergei Poselenov \u003csposelenov@emcraft.com\u003e\nSigned-off-by: Yuri Tikhonov \u003cyur@emcraft.com\u003e\nSigned-off-by: Ilya Yanok \u003cyanok@emcraft.com\u003e\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Anatolij Gustschin \u003cagust@denx.de\u003e\nSigned-off-by: Dmitry Rakhchev \u003crda@emcraft.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "a6ecb7e96cb0c8db92af2c312df3df78d88b1f58",
      "tree": "eb0d1f78c9d946dc0735e6f5d9515fba03e9cbe0",
      "parents": [
        "d8bc55fb334e1124b72684e2d0a2e599aab21ae4"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Mar 24 08:23:13 2009 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Mar 24 09:23:17 2009 -0500"
      },
      "message": "powerpc/83xx: Update ranges in gianfar node to match other dts\n\nThe gianfar@25000 node was missing its ranges prop for the mdio bus\nand provided an explicit ranges property on gianfar@24000 to match\nchange from commit:\n\ncommit 70b3adbba056f5d9081f1ec9b4a629e3c7502072\nAuthor: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nDate:   Thu Mar 19 21:01:45 2009 +0300\n\n    powerpc/83xx: Move gianfar mdio nodes under the ethernet nodes\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "d8bc55fb334e1124b72684e2d0a2e599aab21ae4",
      "tree": "5290a33768186b65e8f1bf37a39ff645b4e4af2b",
      "parents": [
        "84ba4a5899e613a396c5bea5feadba923534801b"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Mar 19 21:01:51 2009 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Mar 24 08:35:18 2009 -0500"
      },
      "message": "powerpc/86xx: Move gianfar mdio nodes under the ethernet nodes\n\nCurrently it doesn\u0027t matter where the mdio nodes are placed, but with\npower management support (i.e. when sleep \u003d \u003c\u003e properties will take\neffect), mdio nodes placement will become important: mdio controller\nis a part of the ethernet block, so the mdio nodes should be placed\ncorrectly. Otherwise we may wrongly assume that MDIO controllers are\navailable during sleep.\n\nSuggested-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "84ba4a5899e613a396c5bea5feadba923534801b",
      "tree": "8f5c39fc7dbde9451995ac5b771423707afe8bda",
      "parents": [
        "70b3adbba056f5d9081f1ec9b4a629e3c7502072"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Mar 19 21:01:48 2009 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Mar 24 08:35:13 2009 -0500"
      },
      "message": "powerpc/85xx: Move gianfar mdio nodes under the ethernet nodes\n\nCurrently it doesn\u0027t matter where the mdio nodes are placed, but with\npower management support (i.e. when sleep \u003d \u003c\u003e properties will take\neffect), mdio nodes placement will become important: mdio controller\nis a part of the ethernet block, so the mdio nodes should be placed\ncorrectly. Otherwise we may wrongly assume that MDIO controllers are\navailable during sleep.\n\nSuggested-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "70b3adbba056f5d9081f1ec9b4a629e3c7502072",
      "tree": "ef7a299becef375b9d59f8d2d4a56e036e17b6d9",
      "parents": [
        "125a00d74ea57a901fd4cc3d84baf2e825704b68"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Mar 19 21:01:45 2009 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Mar 24 08:35:04 2009 -0500"
      },
      "message": "powerpc/83xx: Move gianfar mdio nodes under the ethernet nodes\n\nCurrently it doesn\u0027t matter where the mdio nodes are placed, but with\npower management support (i.e. when sleep \u003d \u003c\u003e properties will take\neffect), mdio nodes placement will become important: mdio controller\nis a part of the ethernet block, so the mdio nodes should be placed\ncorrectly. Otherwise we may wrongly assume that MDIO controllers are\navailable during sleep.\n\nSuggested-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "125a00d74ea57a901fd4cc3d84baf2e825704b68",
      "tree": "c35549d98bc50d1c791f28d769df630308beb0cc",
      "parents": [
        "757c74d298dc8438760b8dea275c4c6e0ac8a77f"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Mar 19 21:01:42 2009 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Mar 24 08:34:19 2009 -0500"
      },
      "message": "powerpc/83xx: Add power management support for MPC837x boards\n\nThis patch adds pmc nodes to the device tree files so that the boards\nwill able to use standby capability of MPC837x processors. The MPC837x\nPMC controllers are compatible with MPC8349 ones (i.e. no deep sleep).\n\nsleep \u003d \u003c\u003e properties are used to specify SCCR masks as described\nin \"Specifying Device Power Management Information (sleep property)\"\nchapter in Documentation/powerpc/booting-without-of.txt.\n\nSince I2C1 and eSDHC controllers share the same clock source, they\nare now placed under sleep-nexus nodes.\n\nA processor is able to wakeup the boards on LAN events (Wake-On-Lan),\nconsole events (with no_console_suspend kernel command line), GPIO\nevents and external IRQs (IRQ1 and IRQ2).\n\nThe processor can also wakeup the boards by the fourth general purpose\ntimer in GTM1 block, but the GTM wakeup support isn\u0027t yet implemented\n(it\u0027s tested to work, but it\u0027s unclear how can we use the quite short\nGTM timers, and how do we want to expose the GTM to userspace).\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "77ecfe8d427f554fabbf258e9d789f1d4c3afd63",
      "tree": "67061a5f384312854e5c114434a047c35b38b6b0",
      "parents": [
        "8d73f102d9606fe217a9577a437f84b9fed6d45d",
        "a7e1cf0c517d44db8e871a86b2cf7ea7e7d06a4b"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Mar 20 16:27:57 2009 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Mar 20 16:27:57 2009 +1100"
      },
      "message": "Merge commit \u0027gcl/next\u0027 into next\n"
    },
    {
      "commit": "740d36ae6344f38c4da64c2ede765d7d2dd1f132",
      "tree": "5b1811bd90694236c67ad484a66bc321c26df0b6",
      "parents": [
        "6e27cca9155074a0a7a284b51c00304ca0694f00"
      ],
      "author": {
        "name": "Martyn Welch",
        "email": "martyn.welch@gefanuc.com",
        "time": "Thu Mar 19 08:54:08 2009 +0000"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Mar 19 04:01:00 2009 -0500"
      },
      "message": "powerpc/86xx: Board support for GE Fanuc\u0027s PPC9A\n\nSupport for the PPC9A VME Single Board Computer from GE Fanuc (PowerPC\nMPC8641D).\n\nThis is the basic board support for GE Fanuc\u0027s PPC9A, a 6U single board\ncomputer, based on Freescale\u0027s MPC8641D.\n\nSigned-off-by: Martyn Welch \u003cmartyn.welch@gefanuc.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "a7e1cf0c517d44db8e871a86b2cf7ea7e7d06a4b",
      "tree": "e06336ccef949eddfc08dff636340cc20ce011f2",
      "parents": [
        "10b9dc6f6bd64885fcd6a005aa211582dbe92647"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Mar 11 09:36:26 2009 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Mar 11 09:36:26 2009 -0600"
      },
      "message": "powerpc/bootwrapper: add fixed-head.o to simpleimage wrappers\n\nfixed-head.o must be linked into the bootwrapper for raw-binary images to\nwork.  This patch adds it into the bootwrapper.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nReported-by: Eddie Dawydiuk \u003ceddie@embeddedarm.com\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "10b9dc6f6bd64885fcd6a005aa211582dbe92647",
      "tree": "1779196d447fd2bee8dd78b1548b5be7aa94efcf",
      "parents": [
        "df8a95f46f8e43a24003abe2efaca8c63c895b54"
      ],
      "author": {
        "name": "Wolfram Sang",
        "email": "w.sang@pengutronix.de",
        "time": "Wed Mar 11 09:36:26 2009 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Mar 11 09:36:26 2009 -0600"
      },
      "message": "powerpc/5200: add Phytec phyCORE-MPC5200B-IO board (pcm032)\n\nSigned-off-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "f084e8db187e4c5f2abe8181b27fe3214354460a",
      "tree": "eda1cc7e17d4c06c246b25ebcd158c091cbed7b2",
      "parents": [
        "e7eec2fc27d7dbefd5852c36b3fe6229e6302c99"
      ],
      "author": {
        "name": "Ted Peters",
        "email": "ted.peters@freescale.com",
        "time": "Thu Feb 26 12:15:16 2009 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Mar 11 06:00:04 2009 -0500"
      },
      "message": "powerpc/85xx: Fix MPC8572DS PCI protected interrupt sources\n\nThe PCI irqs for the protected sources where not correct for PCI PHBs\n\nSigned-off-by: Ted Peters \u003cted.peters@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "d6ee6f7e4c74d9a0fed7544f4d389bde004651d3",
      "tree": "0edb2cc9cdfc4d0ec15f4c6b694857db2db12d17",
      "parents": [
        "ac4dff224d8be65090f4d7d7bde5a0bba6ca90cc",
        "48b3fd14bd119cd20b0f9696363683a14a8f88bd"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Mar 11 17:10:00 2009 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Mar 11 17:10:00 2009 +1100"
      },
      "message": "Merge commit \u0027gcl/next\u0027 into next\n"
    },
    {
      "commit": "ac4dff224d8be65090f4d7d7bde5a0bba6ca90cc",
      "tree": "22c048227333e4dfada8c79813f4ce383374935c",
      "parents": [
        "9ab921201444e4dcfd0c14ac4cc6758e32059dae"
      ],
      "author": {
        "name": "Martyn Welch",
        "email": "martyn.welch@gefanuc.com",
        "time": "Fri Feb 27 15:53:10 2009 +0000"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Mar 09 11:48:14 2009 -0500"
      },
      "message": "powerpc/86xx: Correct local bus registers in GE Fanuc SBC610 dts file\n\nThe registers for the local bus are incorrectly set to 0xf8005000 rather\nthan there actual location of 0xfef05000.\n\nSigned-off-by: Martyn Welch \u003cmartyn.welch@gefanuc.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "0bcd783c1f0396b68410fdb41fbe196fbc1947af",
      "tree": "6e5ed09ccf8ebe014104f87382b3985affb13ee1",
      "parents": [
        "c3071951d0acd33b5c3f820fb5eaa3a9c2a8f212"
      ],
      "author": {
        "name": "Timur Tabi",
        "email": "timur@freescale.com",
        "time": "Wed Mar 04 14:55:30 2009 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Mar 09 10:52:03 2009 -0500"
      },
      "message": "powerpc: add fsl,fifo-depth property to Freescale SSI device nodes\n\nThe Freescale Serial Synchronous Interface (SSI) is an audio device present on\nsome Freescale SOCs.  Various implementations of the SSI have a different\ntransmit and receive FIFO depth, but are otherwise identical.  To support\nthese variations, add a new property fsl,fifo-depth to the SSI node that\nspecifies the depth of the FIFOs.\n\nAlso update the MPC8610 HPCD device tree with this property.\n\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "48b3fd14bd119cd20b0f9696363683a14a8f88bd",
      "tree": "d01d929f2e5da2b5d23797d42dc3d18c985de5ec",
      "parents": [
        "aafbf16b89c6888add3ea22fde1b5ac3f5aaf947"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Fri Mar 06 08:50:24 2009 -0700"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Fri Mar 06 08:50:24 2009 -0700"
      },
      "message": "powerpc/4xx: update ml507 .dts file to release reference design\n\nThis patch updates the Xilinx ML507 device tree to match the released\nML507 powerpc reference design (ml507_ppc440_emb_ref).  This patch is\nneeded to boot Linux on the ML507 powerpc reference design without\nmanually generating and tweaking a device tree from the project directory.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "652e8f8d579d61745094e36b4ff085026a332e73",
      "tree": "44145576f9cdf0b777dee0d0961f5499ea88bec8",
      "parents": [
        "501cb16d3cfdcca99ac26fe122079f2a43b046b8",
        "6c7120902305b3a21460cd2f0f917a39307df566"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Mar 03 13:30:03 2009 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Mar 03 13:30:03 2009 +1100"
      },
      "message": "Merge commit \u0027jwb/next\u0027 into next\n"
    },
    {
      "commit": "86f5a4a7d7e2fd0b8eb38833e568ab1061c7a18c",
      "tree": "dd139841b1fe99c29f1d0cf7c69e61b018e800cd",
      "parents": [
        "652b2db16f55a0f2afd695a8b241e82b52b13c63"
      ],
      "author": {
        "name": "Grzegorz Bernacki",
        "email": "gjb@semihalf.com",
        "time": "Thu Feb 26 22:55:29 2009 -0700"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Thu Feb 26 22:55:29 2009 -0700"
      },
      "message": "powerpc/5200: On the digsy-mtc, configure PSC4 and PSC5 as UARTs\n\nOn digsy MTC PSC4 and PSC5 should be configured as UART, not PSC3 and PSC4.\n\nSigned-off-by: Grzegorz Bernacki \u003cgjb@semihalf.com\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "049359d655277c382683a6030ae0bac485568ffc",
      "tree": "36d2c702b4b289ca949e439620f2801158b21fd4",
      "parents": [
        "5b07bd57016fb1033c678746f90bfc3c12d3e494"
      ],
      "author": {
        "name": "James Hsiao",
        "email": "jhsiao@amcc.com",
        "time": "Thu Feb 05 16:18:13 2009 +1100"
      },
      "committer": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Wed Feb 18 16:49:43 2009 +0800"
      },
      "message": "crypto: amcc - Add crypt4xx driver\n\nThis patch adds support for AMCC ppc4xx security device driver. This is the\ninitial release that includes the driver framework with AES and SHA1 algorithms\nsupport.\n\nThe remaining algorithms will be released in the near future.\n\nSigned-off-by: James Hsiao \u003cjhsiao@amcc.com\u003e\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n"
    },
    {
      "commit": "3b7faeb49e7c35db857b595c389436994ab1275e",
      "tree": "973208eb935876ebed9f2baf262ed08351764752",
      "parents": [
        "82a0a1cc8f94bc59e5919715bc03fc8353fa770d",
        "96a8bac5895a41b0fb05a6aa7c3fa1ea631a91fe"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Feb 18 13:23:30 2009 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Feb 18 13:23:30 2009 +1100"
      },
      "message": "Merge commit \u0027kumar/next\u0027 into next\n"
    },
    {
      "commit": "6c7120902305b3a21460cd2f0f917a39307df566",
      "tree": "f9011fdc105d738b0318fbd9c86e05eff1fd2e82",
      "parents": [
        "41b6a085e48d0d9e1200946755f49f31dd930137"
      ],
      "author": {
        "name": "Madhulika Madishetty",
        "email": "mmadishetty@amcc.com",
        "time": "Thu Feb 05 13:31:36 2009 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Sat Feb 14 14:41:29 2009 -0500"
      },
      "message": "AMCC PPC 460SX redwood SoC platform initial framework\n\nThis patch contains initial framework for the AMCC Redwood board.\n\nSigned-off-by: Madhulika Madishetty \u003cmmadishetty@amcc.com\u003e\nSigned-off-by: Tirumala Marri \u003ctmarri@amcc.com\u003e\nSigned-off-by: Feng Kan \u003cfkan@amcc.com\u003e\nSigned-off-by: Vidhyananth Venkatasamy \u003cvvenkatasamy@amcc.com\u003e\nSigned-off-by: Preetesh Parekh \u003cpparekh@amcc.com\u003e\nAcked-by: Loc Ho \u003clho@amcc.com\u003e\nAcked-by: Feng Kan \u003cfkan@amcc.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "018f76ec516c09a5381e517d0739d377a60ec0d5",
      "tree": "aef88d9452a29d11a4bfdd7bcb3878ae6e829afa",
      "parents": [
        "e12401222f749c37277a313d631dc024bbfd3b00"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Sun Feb 01 16:50:55 2009 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Sat Feb 14 14:40:08 2009 -0500"
      },
      "message": "powerpc/4xx: Add missing USB and i2c devices to Canyonlands\n\nThis adds the device-tree entries for a handful of devices on the\nCanyonlands board, such as the EHCI and OHCI controllers, the real\ntime clock and the AD7414 thermal monitor.\n\nI also updated the defconfig to enable various options related to\nthese devices.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    }
  ],
  "next": "a2404746f13b9df2cc6ee48010e921b9efdbba74"
}
