)]}'
{
  "log": [
    {
      "commit": "13c501e69c3fba3ca0651abcc4aa7c9091fda70a",
      "tree": "2bfc238f089495e6d64d15e772ea354054f3a1d3",
      "parents": [
        "b8291ad07a7f3b5b990900f0001198ac23ba893e"
      ],
      "author": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Fri May 16 00:43:46 2008 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Mon May 19 09:36:40 2008 -0500"
      },
      "message": "[POWERPC] 4xx: Workaround for CHIP_11 Errata\n\nThe PowerPC 440EP, 440GR, 440EPx, and 440GRx chips have an issue that\ncauses the PLB3-to-PLB4 bridge to wait indefinitely for transaction\nrequests that cross the end-of-memory-range boundary.  Since the DDR\ncontroller only returns the valid portion of a read request, the bridge\nwill prevent other PLB masters from completing their transactions.\n\nThis implements the recommended workaround for this errata for chips that\nuse older versions of firmware that do not already handle it.  The last\n4KiB of memory are hidden from the kernel to prevent the problem\ntransactions from occurring.\n\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\nAcked-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "bfd123bf91704b88093673e615cc93329f820ab4",
      "tree": "ec9080bdaaa6668fe294f1752400c73d00f55646",
      "parents": [
        "73f5b8f942d6a2f178061dbbf9bcc54ca68ddf39"
      ],
      "author": {
        "name": "Jeremy McNicoll",
        "email": "jeremy.mcnicoll@windriver.com",
        "time": "Mon May 05 18:17:24 2008 -0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 13 08:53:48 2008 -0500"
      },
      "message": "[POWERPC] 85xx: SBC8548 - Add flash support and HW Rev reporting\n\nThe following adds local bus, flash and MTD partition nodes for\nsbc8548. As well, a compatible field for the soc node, so that\nof_platform_bus_probe() will pick it up.\n\nSomething that is provided through this newly added epld node\nis the Hardware Revision which is now being utilized.\n\nSigned-off-by: Jeremy McNicoll \u003cjeremy.mcnicoll@windriver.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "3f346935f4f7141b0253ab0d8dfefb6e20ad08c3",
      "tree": "e38e95274614055dfca201b45dd49f769aad7a15",
      "parents": [
        "f637ef8ea07d529418294a8e65e1be5b8db13454"
      ],
      "author": {
        "name": "Zhang Wei",
        "email": "wei.zhang@freescale.com",
        "time": "Mon May 12 10:28:20 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 13 08:53:48 2008 -0500"
      },
      "message": "[POWERPC] 83xx: Enable DMA engine on the MPC8377 MDS board.\n\nSigned-off-by: Zhang Wei \u003cwei.zhang@freescale.com\u003e\nCc: \"Nelson, Shannon\" \u003cshannon.nelson@intel.com\u003e\nCc: Dan Williams \u003cdan.j.williams@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "34b4a8731f50fb6fe772f1e47432bfb1da1f4edd",
      "tree": "adc8ebc4522d5aab46a2db7bd96410b84c64c323",
      "parents": [
        "94833a42765509a7aa95ed1ba7b227ead3c29c08"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Sun May 04 22:46:27 2008 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 13 08:53:48 2008 -0500"
      },
      "message": "[POWERPC] 86xx: mpc8610_hpcd: add support for NOR and NAND flashes\n\nThis patch adds device tree nodes for NOR and NAND flashes and places\nboard-control node inside the localbus.\n\ndefconfig and board file updated appropriately.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "78be76476a34a77f0ea9db2f78ba46a2b0fd5ab5",
      "tree": "15cb78607129ce85c375f8d1f971b5227ff37176",
      "parents": [
        "80daac3f86d4f5aafc9d3e79addb90fa118244e2"
      ],
      "author": {
        "name": "Christian Ehrhardt",
        "email": "ehrhardt@linux.vnet.ibm.com",
        "time": "Tue May 06 12:37:15 2008 -0500"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Tue May 06 12:37:15 2008 -0500"
      },
      "message": "[POWERPC] 4xx: Fix PCI mem in sequoia DTS\n\nThis patch is fixes the sequoia.dts device tree file to use the values defined\nin the 440Epx data sheet from AMCC.\n\nThat fixes an issue where some devices, including graphics cards, would not\ninitialize properly because the PCI resource space was not big enough.\n\nSigned-off-by: Christian Ehrhardt \u003cehrhardt@linux.vnet.ibm.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "e598477a3a9679bd04565ef2be20cc985b8954ae",
      "tree": "661fea8aa7981747fdaebe25173c342ec0f2d91b",
      "parents": [
        "aecb2b6eac6ee596f34a54fb164138756895c78a"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Tue Apr 29 20:41:12 2008 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu May 01 23:01:46 2008 -0500"
      },
      "message": "[POWERPC] 86xx: mpc8610_hpcd: add support for PCI Express x8 slot\n\nThis patch adds pcie node which is resposible for PCI-E x8 slot\nfunctioning. Though, this was tested using only x1 SKY2 NIC.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "aecb2b6eac6ee596f34a54fb164138756895c78a",
      "tree": "61de2663a448adbd1b061426fbbd5c21c7436182",
      "parents": [
        "eabd90944b3a00766e84da3d117ea0f3e0a3b1a3"
      ],
      "author": {
        "name": "Jason Jin",
        "email": "Jason.jin@freescale.com",
        "time": "Sat Apr 19 15:07:56 2008 +0800"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Apr 30 05:45:53 2008 -0500"
      },
      "message": "[POWERPC] 86xx: Fix the wrong serial1 interrupt for 8610 board\n\nSigned-off-by: Jason Jin \u003cJason.jin@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "a2884f37b6fe0074df70ebeb3a6c54201267663c",
      "tree": "5a4eec613f670d05a380d9190ae521aa480e4652",
      "parents": [
        "8f3ba2dc811228213bcbdc2c8b389a8d6fa66c09"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Apr 29 07:19:07 2008 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Apr 29 07:19:07 2008 -0600"
      },
      "message": "[POWERPC] mpc5200: Switch mpc5200 dts files to dts-v1 format\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "106757b38fffbe1f015b10a6d4a4f92e8a3881b9",
      "tree": "4d4321ba1c6e43edd7d2f7474d7bfe90040918c2",
      "parents": [
        "3cd2550c736688c7f2651134e08bd5b5db5bed70"
      ],
      "author": {
        "name": "s.hauer@pengutronix.de",
        "email": "s.hauer@pengutronix.de",
        "time": "Fri Apr 25 23:48:05 2008 +1000"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Apr 29 07:17:12 2008 -0600"
      },
      "message": "[POWERPC] mpc5200: add Phytec pcm030 board support\n\nAdd board support for the Phytec pcm030 mpc5200b based board. It\ndoes not need any platform specific fixups and as such is handled\nas a mpc5200 simple platform.\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "56fde1ff69b7f202171391b2d040a93e1d78b636",
      "tree": "c5e02747f8081776a60bc98cfc80559eace814fa",
      "parents": [
        "e042323607f5c14844b1c59aebbca8d1251c7d89"
      ],
      "author": {
        "name": "Zhang Wei",
        "email": "wei.zhang@freescale.com",
        "time": "Fri Apr 18 13:33:42 2008 -0700"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 29 19:40:28 2008 +1000"
      },
      "message": "[RAPIDIO] Add RapidIO node into MPC8641HPCN dts file\n\nThis adds properties describing the RapidIO controller to the\ndevice-tree source for the MPC8641HPCN board.\n\nSigned-off-by: Zhang Wei \u003cwei.zhang@freescale.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "9b53a9e28a34ed82516191dc46ae018e0e899546",
      "tree": "3e3addb97efae2ecb66435f41da62ae786d26adf",
      "parents": [
        "7d345b2253f92804948d66f4db17a49c1932b9a3"
      ],
      "author": {
        "name": "York Sun",
        "email": "yorksun@freescale.com",
        "time": "Mon Apr 28 02:15:34 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 28 08:58:40 2008 -0700"
      },
      "message": "fbdev: powerpc: driver for Freescale 8610 and 5121 DIU\n\nThe following features are supported:\nplane 0 works as a regular frame buffer, can be accessed by /dev/fb0\nplane 1 has two AOIs (area of interest), can be accessed by /dev/fb1 and /dev/fb2\nplane 2 has two AOIs, can be accessed by /dev/fb3 and /dev/fb4\nSpecial ioctls support AOIs\n\nAll /dev/fb* can be used as regular frame buffer devices, except hardware\nchange can only be made through /dev/fb0.  Changing pixel clock has no effect\non other fbs.\n\nLimitation of usage of AOIs:\nAOIs on the same plane can not be horizonally overlapped\nAOIs have horizonal order, i.e. AOI0 should be always on top of AOI1\nAOIs can not beyond phisical display area. Application should check AOI geometry\nbefore changing physical resolution on /dev/fb0\n\nrequired command line parameters to preallocate memory for frame buffer diufb.\n\noptional command line parameters to set modes and monitor\nvideo\u003dfslfb:[resolution][,bpp][,monitor]\nSyntax:\n\nResolution\nxres x yres-bpp@refresh_rate, the -bpp and @refresh_rate are optional\neg, 1024x768, 1280x1024, 1280x1024-32, 1280x1024@60, 1280x1024-32@60, 1280x480-32@60\n\nBpp\nbpp\u003d32, bpp\u003d24, or bpp\u003d16\n\nMonitor\nmonitor\u003d0, monitor\u003d1, monitor\u003d2\n0 is DVI\n1 is Single link LVDS\n2 is Double link LVDS\n\nNote: switching monitor is a board feather, not DIU feather. MPC8610HPCD has three\nmonitor ports to swtich to. MPC5121ADS doesn\u0027t have additional monitor port. So switching\nmonirot port for MPC5121ADS has no effect.\n\nIf compiled as a module, it takes pamameters mode, bpp, monitor with the same syntax above.\n\nSigned-off-by: York Sun \u003cyorksun@freescale.com\u003e\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f360bf0015e5b3e82be61c68e0863b3f98852ee2",
      "tree": "700eb932a988c9ee4b71a72a438303860eb3f096",
      "parents": [
        "b9e4f176665d732928b92106f2041dde66e6c896"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Apr 25 02:39:22 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Apr 25 09:48:13 2008 +1000"
      },
      "message": "[POWERPC] Add zImage.iseries to arch/powerpc/boot/.gitignore\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "b9e4f176665d732928b92106f2041dde66e6c896",
      "tree": "b0b7398474f7eea9205592a59828c7cf705565fb",
      "parents": [
        "acb0142bf01c0ebe18f09e37814451ee6a873e27"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Fri Apr 25 03:33:44 2008 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Thu Apr 24 13:32:47 2008 -0500"
      },
      "message": "[POWERPC] bootwrapper: fix build error on virtex405-head.S\n\nvirtex405-head.S is an assembler file, not a C file; therefore BOOTAFLAGS\nis the correct place to set the needed -mcpu\u003d405 flag.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "5020231bf73a30a7d9244f1675002fffcdc10ceb",
      "tree": "4c9de985aba77f0e36c22c97b8e048b5b24c25f0",
      "parents": [
        "b912b5e2cfb35c02c9c79d3f6e31753f3be4dd83"
      ],
      "author": {
        "name": "Stefan Roese",
        "email": "sr@denx.de",
        "time": "Sat Apr 19 19:57:18 2008 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Thu Apr 24 13:32:46 2008 -0500"
      },
      "message": "[POWERPC] 4xx: Add NOR FLASH entries to Canyonlands and Glacier dts\n\nThis patch adds default NOR entries to the AMCC Canyonlands (460EX)\nand Glacier (460GT) dts files.\n\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "2f0b45f846735b486c0383740d3959941c4721a4",
      "tree": "87af793cbf504c8f7ff9174d8707bc6b87672f47",
      "parents": [
        "884d04cd8d7bba3dc885227ad400f8aea5623cdc"
      ],
      "author": {
        "name": "John Linn",
        "email": "john.linn@xilinx.com",
        "time": "Thu Apr 03 03:52:14 2008 +1100"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Thu Apr 24 13:32:46 2008 -0500"
      },
      "message": "[POWERPC] Xilinx: boot support for Xilinx uart 16550.\n\nThe Xilinx 16550 uart core is not a standard 16550 because it uses\nword-based addressing rather than byte-based adressing. With\nadditional properties it is compatible with the open firmware\n\u0027ns16550\u0027 compatible binding.\n\nThis code updates the ns16550 driver to use the reg-offset property\nso that the Xilinx UART 16550 can be used with it. The reg-shift\nwas already being handled.\n\nSigned-off-by: John Linn \u003cjohn.linn@xilinx.com\u003e\nAcked-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "8bdf573334102f44c7ad191422baf851fecf25e8",
      "tree": "e7dd0239a639b1e6d52d6ae775922f71d4465ef7",
      "parents": [
        "16787b430dde9431445fd0874409adbb26558a2e"
      ],
      "author": {
        "name": "Haiying Wang",
        "email": "Haiying.Wang@freescale.com",
        "time": "Thu Apr 17 08:56:02 2008 -0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 09:52:18 2008 -0500"
      },
      "message": "[POWERPC] 85xx: Fix the size of qe muram for MPC8568E\n\nMPC8568E has 64K byte MURAM, so the size should be 0x10000, not 0xc000.\n\nSigned-off-by: Haiying Wang \u003cHaiying.Wang@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "06f35b4ba658ec9a447a5406a574258aaab1ba8d",
      "tree": "3f601b9482c59102d7917d2488b6a0515f49d0cc",
      "parents": [
        "3a2f020c5a93a88aa09adbe56dde43463324930a"
      ],
      "author": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Wed Apr 16 13:53:06 2008 -0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 09:51:29 2008 -0500"
      },
      "message": "[POWERPC] 86xx: mark functions static, other minor cleanups\n\nCleanups as suggested by Stephen Rothwell and Dale Farnsworth, which\nincudes marking a bunch of functions static and add a vendor prefix to\nthe compat node check for uniqueness.\n\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "998c610363b26f3793ad8121eeb3a749b1034824",
      "tree": "f90d357678f79860fe583fced9b88c8c89806a2a",
      "parents": [
        "280bb34bc0f7c664b59077b609ce93507a54c848"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 09:40:48 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 09:40:48 2008 -0500"
      },
      "message": "[POWERPC] fsl: Convert dts to v1 syntax\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "280bb34bc0f7c664b59077b609ce93507a54c848",
      "tree": "8b86b0adf9dc8857630e8e3fb987194267ee8576",
      "parents": [
        "32f960e9439bbe72c45f8cd854049254122fc198"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 01:29:14 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 01:29:14 2008 -0500"
      },
      "message": "[POWERPC] 85xx: minor .dts cleanups\n\n* remove #cpus from mpc8544ds.dts (not used anywhere else)\n* remove memreserve from mpc8568mds.dts (not needed)\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "32f960e9439bbe72c45f8cd854049254122fc198",
      "tree": "7773600dbe67df8bd07b35e865a7a7c1b7a863fd",
      "parents": [
        "a5dc66e2ab2e2cf641346b056a69a67cfcf9458c"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 01:28:15 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 01:28:15 2008 -0500"
      },
      "message": "[POWERPC] 85xx: Convert dts to v1 syntax\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "81fad217b32b885b369bc85125095ea2940b4c60",
      "tree": "4035aa9baf4a6d9c8ee7b0b4a344d6f47d9503a7",
      "parents": [
        "1c37dca5e3b9738b28c285ed977d4d81223870a9"
      ],
      "author": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Tue Apr 15 18:41:31 2008 -0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 01:01:41 2008 -0500"
      },
      "message": "[POWERPC] 86xx: Add device tree source for Wind River SBC8641D\n\nThis adds in the device tree source for the SBC8641D, based\nlargely on the mpc8641_hpcn.dts.  The biggest differences are\nthe lack of a complex IRQ mapping (since no Uli/i8259 cascade)\nand the different layout of devices on the localbus node.\n\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "378458d8655056d3d04994cb2b1c0fabb1b35983",
      "tree": "6795fea10167001678ce9b011cff69b1001d453f",
      "parents": [
        "3866409541b1ae87a2e42ee7f483843f1af56917"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Tue Apr 15 11:02:31 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 01:01:40 2008 -0500"
      },
      "message": "[POWERPC] cuboot-pq2: PCI fixes\n\n1. Detect (and bail out on) more conditions that violate the\nassumptions of the setup code -- we assume in such cases that the device\ntree is correct and reflects what the firmware did.\n\n2. The inbound memory mask calculation was wrong.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "56626f335b76eecd79d07fb21d0e625eb4aa52da",
      "tree": "0a46cacdab6c2d2c3ce565773091fb3d8a509820",
      "parents": [
        "e24e788abe0def81341fd23efae43e813678f7b1"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Fri Apr 11 20:06:54 2008 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 01:01:38 2008 -0500"
      },
      "message": "[POWERPC] QE: UCC nodes cleanup\n\n- get rid of `model \u003d \"UCC\"\u0027 in the ucc nodes\n  It isn\u0027t used anywhere, so remove it. If we\u0027ll ever need something\n  like this, we\u0027ll use compatible property instead.\n- replace last occurrences of device-id with cell-index.\n  Drivers are modified for backward compatibility\u0027s sake.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nAcked-by: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "0585fa5fb74001487e71c9f04875803e1f1174e1",
      "tree": "b8201c2fc2150605c4dfc3de15a95440d19eda40",
      "parents": [
        "c2dd3529f35de9e2f51eba9bbf9969f5dc8382d4"
      ],
      "author": {
        "name": "Laurent Pinchart",
        "email": "laurentp@cse-semaphore.com",
        "time": "Thu Apr 10 17:02:25 2008 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 01:01:37 2008 -0500"
      },
      "message": "[POWERPC] ep8248e: Reference SMC parameter RAM base in the device tree.\n\nThis patch modifies the Embedded Planet EP8248E device tree to reference the\nSMC paramater RAM base register instead of the parameter RAM allocated by the\nboot loader.\n\nThe cpm_uart driver will allocate parameter RAM itself, making the serial port\ninitialisation independent of the boot loader.\n\nThe patch adds the parameter RAM allocated by the boot loader in the CPM muram\nnode, making it available to the kernel.\n\nSigned-off-by: Laurent Pinchart \u003claurentp@cse-semaphore.com\u003e\nAcked-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "c2dd3529f35de9e2f51eba9bbf9969f5dc8382d4",
      "tree": "51af219a028b66325a4a70331297e2ecc81a0d33",
      "parents": [
        "da0a5f0c65913e4ec0a70a5019ce0a7bcaab21c9"
      ],
      "author": {
        "name": "Laurent Pinchart",
        "email": "laurentp@cse-semaphore.com",
        "time": "Thu Apr 10 17:01:59 2008 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 01:01:37 2008 -0500"
      },
      "message": "[POWERPC] cpm-serial: Relocate CPM buffer descriptors and SMC parameter ram.\n\nThis patch relocates the buffer descriptors and the SMC parameter RAM at the\nend of the first CPM muram chunk, as described in the device tree. This allows\ndevice trees to stop excluding SMC parameter ram allocated by the boot loader\nfrom the CPM muram node.\n\nSigned-off-by: Laurent Pinchart \u003claurentp@cse-semaphore.com\u003e\nAcked-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "da0a5f0c65913e4ec0a70a5019ce0a7bcaab21c9",
      "tree": "6aab633690a25acaf46d61416cff6a808deaad8d",
      "parents": [
        "d464df2667cf181419604e656773f80996cf0470"
      ],
      "author": {
        "name": "Laurent Pinchart",
        "email": "laurentp@cse-semaphore.com",
        "time": "Thu Apr 10 17:03:04 2008 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 01:01:37 2008 -0500"
      },
      "message": "[POWERPC] Add bootwrapper function to get virtual reg from the device tree.\n\nThis patch adds a new generic device tree processing function that retrieves\nvirtual reg addresses from the device tree to the bootwrapper code. It also\nupdates the bootwrapper code to use the new function.\n\ndt_get_virtual_reg() retrieves the virtual reg addresses from the\n\"virtual-reg\" property. If the property can\u0027t be found, it uses the \"reg\"\nproperty and walks the tree to translate it to absolute addresses.\n\nSigned-off-by: Laurent Pinchart \u003claurentp@cse-semaphore.com\u003e\nAcked-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "1028d4f162796a99b87565b6b40b5fec79c242d0",
      "tree": "d8207c813ef7abb8f7f953351b2c874343a242ed",
      "parents": [
        "370131c3f2cdd82edeb71add4b098b51803e214e"
      ],
      "author": {
        "name": "Sebastian Siewior",
        "email": "bigeasy@tglx.de",
        "time": "Sat Mar 15 00:01:30 2008 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 17 01:01:36 2008 -0500"
      },
      "message": "[POWERPC] 85xx: Enable DMA engine on the MPC8544 DS\n\nAdd the device tree node for the DMA engine on 8544, publish\nthe device and enable the driver in the defconfig.\n\nSigned-off-by: Sebastian Siewior \u003cbigeasy@linutronix.de\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "b18796d32a35ca4d996c584c3bb6d0a4f8a7d310",
      "tree": "99c03eaf2eda0da6d5766d2cedd961aa10cf7ff2",
      "parents": [
        "366234f657879aeb7a1e2ca582f2f24f3fae9269"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Apr 16 05:52:29 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Apr 17 07:46:14 2008 +1000"
      },
      "message": "[POWERPC] bootwrapper: Use physical address in PHDR for uImage\n\nNow that we properly set the physical address in the program header of the\nvmlinux ELF we can extract it to properly set the load and entry point for\nu-boot uImages.  Before we always hard coded the load \u0026 entry point to 0.\nHowever there are situations that the kernel may be built with a non-zero\nphysical address.\n\nWe use objdump to extract the PHDR.  We assume that there is only one\nPHDR in the vmlinux of type LOAD.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "a7e695f6bf37f829a01e693a1569e96a842a1017",
      "tree": "252a5acd2e8d3ebec32108724f4b2cdfd5e3f1fb",
      "parents": [
        "f5412c4980a9fbf9540078577747d7e098829e75"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Tue Apr 08 08:13:10 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 15 21:21:25 2008 +1000"
      },
      "message": "[POWERPC] prpmc2800 needs a dtbImage\n\nThe prpmc2800 platform requires a zImage formatted file with an\nembedded dtb file.  Rename the requested boot image file to\ndtbImage.prpmc2800.\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nAcked-by: Mark A. Greer \u003cmgreer@mvista.com\u003e\nAcked-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "a0916bd64a0e6636f0161480e04057c89e90c5da",
      "tree": "e69f5a97dfe6de72a4d88b69508fb3048ff1107d",
      "parents": [
        "1791f91bc794b7efc90719268146f582b9f29ead"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Tue Apr 08 08:11:27 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 15 21:21:24 2008 +1000"
      },
      "message": "[POWERPC] mv643xx_eth: Prepare to support multiple silicon blocks\n\nThe mv643xx_eth driver is being modified to support multiple instances\nof the ethernet silicon block on the same platform.  Each block contains\na single register bank containing the registers for up to three ports\ninterleaved within that bank.  This patch updates the PowerPC OF to\nplatform_device glue code to support multiple silicon blocks, each\nwith up to three ethernet ports.  The main difference is that we now\nallow multiple mv64x60_shared platform_devices to be registered and\nwe provide each port platform_device with a pointer to its associated\nshared platform_device.  The pointer will not be used until the\nmv643xx_eth driver changes are committed.\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nAcked-by: Mark Greer \u003cmgreer@mvista.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "1791f91bc794b7efc90719268146f582b9f29ead",
      "tree": "4aee1b81ccac9231cec0636dfc0327a4378ede7f",
      "parents": [
        "a05ce88ab3e8a022ee17d89ecf86f6929c89c50e"
      ],
      "author": {
        "name": "Mark A. Greer",
        "email": "mgreer@mvista.com",
        "time": "Tue Apr 08 08:10:34 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 15 21:21:24 2008 +1000"
      },
      "message": "[POWERPC] prpmc2800: Clean up dts properties\n\nRemove several unused (or software config only) properties.\nRename marvel node to \"system-controller\".  Also, rename the\n\"block-index\" property to \"cell-index\" to conform to current\npractice.\n\nSigned-off-by: Mark A. Greer \u003cmgreer@mvista.com\u003e\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "a05ce88ab3e8a022ee17d89ecf86f6929c89c50e",
      "tree": "e7c84d274436248ef60ca14edf0a639c5fd2b079",
      "parents": [
        "a1810b44c2d52392cd63e17fc208783cf6be6215"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Tue Apr 08 08:09:51 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 15 21:21:24 2008 +1000"
      },
      "message": "[POWERPC] mv64x60: Remove device tree absolute path references\n\nReplace several device node absolute path lookups in the mv64x60\nbootwrapper code with lookups by compatible or device_type\nproperties.\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nAcked-by: Mark A. Greer \u003cmgreer@mvista.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "a1810b44c2d52392cd63e17fc208783cf6be6215",
      "tree": "b2484650448a41aaf16664933b928f8c74fc8edd",
      "parents": [
        "fb9d93de6049922c4d46cc2dc9d2eeec07369e7f"
      ],
      "author": {
        "name": "Mark A. Greer",
        "email": "mgreer@mvista.com",
        "time": "Tue Apr 08 08:09:03 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 15 21:21:24 2008 +1000"
      },
      "message": "[POWERPC] mv64x60: Fix FDT compatible names: mv64x60 \u003d\u003e mv64360\n\nCompatible names should refer to a specific version of the hardware,\nwithout wildcards.  Change each instance of mv64x60 to mv64360, which\nis the oldest version we currently support.\n\nSigned-off-by: Mark A. Greer \u003cmgreer@mvista.com\u003e\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "fb9d93de6049922c4d46cc2dc9d2eeec07369e7f",
      "tree": "e65866da11be1cc952e9230e2ab3078c4b84344b",
      "parents": [
        "d528be50c616ff2b1f2259589730608a1d348d63"
      ],
      "author": {
        "name": "Dale Farnsworth",
        "email": "dale@farnsworth.org",
        "time": "Tue Apr 08 08:08:06 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 15 21:21:23 2008 +1000"
      },
      "message": "[POWERPC] prpmc2800: Fix frequencies in prpmc2800.dts\n\nAfter the conversion to dts v1 format, seeing the frequencies\nin decimal made it obvious that some of them had been\nincorrectly truncated.  This fixes them.  Note that the PCI\nfrequency comes from a different source and is documented\nas 66MHz, so it was left at 66000000.\n\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nAcked-by: Mark A. Greer \u003cmgreer@mvista.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "d528be50c616ff2b1f2259589730608a1d348d63",
      "tree": "71dc804cb44aac3aac187bcb04beae5d7be1d74a",
      "parents": [
        "53bcddb915533c2c41d590e386502a50effd1a21"
      ],
      "author": {
        "name": "Mark A. Greer",
        "email": "mgreer@mvista.com",
        "time": "Tue Apr 08 08:07:08 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 15 21:21:23 2008 +1000"
      },
      "message": "[POWERPC] prpmc2800: Convert DTS to v1 and add labels\n\nUpdate the prpmc2800 DTS file to version 1 and add labels.\nI verified that there was no change in the resulting dtb file.\n\nSigned-off-by: Mark A. Greer \u003cmgreer@mvista.com\u003e\nSigned-off-by: Dale Farnsworth \u003cdale@farnsworth.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "ac7c5353b189e10cf5dd27399f64f7b013abffc6",
      "tree": "8222d92b774c256d6ec4399c716d76b3f05ddc4b",
      "parents": [
        "a8f75ea70c58546205fb7673be41455b9da5d9a7",
        "120dd64cacd4fb796bca0acba3665553f1d9ecaa"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Apr 14 21:11:02 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Apr 14 21:11:02 2008 +1000"
      },
      "message": "Merge branch \u0027linux-2.6\u0027\n"
    },
    {
      "commit": "9d7030be336ca64f9cd46707358e07c0dbd5e133",
      "tree": "19ae8f7acbd9e06039e4718a6a971a7bfd41e823",
      "parents": [
        "a6190a84ab1163f750fcd1511bd96f7803724cd3"
      ],
      "author": {
        "name": "Stefan Roese",
        "email": "sr@denx.de",
        "time": "Fri Apr 04 01:38:11 2008 +1100"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Sat Apr 05 09:32:37 2008 -0500"
      },
      "message": "[POWERPC] 4xx: Change dts files to support jumbo frames\n\nThis patch changes the \"max-frame-size\" property to 9000 for all gbit\nenabled 4xx boards. All those ports generally support jumbo frames, so\nlet\u0027s give the user a chance to enable it.\n\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "a6190a84ab1163f750fcd1511bd96f7803724cd3",
      "tree": "d8f5092ae636932994faa6ecfa4aa1a3e8e4ba63",
      "parents": [
        "93173ce272e54f81460986ff5040d16ab79488a9"
      ],
      "author": {
        "name": "Stefan Roese",
        "email": "sr@denx.de",
        "time": "Fri Apr 04 00:35:06 2008 +1100"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Sat Apr 05 09:32:32 2008 -0500"
      },
      "message": "[POWERPC] 4xx: Some EMAC related changes in Canyonlands \u0026 Glacier dts files\n\nThis patch fixes some problems in the Canyonlands 460EX and Glacier 460GT\ndts files:\n\n- Add \"mdio-device \u003d \u003c\u0026EMAC0\u003e\" to all all EMAC\u0027s except for EMAC0 itself\n  (the 460EX/GT only can access the PHY via the EMAC0 instance)\n- Add TAH support to Canyonlands dts\n\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "8d813941b17626a7610342325be63435282bac02",
      "tree": "bec234d73fde8109e2bdbdfd9ce7d86739e18004",
      "parents": [
        "115e1adca3b75a82f24da8b2cc9386eb5b7e2cff"
      ],
      "author": {
        "name": "René Bürgel",
        "email": "r.buergel@unicontrol.de",
        "time": "Thu Apr 03 19:58:37 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Apr 03 22:11:12 2008 +1100"
      },
      "message": "[POWERPC] Fix MPC5200 (not B!) device tree so FEC ethernet works\n\nThis gets the FEC ethernet driver working again on the lite5200\nplatform.\n\nThe FEC driver is also compatible with the MPC5200, not only with the\nMPC5200B, so this adds a suitable entry to the driver\u0027s match list.\nFurthermore this adds the settings for the PHY in the dts file for the\nLite5200.  Note, that this is not exactly the same as in the\nLite5200B, because the PHY is located at f0003000:01 for the 5200, and\nat :00 for the 5200B.  This was tested on a Lite5200 and a Lite5200B,\nboth booted a kernel via tftp and mounted the root via nfs\nsuccessfully.\n\nSigned-off-by: René Bürgel \u003cr.buergel@unicontrol.de\u003e\nAcked-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "115e1adca3b75a82f24da8b2cc9386eb5b7e2cff",
      "tree": "d8bd9c49f3d32df2b216342001ee7617b76ac151",
      "parents": [
        "7484839850d826e14b8b024bb048dca8489140ae"
      ],
      "author": {
        "name": "Bartlomiej Sieka",
        "email": "tur@semihalf.com",
        "time": "Thu Apr 03 01:26:02 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Apr 03 22:11:12 2008 +1100"
      },
      "message": "[POWERPC] mpc5200: Amalgamated DTS fixes and updates\n\nDTS updates that fix booting problems on mpc5200-based boards:\n- change to ethernet reg property\n- addition of mdio and phy nodes\n- removal of pci node (Motion-Pro board)\n\nOther DTS updates:\n- update i2c device tree nodes\n- add lpb bus node and flash device (without partitions defined)\n- add rtc i2c nodes\n\nSigned-off-by: Marian Balakowicz \u003cm8@semihalf.com\u003e\nAcked-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "d2477b5cc8ca95b8c15133ffbbebf0bd9783f560",
      "tree": "bd0dd171e8614634b97fc3e02d22fe0152d308b4",
      "parents": [
        "19a74263f49dce2b96e2213f7f4c029cedbbf0ce"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Mar 19 04:07:43 2008 +1100"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Apr 02 20:36:11 2008 -0500"
      },
      "message": "[POWERPC] bootwrapper: Add a firmware-independent simpleboot target.\n\nThis target produces a flat binary rather than an ELF file,\nfixes the entry point at the beginning of the image, and takes\na complete device tree with no fixups needed.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "e04018e8e49c8c78cebd627ea9b5d02b807662ad",
      "tree": "294182f218ef80c9a94d3f7beecd6a41afd97f59",
      "parents": [
        "1e5ef43e8c206128560eb6c32a19a7951033a3c3"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Mar 25 09:52:46 2008 +1100"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Apr 02 20:29:11 2008 -0500"
      },
      "message": "[POWERPC] add target for building .dtb files\n\nCall dtc from the Makefile instead of the wrapper script so that the dt\nblobs can be generated with a simple make invocation.\n\nUsing this patch allows board ports to trigger automatic building of .dtb\nfiles by adding them to the image-y target list.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "e48b1b452ff630288c930fd8e0c2d808bc15f7ad",
      "tree": "7ba5f83964a1d965d8b8b6187b39083e1a99dfd2",
      "parents": [
        "a78bfbfcfaca64e6198f164c43a60afc8a50e2c6"
      ],
      "author": {
        "name": "Harvey Harrison",
        "email": "harvey.harrison@gmail.com",
        "time": "Sat Mar 29 08:21:07 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 01 20:43:09 2008 +1100"
      },
      "message": "[POWERPC] Replace remaining __FUNCTION__ occurrences\n\n__FUNCTION__ is gcc-specific, use __func__\n\nSigned-off-by: Harvey Harrison \u003charvey.harrison@gmail.com\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "5761eaa3a5ae3c7ea796add73b86176b7c963cca",
      "tree": "8b2b5f292059738216202b4b5480cdc02bd925d0",
      "parents": [
        "23afcb4e0061c591776a3350db89512d085397c2"
      ],
      "author": {
        "name": "Geoff Levand",
        "email": "geoffrey.levand@am.sony.com",
        "time": "Fri Mar 28 07:41:45 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 01 20:43:07 2008 +1100"
      },
      "message": "[POWERPC] PS3: Bootwrapper improvements\n\nImprove the debugging support of the PS3 bootwraper code:\n\n o Increase the size of the PS3 bootwrapper overlay from 256 to 512 bytes to\n   allow for more debugging code in the overlay.\n o Use the dot symbol to set the size of __system_reset_overlay.  The\n   assembler will then emit an error if the overlay code is too big.\n o Remove some unused instructions.\n o Update the text describing the PS3 bootwrapper overlay.\n o Add a check for null pointer writes.\n o Change hcall return value from s64.\n\nSigned-off-by: Geoff Levand \u003cgeoffrey.levand@am.sony.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "e6b18912d3df8ccc5cc19823544fcce19af25072",
      "tree": "6a1839c7400821001df63e3c776a42eb11f0150b",
      "parents": [
        "99d8be052e248e09abf51d4a656717259bf9b930",
        "ee0a3f564e5b45792ae26fd3a2f8daf98c30ff45"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 01 20:34:26 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 01 20:34:26 2008 +1100"
      },
      "message": "Merge branch \u0027powerpc-next\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc\n"
    },
    {
      "commit": "96ce1b6dc5824cc6027c954b9a2e4717c70e01b5",
      "tree": "5428528d950528db66eda3b80c2b104ece7bfafa",
      "parents": [
        "58bb7a973b1d3c0a5127477fb049bbfc5ce02fb5"
      ],
      "author": {
        "name": "Kim Phillips",
        "email": "kim.phillips@freescale.com",
        "time": "Fri Mar 28 10:51:33 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Mar 31 10:27:35 2008 -0500"
      },
      "message": "[POWERPC] sata_fsl: reduce compatibility to fsl,pq-sata\n\nas prescribed in Documentation/powerpc/booting-without-of.txt.\n\nSigned-off-by: Kim Phillips \u003ckim.phillips@freescale.com\u003e\nAcked-by: Jeff Garzik \u003cjeff@garzik.org\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "8e8ff3a309ebdaad51fd7a64a6fd2a2f88b30d87",
      "tree": "d98ec6aaed3fd2562bf9ee16ddfd6317a73fdb63",
      "parents": [
        "a9edadbf790d72adf6ebed476cb5caf7743e7e4a"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Wed Mar 12 23:02:13 2008 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Mar 31 10:23:48 2008 -0500"
      },
      "message": "[POWERPC] 83xx: Fix wrong USB phy type in mpc837xrdb dts\n\nDue to chip constraint MPC837x USB DR module can only use\nULPI and serial PHY interfaces.  The patch fixes the wrong\ntype in dts.\n\nThis patch fixes USB malfunctioning on the MPC837xE-RDB boards.\n\nSimilar patch has been already applied for the MDS boards:\n\n  commit 28b958859206b7010d03129611c2e444898e3ee4\n  Author: Li Yang \u003cleoli@freescale.com\u003e\n  Date:   Thu Mar 6 18:42:26 2008 +0800\n\n      [POWERPC] 83xx: Fix wrong USB phy type in mpc837xmds dts\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kim Phillips \u003ckim.phillips@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "ee0a3f564e5b45792ae26fd3a2f8daf98c30ff45",
      "tree": "abdcfd8a93e4965a65289af1a23b22f81bfc19a2",
      "parents": [
        "65848f7a0d9cf8787d5d72fca2863108766d73ad"
      ],
      "author": {
        "name": "Alexandr Smirnov",
        "email": "asmirnov@ru.mvista.com",
        "time": "Thu Mar 06 18:14:51 2008 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Mar 26 11:30:46 2008 -0500"
      },
      "message": "[POWERPC] 85xx: Emerson KSI8560 device tree\n\nAdd device tree file for Emerson KSI8560 board.\n\nSigned-off-by: Alexandr Smirnov \u003casmirnov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "ff880112afbc05b478cb5b4fa58ad160004193f4",
      "tree": "22a0c36968c607c1e034ff71df8e33bf848a8ee5",
      "parents": [
        "22b619eee525371a65d1386e5d6439b26d9b024c"
      ],
      "author": {
        "name": "Alexandr Smirnov",
        "email": "asmirnov@ru.mvista.com",
        "time": "Tue Mar 04 19:34:26 2008 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Mar 26 11:30:45 2008 -0500"
      },
      "message": "[POWERPC] 85xx: Emerson KSI8560 bootwrapper\n\nAdd boot wrapper for Emerson KSI8560 board.\n\nSigned-off-by: Alexandr Smirnov \u003casmirnov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "99d8be052e248e09abf51d4a656717259bf9b930",
      "tree": "de798fbb563d13b330af908f8653ad9a8cd1bc74",
      "parents": [
        "2a7069190e7a7f19bd37e8c08e2bf02c8d6330f7"
      ],
      "author": {
        "name": "Stefan Roese",
        "email": "sr@denx.de",
        "time": "Wed Mar 26 22:42:55 2008 +1100"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Mar 26 07:28:01 2008 -0500"
      },
      "message": "[POWERPC] 4xx: Add L2 cache node to AMCC Taishan dts file\n\nThis patch adds the L2 cache node to the Taishan 440GX dts file.\n\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "145692a734cffa9c3c6f4523d015516406ce21eb",
      "tree": "361854d4c66db046e1d2583345419e13e08584f2",
      "parents": [
        "c06cf7dad6626f2ea3c2ebaabc0f7f7d71792481"
      ],
      "author": {
        "name": "Stefan Roese",
        "email": "sr@denx.de",
        "time": "Thu Mar 20 21:33:39 2008 +1100"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Mar 26 07:27:45 2008 -0500"
      },
      "message": "[POWERPC] 4xx: Add \"amcc, haleakala\" to the toplevel compatible property\n\nCurrently Haleakala uses the Kilauea platform code. This patch adds\n\"haleakala\" to the compatible property, in case later kernel versions\nwill introduce a Haleakala platform code.\n\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "c06cf7dad6626f2ea3c2ebaabc0f7f7d71792481",
      "tree": "042acb41b9eab1d00d61bf843b9fb6d778c56750",
      "parents": [
        "ac646734490b83afad3e058edeb6600d3666553b"
      ],
      "author": {
        "name": "Stefan Roese",
        "email": "sr@denx.de",
        "time": "Thu Mar 20 17:34:24 2008 +1100"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Mar 26 07:27:38 2008 -0500"
      },
      "message": "[POWERPC] 4xx: Add AMCC Glacier 460GT eval board dts\n\nThe patch adds the Glacier dts. The Glacier is nearly identical to the\nCanyonlands (460EX). Here the differences:\n\n- 4 ethernet ports instead of 2\n- no SATA port\n- no USB port\n\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "783142635156b05f2e425852deb8ab71e9e1882a",
      "tree": "d38ab6567a70e57e0e4e5903daf0643d75186ff2",
      "parents": [
        "6e42b21bb91a562cd843a156586fe7b5954f58b3"
      ],
      "author": {
        "name": "Stefan Roese",
        "email": "sr@denx.de",
        "time": "Fri Mar 14 03:00:03 2008 +1100"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Mar 26 07:26:55 2008 -0500"
      },
      "message": "[POWERPC] 4xx: Add TAH support to taishan dts\n\nThis patch adds TAH (TCP/IP Acceleration Hardware) support to the\ntaishan 440GX dts. It depends on the NEWEMAC/tah patch that adds the\ncompatible \"ibm,tah\" property to the matching table.\n\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "d0a48c9f4c4582a966ce6426c1bf8ef1e37e63ee",
      "tree": "8f9a9ded94d2cdda8330bb76d7b6a867e765d64f",
      "parents": [
        "ed70854a4f45d089bd8ef2e8476dbed6287b2ff7"
      ],
      "author": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Thu Mar 06 21:15:52 2008 -0600"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Mar 26 07:19:17 2008 -0500"
      },
      "message": "[POWERPC] 4xx: Add bootwrapper for AMCC Yosemite board\n\nAdd the cuboot wrapper for the AMCC 440EP Yosemite board\n\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "fd0ed740a128efef84f33a70d24834dea684cba3",
      "tree": "386dd5bdcc5b2bc159455c57fc18a3319a8694fa",
      "parents": [
        "1d60f0fcda0bacadc4ceb3afdae39ce3ba1f31db"
      ],
      "author": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Thu Mar 06 21:15:07 2008 -0600"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Mar 26 07:19:17 2008 -0500"
      },
      "message": "[POWERPC] 4xx: Add AMCC 440EP Yosemite DTS\n\nThis adds a DTS file for the AMCC 440EP Yosemite board.\n\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "8bc4a51d28b760b40b21217c7d613777cfeeb3b0",
      "tree": "cf034ba00b7eba80314a721b6f4b0339dbe8bad8",
      "parents": [
        "66e4b3341d722d464fea627f7c0b7273d4f2912b"
      ],
      "author": {
        "name": "Stefan Roese",
        "email": "sr@denx.de",
        "time": "Sat Mar 01 03:25:29 2008 +1100"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Mar 26 07:19:16 2008 -0500"
      },
      "message": "[POWERPC] 4xx: Add Canyonlands DTS\n\nThis dts source file for the AMCC 460EX Canyonlands evalutaion board\n\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "ecc6cd73b7ccfa10c1f07d017fc7f62fe78eaab5",
      "tree": "a98a3e830ad2e59959c156fb79f5c2c25024eb44",
      "parents": [
        "54f53f2b94feb72622bec7a8563fc487d9f97720"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Tue Feb 26 11:43:20 2008 +1100"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Mar 26 07:19:16 2008 -0500"
      },
      "message": "[POWERPC] Start removing linux,network-index in favour of aliases\n\nThis patch alters the bootwrapper for a number of machines (roubhly\nall 4xx based cuboot or treeboot platforms) to use aliases instead of\nthe linux,network-index hack to work out which MAC address to attach\nto which ethernet device node.\n\nThe now obsolete linux,network-index properties are removed from the\ncorresponding device trees.  This won\u0027t break backwards compatiblity,\nbecause in cases where this fixup code is relevant, the device tree is\npart of the kernel image.\n\nThe references to linux,network-index are removed from\nbooting-without-of.txt.  Not only is it now deprecated, but as a hack\napplicable only when the device tree blob and fixup code were in the\nsame image, this property never belonged in booting-without-of.txt\nwhich describes the interface between the kernel and firmware or\nbootloaders which produce a device tree.  By the time the device tree\nreaches the kernel, all the MAC addresses must be fully filled in.\n\nSigned-off-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "5492a7e4cba8e38419d489f0865de0a67c737e8a",
      "tree": "8176f6509e8843b4d3bbaed82c23dfabc7168233",
      "parents": [
        "eff2f1ec37c114fda63ac1dd15c9ca9ac7e68db4"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Sat Mar 22 14:25:15 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Mar 25 13:18:39 2008 +1100"
      },
      "message": "[POWERPC] mpc5200: Fix incorrect compatible string for the mdio node\n\nThe MDIO node in the lite5200b.dts file needs to also claim compatibility\nwith the older mpc5200 chip.  Otherwise the driver won\u0027t find the device.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "a72a6f53ddb95723960bb64c011457e9739941d7",
      "tree": "5734420346498e67b4c8f502e67a0494c08964c7",
      "parents": [
        "44387e9ff25267c78a99229aca55ed750e9174c7"
      ],
      "author": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Tue Mar 18 16:13:10 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Mar 20 10:15:00 2008 +1100"
      },
      "message": "[POWERPC] Fix build failure for tqm8540 and sbc85xx defconfigs\n\nThe wrapper script didn\u0027t have entries for the TQM8540 board and the\nSBC8548 or SBC8560 boards.  I\u0027ve assumed that the TQM8540 console is\n8250 based and not CPM based by looking at its defconfig.  There was\nalso a trailing * on the TQM8555 entry that I removed too.\n\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "595be948cce574ff2d5dde5d0426a636a4363c70",
      "tree": "95b7ba3e9955a305d60ef4546e4959f3a66ed6e3",
      "parents": [
        "95ff54f5176a36f65522e46c670a571728328b10"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Fri Feb 22 05:57:07 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Mar 13 10:09:26 2008 +1100"
      },
      "message": "[POWERPC] Fix zImage-dtb.initrd build error\n\nThe pattern substitution rules were failing when used with zImage-dtb\ntargets.  If zImage-dtb.initrd was selected, the pattern substitution\nwould generate \"zImage.initrd-dtb\" instead of \"zImage-dtb.initrd\" which\ncaused the build to fail.\n\nThis renames zImage-dtb to dtbImage to avoid the problem entirely.\nBy not using the zImage prefix then is no potential for namespace\ncollisions.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nAcked-by: Geoff Levand \u003cgeoffrey.levand@am.sony.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "3e0d65bf6d5b464949b749a8da7977f6b197d301",
      "tree": "806e4a01782faded9a78a808b5a1b705a003f33d",
      "parents": [
        "6f913160fa8e8de5ea2746a2f6b1d65c67e092b0"
      ],
      "author": {
        "name": "Jeremy McNicoll",
        "email": "jeremy.mcnicoll@windriver.com",
        "time": "Fri Mar 07 15:14:09 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Mar 07 16:47:52 2008 -0600"
      },
      "message": "[POWERPC] 85xx: sbc8548 - Fix incorrect PCI-X and PCI interrupt map\n\nThe following patch allows interrupts to occur on the\nsbc8548. Currently PCI and PCI-X devices get assigned an IRQ\nbut the interrupt count never increases.  This solves the\nproblem and adds PCI support as well.\n\nSigned-off-by: Jeremy McNicoll \u003cjeremy.mcnicoll@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": "a55387e5ad903dec4e281907e4d8e74679ae60e2",
      "tree": "b5f974b3442d990d4224fab6f78974f4e54423df",
      "parents": [
        "76db5bd26f2d79712459bf80ce0e5c0c5c31b769"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Wed Feb 20 12:33:38 2008 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Mar 07 08:42:41 2008 -0600"
      },
      "message": "[POWERPC] 8xx: Fix wrapper platform for adder875, and combine defconfigs.\n\nThis fixes the following bug:\nhttp://ozlabs.org/pipermail/linuxppc-dev/2008-February/051979.html\n\nSeparate defconfigs are no longer needed now that CONFIG_DEVICE_TREE is gone.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "d7f46190ef1048e48f71c8a7a60c2881c437d08d",
      "tree": "8c8a46149ea05cf897768c6776223eddaf7a7620",
      "parents": [
        "28b958859206b7010d03129611c2e444898e3ee4"
      ],
      "author": {
        "name": "Li Yang",
        "email": "leoli@freescale.com",
        "time": "Thu Mar 06 18:42:35 2008 +0800"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Mar 07 08:42:22 2008 -0600"
      },
      "message": "[POWERPC] 83xx: Add local bus device nodes to MPC837xMDS device trees.\n\nSigned-off-by: Li Yang \u003cleoli@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "28b958859206b7010d03129611c2e444898e3ee4",
      "tree": "849cde693a5ced4c89605ba768f7d5fe6cc61aa8",
      "parents": [
        "ce4796d1e16cf3761dc2a02b8d588667d05b3078"
      ],
      "author": {
        "name": "Li Yang",
        "email": "leoli@freescale.com",
        "time": "Thu Mar 06 18:42:26 2008 +0800"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Mar 07 08:42:11 2008 -0600"
      },
      "message": "[POWERPC] 83xx: Fix wrong USB phy type in mpc837xmds dts\n\nDue to chip constraint MPC837x USB DR module can only use\nULPI and serial PHY interfaces.  The patch fixes the wrong\ntype in dts.\n\nSigned-off-by: Li Yang \u003cleoli@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "35d77ef1c05bc3760427954dafaee3ca550542f3",
      "tree": "0640a1080e5ae68d84500a05543d357f65099288",
      "parents": [
        "4187377b2411d43ea4470b35162917a5093857bf",
        "f62f2fdd9c33160584b800da8c4a25ff1679225a"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Mar 03 17:38:23 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Mar 03 17:38:23 2008 +1100"
      },
      "message": "Merge branch \u0027for-2.6.25\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx into merge\n"
    },
    {
      "commit": "fe57e8be9e858b6d7af4e088cbbe718f51241eee",
      "tree": "ea67ea6c4c03ef5be0269fa970c503e75f4ce58d",
      "parents": [
        "c91f91e5fb04fc8fd8fa4b5e9d949031e631c107"
      ],
      "author": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Thu Feb 28 08:16:27 2008 -0600"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Thu Feb 28 08:16:27 2008 -0600"
      },
      "message": "[POWERPC] 4xx: Use correct board info structure in cuboot wrappers\n\nCorrect the remaining 44x cuboot wrappers to define TARGET_4xx as well.  This\ncreates the correct structure to use, including things like the second MAC\naddress.\n\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "c91f91e5fb04fc8fd8fa4b5e9d949031e631c107",
      "tree": "e55ba4e7b83211b0e23b2cb0868f50cb141672d5",
      "parents": [
        "3db3ba0347cb2f4bcb27a538fcc0f4e2c80600b0"
      ],
      "author": {
        "name": "Valentine Barshak",
        "email": "vbarshak@ru.mvista.com",
        "time": "Wed Feb 27 01:58:53 2008 +1100"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Feb 27 09:47:49 2008 -0600"
      },
      "message": "[POWERPC] 44x: add missing define TARGET_4xx and TARGET_440GX to cuboot-taishan\n\nIn order to get the proper boad info (bd_info) structure defined in ppcboot.h\nboth TARGET_4xx and TARGET_44x should be defined for all PowerPC 440 boards.\nThe 440GX boards also need TARGET_440GX defined since they have 4 EMACs and\nthere are 4 MAC addesses in bd_info passed by u-boot.\n\nSigned-off-by: Valentine Barshak \u003cvbarshak@ru.mvista.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "3db3ba0347cb2f4bcb27a538fcc0f4e2c80600b0",
      "tree": "845a5805b97d8a3f495c1007bbd90bbf18086829",
      "parents": [
        "e33eb074cb95783b4497327098e4128e9f8c15b9"
      ],
      "author": {
        "name": "Stefan Roese",
        "email": "sr@denx.de",
        "time": "Fri Feb 22 02:21:37 2008 +1100"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Feb 27 09:47:11 2008 -0600"
      },
      "message": "[POWERPC] 4xx: Fix L1 cache size in katmai DTS\n\nThis patch changes the katmai (440SPe) L1 cache size to 32k. Some\nwhitespace issues are cleaned up too.\n\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "e33eb074cb95783b4497327098e4128e9f8c15b9",
      "tree": "eec0fe3c3e1e235f2a6ffc2bb2f99794de9c3128",
      "parents": [
        "13dbf42210565418e925f883e9217b9eda5244a2"
      ],
      "author": {
        "name": "Stefan Roese",
        "email": "sr@denx.de",
        "time": "Wed Feb 20 21:45:58 2008 +1100"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Feb 27 09:43:15 2008 -0600"
      },
      "message": "[POWERPC] 4xx: Fix Haleakala PCIe compatibility problem in dts\n\nSince the 4xx PCIe driver checks for 405ex compatibility, the\nPCIe interface was not detected as it is currently defined as\n\"405exr\" compatible. This patch changes it to \"405ex\".\n\nThe 405EX and 405EXr are identical exept that the 2nd PCIe and the\n2nd EMAC interfaces are missing.\n\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "bf2e70ac654060bcb2a06bbcb62701ba2451d79d",
      "tree": "e3e73649dc271f91e62dbca35f2bf40673715ecb",
      "parents": [
        "abe768858a54e96f0b2c0585db397107ed1bd213"
      ],
      "author": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Tue Feb 19 13:52:48 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Feb 20 13:33:37 2008 +1100"
      },
      "message": "[POWERPC] Fix bootwrapper builds with older gcc versions\n\nGCC versions before 3.4 did not support the -mcpu\u003d440 option.  Use\n-mcpu\u003d405 for the 4xx specific bootwrapper files, as that has been\naround for much longer.\n\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "e563db977f58836c30ce3ee7cb6719c47feac4be",
      "tree": "5fe3eb2f0761e615f8983ce3a6b34d272b7f3123",
      "parents": [
        "7fe5f10ed032251f35258be2ee5296bca4299471"
      ],
      "author": {
        "name": "Stefan Roese",
        "email": "sr@denx.de",
        "time": "Wed Jan 16 20:00:00 2008 +1100"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Fri Feb 15 21:35:30 2008 -0600"
      },
      "message": "[POWERPC] 4xx: Remove \"i2c\" and \"xxmii-interface\" device_types from dts\n\nRemove all \"i2c\" and \"xxmii-interface\" (rgmii etc) device_type entries\nfrom the 4xx dts files.\n\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "e4ccde0262a2b4d0889b1cbe4874d2aed120bbe4",
      "tree": "47e8b2e3dd31046e4fa6aa2f53a94c8f38b9c6b9",
      "parents": [
        "7084ebaa266e1686ef6e157aff9137cc28a92843"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Feb 12 02:32:00 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Feb 14 22:11:02 2008 +1100"
      },
      "message": "[POWERPC] Remove generated files on make clean\n\nvmlinux.lds and dtc-parser.tab.h get created but never cleaned up.\n\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "e5a21dd87312b842fe1cc23cbca8e28d69fe055b",
      "tree": "88e569cb9178fd88f988ecf25e85585dff3e2748",
      "parents": [
        "a0620156b05f2e1b77801e8bca724d0ed650974d"
      ],
      "author": {
        "name": "Geoff Levand",
        "email": "geoffrey.levand@am.sony.com",
        "time": "Sat Feb 09 09:52:48 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Feb 14 22:11:01 2008 +1100"
      },
      "message": "[POWERPC] PS3: Fix bootwrapper hang bug\n\nFix a bug in the lv1_get_repository_node_value() routine of the PS3\nbootwrapper.  Changes in the PS3 system firmware 2.20 cause this bug\nto hang the system when branching from the bootwrapper to the kernel\n_start.\n\nSince the video system has not yet been enabled at the time\nthe bug is hit, the system hangs with a blank screen.  Earlier\nfirmwares don\u0027t cause such a catastrophic failure, and so this\nbug went undetected.\n\nSigned-off-by: Geoff Levand \u003cgeoffrey.levand@am.sony.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "3c0c6cb5eb2931712d5d750bf27d27d37a44d75e",
      "tree": "34c06a125ddc284692b23f468e512f75d4967f63",
      "parents": [
        "41abd68e6fbc1fc57353327bebe2e0126d712607"
      ],
      "author": {
        "name": "Valentine Barshak",
        "email": "vbarshak@ru.mvista.com",
        "time": "Tue Sep 25 05:29:52 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Feb 06 21:02:53 2008 -0600"
      },
      "message": "[POWERPC] 4xx: Add 440EPx Sequoia ehci dts entry\n\nAdds USB EHCI entry to PowerPC 440EPx Sequoia DTS.\n\nSigned-off-by: Valentine Barshak \u003cvbarshak@ru.mvista.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "25431333813686654907ab987fb5de10c10a16db",
      "tree": "c641d4c3ffbf28ebd19b02f1103b9bbfb65a61fe",
      "parents": [
        "1daa6d08d1257aa61f376c3cc4795660877fb9e3"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Thu Feb 07 05:18:34 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Feb 07 11:40:19 2008 +1100"
      },
      "message": "[POWERPC] bootwrapper: Build multiple cuImages\n\nCurrently, the kernel uses CONFIG_DEVICE_TREE to wrap a kernel image\nwith a fdt blob which means for any given configuration only one dts\nfile can be selected and so support for only one board can be built\n\nThis moves the selection of the default .dts file out of the kernel\nconfig and into the bootwrapper makefile.  The makefile chooses which\nimages to build based on the kernel config and the dts source file\nname is taken directly from the image name.  For example \"cuImage.ebony\"\nwill use \"ebony.dts\" as the device tree source file.\n\nIn addition, this patch allows a specific image to be requested from the\ncommand line by adding \"cuImage.%\" and \"treeImage.%\" targets to the list\nof valid built targets in arch/powerpc/Makefile.  This allows the default\ndts selection to be overridden.\n\nAnother advantage to this change is it allows a single defconfig to be\nsupplied for all boards using the same chip family and only differing in\nthe device tree.\n\nImportant note: This patch adds two new zImage targets; zImage.dtb.% and\nzImage.dtb.initrd.% for zImages with embedded dtb files.  Currently\nthere are 5 platforms which require this: ps3, ep405, mpc885ads, ep88xc,\nadder875-redboot and ep8248e.  This patch *changes the zImage filenames*\nfor those platforms.  ie. \u0027zImage.ps3\u0027 is now \u0027zImage.dtb.ps3\u0027.\n\nThis new zImage.dtb targets were added so that the .dts file could be\npart of the dependancies list for building them.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "1f7d4f8395093021ed2262296179cfe71bd5e2ec",
      "tree": "30c69554b5a249ed5b90c52388165545df154c40",
      "parents": [
        "b370b08274a25cf1e2015fb7ce65c43173c8156f",
        "25ae3a0739c69425a911925b43213895a9802b98"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Feb 07 11:21:09 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Feb 07 11:21:09 2008 +1100"
      },
      "message": "Merge branch \u0027for-2.6.25\u0027 of git://git.secretlab.ca/git/linux-2.6-mpc52xx into for-2.6.25\n"
    },
    {
      "commit": "bd05f91f95b6ca692097f95244bdda25bd929216",
      "tree": "7deb679e0bdccee6620c2b1967686b277d67fb6e",
      "parents": [
        "e177edcd1505d5ac5f2edcd1f2df76946f4eae5d"
      ],
      "author": {
        "name": "John Rigby",
        "email": "jrigby@freescale.com",
        "time": "Tue Jan 29 04:28:54 2008 +1100"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Feb 06 14:05:23 2008 -0700"
      },
      "message": "[POWERPC] mpc512x: Device tree for MPC5121 ADS\n\nMinimal /dts-v1/ device tree for mpc5121 ads.\n\nport-number property in uart nodes\nwill go away after the driver learns to use aliases\n\nSigned-off-by: John Rigby \u003cjrigby@freescale.com\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "7e25867fe8d705bcf707ef52004b669eb795d06d",
      "tree": "30dc19325d8b5f3acf3dbc13fdecf692d32ec1c1",
      "parents": [
        "d8985fd2b8ef8994399ea33f7e5b24395f5a7cab"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Feb 05 23:58:30 2008 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Feb 05 23:58:30 2008 -0600"
      },
      "message": "[POWERPC] 85xx: Add second cpu to 8572 dts\n\nThe 8572 is a dual core processor, not reason not to describe both\ncores in the device tree.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "0367aad1ad5f8085ed15e9e30604f50108a1ea06",
      "tree": "1ef2f9208166a66fe14cc62f03da5c4f94cc792b",
      "parents": [
        "03bbfe8b97eb277f1af27fef5a14224f7878a983"
      ],
      "author": {
        "name": "Jon Loeliger",
        "email": "jdl@jdl.com",
        "time": "Sat Feb 02 13:02:51 2008 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Feb 05 23:33:46 2008 -0600"
      },
      "message": "[POWERPC] Fix storcenter DTS typos, feedback, IRQs.\n\nCleaned up IRQ layout and removed unsused ISU allocations.\nFixed RTC address typo from /dts-v1/ conversion.\nIncorporated list suggestions to use an \"iomega,\" vendor prefix,\nand to use a node reference rather than a hard path.\n\nSigned-off-by: Jon Loeliger \u003cjdl@@jdl.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "03bbfe8b97eb277f1af27fef5a14224f7878a983",
      "tree": "fa9710df6d0b0ee982dce3a0c68c4e2fff1cba43",
      "parents": [
        "5cfade1829440af45cd24ea7483d2e16876fc602"
      ],
      "author": {
        "name": "Bryan O\u0027Donoghue",
        "email": "bodonoghue@codehermit.ie",
        "time": "Sun Feb 03 23:21:29 2008 +0000"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Feb 05 23:33:22 2008 -0600"
      },
      "message": "[POWERPC] 8xx: Add clock-frequency to adder875 and mpc885ads dts\n\ncpm_uart_core has a dependency on fsl,cpm-brg/clock-frequency, this\nmeans that a .dts that uses the cpm uart driver needs to supply a\nclock-frequency entry for get_brgfreq to return a meaningful number.\n\nSigned-off-by: Bryan O\u0027Donoghue \u003cbodonoghue@codehermit.ie\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "5cfade1829440af45cd24ea7483d2e16876fc602",
      "tree": "3615f7bd6145e84077a73db5ebefd3f2c8e7d090",
      "parents": [
        "266fb4af93427923ee76bd9dc73ec352b8d791ab"
      ],
      "author": {
        "name": "Kim Phillips",
        "email": "kim.phillips@freescale.com",
        "time": "Thu Jan 31 19:40:05 2008 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Feb 05 23:30:14 2008 -0600"
      },
      "message": "[POWERPC] 83xx: Add rtc node to mpc8313erdb dts\n\nThe 8313 rdb has a ds1339 at address 0x68.\n\nSigned-off-by: Kim Phillips \u003ckim.phillips@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "b277b02588ec7534a033ff1cb0f947c18a4d3b54",
      "tree": "8599c759d742e11b7d3026ae80734c12696d28a8",
      "parents": [
        "b74a7e50cc87dea1b86d35860ace81412cb49886"
      ],
      "author": {
        "name": "Kim Phillips",
        "email": "kim.phillips@freescale.com",
        "time": "Thu Jan 31 12:56:58 2008 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Feb 05 23:29:45 2008 -0600"
      },
      "message": "[POWERPC] 83xx: Correct 2nd PCI controller interrupt value in mpc834x_mds dts\n\nAccording to the 8349EA ref man, the second PCI PHB IRQ is 67.  Thanks to Peter\nVan Ackeren for finding this.\n\nSigned-off-by: Kim Phillips \u003ckim.phillips@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "b74a7e50cc87dea1b86d35860ace81412cb49886",
      "tree": "ad2baa9b25faab62c3011a521e662a7e19767e58",
      "parents": [
        "8353ec7b0d6666c0674ca978379c55234609dae8"
      ],
      "author": {
        "name": "Kim Phillips",
        "email": "kim.phillips@freescale.com",
        "time": "Wed Jan 30 12:46:19 2008 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Feb 05 23:19:03 2008 -0600"
      },
      "message": "[POWERPC] 83xx: configure USB clock for MPC8315E\n\nSCCR USB bits are in a different location on the mpc8315.\n\nSigned-off-by: Jerry Huang \u003cChang-Ming.Huang@freescale.com\u003e\nSigned-off-by: Kim Phillips \u003ckim.phillips@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "bd45ac0c5daae35e7c71138172e63df5cf644cf6",
      "tree": "5eb5a599bf6a9d7a8a34e802db932aa9e9555de4",
      "parents": [
        "4eece4ccf997c0e6d8fdad3d842e37b16b8d705f",
        "5bdeae46be6dfe9efa44a548bd622af325f4bdb4"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Jan 31 11:25:51 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Jan 31 11:25:51 2008 +1100"
      },
      "message": "Merge branch \u0027linux-2.6\u0027\n"
    },
    {
      "commit": "4eece4ccf997c0e6d8fdad3d842e37b16b8d705f",
      "tree": "b8ddfaa3401a6af36ab06829b1b0c31e0ff2fb38",
      "parents": [
        "cda13dd164f91df79ba797ab84848352b03de115",
        "4fb4c5582475452d3bf7c5072ef2d15ee06f7723"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Jan 31 10:50:17 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Thu Jan 31 10:50:17 2008 +1100"
      },
      "message": "Merge branch \u0027for-2.6.25\u0027 of git://git.secretlab.ca/git/linux-2.6-mpc52xx\n"
    },
    {
      "commit": "3ff6eecca4e5c49a5d1dd8b58ea0e20102ce08f0",
      "tree": "9af53a5ce0054520be6d572f988a76f3ab4ef0c0",
      "parents": [
        "bc395add945659e04cc7cf250755ba0edc1a9fdc"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Thu Jan 24 22:16:20 2008 +0100"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@ravnborg.org",
        "time": "Mon Jan 28 23:21:18 2008 +0100"
      },
      "message": "remove __attribute_used__\n\nRemove the deprecated __attribute_used__.\n\n[Introduce __section in a few places to silence checkpatch /sam]\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "cda13dd164f91df79ba797ab84848352b03de115",
      "tree": "f366a541f2358c4b74b3e4c8b7ec04994c23d3e8",
      "parents": [
        "a6f71745969d495d697d1ccd96385d2f7a963375"
      ],
      "author": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Mon Jan 28 16:09:36 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jan 28 16:16:38 2008 -0600"
      },
      "message": "[POWERPC] 83xx: Clean up / convert mpc83xx board DTS files to v1 format.\n\nThis patch converts the remaining 83xx boards to the dts-v1 format.\nThis includes the mpc8313_rdb, mpc832x_mds, mpc8323_rdb, mpc8349emitx,\nmpc8349emitxgp and the mpc836x_mds.\n\nThe mpc8315_rdb mpc834x_mds, mpc837[789]_*, and sbc8349 were already\ndts-v1 and only undergo minor changes for the sake of formatting\nconsistency across the whole group of boards; i.e.  the idea being\nthat you can do a \"diff -u board_A.dts board_B.dts\" and see something\nmeaningful.\n\nThe general rule I\u0027ve applied is that entries for values normally\nparsed by humans are left in decimal (i.e. IRQ, cache size, clock\nrates, basic counts and indexes) and all other data (i.e. reg and\nranges, IRQ flags etc.) remain in hex.\n\nI\u0027ve used dtc to confirm that the output prior to this changeset\nmatches the output after this changeset is applied for all boards.\n\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "3b29daded680733a37ed6618e165e86df45d89ab",
      "tree": "5058dba362c8f52edb40814e43b3d3b3a1db7aa6",
      "parents": [
        "77b41597e8d469535cfe09a641654bdc97dcf0d0"
      ],
      "author": {
        "name": "Kim Phillips",
        "email": "kim.phillips@freescale.com",
        "time": "Mon Jan 28 13:00:37 2008 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jan 28 13:15:28 2008 -0600"
      },
      "message": "[POWERPC] 83xx: Fix typo in mpc837x compatible entries\n\nSigned-off-by: Kim Phillips \u003ckim.phillips@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "390167efa329d11099957108fc23d1ad15c3f37e",
      "tree": "2ce8fd64951541ca4e04f27710583d90999b4e22",
      "parents": [
        "762931571edcf4067bc8f0de929752eb424b039e"
      ],
      "author": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Mon Jan 28 02:27:51 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jan 28 09:02:09 2008 -0600"
      },
      "message": "[POWERPC] QE: Explicitly set address-cells and size cells for muram\n\nCurrently there are several dts that don\u0027t specify address or size\ncells for the muram.  This causes dtc to use default values, one of\nwhich is an address-cells of two, and this breaks the parsing of the\nmuram ranges, which is assuming an address-cells of one. For example:\n\nWarning (reg_format): \"reg\" property in\n/qe@e0100000/muram@10000/data-only@0 has invalid length\n(8 bytes) (#address-cells \u003d\u003d 2, #size-cells \u003d\u003d 1)\n\nExplicitly setting the address and size cells gets it parsed properly\nand gets rid of the four dtc warnings.\n\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "762931571edcf4067bc8f0de929752eb424b039e",
      "tree": "b58aa49dc8865107cd5b7227a204f1d73e525e4f",
      "parents": [
        "6e050d4e35659d26f4ca4c63d47e606d8aea763d"
      ],
      "author": {
        "name": "Jon Loeliger",
        "email": "jdl@freescale.com",
        "time": "Fri Jan 25 16:36:47 2008 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jan 28 08:45:37 2008 -0600"
      },
      "message": "[POWERPC] Convert StorCenter DTS file to /dts-v1/ format.\n\nSigned-off-by: Jon Loeliger \u003cjdl@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "6e050d4e35659d26f4ca4c63d47e606d8aea763d",
      "tree": "364408f7390c4b6b830e18c9cb0daf5f3a33f905",
      "parents": [
        "c42f3ad7f1bf17f31c3febdc71034ed6d793d40f"
      ],
      "author": {
        "name": "Jon Loeliger",
        "email": "jdl@freescale.com",
        "time": "Fri Jan 25 16:31:01 2008 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jan 28 08:45:26 2008 -0600"
      },
      "message": "[POWERPC] 86xx: Convert all 86xx DTS files to /dts-v1/ format.\n\nAlso fixed a few minor indent problems as well.\n\nSigned-off-by: Jon Loeliger \u003cjdl@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "23dd1cbf42788a616d2b7396e368ccbe7e4a72e2",
      "tree": "58758c79c40708c0fdcd8d899d917758f6f41f8d",
      "parents": [
        "38f66f90b2f89b3280ab505bd410e199fc461ed6"
      ],
      "author": {
        "name": "Kim Phillips",
        "email": "kim.phillips@freescale.com",
        "time": "Thu Jan 24 20:47:18 2008 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jan 28 08:33:07 2008 -0600"
      },
      "message": "[POWERPC] 83xx: add the mpc837[789]_rdb dts files\n\nAdd the dts files for the MPC838xE Reference Development Board (RDB).\n\nThe board is a mini-ITX reference board with 256M DDR2, 8M flash,\n32M NAND, USB, PCI, gigabit ethernet, SATA, and serial.\n\nthe difference among the three files is the 8377 has two, the 8378\nnone, and the 8379 has four sata controllers.\n\npartially based on the 8379 mds device trees.\n\nSigned-off-by: Joe D\u0027Abbraccio \u003cljd015@freescale.com\u003e\nSigned-off-by: Kim Phillips \u003ckim.phillips@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "64ee61bbf1983549b48e6d52fc6d98b31a4fa8fb",
      "tree": "4f507b27c7a459cc6cf29d375417cbffa56d5b7a",
      "parents": [
        "846aace363a8cdaa2e7525f489165297bcf865b3"
      ],
      "author": {
        "name": "Kim Phillips",
        "email": "kim.phillips@freescale.com",
        "time": "Thu Jan 24 20:46:06 2008 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jan 28 08:33:01 2008 -0600"
      },
      "message": "[POWERPC] 83xx: Add the MPC8315E RDB dts\n\nAdd the dts for the MPC8315E Reference Development Board (RDB).\n\nThe board is a mini-ITX reference board with 128M DDR2, 8M flash,\n32M NAND, USB, PCI, gigabit ethernet, SATA, and serial.\n\nSigned-off-by: Jerry Huang \u003cChang-Ming.Huang@freescale.com\u003e\nSigned-off-by: Kim Phillips \u003ckim.phillips@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "f3a2b29d932fbf92e133d814c4873fd15be51abc",
      "tree": "df6c2c960540b0f648d2ae3e3648111d500b97c0",
      "parents": [
        "59a0ea5091d309fa8338954b84cf5307dbd83ec9"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Jan 24 18:40:07 2008 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jan 28 08:32:58 2008 -0600"
      },
      "message": "[POWERPC] fsl_spi: stop using device_type \u003d \"spi\"\n\nAlso:\n- rename \"fsl_spi\" to \"fsl,spi\";\n- add and use cell-index property, if found;\n- split probing code out of fsl_spi_init, thus we can call\n  it for legacy device_type probing and new \"compatible\" probing.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "d0a2f82da949283027a7da6a8b2a70ada46e7b55",
      "tree": "5d1a72da88e3d30a93dbac27927269919d3f2a27",
      "parents": [
        "a2dd70a11d4c9cb8a4e4bb41f53a9b430e08559b"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Jan 24 18:40:01 2008 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jan 28 08:32:56 2008 -0600"
      },
      "message": "ucc_geth: get rid of device_type for mdio\n\ndevice_type property is bogus, thus use proper compatible.\n\nAlso change compatible property to \"fsl,ucc-mdio\".\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "a2dd70a11d4c9cb8a4e4bb41f53a9b430e08559b",
      "tree": "0ecb6b3f6ed79c06db25299450a7ea1ef216ed5a",
      "parents": [
        "f67be814ff8e862422739cb424ce8c4e6c142c28"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Jan 24 18:39:59 2008 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jan 28 08:32:55 2008 -0600"
      },
      "message": "[POWERPC] QE: get rid of most device_types and model\n\nNow we\u0027re searching for \"fsl,qe\", \"fsl,qe-muram\", \"fsl,qe-muram-data\"\nand \"fsl,qe-ic\".\n\nUnfortunately it\u0027s still impossible to remove device_type \u003d \"qe\"\nfrom the existing device trees because older u-boots are looking for it.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "f67be814ff8e862422739cb424ce8c4e6c142c28",
      "tree": "ff15bd3e1e3bc75ec28cda1c536d571d6dbe0bbb",
      "parents": [
        "eedd62ed53512e6749764427ffe5a1c9e41175c6"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Jan 25 10:23:34 2008 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jan 28 08:32:53 2008 -0600"
      },
      "message": "[POWERPC] 85xx: some minor cleanups for stx_gp3 and tqm85xx\n\n* \"simple-bus\" covers all our needs for of_platform_bus_probe()\n* make device tree name just \u0027soc\u0027 not \u0027soc85..\u0027\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "eedd62ed53512e6749764427ffe5a1c9e41175c6",
      "tree": "ce0bb6c8213f432df213188fd460390d3bc39f3c",
      "parents": [
        "44f25fb4d0754c6c2ab5bf97990a671e19152139"
      ],
      "author": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Fri Jan 25 01:22:09 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jan 28 08:32:44 2008 -0600"
      },
      "message": "[POWERPC] 83xx: mpc834x_mds - Convert device tree source to dts-v1\n\nMove mpc834x_mds device tree source forward to dts-v1 format.  Nothing\ntoo complex in this one, so it boils down to just adding a bunch of 0x\nin the right places and converting clock speeds to decimal.\n\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "6c538111e337ac47d2ba0cc50b6aab0fc4742873",
      "tree": "8a93670f93c36903506a0a11dbafa97d1baadd49",
      "parents": [
        "a43414ccb49c7866febd7f9c70adc124f6bba636"
      ],
      "author": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Thu Jan 24 18:41:31 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jan 28 08:30:56 2008 -0600"
      },
      "message": "[POWERPC] 83xx: Add device tree source for Wind River SBC834x board.\n\nThis adds the device tree source for the Wind River SBC834x board.\nIt is based on the MPC834x_MDS DTS, with the biggest difference being\nthe lack of BCSR and the PCI2 that the MDS gets via the PIB. That,\nand this file is also dts-v1 format.\n\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "30340998fae96c39de9bd6c43789001e2b110690",
      "tree": "6ef053435d1663ffd3815ef4f2232a426955c690",
      "parents": [
        "0e0fffe887673a04bb8f8ec8287c5057e2ed8f27"
      ],
      "author": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Thu Jan 24 18:41:28 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jan 28 08:30:52 2008 -0600"
      },
      "message": "[POWERPC] 85xx: Add v1 device tree source for Wind River SBC8548 board\n\nThis adds a v1 device tree source for the Wind River SBC8548 board.\nThe biggest difference between this and the MPC8548CDS reference\nplatform is the absence of the CDS\u0027s Arcadia peripherals and physical\naccess to the PCI#2 bus.\n\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    }
  ],
  "next": "6a35b6f09b8ef19ac99342951e49e3b242b5093b"
}
