)]}'
{
  "log": [
    {
      "commit": "ad611045ce5d059af84a9855b22ca3f7a99d47be",
      "tree": "f2e2f6281e8037ae391e83b9f3982f6e120a5c09",
      "parents": [
        "72d31053f62c4bc464c2783974926969614a8649"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Wed Sep 24 16:39:04 2008 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Sep 30 13:25:05 2008 +1000"
      },
      "message": "powerpc: Fix PCI in Holly device tree\n\nThe PCI bridge on the Holly board is incorrectly represented in the\ndevice tree.  The current device tree node for the PCI bridge sits\nunder the tsi-bridge node.  That\u0027s not obviously wrong, but the PCI\nbridge translates some PCI spaces into CPU address ranges which were\nnot translated by the \"ranges\" property in tsi-bridge node.\n\nWe used to get away with this problem because the PCI bridge discovery\ncode was also buggy, assuming incorrectly that PCI host bridge nodes\nwere always directly under the root bus and treating the translated\naddresses as raw CPU addresses, rather than parent bus addresses.\nThis has since been fixed, thus breaking Holly.\n\nThis could be fixed by adding extra translations to the tsi-bridge\nnode, but this patch instead moves the Holly PCI bridge out of the\ntsi-bridge node to the root bus.  This makes the tsi-bridge node\nrepresent only the built-in IO devices in the bridge, with a\nmore-or-less contiguous address range.  This is the same convention\nused on Freescale SoC chips, where the \"soc\" node represents only the\nIMMR region, and the PCI and other bus bridges are separate nodes\nunder the root bus.\n\nSigned-off-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nAcked-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "32dde0f975e430f00f03f80f7dbab585d8b45eab",
      "tree": "16df727d3119c93d7668e3468b90bf58eb294f23",
      "parents": [
        "612f9d338a6060f814ef35b7108b43407a5df423"
      ],
      "author": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Tue Sep 09 04:00:28 2008 +0000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Sep 17 09:14:42 2008 -0700"
      },
      "message": "powerpc: Holly board needs dtbImage target\n\nOne of the changes in the bootwrapper makefile introduced the dtbImage\ntargets for boards that need a simple zImage with a DTB embedded in\nthem (595be948cce574ff2d5dde5d0426a636a4363c70, \"[POWERPC]\nbootwrapper: Build multiple cuImages\").  When this was done, it broke\nbooting on the Holly board as the zImage.holly wrapper did not get the\nDTB embedded properly.\n\nThis changes the target for the Holly board to a dtbImage so that the\nwrapper includes the vmlinux, wrapper bits, and DTB.\n\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "612f9d338a6060f814ef35b7108b43407a5df423",
      "tree": "5a7288f3f7bb5768fcc34c55649bf37000db6bb9",
      "parents": [
        "bc45eb8950b8c14487385cfd2bda1613ca8d9703"
      ],
      "author": {
        "name": "Timur Tabi",
        "email": "timur@freescale.com",
        "time": "Tue Sep 09 14:43:39 2008 -0500"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Sep 16 14:40:05 2008 -0700"
      },
      "message": "powerpc: Fix interrupt values for DMA2 in MPC8610 HPCD device tree\n\nFor Freescale 8xxx devices that use an MPIC, the interrupt numbers in\nthe device tree must be 16 greater than the values documented in the\nreference manual.  In these chips, the MPIC is wired to use the first\n16 numbers for external interrupts, but the documentation numbers\ninternal interrupts from 0.\n\nIn the MPC8610 HPCD device tree, the interrupt properties for the DMA\nchannels for DMA2 were not the adjusted values.  This fixes that.\n\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "4ff23fa93011e2367fea056e72c92709178972d9",
      "tree": "655ae2833183253ea2ea4de8815331690f21f125",
      "parents": [
        "b2e601d14deb2083e2a537b47869ab3895d23a28"
      ],
      "author": {
        "name": "Hugh Dickins",
        "email": "hugh@veritas.com",
        "time": "Sun Sep 07 00:35:48 2008 +0100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Sep 08 15:55:35 2008 +1000"
      },
      "message": "powerpc: Fix rare boot build breakage\n\nA make -j20 powerpc kernel build broke a couple of months ago saying:\nIn file included from arch/powerpc/boot/gunzip_util.h:13,\n                 from arch/powerpc/boot/prpmc2800.c:21:\narch/powerpc/boot/zlib.h:85: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘*’ token\narch/powerpc/boot/zlib.h:630: warning: type defaults to ‘int’ in declaration of ‘Byte’\narch/powerpc/boot/zlib.h:630: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token\n\nIt happened again yesterday: too rare for me to confirm the fix, but\nit looks like the list of dependants on gunzip_util.h was incomplete.\n\nSigned-off-by: Hugh Dickins \u003chugh@veritas.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "8dd217b27e32081121c31d927e7c70f6dbf6f5c6",
      "tree": "bbe9c75d0842f5812ef3a78c28f5167568c24d44",
      "parents": [
        "639d64456e20cbfc866b18dc03cf9f9babc9c7cd"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Thu Jul 31 19:10:22 2008 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Aug 21 00:37:04 2008 -0500"
      },
      "message": "powerpc: Add cuImage.mpc866ads to the bootwrapper as a cuboot-8xx target\n\nThis patch fixes the following build error with mpc866_ads_defconfig:\n\n\u003c--  snip  --\u003e\n\n...\n  WRAP    arch/powerpc/boot/cuImage.mpc866ads\npowerpc64-linux-ld: arch/powerpc/boot/cuboot-mpc866ads.o: No such file: No such file or directory\nmake[2]: *** [arch/powerpc/boot/cuImage.mpc866ads] Error 1\n\n\u003c--  snip  --\u003e\n\nReported-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "d27a736c7a62c3451e389aa8e0dfc64dab119b9b",
      "tree": "56def6d207e8c9b60d5d17fb5f7248693c0aae0f",
      "parents": [
        "ba1616d921429ffe7480e8835e85f95ff041add8"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Sun Aug 17 10:51:25 2008 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Aug 20 23:56:30 2008 -0500"
      },
      "message": "powerpc/85xx: TQM8548: DTS file fixes and cleanup\n\nDue to the missing compatible property for the SOC, the MPC I2C buses are\nnot found any more. This patch fixes this issue. Furthermore it corrects\nthe name of the SOC node and adds the missing I2C node for the RTC.\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "ba1616d921429ffe7480e8835e85f95ff041add8",
      "tree": "c5fbab77c0b5732589f73a186528f91f3ca49f75",
      "parents": [
        "6a55617ed5d1aa62b850de2cf66f5ede2eef4825"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Jul 31 17:06:31 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Aug 20 23:26:02 2008 -0500"
      },
      "message": "powerpc: Fix whitespace merge in mpc8641 hpcn device tree\n\nWhen we coverted the .dts to v1 we lost a space between the irq\nand its polarity/sense information.  This causes a bit of chaos\nas the reset of the blob is off by one cell.\n\nThis was noticed by booting and getting errors w/ATA due to\nlock of interrupts.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "e2205a156f4dd727097f7f492bf03aa8920b0071",
      "tree": "7c4947406e9e11b5fbe183db4e0ae1943b9a7d15",
      "parents": [
        "a7ef6a40f700496c60b8f7206fff74fecd67b3a2",
        "13fa00a8780885edcdf0bc53b81e5d0fec71119a"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 11 10:40:28 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 11 10:40:28 2008 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:\n  powerpc: Remove include/linux/harrier_defs.h\n  powerpc: Do not ignore arch/powerpc/include\n  powerpc: Delete completed \"ppc removal\" task from feature removal file\n  powerpc/mm: Fix attribute confusion with htab_bolt_mapping()\n  powerpc/pci: Don\u0027t keep ISA memory hole resources in the tree\n  powerpc: Zero fill the return values of rtas argument buffer\n  powerpc/4xx: Update defconfig files for 2.6.27-rc1\n  powerpc/44x: Incorrect NOR offset in Warp DTS\n  powerpc/44x: Warp DTS changes for board updates\n  powerpc/4xx: Cleanup Warp for i2c driver changes.\n  powerpc/44x: Adjust warp-nand resource end address\n"
    },
    {
      "commit": "775587b6d769af3ba779a12ce790db4ccf0d1676",
      "tree": "d9640ffd6553ec4656449ded9035449f13dbc654",
      "parents": [
        "5c9ffc9c3d61dfcafd7cdb61c7b94f2d7ac408fb"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Tue Aug 05 13:01:02 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Aug 05 14:33:46 2008 -0700"
      },
      "message": "powerpc: 86xx: mpc8610_hpcd: add watchdog node\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nCc: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nCc: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "929badad6296c9682d271c97f39b78cb7007128a",
      "tree": "ba0cc4e36226daac13afc453c397dcf666c5915c",
      "parents": [
        "1d555cf168315ceb5422df9bff348466da2c549d"
      ],
      "author": {
        "name": "Sean MacLennan",
        "email": "smaclennan@pikatech.com",
        "time": "Thu Jul 31 13:41:11 2008 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Mon Aug 04 21:42:07 2008 -0400"
      },
      "message": "powerpc/44x: Incorrect NOR offset in Warp DTS\n\nFPGA offset in NOR flash was converted incorrectly when switching from\n64M to 4M flash.\n\nSigned-off-by: Sean MacLennan \u003csmaclennan@pikatech.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "1d555cf168315ceb5422df9bff348466da2c549d",
      "tree": "c15af1923fa82ea33eaaa96624770a8d680bbc5a",
      "parents": [
        "048040a36d46dced846b058bc083c212e0c75615"
      ],
      "author": {
        "name": "Sean MacLennan",
        "email": "smaclennan@pikatech.com",
        "time": "Sat Jul 26 11:50:19 2008 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Mon Aug 04 21:42:07 2008 -0400"
      },
      "message": "powerpc/44x: Warp DTS changes for board updates\n\nAdded support for the new at24 eeprom driver.\nDocumented a new fpga section, the DMA scatter gather list.\nRemoved index from i2c. No longer needed.\nFixed the leds section.\n\nSigned-off-by: Sean MacLennan \u003csmaclennan@pikatech.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "b8b572e1015f81b4e748417be2629dfe51ab99f9",
      "tree": "7df58667d5ed71d6c8f8f4ce40ca16b6fb776d0b",
      "parents": [
        "2b12a4c524812fb3f6ee590a02e65b95c8c32229"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri Aug 01 15:20:30 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Aug 04 12:02:00 2008 +1000"
      },
      "message": "powerpc: Move include files to arch/powerpc/include/asm\n\nfrom include/asm-powerpc.  This is the result of a\n\nmkdir arch/powerpc/include/asm\ngit mv include/asm-powerpc/* arch/powerpc/include/asm\n\nFollowed by a few documentation/comment fixups and a couple of places\nwhere \u003casm-powepc/...\u003e was being used explicitly.  Of the latter only\none was outside the arch code and it is a driver only built for powerpc.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "cf0d19fb3032ebf2cf8e5217da00f51dc025aa8e",
      "tree": "d4547338d0cd8a06ee2b111c54fd604a0df412df",
      "parents": [
        "74deace2f952f7a28d2c516facc9954199881937"
      ],
      "author": {
        "name": "Kim Phillips",
        "email": "kim.phillips@freescale.com",
        "time": "Tue Jul 29 15:29:24 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Jul 29 17:48:35 2008 -0500"
      },
      "message": "powerpc/fsl: proliferate simple-bus compatibility to soc nodes\n\nadd simple-bus compatible property to soc nodes for 83xx/85xx platforms\nthat were missing them.  Add same to platform probe code.\n\nThis fixes SoC device drivers (such as talitos) to succeed in matching\ndevices present in the soc node.\n\nalso update mpc836x_rdk dts to new SEC bindings (overlooked in commit\n3fd4473: powerpc/fsl: update crypto node definition and device tree\ninstances).\n\nSigned-off-by: Kim Phillips \u003ckim.phillips@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "542a3a3bc9d9c176f7cb332948df1cb8ff91fa64",
      "tree": "fd472e46578cb52997e24179e0764db52f61c850",
      "parents": [
        "bf312ccc04ab09d674cd1b0f228e76201d94483b"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Fri Jul 18 04:18:54 2008 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Jul 22 10:39:35 2008 +1000"
      },
      "message": "powerpc/boot: Change spaces to tabs\n\nFor C code spaces versus tabs is just a religious issue,\nbut for Makefiles it actually matters.\n\nThis patch fixes he following errors:\n/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/powerpc/boot/Makefile:166: *** missing separator.  Stop.\n/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/powerpc/boot/Makefile:171: *** missing separator.  Stop.\n\nSince this was inside an ifdef DTC_GENPARSER it was not a problem unless\nsomeone wanted to regenerate the shipped generated files.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nAcked-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "a47fda930777f2d84209c9d140557b983e84a16a",
      "tree": "78c00951fa2dac8cee500ce781e2923c067e8602",
      "parents": [
        "52ddd1cdc923802b224b15ba75000c6c5668227f"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Jun 12 03:04:37 2008 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jul 16 17:57:43 2008 -0500"
      },
      "message": "powerpc/86xx: mpc8610_hpcd - add support for ULI RTC\n\nThe ULI \"Super South Bridge\" contains ISA bridge to the legacy\ndevices, such as Super IO mouse/keyboard/floppy disk controllers,\nparallel port, i8259 interrupt controller and so on.\n\ni8259 is disabled on the MPC8610HPCD, and other peripherals are not\ntraced out. So we use only RTC.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "36aa7965d85270065f090b01db5c62bf75e65f30",
      "tree": "3612a309447ab6adeced712c93fac3378c93d14e",
      "parents": [
        "574366128db29e7da609ec1f9c01bf9d80adec87"
      ],
      "author": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Thu Jul 10 16:21:35 2008 -0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jul 16 17:57:33 2008 -0500"
      },
      "message": "powerpc/mpc7448: add alias list to DTS, clean out old chosen node\n\nThe mpc7448hpc2 board doesn\u0027t have an alias block like\nmost of the other modern eval boards have.  We need this\nblock in order to have u-boot be able to make use of the\nCONFIG_OF_STDOUT_VIA_ALIAS (vs. having a hard coded node)\nin the future.\n\nAlso remove the old, redundant chosen node.  Of all the modern\nFreescale eval boards (incl. 83xx, 85xx, 86xx) this is the only\none which still has it.  Its presence also breaks with some older\nversions of u-boot, like 1.3.1 -- which try and insert a\nsecond chosen node.\n\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "574366128db29e7da609ec1f9c01bf9d80adec87",
      "tree": "2eed2d730aac91d9de1475fc98e7aae896d7ed9c",
      "parents": [
        "d49747bdfb2ddebea24d1580da55b79d093d48a9"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Fri Jul 11 17:55:25 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jul 16 17:57:31 2008 -0500"
      },
      "message": "powerpc/mpc8313erdb: Add power management to the device tree.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "5b0504c0d795d6b0a904ff861c043d7a231f67a4",
      "tree": "c988e8b614c55d0dae2be4b750a03eb0a4f4d355",
      "parents": [
        "930074b6b9c4895d20cdadba5aff97907e28728d",
        "77a76369475801ab8cbb338b9d8cfa92a491badb"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Jul 15 11:55:27 2008 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Jul 15 11:55:27 2008 +1000"
      },
      "message": "Merge commit \u0027gcl/gcl-next\u0027\n"
    },
    {
      "commit": "930074b6b9c4895d20cdadba5aff97907e28728d",
      "tree": "3725eca121188f2e9c3b8bb4d4b8ba35e92640c7",
      "parents": [
        "3fd44736db9a5bf33e4a216b9cd43c9cfd57c459",
        "2bf3016f89344d4cd8b2c96bbec2b642a2bde413"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Jul 15 11:54:57 2008 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Jul 15 11:54:57 2008 +1000"
      },
      "message": "Merge commit \u0027jwb/jwb-next\u0027\n"
    },
    {
      "commit": "3fd44736db9a5bf33e4a216b9cd43c9cfd57c459",
      "tree": "855b82f0fad5dbff233bb89a389fb556e737980f",
      "parents": [
        "d0fc2eaaf4c56a95f5ed29b6bfb609e19714fc16"
      ],
      "author": {
        "name": "Kim Phillips",
        "email": "kim.phillips@freescale.com",
        "time": "Tue Jul 08 19:13:33 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jul 14 07:55:47 2008 -0500"
      },
      "message": "powerpc/fsl: update crypto node definition and device tree instances\n\ndelete obsolete device-type property, delete model property\n(use compatible property instead), prepend \"fsl,\" to Freescale\nspecific properties. Add nodes to device trees that are missing them,\nand fix broken property values in other trees.\n\nSigned-off-by: Kim Phillips \u003ckim.phillips@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "a5d28c8e64ff0bc77d38d9c19c6d8163e4c0ffaa",
      "tree": "f0b85adf4a897eca1567826202f1176f7b8554de",
      "parents": [
        "dc320815305c5f019672d144f4c4c2710ef7732e"
      ],
      "author": {
        "name": "Jochen Friedrich",
        "email": "jochen@scram.de",
        "time": "Wed Jul 02 18:06:13 2008 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jul 14 07:55:39 2008 -0500"
      },
      "message": "powerpc/CPM: Add i2c pins to dts and board setup\n\nInitialize I2C pins on boards with CPM1/CPM2 controllers and document the\ni2c bus in booting-without-of.\n\nThe boards don\u0027t have any I2C chips connected to the I2C bus, so unless\nsome external chips are connected to the boards, this code is just an\nexample of setting everything else up.\n\nSigned-off-by: Jochen Friedrich \u003cjochen@scram.de\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "2f3804edf971d2080243d2b4552bfd61ddfbf969",
      "tree": "9d83fdd98c22ccd114da19c145b54754258d83a9",
      "parents": [
        "a712b65cd015d9bd05bce01f57a42cd6c73c4aa0"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jul 02 01:36:15 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jul 14 07:55:37 2008 -0500"
      },
      "message": "powerpc/85xx: Add support for MPC8536DS\n\nAdd support for the MPC8536 process and MPC8536DS reference board.  The\nMPC8536 is an e500v2 based SoC which eTSEC, USB, SATA, PCI, and PCIe.\n\nThe USB and SATA IP blocks are similiar to those on the PQ2 Pro SoCs and\nthus use the same drivers.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "a3083220c089c626a66b66af0eff4f9220d5b797",
      "tree": "72f81386ecfbab37cc21e923de8b10519bf43dea",
      "parents": [
        "deabeabf0bb8e6ad0b5917859893ac5af46d9b04"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Thu Jun 26 15:15:43 2008 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jul 14 07:55:34 2008 -0500"
      },
      "message": "powerpc/85xx: TQM8548: add missing support for RTC and LM75\n\nIt adds the missing RTC node to tqm8548.dts and enables support for\nI2C, DS1307 and LM75 in the default configuration.\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "deabeabf0bb8e6ad0b5917859893ac5af46d9b04",
      "tree": "eb4a4b299e2f9a0c3b28e0ebb0d90b9edf06782f",
      "parents": [
        "6c1160991283a12537b136a71d10d271997fd64c"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Tue Jul 01 17:04:38 2008 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jul 14 07:55:32 2008 -0500"
      },
      "message": "powerpc/86xx: mpc8610_hpcd: fix interrupt trigger type for ULi IDE\n\ni8259 PIC is disabled on MPC8610HPCD, and ULi IDE is configured to use\nPCI sideband interrupt that is specified in the device tree.\n\nCurrent HPCD\u0027s device tree specify that IDE interrupt is low to high\nsensitive, but in practice ULi IDE throws active-high interrupts (not\nactive-low as all normal PCI devices).\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "0fe9b1ea60bc209c8c87afcbb1c2ec0b28835aa4",
      "tree": "579b62a337b195669943a782b853e5c0e019f401",
      "parents": [
        "11c2d8174ed3dc4f1971564732689b4a39129702"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 30 23:24:14 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jul 14 07:55:29 2008 -0500"
      },
      "message": "powerpc/85xx: Fix KSI8560 .dts\n\nRename MPIC label to mpic to match all other 85xx .dts and to fix compile\nissue introduced by addition of the DMA node.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "11c2d8174ed3dc4f1971564732689b4a39129702",
      "tree": "ac00daa548ea8ac24ae7a5c8062312e335ab9858",
      "parents": [
        "cde274c0c789404df8ece3f9e7d6506caf0127e2",
        "bce7f793daec3e65ec5c5705d2457b81fe7b5725"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Jul 14 14:29:49 2008 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Jul 14 14:29:49 2008 +1000"
      },
      "message": "Merge commit \u0027origin/HEAD\u0027 into test-merge\n\nManual fixup of include/asm-powerpc/pgtable-ppc64.h"
    },
    {
      "commit": "4df64c3e58d28ffc5c61bdbdd733c5d0303b9f3c",
      "tree": "21adfbacfbcd8a6de455d2b0f61227a791ce5c2b",
      "parents": [
        "08b6c06de5d3f37295f6dbf7010fb45ae5ee14a7"
      ],
      "author": {
        "name": "John Rigby",
        "email": "jrigby@freescale.com",
        "time": "Wed Jul 09 14:54:01 2008 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Sat Jul 12 12:10:54 2008 -0600"
      },
      "message": "powerpc/mpc5121: Update device tree for MPC5121ADS evaluation board\n\nCurrent device tree is only bare bones.  This patch adds nodes to make\nit a complete tree for the MPC5121ads.\n\nAdded nodes include:\n    mbx      - opengl coprocessor\n    nfc      - nand flash controller\n    cpld-pic - on board cpld\n    rtc\n    clock    - clock control\n    pmc      - power management control\n    gpio\n    mscan    - can module\n    i2c\n    axe      - audio coprocessor\n    display  - display interface unit\n    mdio\n    ethernet\n    usb\n    ioctl    - pin config\n    pata\n    ac97     - PSC configured as AC97\n    pscfifo  - psc fifo configuration\n    dma\n    pci\n\nFix typo in header changing MDS to ADS.\n\nAdd a compatible property of the form \"fsl,mpc5121-...\"\nto nodes missing one.\n\nChanged localbus compatible to fsl,mpc5121-localbus, this does\nnot break anything because the only code that uses it finds it\nvia the node name, not compatible.\n\nSigned-off-by: John Rigby \u003cjrigby@freescale.com\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "b0852cb8841f35b124f4344d92abd8c0a6b54fcf",
      "tree": "7e1f311b085f8ef09ca0b7a4a6e0cd6a33fb6e76",
      "parents": [
        "f40987b64d0f4d40b006ce09e37161b57c1e970b"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Wed Jul 02 11:56:40 2008 +0200"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Sat Jul 12 12:10:52 2008 -0600"
      },
      "message": "powerpc/mpc5200: add missing MSCAN FDT nodes for TQM52xx\n\nThis patch adds the still missing FDT nodes for the MSCAN devices for\nthe TQM52xx modules.\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "9fde9bdd3023854f7b03cc425ff4a0ed51bd1eb3",
      "tree": "0f8765f49e5c9bc5186c1524c0d84accb327af02",
      "parents": [
        "c356aa456e8677682aa3cdb4b81d08e814b1a379"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Jul 09 10:56:11 2008 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Jul 09 10:56:11 2008 -0600"
      },
      "message": "powerpc/440: Convert Virtex ML507 device tree to dts-v1\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "c356aa456e8677682aa3cdb4b81d08e814b1a379",
      "tree": "1c7d7b2bebb66bd631a16b2cfacfab66b3c6cbfd",
      "parents": [
        "1d46e379aae7349069f459618f53fd5193c2fd29"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Jul 09 09:41:52 2008 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Jul 09 09:41:52 2008 -0600"
      },
      "message": "powerpc/bootwrapper: Allow user to specify additional default targets\n\nIt is inconvenient to add additional default targets to the bootwrapper\nMakefile for each new board supported which just needs a different dts\nfile.  This change allows the defconfig to specify additional build\ntargets.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nAcked-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "05781ccd74c63c6c8567f99101587d5c07c163e0",
      "tree": "bd1e666433674363e5d0819c08afae87e7105995",
      "parents": [
        "801eb73f45371accc78ca9d6d22d647eeb722c11"
      ],
      "author": {
        "name": "Grant Erickson",
        "email": "gerickson@nuovations.com",
        "time": "Tue Jul 08 08:03:11 2008 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Jul 09 16:30:46 2008 +1000"
      },
      "message": "ibm_newemac: Parameterize EMAC Multicast Match Handling\n\nVarious instances of the EMAC core have varying: 1) number of address\nmatch slots, 2) width of the registers for handling address match slots,\n3) number of registers for handling address match slots and 4) base\noffset for those registers.\n\nAs the driver stands today, it assumes that all EMACs have 4 IAHT and\nGAHT 32-bit registers, starting at offset 0x30 from the register base,\nwith only 16-bits of each used for a total of 64 match slots.\n\nThe 405EX(r) and 460EX now use the EMAC4SYNC core rather than the EMAC4\ncore. This core has 8 IAHT and GAHT registers, starting at offset 0x80\nfrom the register base, with ALL 32-bits of each used for a total of\n256 match slots.\n\nThis adds a new compatible device tree entry \"emac4sync\" and a new,\nrelated feature flag \"EMAC_FTR_EMAC4SYNC\" along with a series of macros\nand inlines which supply the appropriate parameterized value based on\nthe presence or absence of the EMAC4SYNC feature.\n\nThe code has further been reworked where appropriate to use those macros\nand inlines.\n\nIn addition, the register size passed to ioremap is now taken from the\ndevice tree:\n\n\tc4 for EMAC4SYNC cores\n\t74 for EMAC4 cores\n\t70 for EMAC cores\n\nrather than sizeof (emac_regs).\n\nFinally, the device trees have been updated with the appropriate compatible\nentries and resource sizes.\n\nThis has been tested on an AMCC Haleakala board such that: 1) inbound\nICMP requests to \u0027haleakala.local\u0027 via MDNS from both Mac OS X 10.4.11\nand Ubuntu 8.04 systems as well as 2) outbound ICMP requests from\n\u0027haleakala.local\u0027 to those same systems in the \u0027.local\u0027 domain via MDNS\nnow work.\n\nSigned-off-by: Grant Erickson \u003cgerickson@nuovations.com\u003e\nAcked-by: Jeff Garzik \u003cjgarzik@pobox.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "1d46e379aae7349069f459618f53fd5193c2fd29",
      "tree": "5553caf17770f4a2492da1bdf236f77dc5d98589",
      "parents": [
        "70bf0333d72cd66daf7664c44708f65518b267cc"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Fri Jul 04 00:59:37 2008 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Fri Jul 04 00:59:37 2008 -0600"
      },
      "message": "powerpc/bootwrapper: add missing bit of simpleImage target\n\nThe wrapper script is missing the bits needed for building generic\nsimpleImage targets (targets which don\u0027t depend on any particular\nfirmware interface and retrieve all their data from the device tree).\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "d58577d8f36f66dbb5dec30fc01dfddda0cfd1fa",
      "tree": "92840d18b50ccaa63fbc4aec85c962223c5e9982",
      "parents": [
        "dc568ec4906ac2478e2d692adc6b12fbb6e4657e"
      ],
      "author": {
        "name": "John Linn",
        "email": "john.linn@xilinx.com",
        "time": "Wed Jul 02 15:11:28 2008 -0700"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Fri Jul 04 00:58:59 2008 -0600"
      },
      "message": "powerpc/virtex: Fix booting of Xilinx FPGAs with 16550 for 405 and 440\n\nThe following changes add processing to initialize the Xilinx 16550 UART\nin the boot wrapper for Virtex targets without firmware.  Normally the\nboot wrapper assumes that the serial port has already been initialized by\nfirmware.\n\nThe wrapper was also modified to add the 440 build.\n\nSigned-off-by: John Linn \u003cjohn.linn@xilinx.com\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "dc568ec4906ac2478e2d692adc6b12fbb6e4657e",
      "tree": "e277430f6f7e67d3cbfbf6aab5a5019ffe682650",
      "parents": [
        "f3e909c2750eb20536bacacc867dc9047b70546a"
      ],
      "author": {
        "name": "John Linn",
        "email": "john.linn@xilinx.com",
        "time": "Tue Jul 01 16:02:54 2008 -0700"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Fri Jul 04 00:57:59 2008 -0600"
      },
      "message": "powerpc/virtex: add dts file for ML507 reference design\n\nThis new file adds support for the ML507 reference design.  The ML507\nuses the Virtex 5 FXT FPGA which embeds a ppc440 core.\n\nSigned-off-by: John Linn \u003cjohn.linn@xilinx.com\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "5d1a04110bfc40a86e1387b5f4382addd9aa7fbb",
      "tree": "4ec6ab6b47187c178457e0da369976a540c3fd46",
      "parents": [
        "1702b52092e9a6d05398d3f9581ddc050ef00d06"
      ],
      "author": {
        "name": "John Linn",
        "email": "john.linn@xilinx.com",
        "time": "Tue Jul 01 14:17:18 2008 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Jul 01 14:17:18 2008 -0600"
      },
      "message": "powerpc/bootwrapper: update for initrd with simpleImage\n\nThis change to the makefile corrects the build of a simpleImage with initrd.\n\nSigned-off-by: John Linn \u003cjohn.linn@xilinx\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "9d4ae9fc92f347b93b42c9c0ccde7138c1202e36",
      "tree": "271b5abb9ffbdb43bca627605ccafe52eec9b55d",
      "parents": [
        "96d5b52c8473ae6ee63d592474bcc1255df06102"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Jun 26 18:58:11 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Jul 01 11:28:53 2008 +1000"
      },
      "message": "powerpc/bootwrapper: Pad .dtb by default\n\nSince most bootloaders or wrappers tend to update or add some information\nto the .dtb they a handled they need some working space to do that in.\n\nBy default add 1K of padding via a default setting of DTS_FLAGS.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "9b09c6d909dfd8de96b99b9b9c808b94b0a71614",
      "tree": "0796f29964a133130ed39584000b2108497f3d65",
      "parents": [
        "c230328def963373ec474056f372e1918692c3c8"
      ],
      "author": {
        "name": "Tony Breeds",
        "email": "tony@bakeyournoodle.com",
        "time": "Tue Jun 24 14:20:29 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Jul 01 11:28:32 2008 +1000"
      },
      "message": "powerpc: Change the default link address for pSeries zImage kernels\n\nCurrently we set the start of the .text section to be 4Mb for pSeries.\nIn situations where the zImage is \u003e 8Mb we\u0027ll fail to boot (due to\noverlapping with OF).  Move .text in a zImage from 4MB to 64MB\n(well past OF).\n\nWe still will not be able to load large zImage unless we also move OF,\nto that end, add a note to the zImage ELF to move OF to 32Mb.  If this\nis the very first kernel booted then we\u0027ll need to move OF manually by\nsetting real-base.\n\nSigned-off-by: Tony Breeds \u003ctony@bakeyournoodle.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "e9a4b6a3f6592862a67837e80aad3f50468857a6",
      "tree": "087420cf91ac922c7e99757c4490a605ec7b10f2",
      "parents": [
        "441dbb500b4344a8e3125e5aabab4f9dbf72514f",
        "1702b52092e9a6d05398d3f9581ddc050ef00d06"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 30 10:16:50 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 30 10:16:50 2008 +1000"
      },
      "message": "Merge branch \u0027linux-2.6\u0027\n"
    },
    {
      "commit": "441dbb500b4344a8e3125e5aabab4f9dbf72514f",
      "tree": "3bb8fb1a88db3f5d03062a4887312f25c2e8041d",
      "parents": [
        "dee805532a30183c4462305b4614e58bd83a7bc1",
        "5ce4b59653b2c2053cd9a011918ac1e4747f24cc"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 30 09:57:05 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 30 09:57:05 2008 +1000"
      },
      "message": "Merge branch \u0027next\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx\n"
    },
    {
      "commit": "dee805532a30183c4462305b4614e58bd83a7bc1",
      "tree": "58cf510b5dfe47c29db0b1a660384f67ea396a61",
      "parents": [
        "f82796214a95b1ec00c2f121c1080d10f2b099a1"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Jun 27 13:45:19 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Jun 27 16:04:29 2008 -0500"
      },
      "message": "powerpc: Add dma nodes to 83xx, 85xx and 86xx boards\n\nAdded DMA nodes for the elo/elo-plus DMA engines.\n\nRenamed the interrupt controller alias in mpc832x_rdb.dts to ipic so that\nits the same as all the other boards.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "143580ecfb7999147e546cc3814023e233e95fa5",
      "tree": "5ba519c2be2fb19a5ced64743eba075e1bd61b1d",
      "parents": [
        "305c73687157d677bee6f2a5dbee438d844a028c"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Jun 13 07:19:06 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 16 15:00:52 2008 +1000"
      },
      "message": "[POWERPC] Fix bootwrapper builds with newer gcc versions\n\nGCC 4.4.x looks to be adding support for generating out-of-line register\nsaves/restores based on:\n\nhttp://gcc.gnu.org/ml/gcc-patches/2008-04/msg01678.html\n\nThis breaks the bootwrapper as we\u0027d need to link with libgcc to get the\nimplementation of the register save/restores.\n\nTo workaround this issue, we just stole the save/restore code from gcc\nand simplified it down for our needs (integer only).\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "ecab9ab22a9a64d6412961e42a5a23c74c6b6220",
      "tree": "149534c58c1e406453eac42a5d5e6536cfc66dc5",
      "parents": [
        "8d6bcd6e219f183aba4fb62bb7065a4db772ac49",
        "f17c63231c9c2bfc5717af1890ad17312a1c2c1c"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 16 14:30:47 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 16 14:30:47 2008 +1000"
      },
      "message": "Merge branch \u0027for-2.6.26\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into merge\n"
    },
    {
      "commit": "d2146cb274e494dd14e50f5b4cdeb7a5e5af5421",
      "tree": "fe0b776834ec781c38acf02befd41514a4181952",
      "parents": [
        "b6014e15bc38a33cf9591d33674dd870027cb623"
      ],
      "author": {
        "name": "Giuseppe Coviello",
        "email": "cjg@cruxppc.org",
        "time": "Fri May 23 03:51:37 2008 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Jun 11 08:33:59 2008 -0400"
      },
      "message": "powerpc/4xx: Convert Sam440ep DTS to dts-v1\n\nThis makes the sam440ep.dts dts-v1 compliant.\n\nSigned-off-by: Giuseppe Coviello \u003cgicoviello@gmail.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "b6014e15bc38a33cf9591d33674dd870027cb623",
      "tree": "6a1fd99c29fb0f81ac88aeaa8c9899cadc93b336",
      "parents": [
        "995ada8d5e6b3d5a32ca3e544a564d0623c4f3fa"
      ],
      "author": {
        "name": "Giuseppe Coviello",
        "email": "cjg@cruxppc.org",
        "time": "Tue May 20 01:20:47 2008 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Jun 11 08:32:49 2008 -0400"
      },
      "message": "powerpc/4xx: Sam440ep support\n\nThe Sam440ep is an high customizable general purpose mini-itx board,\nbased on the AMCC 440EP and with a LatticeXP FPGA onboard.\n\nIt\u0027s poduced by ACube Systems Srl (Bassano del Grappa, Italy),\nhttp://www.acube-systems.biz.\n\nSigned-off-by: Giuseppe Coviello \u003cgicoviello@gmail.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "887942d7d62499999f7868f194d7f41fd6e88795",
      "tree": "db6d0651585abdbc4b5e846168c883edb389918c",
      "parents": [
        "939e622c5e7f8ccd6b0a05a810114b368f7de69e"
      ],
      "author": {
        "name": "Imre Kaloz",
        "email": "kaloz@openwrt.org",
        "time": "Wed Jun 11 08:03:41 2008 -0400"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Jun 11 08:03:41 2008 -0400"
      },
      "message": "powerpc/4xx: MTD support for the AMCC Taishan Board\n\nAdd support for the NOR flash found on the AMCC Taishan Board\nand enable MTD support in the defconfig.\n\nSigned-off-by: Imre Kaloz \u003ckaloz@openwrt.org\u003e\nAcked-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "b13e930906b313d787f4dd07fe78b74a3a8c22c4",
      "tree": "96f88bf75f2c95bdbd36e4a43b80f9459a94b26f",
      "parents": [
        "32def337aafee0bc65eb58d5b1b3617525eb7fb7"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Fri May 23 20:39:01 2008 +0400"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Jun 10 11:11:17 2008 -0500"
      },
      "message": "powerpc/83xx: new board support: MPC8360E-RDK\n\nThis is patch adds board file, device tree, and defconfig for the new\nboard, made by Freescale Semiconductor Inc. and Logic Product Development.\n\nCurrently supported:\n1. UEC{1,2,7,4};\n2. I2C;\n3. SPI;\n4. NS16550 serial;\n5. PCI and miniPCI;\n6. Intel NOR StrataFlash X16 64Mbit PC28F640P30T85;\n7. Graphics controller, Fujitsu MB86277.\n\nNot supported in this patch:\n1. StMICRO NAND512W3A2BN6E, 512 Mbit (supported with FSL UPM NAND driver);\n2. FHCI USB (supported with FHCI driver).\n3. QE Serial UCCs (tested to not work with ucc_uart driver, reason\n   unknown, yet);\n4. ADC AD7843 (tested to work, but support via device tree depends on\n   major SPI rework, GPIO API, etc);\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "5399be7f4679251e8c4c6637fde240f7ac8efdb9",
      "tree": "ed04baf7dba3d5fa39a8ab2c6d6ba48182bf7742",
      "parents": [
        "02b8a3d1eb2ae6353cfbce627ded22e299cf1989"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Fri Jun 06 13:50:06 2008 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Jun 10 10:34:37 2008 -0500"
      },
      "message": "powerpc/85xx: add local bus nodes for Flash and CAN to tqm8560.dts\n\nThis patch adds local bus nodes for Flash and CAN to the DTS file\nof the TQM8560 module (tqm8560.dts).\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "02b8a3d1eb2ae6353cfbce627ded22e299cf1989",
      "tree": "584a96fa753c9e4966f628943fd6eaf7aa38288b",
      "parents": [
        "6dd1b64a26d9209c09488e9fa257e7744823bf29"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Fri Jun 06 13:50:05 2008 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Jun 10 10:34:28 2008 -0500"
      },
      "message": "powerpc/85xx: support for the TQM8548 module using the big Flash\n\nSome TQM85xx boards could be equipped with up to 1 GiB (NOR) flash\nmemory and therefore a modified memory map is required and setup by\nthe board loader. This patch adds an appropriate DTS file.\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "6dd1b64a26d9209c09488e9fa257e7744823bf29",
      "tree": "b61365a5fc59681c793abd769ca1ac78421c6c9b",
      "parents": [
        "4fb035f69e3d08506b65d33b97be1b0e78af39a2"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Fri Jun 06 13:50:04 2008 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Jun 10 10:33:53 2008 -0500"
      },
      "message": "powerpc/85xx: add board support for the TQM8548 modules\n\nThis patch adds support for the TQM8548 modules from TQ-Components\nGmbH (http://www.tqc.de).\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "4fb035f69e3d08506b65d33b97be1b0e78af39a2",
      "tree": "8b93253aec4ee0af7372ed0f55d745ecabb3aa47",
      "parents": [
        "917f0af9e5a9ceecf9e72537fabb501254ba321d"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Fri Jun 06 13:50:03 2008 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Jun 10 10:33:11 2008 -0500"
      },
      "message": "powerpc/85xx: correct vendor prefix in DTS files for TQM85xx modules\n\nLike for the TQM5200, the vendor prefix \"tqc,\" is now used for all\nTQM85xx modules from TQ-Components GmbH (http://www.tqc.de) in the\ncorresponding DTS files.\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "f17c63231c9c2bfc5717af1890ad17312a1c2c1c",
      "tree": "4b0abd2c88db4acdb6435bfd2125796651d85af1",
      "parents": [
        "70b3ec3e523fc2370117c0eaf5be80859848f66a"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Mon Mar 17 20:52:08 2008 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Jun 10 09:19:26 2008 -0500"
      },
      "message": "[POWERPC] 83xx: MPC837xRDB\u0027s VSC7385 ethernet switch isn\u0027t on the MDIO bus\n\nMDIO-less PHYs should use CONFIG_FIXED_PHY driver and appropriate\nfixed-link property in the device tree.\n\nIf not, ethernet will not work:\n  e0024520:03 not found\n  eth1: Could not attach to PHY\n  IP-Config: Failed to open eth1\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "ad16880daae42b4e8e078580812faa216600b05e",
      "tree": "ef1ea840a5f1235e3f47f3ee55b5ae2bbe885c2b",
      "parents": [
        "c4ea896476d30514109f61f1a6e0d8e2b201e401"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Jun 06 10:35:13 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 09 08:45:07 2008 -0500"
      },
      "message": "[POWERPC] 85xx: MPC8548CDS - Fix size of PCIe IO space\n\nAndrew Klossner pointed out the IO space size was in violation of\nthe alignment requirements for windows on the 85xx.  The size should\nhave been 1M (to match u-boot).\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "c6ec08e03dd06b8dfa3f6d938b0a89c6ed8475c9",
      "tree": "12571414b76d9ca8d4054f8cc0f7ee8558e14386",
      "parents": [
        "61586476cda599c64ab2b8f4f808d6a615a2fab2"
      ],
      "author": {
        "name": "Remi Machet",
        "email": "rmachet@slac.stanford.edu",
        "time": "Wed May 21 06:50:10 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 09 13:42:25 2008 +1000"
      },
      "message": "powerpc: Boot code for the C2K\n\nSupport for the C2K cPCI Single Board Computer from GEFanuc\n(PowerPC MPC7448 with a Marvell MV64460 chipset).\nAll features of the board are not supported yet, but the board\nboots, flash works, all Ethernet ports are working and PCI\ndevices are all found (USB and SATA on PCI1 do not work yet).\n\nPart 2 of 5: support for the board in arch/powerpc/boot.\n\nSigned-off-by: Remi Machet \u003crmachet@slac.stanford.edu\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "61586476cda599c64ab2b8f4f808d6a615a2fab2",
      "tree": "f704155e87b2bf400daf8b289d91118766019adf",
      "parents": [
        "5073e7ee8684f3997b3633a2e5fa574027f37891"
      ],
      "author": {
        "name": "Remi Machet",
        "email": "rmachet@slac.stanford.edu",
        "time": "Wed May 21 03:30:24 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 09 13:41:16 2008 +1000"
      },
      "message": "powerpc: DTS file for the C2K\n\nSupport for the C2K cPCI Single Board Computer from GEFanuc\n(PowerPC MPC7448 with a Marvell MV64460 chipset).\nAll features of the board are not supported yet, but the board\nboots, flash works, all Ethernet ports are working and PCI\ndevices are all found (USB and SATA on PCI1 do not work yet).\n\nPart 1 of 5: DTS file describing the board peripherals.  As far as I\nknow all peripherals except the FPGA are listed in there (I did not\ninclude the FPGA because a lot of work is needed there).\n\nSigned-off-by: Remi Machet \u003crmachet@slac.stanford.edu\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "8a3e1c670e503ddd6f6c373b307f38b783ee3a50",
      "tree": "03094e8425b750d2693a271ebc89b49312e5476a",
      "parents": [
        "e026892c85571e12f11abffde5a90bcc704d663e",
        "60d5019be8acef268f4676d229c490186d338fbc"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 09 12:19:41 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 09 12:19:41 2008 +1000"
      },
      "message": "Merge branch \u0027merge\u0027\n\nConflicts:\n\n\tarch/powerpc/sysdev/fsl_soc.c\n"
    },
    {
      "commit": "efa58fbf19fb778a8ad2fd000a6dfa9c75263a37",
      "tree": "050dcd42a32644afdabf394642c3ebaacc205700",
      "parents": [
        "aab2545fdd6641b76af0ae96456c4ca9d1e50dad"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Thu May 22 03:38:28 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jun 09 11:30:15 2008 +1000"
      },
      "message": "[POWERPC] boot/Makefile CONFIG_ variable fixes\n\nThis corrects the names of two CONFIG_ variables.\n\nNote that the CONFIG_MPC86XADS fix uncovers another bug\n(with mpc866_ads_defconfig) that will require fixing:\n\n\u003c--  snip  --\u003e\n\n...\narch/powerpc/boot/dtc -O dtb -o arch/powerpc/boot/mpc866ads.dtb -b 0  /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/powerpc/boot/dts/mpc866ads.dts\nDTC: dts-\u003edtb  on file \"/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/powerpc/boot/dts/mpc866ads.dts\"\n  WRAP    arch/powerpc/boot/cuImage.mpc866ads\npowerpc64-linux-ld: arch/powerpc/boot/cuboot-mpc866ads.o: No such file: No such file or directory\nmake[2]: *** [arch/powerpc/boot/cuImage.mpc866ads] Error 1\n\n\u003c--  snip  --\u003e\n\nReported-by: Robert P. J. Day \u003crpjday@crashcourse.ca\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "c054065bc10a7ee2bcf78b5bc95f4b4d9bdc923a",
      "tree": "023b60c1b55c04c2db08983a3aaef151d081fcac",
      "parents": [
        "acd4b715ec83e451990bb82bdbf28ecaeab1b67d"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri May 30 13:43:43 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 02 14:44:25 2008 -0500"
      },
      "message": "[POWERPC] 85xx: Add next-level-cache property\n\nAdded next-level-cache to the L1 and a reference to the new L2 label.\nThis is per the ePAPR 0.94 spec.  Since we are\u0027t really dependent on this\ntoday we aren\u0027t supporting the \"legacy\" l2-cache phandle that is specified\nin the PPC v2.1 OF Binding spec.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "acd4b715ec83e451990bb82bdbf28ecaeab1b67d",
      "tree": "e0c80be114c3f80579bca783b0ecabe123fd2027",
      "parents": [
        "59d13f9dba56c444e5356b42d3d57b46e44ef975"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri May 30 12:12:26 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 02 14:44:25 2008 -0500"
      },
      "message": "[POWERPC] Cleanup mpic nodes in .dts\n\nRemoved clock-frequency, big-endian, and built-in props as they aren\u0027t\nspecified anywhere.  Also added compatible \u003d \"chrp,open-pic\" in the\nplaces it was missing.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "59d13f9dba56c444e5356b42d3d57b46e44ef975",
      "tree": "320b02fb36d0fe68575e740b5053cdca6288b5c4",
      "parents": [
        "64f9b5ee17ee7974d7cc58d75221432d86960ba3"
      ],
      "author": {
        "name": "Bryan O\u0027Donoghue",
        "email": "bodonoghue@codehermit.ie",
        "time": "Thu May 08 13:47:00 2008 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 02 14:44:25 2008 -0500"
      },
      "message": "[POWERPC] 83xx: Add support for Analogue \u0026 Micro ASP837E board\n\nThe following adds support for the Analogue \u0026 Micro ASP 8347E, running\nRedboot.\n\nhttp://www.analogue-micro.com/ASP8347.html\n\nSigned-off-by: Bryan O\u0027Donoghue \u003cbodonoghue@codehermit.ie\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "741edc494978bc2770e891b8cfadbca3246a3d1a",
      "tree": "5f703bb65d8ba82d2b23f2fbbb90fec750e8f57b",
      "parents": [
        "0023352f56f90d01de67f995e248fe4c5308a497"
      ],
      "author": {
        "name": "Jason Jin",
        "email": "Jason.jin@freescale.com",
        "time": "Fri May 23 16:32:48 2008 +0800"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 02 14:44:24 2008 -0500"
      },
      "message": "[POWERPC] 85xx: Enable MSI support for 85xxds board\n\nThis patch enabled MSI on 8544ds and 8572ds board.\nSo far only one MSI interrupt can generate on 8544 board.\n\nSigned-off-by: Jason Jin \u003cJason.jin@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "0023352f56f90d01de67f995e248fe4c5308a497",
      "tree": "46769472229ebfce9f89b25981484653008b6344",
      "parents": [
        "34e36c1541fe70e5b3842a3278c0e7631d31f4cb"
      ],
      "author": {
        "name": "Jason Jin",
        "email": "Jason.jin@freescale.com",
        "time": "Fri May 23 16:32:47 2008 +0800"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jun 02 14:44:24 2008 -0500"
      },
      "message": "[POWERPC] 86xx: Enable MSI support for MPC8610HPCD board\n\nThis patch enable the MSI on 8610hpcd board.\nThrough the msi-available-ranges property, All the 256\nmsi interrupts can be tested on this board.\n\nSigned-off-by: Jason Jin \u003cJason.jin@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "9c8b28c2ef532c2cf32b59aaa0bc07eb3b866ef7",
      "tree": "49746e085627871bc9c7cf7148313b18c2c61621",
      "parents": [
        "6907fa26d8934904a4c2594034c1affd8d717cae"
      ],
      "author": {
        "name": "Timur Tabi",
        "email": "timur@freescale.com",
        "time": "Sat May 31 08:12:05 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Sat May 31 17:08:29 2008 +1000"
      },
      "message": "[POWERPC] Fix DMA nodes in the MPC8610 HPCD device tree\n\nThe node for DMA2 in the MPC8610 HPCD device tree has the wrong compatible\nproperties.  This breaks the DMA driver and the sound driver.\n\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "4ebef31fa6e013e5cd3d4522e6018eb6d55046be",
      "tree": "78843ac145fe2e4c18de4809c2609df474068c88",
      "parents": [
        "0393cb615f369b6ea0e636dd4d1e25675657dc75"
      ],
      "author": {
        "name": "Sean MacLennan",
        "email": "smaclennan@pikatech.com",
        "time": "Tue May 20 08:28:52 2008 -0500"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Thu May 29 07:06:56 2008 -0500"
      },
      "message": "[POWERPC] PIKA Warp: Update platform code to support Rev B boards\n\n* Switched from 64M NOR/64M NAND to 4M NOR/256M NAND.\n* Full DTM support including critical temperature.\n* Added POST information.\n* Removed LED function, moved to new LED driver.\n* Moved ad7414 to new style I2C initialization.\n\nSigned-off-by: Sean MacLennan \u003csmaclennan@pikatech.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "0393cb615f369b6ea0e636dd4d1e25675657dc75",
      "tree": "4ca83e0c24b0d5e13005f28423ea8c2598451119",
      "parents": [
        "6f031101f5c6bb44762911909da575127f676eb8"
      ],
      "author": {
        "name": "Sean MacLennan",
        "email": "smaclennan@pikatech.com",
        "time": "Tue Apr 29 13:27:46 2008 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Thu May 29 07:06:56 2008 -0500"
      },
      "message": "[POWERPC] PIKA Warp: Update DTS to support Rev B boards\n\n* Switched from 64M NOR/64M NAND to 4M NOR/256M NAND.\n* Added led entries.\n* Added fpga-sd entry.\n* Added ad7414 entry.\n\nSigned-off-by: Sean MacLennan \u003csmaclennan@pikatech.com\u003e\nAcked-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "6f031101f5c6bb44762911909da575127f676eb8",
      "tree": "3701d126a869b4c5255b4993d36c5316fe54e8b2",
      "parents": [
        "71f349799b34c8b6ce3df42126b4de6cfa16456d"
      ],
      "author": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Fri May 16 00:41:23 2008 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Thu May 29 07:06:56 2008 -0500"
      },
      "message": "[POWERPC] 4xx: Fix PCI mem in rainier DTS\n\nThis fixes the PCI node in the Rainier to match the spec from AMCC.  A\nsimilar fix was done for 440EPx, which shares the same values as 440GRx.\n\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "71f349799b34c8b6ce3df42126b4de6cfa16456d",
      "tree": "995a9385920e7be80ea9a872442caf1d475c935a",
      "parents": [
        "b786af117b360843349cf66165c4efa0217ca2a7"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Thu May 15 16:46:39 2008 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Thu May 29 07:06:56 2008 -0500"
      },
      "message": "[POWERPC] Convert remaining dts-v0 files to v1\n\nAt the moment we have a mixture of left-over version 0 and new-format\nversion 1 files in arch/powerpc/boot/dts.  This is potentially\nconfusing to people new to the dts format attempting to figure it out.\n\nSo, this patch converts all the as-yet unconverted dts v0 files and\nconverts them to v1.  They\u0027re mechanically-converted, and not hand\ntweaked so in some cases they\u0027re not 100% in keeping with usual v1\nstyle, but the convertor program does have some heuristics so the\ndiscrepancies aren\u0027t too bad.\n\nI have checked that this patch produces no changes to the resulting\ndtb binaries.\n\nSigned-off-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nAcked-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\nAcked-by: Geoff Levand \u003cgeoffrey.levand@am.sony.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "927c258ac6c68868c6d36ce6cc17cda831ab8738",
      "tree": "27ea744583acc74c6cad9eb598be8fbd3df033f8",
      "parents": [
        "d3d3d3cdb12dcc72e7bbff3d01073b7600349d3c",
        "8939700edcd2bdb7a1af0defceb2532ee2565bc3"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue May 20 19:46:37 2008 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue May 20 19:46:37 2008 +1000"
      },
      "message": "Merge branch \u0027for-2.6.26\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into merge\n"
    },
    {
      "commit": "8939700edcd2bdb7a1af0defceb2532ee2565bc3",
      "tree": "d866facb61f6e9b70b487fe20397d57c1009641f",
      "parents": [
        "4978757987e5535614a1307bf8ccc938e28765a9"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Sun May 18 13:30:03 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 20 00:37:13 2008 -0500"
      },
      "message": "[POWERPC] Fix mpc8377_mds.dts DMA nodes to match spec\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "4978757987e5535614a1307bf8ccc938e28765a9",
      "tree": "7d58ab5c21f4a7588721347ca84792dc11253e56",
      "parents": [
        "b58a45752886bdd282b1e707e01d41454ab7e271"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Sun May 18 13:25:28 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 20 00:35:29 2008 -0500"
      },
      "message": "[POWERPC] Update arch/powerpc/boot/.gitignore\n\n* Add dtbImage.*\n* Added zImage.holly\n* Folded zImage.coff.lds into zImage.*lds\n* Removed some unused zImage.\u003cfoo\u003e ignores\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "b58a45752886bdd282b1e707e01d41454ab7e271",
      "tree": "00e297ec5ef6889ee983483c4dc98c27f9eb2429",
      "parents": [
        "f9ebcd9d410ba7209a8f321c41edf8615fc3ce67"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Sun May 18 13:23:03 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue May 20 00:27:19 2008 -0500"
      },
      "message": "[POWERPC] Remove generated files on make clean\n\ndtbImage.* and several zImage. targets get created but never cleaned up.\n\nAlso, moved zImage to the clean-files line associated with all other image\nresults (was previously duplicated).\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "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"
    }
  ],
  "next": "1791f91bc794b7efc90719268146f582b9f29ead"
}
