)]}'
{
  "log": [
    {
      "commit": "662f11cf2aaedd3d5fe6afbec78ba3288fd0c4ca",
      "tree": "f491041c3f04e5164682bfe67f75aa5fced33609",
      "parents": [
        "1f71ebedb3f8ce9108978168759c8551d873a912",
        "ad892a63f64888a7b05eb2046febbcfbdd54dfcc"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 15 08:05:02 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri May 15 08:05:02 2009 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc:\n  powerpc: Fix PCI ROM access\n  powerpc/pseries: Really fix the oprofile CPU type on pseries\n  serial/nwpserial: Fix wrong register read address and add interrupt acknowledge.\n  powerpc/cell: Make ptcal more reliable\n  powerpc: Allow mem\u003dx cmdline to work with 4G+\n  powerpc/mpic: Fix incorrect allocation of interrupt rev-map\n  powerpc: Fix oprofile sampling of marked events on POWER7\n  powerpc/iseries: Fix pci breakage due to bad dma_data initialization\n  powerpc: Fix mktree build error on Mac OS X host\n  powerpc/virtex: Fix duplicate level irq events.\n  powerpc/virtex: Add uImage to the default images list\n  powerpc/boot: add simpleImage.* to clean-files list\n  powerpc/8xx: Update defconfigs\n  powerpc/embedded6xx: Update defconfigs\n  powerpc/86xx: Update defconfigs\n  powerpc/85xx: Update defconfigs\n  powerpc/83xx: Update defconfigs\n  powerpc/fsl_soc: Remove mpc83xx_wdt_init, again\n"
    },
    {
      "commit": "93f1cc609c702a83e44da51cabdd353b20c24f79",
      "tree": "db8f70733352bdb3775216367619d3f95eb5b656",
      "parents": [
        "ba10eedf5a3fba991563873d4cb65a067aa13f24"
      ],
      "author": {
        "name": "Timur Tabi",
        "email": "timur@freescale.com",
        "time": "Thu Apr 30 18:16:44 2009 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri May 15 16:43:41 2009 +1000"
      },
      "message": "powerpc: Fix mktree build error on Mac OS X host\n\nThe mktree utility defines some variables as \"uint\", although this is not a\nstandard C type, and so cross-compiling on Mac OS X fails.  Change this to\n\"unsigned int\".\n\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nAcked-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "be687518781f5aed86bcc152023b9fcb4d5c6b50",
      "tree": "589a8cc93a5c99948791089bed2eb90710e3b616",
      "parents": [
        "2e15eedffaae555085071c68cb94b9eeed2245be"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Thu May 14 10:23:09 2009 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Thu May 14 10:23:09 2009 -0600"
      },
      "message": "powerpc/boot: add simpleImage.* to clean-files list\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "9fffb55f66127b52c937ede5196ebfa0c0d50bce",
      "tree": "11664fb82734ba8dcde9556b8d47e780451a740a",
      "parents": [
        "afc1e702e8e8355faa712d4e90d9afe26a4995a5"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Thu Apr 30 15:25:53 2009 +1000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat May 02 16:52:26 2009 -0700"
      },
      "message": "Move dtc and libfdt sources from arch/powerpc/boot to scripts/dtc\n\nThe powerpc kernel always requires an Open Firmware like device tree\nto supply device information.  On systems without OF, this comes from\na flattened device tree blob.  This blob is usually generated by dtc,\na tool which compiles a text description of the device tree into the\nflattened format used by the kernel.  Sometimes, the bootwrapper makes\nsmall changes to the pre-compiled device tree blob (e.g. filling in\nthe size of RAM).  To do this it uses the libfdt library.\n\nBecause these are only used on powerpc, the code for both these tools\nis included under arch/powerpc/boot (these were imported and are\nperiodically updated from the upstream dtc tree).\n\nHowever, the microblaze architecture, currently being prepared for\nmerging to mainline also uses dtc to produce device tree blobs.  A few\nother archs have also mentioned some interest in using dtc.\nTherefore, this patch moves dtc and libfdt from arch/powerpc into\nscripts, where it can be used by any architecture.\n\nThe vast bulk of this patch is a literal move, the rest is adjusting\nthe various Makefiles to use dtc and libfdt correctly from their new\nlocations.\n\nSigned-off-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "de60fba2bb5ba0622058d422ab211f3cfd38ed7b",
      "tree": "31e3304fd61317cd188b6d607d7d048906a0447a",
      "parents": [
        "28853da20c840f0d147674ac850c539d3306109f",
        "644e28f3426810710b176080cc906995ebc24b63"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 28 10:47:16 2009 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 28 10:47:16 2009 +1000"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx into merge\n"
    },
    {
      "commit": "28853da20c840f0d147674ac850c539d3306109f",
      "tree": "6b467b7cac41a666d0ae9def916a91512397c6ef",
      "parents": [
        "b62c31ae401c6df25c61b206681a6e904ef97169"
      ],
      "author": {
        "name": "Martyn Welch",
        "email": "martyn.welch@gefanuc.com",
        "time": "Mon Apr 27 17:24:28 2009 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Apr 27 13:01:47 2009 -0500"
      },
      "message": "powerpc/86xx: Add device_type entry to soc for ppc9a\n\nThe \u0027device_type \u003d \"soc\";\u0027 line *is* needed in the DTS for get_immrbase()\nto return the correct address.\n\nSigned-off-by: Martyn Welch \u003cmartyn.welch@gefanuc.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "644e28f3426810710b176080cc906995ebc24b63",
      "tree": "76da9f4ecaca85fbc37e59ab12e06244caf9c0bb",
      "parents": [
        "9ae2ccf26416ed52874718e2b0c8e6813253263a"
      ],
      "author": {
        "name": "Valentine Barshak",
        "email": "vbarshak@ru.mvista.com",
        "time": "Thu Apr 23 10:55:06 2009 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Fri Apr 24 09:02:37 2009 -0400"
      },
      "message": "powerpc/44x: Correct memory size calculation for denali-based boards\n\nSome U-Boot versions incorrectly set the number of chipselects to two\nfor Sequoia/Rainier boards while they only have one chipselect hardwired.\nThis patch adds a workaround for this, hardcoding the number of chipselects\nto one for sequioa/rainer board models and reading the actual value from\nthe memory controller register DDR0_10 otherwise.\n\nIt also fixes another error in the way ibm4xx_denali_fixup_memsize\ncalculates memory size. When testing the DDR_REDUC bit, the polarity is\nbackwards.  A \"1\" implies 32-bit wide memory while a \"0\" implies 64-bit\nwide memory.\n\nSigned-off-by: Mikhail Zolotaryov \u003clebon@lebon.org.ua\u003e\nSigned-off-by: Valentine Barshak \u003cvbarshak@ru.mvista.com\u003e\nSigned-off-by: Steven A. Falco \u003csfalco@harris.com\u003e\nAcked-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "5bd3ef84d73c2ea7b4babbad060909753c4828d4",
      "tree": "fdf2bafb48ae1ed03175f6c77a7548a181e69ee9",
      "parents": [
        "0658c16056660886ea2f35c4f038be70a94b1532",
        "6d25b688ecc488753af3c9e6f6a9a575b863cf37"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Apr 22 13:02:09 2009 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Apr 22 13:02:09 2009 +1000"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.secretlab.ca/git/linux-2.6 into merge\n"
    },
    {
      "commit": "bda9de2c4fff8d7e9ac3ee66ce853716280a21ea",
      "tree": "858589f07ee80586347ee1b468a31602c6bfa954",
      "parents": [
        "c5a88dd90cf243a17c4a8c10e1ed973192ea5825"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Thu Apr 16 15:11:54 2009 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Thu Apr 16 15:11:54 2009 -0600"
      },
      "message": "powerpc/5200: Add FLASH nodes to lite5200 device tree\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "0e26da0f2200a2fb51844aaa43e365ea9dd5a93d",
      "tree": "73409a696901934da5f6df976c6521d3e50e8749",
      "parents": [
        "10a0d912898ac2fe49094acf2c1339d0fb4c2bc6",
        "65de394df21f8ccc61525f77b0e4ee6940a0932e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 07 08:45:12 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 07 08:45:12 2009 -0700"
      },
      "message": "Merge branch \u0027i2c-for-2630-v2\u0027 of git://aeryn.fluff.org.uk/bjdooks/linux\n\n* \u0027i2c-for-2630-v2\u0027 of git://aeryn.fluff.org.uk/bjdooks/linux:\n  i2c: imx: Make disable_delay a per-device variable\n  i2c: xtensa s6000 i2c driver\n  powerpc/85xx: i2c-mpc: use new I2C bindings for the Socates board\n  i2c: i2c-mpc: make I2C bus speed configurable\n  i2c: i2c-mpc: use dev based printout function\n  i2c: i2c-mpc: various coding style fixes\n  i2c: imx: Add missing request_mem_region in probe()\n  i2c: i2c-s3c2410: Initialise Samsung I2C controller early\n  i2c-s3c2410: Simplify bus frequency calculation\n  i2c-s3c2410: sda_delay should be in ns, not clock ticks\n  i2c: iMX/MXC support\n"
    },
    {
      "commit": "44d84afa834b799560d7dbe47250ad7557f5ca2f",
      "tree": "d18b90078503c956d32f9f0c6524bc43ece96b25",
      "parents": [
        "f8201abcb2badce7eaa6a3715f9a228cfd88a453",
        "11b55da700eb77905f1c2dde3a0cbeedc665a753"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 07 07:40:55 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 07 07:40:55 2009 -0700"
      },
      "message": "Merge branch \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n\n* \u0027merge\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: (28 commits)\n  powerpc: Fix oops when loading modules\n  powerpc: Wire up preadv and pwritev\n  powerpc/ftrace: Fix printf format warning\n  powerpc/ftrace: Fix #if that should be #ifdef\n  powerpc: Fix ptrace compat wrapper for FPU register access\n  powerpc: Print information about mapping hw irqs to virtual irqs\n  powerpc: Correct dependency of KEXEC\n  powerpc: Disable VSX or current process in giveup_fpu/altivec\n  powerpc/pseries: Enable relay in pseries_defconfig\n  powerpc/pseries: Fix ibm,client-architecture comment\n  powerpc/pseries: Scan for all events in rtasd\n  powerpc/pseries: Add dispatch dispersion statistics\n  powerpc: Clean up some prom printouts\n  powerpc: Print progress of ibm,client-architecture method\n  powerpc: Remove duplicated #include\u0027s\n  powerpc/pmac: Fix internal modem IRQ on Wallstreet PowerBook\n  powerpc/wdrtas: Update wdrtas_get_interval to use rtas_data_buf\n  fsl-diu-fb: Pass the proper device for dma mapping routines\n  powerpc/pq2fads: Update device tree for use with device-tree-aware u-boot.\n  cpm_uart: Disable CPM udbg when re-initing CPM uart, even if not the console.\n  ...\n"
    },
    {
      "commit": "c724d67dfff3bd547d2768b450af8d3b9f83bb27",
      "tree": "4c8d908adb1e4bc738db248cf57839ca0278a8b6",
      "parents": [
        "f2bd5efe723814916ece92ccfa0bffb085c94b94"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Tue Apr 07 10:20:57 2009 +0200"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Apr 07 10:23:33 2009 +0100"
      },
      "message": "powerpc/85xx: i2c-mpc: use new I2C bindings for the Socates board\n\nPreserve I2C clock settings for the Socrates MPC8544 board.\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "655544c69c8d8bdc0c377ad1d30d147a5a28a1fb",
      "tree": "f752b6b2e8752c291aa53aa61afb224c02fdea76",
      "parents": [
        "6467cae318ba8adaab37a82e8dd8af60ca9ed6e4"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Mon Mar 16 09:57:17 2009 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Apr 07 01:36:35 2009 -0500"
      },
      "message": "powerpc/85xx: TQM8548: use proper phy-handles for enet2 and enet3\n\nFor enet2 and enet3 the wrong phy-handles have been used in DTS files\nof the TQM8548 modules.\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "6467cae318ba8adaab37a82e8dd8af60ca9ed6e4",
      "tree": "0e625a6a8d52692ec7d0d71735148ebd58c3be07",
      "parents": [
        "e9965577406a2148ade97b5e0ce7c448b4ba4ef6"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Mon Mar 16 09:56:26 2009 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Apr 07 01:36:32 2009 -0500"
      },
      "message": "powerpc/85xx: TQM85xx: correct address of LM75 I2C device nodes\n\nCommit 0f73a449a649acfca91404a98a35353a618b9555 added I2C device nodes\nfor the LM75 thermal sensor on the TQM85xx modules, unfortunately with\nthe wrong I2C address. The LM75s are located at address 0x48.\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "ae6e59caefd8d4097ccb096c95df95ec7e52fe88",
      "tree": "f72b77d41c9f5a3b18fb52e505d60dba2ad913a5",
      "parents": [
        "0221c81b1b8eb0cbb6b30a0ced52ead32d2b4e4c",
        "f379188958ae8af30105eb1f27d0e0abf6a51558"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 07 12:54:08 2009 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Apr 07 12:54:08 2009 +1000"
      },
      "message": "Merge branch \u0027next\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into merge\n"
    },
    {
      "commit": "22ae77bc7ac115b9d518d5cbc13d39317079b2b0",
      "tree": "574b7af678c0b1ad2c891ac5066292746788ece8",
      "parents": [
        "e379ec7c42343c6b6ef06a98de7c94db41c1423e",
        "30bbf1406714cf464c56e96e4ad6a291907f5023"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 06 14:56:26 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 06 14:56:26 2009 -0700"
      },
      "message": "Merge git://git.infradead.org/mtd-2.6\n\n* git://git.infradead.org/mtd-2.6: (53 commits)\n  [MTD] struct device - replace bus_id with dev_name(), dev_set_name()\n  [MTD] [NOR] Fixup for Numonyx M29W128 chips\n  [MTD] mtdpart: Make ecc_stats more realistic.\n  powerpc/85xx: TQM8548: Update DTS file for multi-chip support\n  powerpc: NAND: FSL UPM: document new bindings\n  [MTD] [NAND] FSL-UPM: Add wait flags to support board/chip specific delays\n  [MTD] [NAND] FSL-UPM: add multi chip support\n  [MTD] [NOR] Add device parent info to physmap_of\n  [MTD] [NAND] Add support for NAND on the Socrates board\n  [MTD] [NAND] Add support for 4KiB pages.\n  [MTD] sysfs support should not depend on CONFIG_PROC_FS\n  [MTD] [NAND] Add parent info for CAFÉ controller\n  [MTD] support driver model updates\n  [MTD] driver model updates (part 2)\n  [MTD] driver model updates\n  [MTD] [NAND] move gen_nand\u0027s probe function to .devinit.text\n  [MTD] [MAPS] move sa1100 flash\u0027s probe function to .devinit.text\n  [MTD] fix use after free in register_mtd_blktrans\n  [MTD] [MAPS] Drop now unused sharpsl-flash map\n  [MTD] ofpart: Check name property to determine partition nodes.\n  ...\n\nManually fix trivial conflict in drivers/mtd/maps/Makefile\n"
    },
    {
      "commit": "7995c7e94ff4db2ddb865ab42cc5a2e6abbbd71a",
      "tree": "1e2fa8c4f916359fb9bbf727768e223cbe1bad27",
      "parents": [
        "21e9d9456f6022caa80fcd9057035af82091f58f"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Mon Mar 30 12:02:45 2009 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Apr 06 07:19:18 2009 -0700"
      },
      "message": "powerpc/85xx: TQM8548: Update DTS file for multi-chip support\n\nThis patch adds multi-chip support for the Micron MT29F8G08FAB NAND\nflash memory on the TQM8548 modules.\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "65cc0fa3bde00e81f83348ef162a83ab9fff2079",
      "tree": "d9b26f3e5ee58e168aabd2aac31929154f8662df",
      "parents": [
        "4d8107f474029167ae69862bf6b2c7273be757c7"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Fri Apr 03 15:58:46 2009 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Apr 06 09:09:46 2009 -0500"
      },
      "message": "powerpc/pq2fads: Update device tree for use with device-tree-aware u-boot.\n\nAdd aliases, and correct CS0 offset to match how u-boot\nprograms it (this was not a problem with cuImage because\nthe wrapper would reprogram the localbus to match the device\ntree).\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "212f8c6d67634b133b2bc816e4aa6ca82fbd334c",
      "tree": "fccc5dc2e03327424ce0f6afc40b8a5b46898c99",
      "parents": [
        "39fd09320b2d952c360b430c70846f8fa0244a51"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Thu Apr 02 20:50:56 2009 +0200"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Apr 02 14:52:26 2009 -0500"
      },
      "message": "powerpc/85xx: Re-add the device_type soc to socrates.dts\n\nThe device_type \"soc\" is still required for MPC85xx boards.\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "754582853120a9ec8b8293b5147b605b1c6a39f1",
      "tree": "38495bf24d655d49dd26a14e3cfb7b75f9ddef14",
      "parents": [
        "3f1c6ebf57b815ad709e89291e446935fee78f75"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Tue Mar 31 15:24:39 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 01 08:59:23 2009 -0700"
      },
      "message": "powerpc/83xx: add mmc-spi support via the device tree for MPC8323E-RDB\n\n- Add gpio-controller node to manage QE GPIO Bank D;\n- Add mmc-spi node;\n- Modify board file so that it won\u0027t use legacy SPI support with the new\n  device trees.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nCc: David Brownell \u003cdavid-b@pacbell.net\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Kumar Gala \u003cgalak@gate.crashing.org\u003e\nCc: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "fe671772ab1bf5624f2c4dbe2295e6ebeb8055fc",
      "tree": "281b703232b95c2009468f5c4975e97a2f7384c5",
      "parents": [
        "9310933c832719b095f82dab30c6bf4e75e937ee"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Mar 31 08:46:25 2009 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Mar 31 08:46:25 2009 -0500"
      },
      "message": "powerpc/85xx: Use fsl,mpc85.. as prefix for memory ctrl \u0026 l2-cache nodes\n\nOlder devices tree\u0027s used \"fsl,85..\" instead of the preferred\n\"fsl,mpc85..\" for the memory controller \u0026 l2 cache controller nodes.\nThe EDAC code is the only use of these and has been updated for some\ntime to support both \"fsl,85..\" and \"fsl,mpc85..\"\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "9ff9a26b786c35ee8d2a66222924a807ec851a9f",
      "tree": "db432a17bccca1ca2c16907f0ee83ac449ed4012",
      "parents": [
        "0a3108beea9143225119d5e7c72a8e2c64f3eb7d",
        "0d34fb8e93ceba7b6dad0062dbb4a0813bacd75b"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Mar 30 14:04:53 2009 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Mar 30 14:04:53 2009 +1100"
      },
      "message": "Merge commit \u0027origin/master\u0027 into next\n\nManual merge of:\n\tarch/powerpc/include/asm/elf.h\n\tdrivers/i2c/busses/i2c-mpc.c\n"
    },
    {
      "commit": "393adcacadeea407925348b1a59ae8509ecffb3c",
      "tree": "d1f8b185bca709c90d8f7da6e7947ceca815bfec",
      "parents": [
        "a6ecb7e96cb0c8db92af2c312df3df78d88b1f58"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Sun Mar 22 14:58:43 2009 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Mar 27 06:42:08 2009 -0500"
      },
      "message": "powerpc/85xx: Add support for the \"socrates\" board (MPC8544).\n\nSupported are Ethernet, serial console, I2C, I2C-based RTC and\ntemperature sensors, NOR and NAND flash, PCI, USB, CAN and Lime\ndisplay controller.\n\nThe multiplexing of FPGA interrupts onto PowerPC interrupt lines is\nsupported through our own fpga_pic interrupt controller driver.\n\nFor example the SJA1000 controller is level low sensitive connected to\nfpga_pic line 2 and is routed to the second (of three) irq lines to\nthe CPU:\n\n    can@3,100 {\n            compatible \u003d \"philips,sja1000\";\n            reg \u003d \u003c3 0x100 0x80\u003e;\n            interrupts \u003d \u003c2 2\u003e;\n            interrupts \u003d \u003c2 8 1\u003e;   // number, type, routing\n            interrupt-parent \u003d \u003c\u0026fpga_pic\u003e;\n    };\n\nSigned-off-by: Sergei Poselenov \u003csposelenov@emcraft.com\u003e\nSigned-off-by: Yuri Tikhonov \u003cyur@emcraft.com\u003e\nSigned-off-by: Ilya Yanok \u003cyanok@emcraft.com\u003e\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Anatolij Gustschin \u003cagust@denx.de\u003e\nSigned-off-by: Dmitry Rakhchev \u003crda@emcraft.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "a6ecb7e96cb0c8db92af2c312df3df78d88b1f58",
      "tree": "eb0d1f78c9d946dc0735e6f5d9515fba03e9cbe0",
      "parents": [
        "d8bc55fb334e1124b72684e2d0a2e599aab21ae4"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Mar 24 08:23:13 2009 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Mar 24 09:23:17 2009 -0500"
      },
      "message": "powerpc/83xx: Update ranges in gianfar node to match other dts\n\nThe gianfar@25000 node was missing its ranges prop for the mdio bus\nand provided an explicit ranges property on gianfar@24000 to match\nchange from commit:\n\ncommit 70b3adbba056f5d9081f1ec9b4a629e3c7502072\nAuthor: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nDate:   Thu Mar 19 21:01:45 2009 +0300\n\n    powerpc/83xx: Move gianfar mdio nodes under the ethernet nodes\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "d8bc55fb334e1124b72684e2d0a2e599aab21ae4",
      "tree": "5290a33768186b65e8f1bf37a39ff645b4e4af2b",
      "parents": [
        "84ba4a5899e613a396c5bea5feadba923534801b"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Mar 19 21:01:51 2009 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Mar 24 08:35:18 2009 -0500"
      },
      "message": "powerpc/86xx: Move gianfar mdio nodes under the ethernet nodes\n\nCurrently it doesn\u0027t matter where the mdio nodes are placed, but with\npower management support (i.e. when sleep \u003d \u003c\u003e properties will take\neffect), mdio nodes placement will become important: mdio controller\nis a part of the ethernet block, so the mdio nodes should be placed\ncorrectly. Otherwise we may wrongly assume that MDIO controllers are\navailable during sleep.\n\nSuggested-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "84ba4a5899e613a396c5bea5feadba923534801b",
      "tree": "8f5c39fc7dbde9451995ac5b771423707afe8bda",
      "parents": [
        "70b3adbba056f5d9081f1ec9b4a629e3c7502072"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Mar 19 21:01:48 2009 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Mar 24 08:35:13 2009 -0500"
      },
      "message": "powerpc/85xx: Move gianfar mdio nodes under the ethernet nodes\n\nCurrently it doesn\u0027t matter where the mdio nodes are placed, but with\npower management support (i.e. when sleep \u003d \u003c\u003e properties will take\neffect), mdio nodes placement will become important: mdio controller\nis a part of the ethernet block, so the mdio nodes should be placed\ncorrectly. Otherwise we may wrongly assume that MDIO controllers are\navailable during sleep.\n\nSuggested-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "70b3adbba056f5d9081f1ec9b4a629e3c7502072",
      "tree": "ef7a299becef375b9d59f8d2d4a56e036e17b6d9",
      "parents": [
        "125a00d74ea57a901fd4cc3d84baf2e825704b68"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Mar 19 21:01:45 2009 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Mar 24 08:35:04 2009 -0500"
      },
      "message": "powerpc/83xx: Move gianfar mdio nodes under the ethernet nodes\n\nCurrently it doesn\u0027t matter where the mdio nodes are placed, but with\npower management support (i.e. when sleep \u003d \u003c\u003e properties will take\neffect), mdio nodes placement will become important: mdio controller\nis a part of the ethernet block, so the mdio nodes should be placed\ncorrectly. Otherwise we may wrongly assume that MDIO controllers are\navailable during sleep.\n\nSuggested-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "125a00d74ea57a901fd4cc3d84baf2e825704b68",
      "tree": "c35549d98bc50d1c791f28d769df630308beb0cc",
      "parents": [
        "757c74d298dc8438760b8dea275c4c6e0ac8a77f"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Mar 19 21:01:42 2009 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Mar 24 08:34:19 2009 -0500"
      },
      "message": "powerpc/83xx: Add power management support for MPC837x boards\n\nThis patch adds pmc nodes to the device tree files so that the boards\nwill able to use standby capability of MPC837x processors. The MPC837x\nPMC controllers are compatible with MPC8349 ones (i.e. no deep sleep).\n\nsleep \u003d \u003c\u003e properties are used to specify SCCR masks as described\nin \"Specifying Device Power Management Information (sleep property)\"\nchapter in Documentation/powerpc/booting-without-of.txt.\n\nSince I2C1 and eSDHC controllers share the same clock source, they\nare now placed under sleep-nexus nodes.\n\nA processor is able to wakeup the boards on LAN events (Wake-On-Lan),\nconsole events (with no_console_suspend kernel command line), GPIO\nevents and external IRQs (IRQ1 and IRQ2).\n\nThe processor can also wakeup the boards by the fourth general purpose\ntimer in GTM1 block, but the GTM wakeup support isn\u0027t yet implemented\n(it\u0027s tested to work, but it\u0027s unclear how can we use the quite short\nGTM timers, and how do we want to expose the GTM to userspace).\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "77ecfe8d427f554fabbf258e9d789f1d4c3afd63",
      "tree": "67061a5f384312854e5c114434a047c35b38b6b0",
      "parents": [
        "8d73f102d9606fe217a9577a437f84b9fed6d45d",
        "a7e1cf0c517d44db8e871a86b2cf7ea7e7d06a4b"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Mar 20 16:27:57 2009 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Fri Mar 20 16:27:57 2009 +1100"
      },
      "message": "Merge commit \u0027gcl/next\u0027 into next\n"
    },
    {
      "commit": "740d36ae6344f38c4da64c2ede765d7d2dd1f132",
      "tree": "5b1811bd90694236c67ad484a66bc321c26df0b6",
      "parents": [
        "6e27cca9155074a0a7a284b51c00304ca0694f00"
      ],
      "author": {
        "name": "Martyn Welch",
        "email": "martyn.welch@gefanuc.com",
        "time": "Thu Mar 19 08:54:08 2009 +0000"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Mar 19 04:01:00 2009 -0500"
      },
      "message": "powerpc/86xx: Board support for GE Fanuc\u0027s PPC9A\n\nSupport for the PPC9A VME Single Board Computer from GE Fanuc (PowerPC\nMPC8641D).\n\nThis is the basic board support for GE Fanuc\u0027s PPC9A, a 6U single board\ncomputer, based on Freescale\u0027s MPC8641D.\n\nSigned-off-by: Martyn Welch \u003cmartyn.welch@gefanuc.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "a7e1cf0c517d44db8e871a86b2cf7ea7e7d06a4b",
      "tree": "e06336ccef949eddfc08dff636340cc20ce011f2",
      "parents": [
        "10b9dc6f6bd64885fcd6a005aa211582dbe92647"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Mar 11 09:36:26 2009 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Mar 11 09:36:26 2009 -0600"
      },
      "message": "powerpc/bootwrapper: add fixed-head.o to simpleimage wrappers\n\nfixed-head.o must be linked into the bootwrapper for raw-binary images to\nwork.  This patch adds it into the bootwrapper.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nReported-by: Eddie Dawydiuk \u003ceddie@embeddedarm.com\u003e\nAcked-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "10b9dc6f6bd64885fcd6a005aa211582dbe92647",
      "tree": "1779196d447fd2bee8dd78b1548b5be7aa94efcf",
      "parents": [
        "df8a95f46f8e43a24003abe2efaca8c63c895b54"
      ],
      "author": {
        "name": "Wolfram Sang",
        "email": "w.sang@pengutronix.de",
        "time": "Wed Mar 11 09:36:26 2009 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Mar 11 09:36:26 2009 -0600"
      },
      "message": "powerpc/5200: add Phytec phyCORE-MPC5200B-IO board (pcm032)\n\nSigned-off-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "f084e8db187e4c5f2abe8181b27fe3214354460a",
      "tree": "eda1cc7e17d4c06c246b25ebcd158c091cbed7b2",
      "parents": [
        "e7eec2fc27d7dbefd5852c36b3fe6229e6302c99"
      ],
      "author": {
        "name": "Ted Peters",
        "email": "ted.peters@freescale.com",
        "time": "Thu Feb 26 12:15:16 2009 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Mar 11 06:00:04 2009 -0500"
      },
      "message": "powerpc/85xx: Fix MPC8572DS PCI protected interrupt sources\n\nThe PCI irqs for the protected sources where not correct for PCI PHBs\n\nSigned-off-by: Ted Peters \u003cted.peters@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "d6ee6f7e4c74d9a0fed7544f4d389bde004651d3",
      "tree": "0edb2cc9cdfc4d0ec15f4c6b694857db2db12d17",
      "parents": [
        "ac4dff224d8be65090f4d7d7bde5a0bba6ca90cc",
        "48b3fd14bd119cd20b0f9696363683a14a8f88bd"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Mar 11 17:10:00 2009 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Mar 11 17:10:00 2009 +1100"
      },
      "message": "Merge commit \u0027gcl/next\u0027 into next\n"
    },
    {
      "commit": "ac4dff224d8be65090f4d7d7bde5a0bba6ca90cc",
      "tree": "22c048227333e4dfada8c79813f4ce383374935c",
      "parents": [
        "9ab921201444e4dcfd0c14ac4cc6758e32059dae"
      ],
      "author": {
        "name": "Martyn Welch",
        "email": "martyn.welch@gefanuc.com",
        "time": "Fri Feb 27 15:53:10 2009 +0000"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Mar 09 11:48:14 2009 -0500"
      },
      "message": "powerpc/86xx: Correct local bus registers in GE Fanuc SBC610 dts file\n\nThe registers for the local bus are incorrectly set to 0xf8005000 rather\nthan there actual location of 0xfef05000.\n\nSigned-off-by: Martyn Welch \u003cmartyn.welch@gefanuc.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "0bcd783c1f0396b68410fdb41fbe196fbc1947af",
      "tree": "6e5ed09ccf8ebe014104f87382b3985affb13ee1",
      "parents": [
        "c3071951d0acd33b5c3f820fb5eaa3a9c2a8f212"
      ],
      "author": {
        "name": "Timur Tabi",
        "email": "timur@freescale.com",
        "time": "Wed Mar 04 14:55:30 2009 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Mar 09 10:52:03 2009 -0500"
      },
      "message": "powerpc: add fsl,fifo-depth property to Freescale SSI device nodes\n\nThe Freescale Serial Synchronous Interface (SSI) is an audio device present on\nsome Freescale SOCs.  Various implementations of the SSI have a different\ntransmit and receive FIFO depth, but are otherwise identical.  To support\nthese variations, add a new property fsl,fifo-depth to the SSI node that\nspecifies the depth of the FIFOs.\n\nAlso update the MPC8610 HPCD device tree with this property.\n\nSigned-off-by: Timur Tabi \u003ctimur@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "48b3fd14bd119cd20b0f9696363683a14a8f88bd",
      "tree": "d01d929f2e5da2b5d23797d42dc3d18c985de5ec",
      "parents": [
        "aafbf16b89c6888add3ea22fde1b5ac3f5aaf947"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Fri Mar 06 08:50:24 2009 -0700"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Fri Mar 06 08:50:24 2009 -0700"
      },
      "message": "powerpc/4xx: update ml507 .dts file to release reference design\n\nThis patch updates the Xilinx ML507 device tree to match the released\nML507 powerpc reference design (ml507_ppc440_emb_ref).  This patch is\nneeded to boot Linux on the ML507 powerpc reference design without\nmanually generating and tweaking a device tree from the project directory.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "652e8f8d579d61745094e36b4ff085026a332e73",
      "tree": "44145576f9cdf0b777dee0d0961f5499ea88bec8",
      "parents": [
        "501cb16d3cfdcca99ac26fe122079f2a43b046b8",
        "6c7120902305b3a21460cd2f0f917a39307df566"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Mar 03 13:30:03 2009 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Mar 03 13:30:03 2009 +1100"
      },
      "message": "Merge commit \u0027jwb/next\u0027 into next\n"
    },
    {
      "commit": "86f5a4a7d7e2fd0b8eb38833e568ab1061c7a18c",
      "tree": "dd139841b1fe99c29f1d0cf7c69e61b018e800cd",
      "parents": [
        "652b2db16f55a0f2afd695a8b241e82b52b13c63"
      ],
      "author": {
        "name": "Grzegorz Bernacki",
        "email": "gjb@semihalf.com",
        "time": "Thu Feb 26 22:55:29 2009 -0700"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Thu Feb 26 22:55:29 2009 -0700"
      },
      "message": "powerpc/5200: On the digsy-mtc, configure PSC4 and PSC5 as UARTs\n\nOn digsy MTC PSC4 and PSC5 should be configured as UART, not PSC3 and PSC4.\n\nSigned-off-by: Grzegorz Bernacki \u003cgjb@semihalf.com\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "049359d655277c382683a6030ae0bac485568ffc",
      "tree": "36d2c702b4b289ca949e439620f2801158b21fd4",
      "parents": [
        "5b07bd57016fb1033c678746f90bfc3c12d3e494"
      ],
      "author": {
        "name": "James Hsiao",
        "email": "jhsiao@amcc.com",
        "time": "Thu Feb 05 16:18:13 2009 +1100"
      },
      "committer": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Wed Feb 18 16:49:43 2009 +0800"
      },
      "message": "crypto: amcc - Add crypt4xx driver\n\nThis patch adds support for AMCC ppc4xx security device driver. This is the\ninitial release that includes the driver framework with AES and SHA1 algorithms\nsupport.\n\nThe remaining algorithms will be released in the near future.\n\nSigned-off-by: James Hsiao \u003cjhsiao@amcc.com\u003e\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n"
    },
    {
      "commit": "3b7faeb49e7c35db857b595c389436994ab1275e",
      "tree": "973208eb935876ebed9f2baf262ed08351764752",
      "parents": [
        "82a0a1cc8f94bc59e5919715bc03fc8353fa770d",
        "96a8bac5895a41b0fb05a6aa7c3fa1ea631a91fe"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Feb 18 13:23:30 2009 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Feb 18 13:23:30 2009 +1100"
      },
      "message": "Merge commit \u0027kumar/next\u0027 into next\n"
    },
    {
      "commit": "6c7120902305b3a21460cd2f0f917a39307df566",
      "tree": "f9011fdc105d738b0318fbd9c86e05eff1fd2e82",
      "parents": [
        "41b6a085e48d0d9e1200946755f49f31dd930137"
      ],
      "author": {
        "name": "Madhulika Madishetty",
        "email": "mmadishetty@amcc.com",
        "time": "Thu Feb 05 13:31:36 2009 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Sat Feb 14 14:41:29 2009 -0500"
      },
      "message": "AMCC PPC 460SX redwood SoC platform initial framework\n\nThis patch contains initial framework for the AMCC Redwood board.\n\nSigned-off-by: Madhulika Madishetty \u003cmmadishetty@amcc.com\u003e\nSigned-off-by: Tirumala Marri \u003ctmarri@amcc.com\u003e\nSigned-off-by: Feng Kan \u003cfkan@amcc.com\u003e\nSigned-off-by: Vidhyananth Venkatasamy \u003cvvenkatasamy@amcc.com\u003e\nSigned-off-by: Preetesh Parekh \u003cpparekh@amcc.com\u003e\nAcked-by: Loc Ho \u003clho@amcc.com\u003e\nAcked-by: Feng Kan \u003cfkan@amcc.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "018f76ec516c09a5381e517d0739d377a60ec0d5",
      "tree": "aef88d9452a29d11a4bfdd7bcb3878ae6e829afa",
      "parents": [
        "e12401222f749c37277a313d631dc024bbfd3b00"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Sun Feb 01 16:50:55 2009 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Sat Feb 14 14:40:08 2009 -0500"
      },
      "message": "powerpc/4xx: Add missing USB and i2c devices to Canyonlands\n\nThis adds the device-tree entries for a handful of devices on the\nCanyonlands board, such as the EHCI and OHCI controllers, the real\ntime clock and the AD7414 thermal monitor.\n\nI also updated the defconfig to enable various options related to\nthese devices.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "a2404746f13b9df2cc6ee48010e921b9efdbba74",
      "tree": "2a2e068ca997e4558b3453d8c78c15bb29b7ab77",
      "parents": [
        "ca34040c402ff772507a6a164af5ba1da7604ddf"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Feb 09 21:39:31 2009 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Feb 11 00:18:26 2009 -0600"
      },
      "message": "powerpc/85xx: Added 36-bit physical device tree for mpc8572ds board\n\nAdded a device tree that should be identical to mpc8572ds.dtb except\nthe physical addresses for all IO are above the 4G boundary.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "ca34040c402ff772507a6a164af5ba1da7604ddf",
      "tree": "70ec0c7f18746f4b64a3d115527424f66f8c4b5f",
      "parents": [
        "6071ed0487c6ea8dcfadd9844b9b90944cd9de1e"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Feb 09 21:33:06 2009 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Feb 11 00:18:24 2009 -0600"
      },
      "message": "powerpc/85xx: Fixed PCI IO region sizes in mpc8572ds*.dts\n\nThe PCI IO region sizes where incorrectly set to 1M instead of 64k.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "8f23735d8f8cfd4d46e3aa336690f52b8b5d3c75",
      "tree": "7e8644dc5661cfe80ee8685914589de1b1ab3faa",
      "parents": [
        "50408b7defa513a9ea1107b42674167e53ba7a4a"
      ],
      "author": {
        "name": "Gerhard Pircher",
        "email": "gerhard_pircher@gmx.net",
        "time": "Tue Feb 10 12:26:11 2009 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Feb 11 16:00:09 2009 +1100"
      },
      "message": "powerpc/amigaone: Bootwrapper and serial console support for AmigaOne\n\nThis adds the bootwrapper for the cuImage target and a compatible property\ncheck for \"pnpPNP,501\" to the generic serial console support code.\nThe default link address for the cuImage target is set to 0x800000. This\nallows to boot the kernel with AmigaOS4\u0027s second level bootloader, which\nalways loads a uImage at 0x500000.\n\nSigned-off-by: Gerhard Pircher \u003cgerhard_pircher@gmx.net\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "50408b7defa513a9ea1107b42674167e53ba7a4a",
      "tree": "fa68db2dc5d5d3635cdf0a8a666b2c0140aa33b9",
      "parents": [
        "54b318aa5211ab7bba617a27d9cbd7fd759dcfd0"
      ],
      "author": {
        "name": "Gerhard Pircher",
        "email": "gerhard_pircher@gmx.net",
        "time": "Tue Feb 10 12:26:03 2009 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Feb 11 16:00:09 2009 +1100"
      },
      "message": "powerpc/amigaone: Generic device tree for all AmigaOne boards\n\nThis device tree does not provide the correct CPU name, as various CPU\nmodels and revisions are used in AmigaOnes. Also the PCI root node does\nnot contain a interrupt mapping property, as all boards have different\ninterrupt routing. However the kernel can do a 1:1 mapping of all PCI\ninterrupts, as only i8259 legacy interrupts are used.\n\nSigned-off-by: Gerhard Pircher \u003cgerhard_pircher@gmx.net\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "6a4d7a90fc452171eabb4b5b23ab780451ae7f5b",
      "tree": "ddd39820114f1d7e66c47516139ccf2d45a6f019",
      "parents": [
        "edbc29d76ddbc9bd56e1cbc772188f70c616ffe1",
        "bdad05489fe5f7487c7a22ef311f005cb62ebbb6"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Feb 11 13:37:49 2009 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Feb 11 13:37:49 2009 +1100"
      },
      "message": "Merge commit \u0027gcl/next\u0027 into next\n"
    },
    {
      "commit": "edbc29d76ddbc9bd56e1cbc772188f70c616ffe1",
      "tree": "71b994ba493c46e10189c090fd17fe2da80281ec",
      "parents": [
        "1db8508cf483dc1ecf66141f90a7c03659d69512",
        "a0e8618c71b9b685977c1407dee928d86c5bdc2c"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Feb 11 13:37:44 2009 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Feb 11 13:37:44 2009 +1100"
      },
      "message": "Merge commit \u0027kumar/next\u0027 into next\n"
    },
    {
      "commit": "a0e8618c71b9b685977c1407dee928d86c5bdc2c",
      "tree": "6f78acd67d6c9b52cf468cd25ec14cebd9c80ddc",
      "parents": [
        "766d2826728e7233ce6728ee8a8b822ac655af3a"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Feb 05 22:04:59 2009 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Feb 06 10:49:08 2009 -0600"
      },
      "message": "powerpc/83xx: Add FSL eSDHC support for MPC837x-RDB boards\n\nSimply add appropriate sdhci nodes.\n\nNote that U-Boot should configure pin multiplexing for eSDHC prior\nto Linux could use it. U-Boot should also fill-in the clock-frequency\nproperty (eSDHC clock depends on board-specific SCCR[ESDHCCM] bits).\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "766d2826728e7233ce6728ee8a8b822ac655af3a",
      "tree": "d5b38ed2d8dbb0879054a081e3c04c567b20149d",
      "parents": [
        "34bcda616e5308a0633d5bfabcc090d7aa09b494"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Feb 05 22:04:51 2009 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Feb 06 10:48:58 2009 -0600"
      },
      "message": "powerpc/83xx: Convert existing sdhc nodes to new bindings\n\n- sdhc node renamed to sdhci (\"sdhc\" name is confusing since SDHC is\n  used to name Secure Digital High Capacity cards, while SDHCI is an\n  interface).\n\n- Get rid of \"fsl,esdhc\" compatible entry, it\u0027s replaced by the\n  \"fsl,\u003cchip\u003e-esdhc\" scheme;\n\n- Get rid of `model\u0027 property.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "e85477f516c2de7ed515fcf94ceab5282eba7fa4",
      "tree": "0f8dc3db70d6c9fc472fab107a07c765a3c9149e",
      "parents": [
        "1f0d4d16d9d4ffa65438425d092f7061476b95b3"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Feb 05 23:10:40 2009 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Feb 06 10:38:57 2009 -0600"
      },
      "message": "powerpc/83xx: Fix TSEC0 workability on MPC8313E-RDB boards\n\nTSEC0 is connected to Vitesse 7385 5-port switch. The switch\nisn\u0027t connected to any mdio bus, the link to the switch is fixed\nto Full-duplex 1000 Mb/s (no pause).\n\nThis patch fixes following failure during bootup:\n\nmdio@24520:01 not found\neth0: Could not attach to PHY\nIP-Config: Failed to open eth0\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "1f0d4d16d9d4ffa65438425d092f7061476b95b3",
      "tree": "9ba05f5cf8f756309e20502bdde409b4409025b9",
      "parents": [
        "e2a02ba6676cdc5ebec503b558838c08c7083c14"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Feb 05 23:10:32 2009 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Fri Feb 06 10:38:54 2009 -0600"
      },
      "message": "powerpc/83xx: Fix missing #{address,size}-cells in mpc8313erdb.dts\n\ncommit b31a1d8b41513b96e9c7ec2f68c5734cef0b26a4 (\"gianfar: Convert\ngianfar to an of_platform_driver\") introduced a child node for\nthe ethernet@25000 controller, but no address and size cells\nspecifiers were added, and that makes dtc unhappy:\n\nDTC: dts-\u003edtb  on file \"arch/powerpc/boot/dts/mpc8313erdb.dts\"\nWarning (reg_format): \"reg\" property in /soc8313@e0000000/ethernet@25000/mdio@25520 has invalid length (8 bytes) (#address-cells \u003d\u003d 2, #size-cells \u003d\u003d 1)\nWarning (avoid_default_addr_size): Relying on default #address-cells value for /soc8313@e0000000/ethernet@25000/mdio@25520\nWarning (avoid_default_addr_size): Relying on default #size-cells value for /soc8313@e0000000/ethernet@25000/mdio@25520\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "bdad05489fe5f7487c7a22ef311f005cb62ebbb6",
      "tree": "23a289e94043a5eea500e6b304a5a8294d5569c8",
      "parents": [
        "bfee95bb830ff0260f3e2e0b1aa6b7492573fe4d"
      ],
      "author": {
        "name": "Grzegorz Bernacki",
        "email": "gjb@semihalf.com",
        "time": "Wed Feb 04 13:39:17 2009 -0700"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Feb 04 13:39:17 2009 -0700"
      },
      "message": "powerpc/5200: Add support for the digsy MTC board.\n\nBoard support for the InterControl Digsy-MTC device based on the MPC5200B SoC.\n\nSigned-off-by: Grzegorz Bernacki \u003cgjb@semihalf.com\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "bfee95bb830ff0260f3e2e0b1aa6b7492573fe4d",
      "tree": "385c88b41941e5e5021589d50142a613e4f0ebe6",
      "parents": [
        "5496eab2434f2a2dfe0d35496fd9605d548b7fbc"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Feb 04 13:39:17 2009 -0700"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Wed Feb 04 13:39:17 2009 -0700"
      },
      "message": "powerpc/5200: Add support for the Media5200 board from Freescale\n\nThis patch adds board support for the Media5200 platform.  Changes are:\n- add the media5200 device tree\n- add the media5200 platform support code and cascaded interrupt controller\n- add media5200 to the build targets.\n\nNote: this patch also includes a minor tweak to the lite5200(b) target\nimages list to add the .dtb files to the image list.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "b8842451079a3034363320b932205d9cea791e9d",
      "tree": "0b8b0e2f2b2a244501dd9956803635136ba60ab0",
      "parents": [
        "3b5ebf8e1ac88babf60772d54bc81b180b5f53b0"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Feb 03 12:30:26 2009 -0700"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Tue Feb 03 12:30:26 2009 -0700"
      },
      "message": "powerpc/5200: Trim cruft from device trees\n\nTrim out obsolete/extraneous properties and tighten up some usage\nconventions.  Changes include:\n- removal of device_type properties\n- removal of cell-index properties\n- Addition of gpio-controller and #gpio-cells properties to gpio\n  nodes\n- Move common interrupt-parent property out of device nodes and\n  into top level parent node.\n\nThis patch also include what looks to be just trivial editorial\nwhitespace/format changes, but there is real method in this\nmadness.  Editorial changes were made to keep the all the\nmpc5200 board device trees as similar as possible so that diffs\nbetween them only show the real differences between the boards.\nThe pcm030 device tree was most affected by this because many\nof the comments had been changed from // to /* */ style and\nsome cell values where changed from decimal to hex format when\nit was cloned from one of the other 5200 device trees.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nReviewed-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\n"
    },
    {
      "commit": "960d82aa5ba971aa9da86a41881cb8dc8f96e397",
      "tree": "38d6828ea902f450278d619c9d8b8213f32e4f1a",
      "parents": [
        "0f73a449a649acfca91404a98a35353a618b9555"
      ],
      "author": {
        "name": "Reynes Philippe",
        "email": "philippe.reynes@isismpp.fr",
        "time": "Mon Feb 02 16:59:01 2009 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Feb 02 10:01:05 2009 -0600"
      },
      "message": "powerpc/83xx: Add lm75 to MPC837x RDB dts\n\nSigned-off-by: Philippe Reynes \u003cphilippe.reynes@isismpp.fr\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "0f73a449a649acfca91404a98a35353a618b9555",
      "tree": "45977d0a9b3ccc502ba51ecc2c3b1a888bbad137",
      "parents": [
        "7a3852417c0c9bdfebc1b37bf43d4798883867e0"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Thu Jan 29 13:49:17 2009 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Feb 02 09:40:59 2009 -0600"
      },
      "message": "powerpc/85xx: TQM85xx - add i2c device nodes for LM75\n\nAutomatic I2C device probing is not done any more. Therefore we need\nproper DTS device node definitions for the I2C LM75 thermal sensor on\nthe TQM85xx modules.\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "7a3852417c0c9bdfebc1b37bf43d4798883867e0",
      "tree": "ead999a661662a215b8982668cc918561875447c",
      "parents": [
        "9e7d95c1976fddfb4a3cf82a170a49e6fb0e8440"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Thu Jan 29 14:23:21 2009 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Feb 02 09:40:53 2009 -0600"
      },
      "message": "powerpc/85xx: TQM85xx - fix sensitivity of CAN interrupts\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "9e7d95c1976fddfb4a3cf82a170a49e6fb0e8440",
      "tree": "6c17e5f5106b5484a016061cea0ce5edab4070c8",
      "parents": [
        "b1dd62f7f108a593abfc4bf425a3dd0885994680"
      ],
      "author": {
        "name": "Reynes Philippe",
        "email": "philippe.reynes@isismpp.fr",
        "time": "Mon Feb 02 15:52:39 2009 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Feb 02 09:40:45 2009 -0600"
      },
      "message": "powerpc/83xx: Add gpio to MPC837x RDB\n\nSigned-off-by: Philippe Reynes \u003cphilippe.reynes@isismpp.fr\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "bb2b66dca1c4cbe16d8208d4b2910cf0eb6e9f75",
      "tree": "a7da9bce77072855c0a6d13bb93aca46664bdeff",
      "parents": [
        "d0839118f396f6d7af553e99ad204aa2b3209cde"
      ],
      "author": {
        "name": "Martyn Welch",
        "email": "martyn.welch@gefanuc.com",
        "time": "Mon Jan 19 11:33:24 2009 +0000"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jan 28 23:03:20 2009 -0600"
      },
      "message": "powerpc/86xx: Board support for GE Fanuc SBC310\n\nSupport for the SBC310 VPX Single Board Computer from GE Fanuc (PowerPC\nMPC8641D).\n\nThis is the basic board support for GE Fanuc\u0027s SBC310, a 3U single board\ncomputer, based on Freescale\u0027s MPC8641D.\n\nSigned-off-by: Martyn Welch \u003cmartyn.welch@gefanuc.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "f7a0be456f1bdcb6dec81c1e4e47e2b7205eba95",
      "tree": "498cb1ae87bae961e5092b65150ccdca81ad9ea3",
      "parents": [
        "b4f7ec46b6c151d31c068e46278efef7e43b5043"
      ],
      "author": {
        "name": "Reynes Philippe",
        "email": "philippe.reynes@isismpp.fr",
        "time": "Wed Jan 28 11:07:44 2009 +0100"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jan 28 18:17:01 2009 -0600"
      },
      "message": "powerpc/83xx: Add i2c eeprom to dts for MPC837x RDB\n\nSigned-off-by: Philippe Reynes \u003cphilippe.reynes@isismpp.fr\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "0585a155a7318e69d43ef20636c2f072ad17d03f",
      "tree": "1d91b03a7ffa554efa659abc574246f5c61009ac",
      "parents": [
        "598804cd041c395ce87302af9088b2f227196185"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Jan 08 04:31:41 2009 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jan 28 18:16:48 2009 -0600"
      },
      "message": "powerpc/83xx: Add PCI-E support for all MPC83xx boards with PCI-E\n\nThis patch adds pcie nodes to the appropriate dts files, plus adds\nsome probing code for the boards.\n\nAlso, remove of_device_is_avaliable() check from the mpc837x_mds.c\nboard file, as mpc83xx_add_bridge() has the same check now.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "6469c92e0a4879e57bccbbacb2b724672a4fa8fb",
      "tree": "65b3377bdea03342f64f5cd414d61824ff2cf354",
      "parents": [
        "0411648e445d850ded24aba98f1774c417bf5658",
        "0b21bcd5b52779be0c18a6c201ae8f060d3b2bf2"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Jan 28 17:15:34 2009 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Jan 28 17:15:34 2009 +1100"
      },
      "message": "Merge commit \u0027jwb/jwb-merge\u0027 into merge\n\nManual merge of:\n\tarch/powerpc/configs/44x/warp_defconfig\n"
    },
    {
      "commit": "344b62870d99cdee41fa168888b0817599134ab6",
      "tree": "d38e828b71967e825d807f5e28a710ba74d7d2c3",
      "parents": [
        "6e11521506e592aed2eba90166e20796c0695023"
      ],
      "author": {
        "name": "Li Yang",
        "email": "leoli@freescale.com",
        "time": "Wed Jan 21 17:46:57 2009 +0800"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Jan 26 15:35:06 2009 -0600"
      },
      "message": "powerpc/mpc8313erdb: fix kernel panic because mdio device is not probed\n\nProbe the new mdio node added by b31a1d8b.  Fix kernel panic problem when\ngianfar driver wants to get the of_platform_device of that mdio.\n\nSigned-off-by: Li Yang \u003cleoli@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "6e11521506e592aed2eba90166e20796c0695023",
      "tree": "9b6376a483cc1e4fd52ea5b8144cc0d3efeffc7e",
      "parents": [
        "f3b8436ad9a8ad36b3c9fa1fe030c7f38e5d3d0b"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Jan 20 09:57:24 2009 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Jan 20 09:57:24 2009 -0600"
      },
      "message": "powerpc/85xx: Fix typo in mpc8572ds dts\n\nThe localbus node flash had a minor typo for a read-only property.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "e275e023aa69bdc6a2f43b86ca3aa93a22e47837",
      "tree": "15e691fe30f323239b3ec2688980c0f2412c815f",
      "parents": [
        "94ce1c585ed51dd9e72e812117e11f3f236a5399"
      ],
      "author": {
        "name": "Sean MacLennan",
        "email": "smaclennan@pikatech.com",
        "time": "Fri Jan 09 18:20:11 2009 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Tue Jan 20 08:17:21 2009 -0500"
      },
      "message": "powerpc/44x: Warp patches for the new NDFC driver\n\nConvert the Warp platform to use the newly merged NDFC driver\n\n- warp.dts changed to work with ndfc\n- warp-nand.c no longer needed\n- removed obsolete rev A support from cuboot-warp.c\n\nSigned-off-by: Sean MacLennan \u003csmaclennan@pikatech.com\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "94ce1c585ed51dd9e72e812117e11f3f236a5399",
      "tree": "74de1b4140ed2214ec42d4322d9f32343ebeef78",
      "parents": [
        "f3b8436ad9a8ad36b3c9fa1fe030c7f38e5d3d0b"
      ],
      "author": {
        "name": "Grant Erickson",
        "email": "gerickson@nuovations.com",
        "time": "Thu Dec 18 12:34:05 2008 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Tue Jan 20 08:17:12 2009 -0500"
      },
      "message": "powerpc/4xx: DTS: Add Add\u0027l SDRAM0 Compatible and Interrupt Info\n\nAdded additional information for type and compatibility strings and\ninterrupt information to the SDRAM0 memory-controller device tree\nnodes for AMCC PowerPC 405EX[r]-based boards to facilitate binding\nwith the new \"ibm,sdram-4xx-ddr2\" EDAC memory controller adapter driver.\n\nSigned-off-by: Grant Erickson \u003cgerickson@nuovations.com\u003e\nAcked-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "6c9789de2a02755101f757789ffcb17312f3fa9b",
      "tree": "6a0047d6677a1269e692ae2795ff5066533ec5fb",
      "parents": [
        "5597b25c300eeaf43392f399990d3f3027a9b779"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Sun Jan 11 18:30:13 2009 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Jan 13 17:46:29 2009 -0600"
      },
      "message": "powerpc/83xx: Make serial ports work on MPC8315E-RDB w/ FSL U-Boots\n\nFSL U-Boots use /soc8315@e0000000 node to search and fixup serial\nnodes\u0027 clock-frequency properties. Though in upstream kernels we use\nnew naming convention -- for IMMR address space dts files specify\n/immr@e0000000 nodes.\n\nThis makes FSL U-Boots fail to fixup the clock frequencies, and that\nleads to serial ports misbehaviour. We can workaround the issue by\nfilling the clock frequency values manually.\n\np.s. For the same reason FSL U-Boots fail to fixup MAC addresses for\nethernet nodes, so users should either change the .dts file locally\nor set MAC address via `ifconfig hw ether\u0027 command.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "30aae739a9eb6db31ad7b08dac44bd302f41c709",
      "tree": "e57a3e279946e141041adc7244d67d8c77c59e2e",
      "parents": [
        "37a76bd4f1b716949fc38a6842e89f0ccb8384d0",
        "6fd8be4bf72879b3039654388e985cabf8449af5"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Jan 13 13:59:03 2009 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Tue Jan 13 13:59:03 2009 +1100"
      },
      "message": "Merge commit \u0027kumar/kumar-next\u0027 into next\n"
    },
    {
      "commit": "6ec9eae67a82a38865af20580e5e0ccd012aca4b",
      "tree": "62b68f31f6f52dd6785340475b63d9854e456b81",
      "parents": [
        "3268b5618f387c6b78b8f8b1190d43380c8170ac"
      ],
      "author": {
        "name": "Martyn Welch",
        "email": "martyn.welch@gefanuc.com",
        "time": "Mon Nov 10 12:31:33 2008 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Jan 12 20:08:47 2009 +0000"
      },
      "message": "[WATCHDOG] Enable watchdog timer on GE Fanuc\u0027s SBC610\n\nSupport for the FPGA based watchdog timer on GE Fanuc\u0027s SBC610.\n\nThis patch enables one of the watchdog timers found on the SBC610. There are\ntwo identical watchdog timers at different offsets in the above mentioned\nboards, however the current driver is only capable of supporting one of them.\n\nThe watchdog timers are also capable of generating interrupts at a\nuser-configurable threshold, though support for this operation is currently\nnot supported by the driver.\n\nSigned-off-by: Martyn Welch \u003cmartyn.welch@gefanuc.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "29f1aff2cc20d8b81fe3c890b8f134e84b8f41fe",
      "tree": "10b40261c36d923ff047f74a2b06cca4469db434",
      "parents": [
        "893473df78b4407c9ab75cb55479409795953b01"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Fri Dec 19 14:57:20 2008 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Jan 08 16:25:09 2009 +1100"
      },
      "message": "powerpc: Copy bootable images in the default install script\n\nThis patch makes the default install script (arch/powerpc/boot/install.sh)\ncopy the bootable image files into the install directory.  Before this\npatch only the vmlinux image file was copied.\n\nThis patch makes the default \u0027make install\u0027 command useful for embedded\ndevelopment when $(INSTALL_PATH) is set in the environment.\n\nAs a side effect, this patch changes the calling convention of the\ninstall.sh script.  Instead of a single 5th parameter, the script is now\npassed a list of all the target images stored in the $(image-y) Makefile\nvariable.  This should be backwards compatible with existing install scripts\nsince it just adds additional arguments and does not change existing ones.\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nAcked-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "24f030175d30f019be41766cdf88c2ff03de19ff",
      "tree": "354232a84e82d5a721ed7b1a9af580ff2a59be8f",
      "parents": [
        "4aa12f7b927c3cac0e0cf3503642597527d0ece0",
        "9e42d0cf5020aaf217433cad1a224745241d212a"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Jan 08 16:24:38 2009 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Jan 08 16:24:38 2009 +1100"
      },
      "message": "Merge commit \u0027origin/master\u0027 into next\n"
    },
    {
      "commit": "7c7758f99d39d529a64d4f60d22129bbf2f16d74",
      "tree": "8847b5e56812fe4c4c812cfffc78e391a91f4ebe",
      "parents": [
        "67acd8b4b7a3f1b183ae358e1dfdb8a80e170736",
        "8a70da82edc50aa7a4b54864babf2d72538ba1bb"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jan 07 15:37:24 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jan 07 15:37:24 2009 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6: (123 commits)\n  wimax/i2400m: add CREDITS and MAINTAINERS entries\n  wimax: export linux/wimax.h and linux/wimax/i2400m.h with headers_install\n  i2400m: Makefile and Kconfig\n  i2400m/SDIO: TX and RX path backends\n  i2400m/SDIO: firmware upload backend\n  i2400m/SDIO: probe/disconnect, dev init/shutdown and reset backends\n  i2400m/SDIO: header for the SDIO subdriver\n  i2400m/USB: TX and RX path backends\n  i2400m/USB: firmware upload backend\n  i2400m/USB: probe/disconnect, dev init/shutdown and reset backends\n  i2400m/USB: header for the USB bus driver\n  i2400m: debugfs controls\n  i2400m: various functions for device management\n  i2400m: RX and TX data/control paths\n  i2400m: firmware loading and bootrom initialization\n  i2400m: linkage to the networking stack\n  i2400m: Generic probe/disconnect, reset and message passing\n  i2400m: host/device procotol and core driver definitions\n  i2400m: documentation and instructions for usage\n  wimax: Makefile, Kconfig and docbook linkage for the stack\n  ...\n"
    },
    {
      "commit": "796bcae7361c28cf825780f6f1aac9dd3411394e",
      "tree": "3fe4ee89e373bf29f868d70430098b7dc625c16f",
      "parents": [
        "cd40c4c45eaedc289d2e1cc33b18a49a211f0f82"
      ],
      "author": {
        "name": "Vitaly Bordug",
        "email": "vitb@kernel.crashing.org",
        "time": "Sun Nov 09 19:43:30 2008 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Jan 07 09:59:52 2009 -0800"
      },
      "message": "USB: powerpc: Workaround for the PPC440EPX USBH_23 errata [take 3]\n\nA published errata for ppc440epx states, that when running Linux with\nboth EHCI and OHCI modules loaded, the EHCI module experiences a fatal\nerror when a high-speed device is connected to the USB2.0, and\nfunctions normally if OHCI module is not loaded.\n\nThere used to be recommendation to use only hi-speed or full-speed\ndevices with specific conditions, when respective module was unloaded.\nLater, it was observed that ohci suspend is enough to keep things\ngoing, and it was turned into workaround, as explained below.\n\nQuote from original descriprion:\n\nThe 440EPx USB 2.0 Host controller is an EHCI compliant controller.  In\nUSB 2.0 Host controllers, each EHCI controller has one or more companion\ncontrollers, which may be OHCI or UHCI.  An USB 2.0 Host controller will\ncontain one or more ports.  For each port, only one of the controllers\nis connected at any one time. In the 440EPx, there is only one OHCI\ncompanion controller, and only one USB 2.0 Host port.\nAll ports on an USB 2.0 controller default to the companion\ncontroller.  If you load only an ohci driver, it will have control of\nthe ports and any deviceplugged in will operate, although high speed\ndevices will be forced to operate at full speed.  When an ehci driver\nis loaded, it explicitly takes control of the ports.  If there is a\ndevice connected, and / or every time there is a new device connected,\nthe ehci driver determines if the device is high speed or not.  If it\nis high speed, the driver retains control of the port.  If it is not,\nthe driver explicitly gives the companion controller control of the\nport.\n\nThe is a software workaround that uses\nInitial version of the software workaround was posted to\nlinux-usb-devel:\n\nhttp://www.mail-archive.com/linux-usb-devel@lists.sourceforge.net/msg54019.html\n\nand later available from amcc.com:\nhttp://www.amcc.com/Embedded/Downloads/download.html?cat\u003d1\u0026family\u003d15\u0026ins\u003d2\n\nThe patch below is generally based on the latter, but reworked to\npowerpc/of_device USB drivers, and uses a few devicetree inquiries to\nget rid of (some) hardcoded defines.\n\nSigned-off-by: Vitaly Bordug \u003cvitb@kernel.crashing.org\u003e\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "be122d6d8b836fec329d740e75bfbdffa96ff6ff",
      "tree": "2c268bcc9fb962a9d4ab96f61349c9c15f166a84",
      "parents": [
        "1433fa7d8da608f59df1f6f381da00958bf5a0b7"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Jan 06 10:23:37 2009 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Jan 07 09:18:52 2009 -0600"
      },
      "message": "powerpc/85xx: Fix PCIe error interrupts\n\nThe PCIe interrupts for 8544ds and 8572ds were incorrect.  The 8572 case\nwas found by Liu Yu.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "2a94739c70c95d13d3428fb5809d7037ed9ecb94",
      "tree": "7bb47957c492731e7667a2f6d74d58c2bd61ffc6",
      "parents": [
        "8eb09d8d24e7d71e9888e7a877f23d37fce65f2b"
      ],
      "author": {
        "name": "Nick Andrew",
        "email": "nick@nick-andrew.net",
        "time": "Sat Jan 03 18:59:37 2009 +1100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue Jan 06 11:28:09 2009 +0100"
      },
      "message": "trivial: Fix misspelling of \"firmware\" in powerpc Makefile\n\nFix misspelling of \"firmware\" in powerpc Makefile\n\nIt\u0027s spelled \"firmware\".\n\nSigned-off-by: Nick Andrew \u003cnick@nick-andrew.net\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "4aa12f7b927c3cac0e0cf3503642597527d0ece0",
      "tree": "d327446284dcce52ad3ea54ffe8a7dddfcb8b86d",
      "parents": [
        "b58602a4bac012b5f4fc12fe6b46ab237b610d5d",
        "068e8c9d02ee37c44a4d65279b3ae8188fb09e18"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Jan 05 14:16:48 2009 +1100"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Mon Jan 05 14:16:48 2009 +1100"
      },
      "message": "Merge commit \u0027kumar/kumar-next\u0027 into next\n"
    },
    {
      "commit": "47f80a325c81a259a110741a7afab572c5550311",
      "tree": "cc227ada98eb8e6372480b94c4ca13f1aa7850d6",
      "parents": [
        "be11d3b354847bbc41353448dd2b34a2821ddb36"
      ],
      "author": {
        "name": "Becky Bruce",
        "email": "beckyb@kernel.crashing.org",
        "time": "Fri Dec 19 16:05:12 2008 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Dec 30 11:30:40 2008 -0600"
      },
      "message": "powerpc/86xx: Update 8641hpcn dts file to match latest u-boot\n\nThe newest revision of uboot reworks the memory map for this\nboard to look more like the 85xx boards.  Also, some regions\nwhich were far larger than the actual hardware have been scaled\nback to match the board, and the imaginary second flash bank has\nbeen removed. Rapidio and PCI are mutually exclusive in the hardware,\nand they now are occupying the same space in the address map.\nThe Rapidio node is commented out of the .dts since PCI is the\ncommon use case.\n\nSigned-off-by: Becky Bruce \u003cbeckyb@kernel.crashing.org\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "25adde18e6deefa3ed2f84738e1b86f474a539b9",
      "tree": "4eadb146d9ac9a887dde9e8eed29c97de912e041",
      "parents": [
        "c9c5e52d44b3e68effcda4bef4ff23c6be0c001c"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Dec 18 19:37:34 2008 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Dec 30 11:13:47 2008 -0600"
      },
      "message": "powerpc/83xx: Add USB Host support for MPC8360E-RDK boards\n\nSimply add the usb node to support USB host on the MPC8360E-RDK\nboards.\n\nCurrently U-Boot doesn\u0027t fill the clock-frequency property for\ntimer nodes, so for now we have to fill it manually.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "c9c5e52d44b3e68effcda4bef4ff23c6be0c001c",
      "tree": "eb818535df87c6138f62a0aaf7cacd2a7b59229f",
      "parents": [
        "3d64de9c50619d32eb71d993d23a50b98d12d3c0"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Dec 18 19:37:31 2008 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Tue Dec 30 11:13:46 2008 -0600"
      },
      "message": "powerpc/83xx: Add USB Host/Gadget support for MPC8360E-MDS boards\n\n- Update the device tree per QE USB bindings;\n- Add timer (FSL GTM) node;\n- Add gpio-controller node for BCSR13 bank (GPIOs on that bank\n  are used to control the USB transceiver);\n- Set up other BCSR registers;\n- Configure the QE Par IO.\n\nThe work is loosely based on Li Yang\u0027s patch[1], which was used\nto support peripheral mode only.\n\n[1] http://ozlabs.org/pipermail/linuxppc-dev/2008-August/061357.html\n\nThe s-o-b line of the original patch preserved here.\n\nSigned-off-by: Li Yang \u003cleoli@freescale.com\u003e\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "3c92ec8ae91ecf59d88c798301833d7cf83f2179",
      "tree": "08a38cd3523c42bd49882f17cd501fd879e7ca1c",
      "parents": [
        "c4c9f0183b7c4e97836e8fecbb67898b06c47e78",
        "ca9153a3a2a7556d091dfe080e42b0e67881fff6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Dec 28 16:54:33 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Dec 28 16:54:33 2008 -0800"
      },
      "message": "Merge branch \u0027next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc\n\n* \u0027next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc: (144 commits)\n  powerpc/44x: Support 16K/64K base page sizes on 44x\n  powerpc: Force memory size to be a multiple of PAGE_SIZE\n  powerpc/32: Wire up the trampoline code for kdump\n  powerpc/32: Add the ability for a classic ppc kernel to be loaded at 32M\n  powerpc/32: Allow __ioremap on RAM addresses for kdump kernel\n  powerpc/32: Setup OF properties for kdump\n  powerpc/32/kdump: Implement crash_setup_regs() using ppc_save_regs()\n  powerpc: Prepare xmon_save_regs for use with kdump\n  powerpc: Remove default kexec/crash_kernel ops assignments\n  powerpc: Make default kexec/crash_kernel ops implicit\n  powerpc: Setup OF properties for ppc32 kexec\n  powerpc/pseries: Fix cpu hotplug\n  powerpc: Fix KVM build on ppc440\n  powerpc/cell: add QPACE as a separate Cell platform\n  powerpc/cell: fix build breakage with CONFIG_SPUFS disabled\n  powerpc/mpc5200: fix error paths in PSC UART probe function\n  powerpc/mpc5200: add rts/cts handling in PSC UART driver\n  powerpc/mpc5200: Make PSC UART driver update serial errors counters\n  powerpc/mpc5200: Remove obsolete code from mpc5200 MDIO driver\n  powerpc/mpc5200: Add MDMA/UDMA support to MPC5200 ATA driver\n  ...\n\nFix trivial conflict in drivers/char/Makefile as per Paul\u0027s directions\n"
    },
    {
      "commit": "def434c2319c5a336633cd73322e0f28a7091b01",
      "tree": "39311a0e8eb7865732315b139fbe252ed209f73c",
      "parents": [
        "e68558ddcdbfa8cc2e7811bcada3bcbeef79fd4a"
      ],
      "author": {
        "name": "Benjamin Krill",
        "email": "ben@codiert.org",
        "time": "Thu Nov 27 16:15:44 2008 +0100"
      },
      "committer": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Mon Dec 22 22:19:19 2008 +0100"
      },
      "message": "powerpc/cell: add QPACE as a separate Cell platform\n\nSince the QPACE (Chromodynamics Parallel Computing on the\nCell Broadband Engine) platform doesn\u0027t use a iommu, doesn\u0027t\nhave PCI devices and a MPIC much lesser setup and\nconfigurations are needed. So far all devices are detected\nas OF device. A notifier function is used to set the dma_ops\nfor the of_platform bus. Further this patch splits the\nPPC_CELL_NATIVE into PPC_CELL_COMMON which are parts that are\nshared with the QPACE platform and the rest.\n\nSigned-off-by: Benjamin Krill \u003cben@codiert.org\u003e\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\n"
    },
    {
      "commit": "49e6e3f1aec2d46f5865d3ada38fe9a5d660ef5d",
      "tree": "aab0d19f843339525bc08d2f22eb0225e09057e7",
      "parents": [
        "e14d77490d3e1da833cff4fee52674c52684ce77"
      ],
      "author": {
        "name": "Scott Wood",
        "email": "scottwood@freescale.com",
        "time": "Fri Dec 19 10:13:09 2008 +0000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Sun Dec 21 14:21:17 2008 +1100"
      },
      "message": "powerpc/bootwrapper: Use the child-bus #address-cells to decide which range entry to use\n\nThe correct #address-cells was still used for the actual translation,\nso the impact is only a possibility of choosing the wrong range entry\nor failing to find any match.  Most common cases were not affected.\n\nSigned-off-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "eddce368f99b682683e09cf206eaa25131d40abe",
      "tree": "d1756d4af9b0ecbfba82e0f07720b53bfa52c1fb",
      "parents": [
        "b53c7583e26746ef6f66c866841e10450150ed8e",
        "cd85400a022335a92fa3c25827179a7ad5e02225"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Dec 17 11:01:43 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Dec 17 11:01:43 2008 +1100"
      },
      "message": "Merge branch \u0027next\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx into next\n"
    },
    {
      "commit": "b31a1d8b41513b96e9c7ec2f68c5734cef0b26a4",
      "tree": "f8643c2fd1b137dd6c00bcd385ad36adfca4f540",
      "parents": [
        "257d938a0c17838c740eb68f0005b041444ac2c2"
      ],
      "author": {
        "name": "Andy Fleming",
        "email": "afleming@freescale.com",
        "time": "Tue Dec 16 15:29:15 2008 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Dec 16 15:29:15 2008 -0800"
      },
      "message": "gianfar: Convert gianfar to an of_platform_driver\n\nDoes the same for the accompanying MDIO driver, and then modifies the TBI\nconfiguration method.  The old way used fields in einfo, which no longer\nexists.  The new way is to create an MDIO device-tree node for each instance\nof gianfar, and create a tbi-handle property to associate ethernet controllers\nwith the TBI PHYs they are connected to.\n\nSigned-off-by: Andy Fleming \u003cafleming@freescale.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1e1c568d6c66d1e2e345fd15e2a1ceafc5d7e33a",
      "tree": "0cf88547108a750d6eb910564ef5bf0ffb5ceef3",
      "parents": [
        "91cac623262c1c0cd298c5c648a8bd2b647c264d",
        "23e0e8afafd9ac065d81506524adf3339584044b"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Dec 16 14:38:58 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Tue Dec 16 14:38:58 2008 +1100"
      },
      "message": "Merge branch \u0027merge\u0027 into next\n"
    },
    {
      "commit": "91cac623262c1c0cd298c5c648a8bd2b647c264d",
      "tree": "7af06e10c91f346662c858cc65f2dd810a089db7",
      "parents": [
        "8309ce7280536b07716026ff588acbcc0ee1a546"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Sat Dec 13 17:41:41 2008 -0600"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Mon Dec 15 14:29:38 2008 -0600"
      },
      "message": "powerpc/85xx: Fix compile issues with mpc8572ds.dts\n\nFix the localbus reg \u0026 range properties to respect that the top\nlevel #address-cells and #size-cells \u003d 2.  The original commit\n(c64ef80b517680f1e228b2ee55e3ce7cd94c7fe0) did not do that.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "cd85400a022335a92fa3c25827179a7ad5e02225",
      "tree": "8190ebc04222bf5a05e5bbc81c07d2d51f1a7616",
      "parents": [
        "84d727a109081684c2e01b811cb0d6dc3b9380ca"
      ],
      "author": {
        "name": "Stefan Roese",
        "email": "sr@denx.de",
        "time": "Fri Dec 05 01:58:49 2008 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Thu Dec 11 10:03:02 2008 -0500"
      },
      "message": "powerpc/4xx: Add L2 cache node to AMCC Canyonlands dts file\n\nWith this patch the L2 cache is enabled on Canyonlands to increase the\noverall performance. There is a known cache coherency issue with the L2\ncache, but this is related to the high bandwidth (HB) PLB segment where\nthe memory address is 0x8.xxxx.xxxx (low bandwidth PLB segment is mapped\nto 0x0.xxxx.xxxx). Since this HB address is currently unused it is safe\nto enable the L2 cache.\n\nSigned-off-by: Stefan Roese \u003csr@denx.de\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "9f3eefc4f9b02404e89d624a6cd40e7b468b5fd5",
      "tree": "acf3d21414c14dd87796d7f337ffcea003a4bb95",
      "parents": [
        "ab44f4627e2160cddbddbe8aa8b1d2b2e1559790"
      ],
      "author": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Tue Nov 25 06:33:35 2008 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Thu Dec 11 07:34:22 2008 -0500"
      },
      "message": "powerpc/40x: Add proper BOOTCFLAGS for cuboot-acadia\n\nThe cuboot-acadia.c wrapper can cause assembler errors on some\ntoolchains due to the lack of the proper BOOTCFLAGS.  This adds\nthe proper flags for the file.\n\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "84d727a109081684c2e01b811cb0d6dc3b9380ca",
      "tree": "632400e37b327dc9ca1aca6f796b41b835f2f8c8",
      "parents": [
        "9d2421e8345602675132421fdaf4179af4705f5c"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Thu Oct 09 16:58:19 2008 +0000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Thu Dec 04 08:02:19 2008 -0500"
      },
      "message": "powerpc/4xx: Add support for ISA holes on 4xx PCI/X/E\n\nThis adds support for ISA memory holes on the PCI, PCI-X and\nPCI-E busses of the 4xx platforms. The patch includes changes\nto the Bamboo and Canyonlands device-trees to add such a hole,\nothers can be updated separately.\n\nThe ISA memory hole is an additional outbound window configured\nin the bridge to generate PCI cycles in the low memory addresses,\nthus allowing to access things such as the hard-decoded VGA\naperture at 0xa0000..0xbffff or other similar things. It\u0027s made\naccessible to userspace via the new legacy_mem file in sysfs for\nwhich support was added by a previous patch.\n\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "361425fc32422c9716fc69e52455b7d44fc02c18",
      "tree": "c9e5be7c9e9dffe6332f28ac0be7e034e92c0635",
      "parents": [
        "06be64a366885569f46a7e0e50b351266d28f5fc"
      ],
      "author": {
        "name": "Haiying Wang",
        "email": "Haiying.Wang@freescale.com",
        "time": "Wed Dec 03 14:03:09 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Dec 03 15:11:52 2008 -0600"
      },
      "message": "powerpc/85xx: Create dts for each core in CAMP mode for MPC8572DS\n\nThis patch creates the dts files for each core and splits the devices\nbetween the two cores for MPC8572DS.\n\ncore0 has memory, L2, i2c, dma1, global-util, eth0, eth1, crypto, pci0, pci1.\ncore1 has L2, dma2, eth2, eth3, pci2, msi.\n\nMPIC is shared between two cores but each core will protect its interrupts\nfrom other core by using \"protected-sources\" of mpic.\n\nSigned-off-by: Haiying Wang \u003cHaiying.Wang@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "c64ef80b517680f1e228b2ee55e3ce7cd94c7fe0",
      "tree": "916a0b8c444237ab2e88b7b9d9b26b1a8651133b",
      "parents": [
        "965dc5fc55fa0201fd8241ba7c0efc8f96f0ec84"
      ],
      "author": {
        "name": "Haiying Wang",
        "email": "Haiying.Wang@freescale.com",
        "time": "Fri Nov 28 16:49:39 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Dec 03 10:47:38 2008 -0600"
      },
      "message": "powerpc/85xx: Add localbus node in mpc8572ds dts file\n\nAlso add NOR and NAND flash partitions for mpc8572ds board\n\nSigned-off-by: Haiying Wang \u003cHaiying.Wang@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "965dc5fc55fa0201fd8241ba7c0efc8f96f0ec84",
      "tree": "260fd90e69a0d0ba8343e00d8c06753ce13ff75d",
      "parents": [
        "09a3fba8c132a55f153fd65fc1085b717a6193c8"
      ],
      "author": {
        "name": "Martyn Welch",
        "email": "martyn.welch@gefanuc.com",
        "time": "Fri Nov 07 14:15:42 2008 +0000"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Dec 03 10:47:37 2008 -0600"
      },
      "message": "powerpc/86xx: Basic GPIO support for GE Fanuc SBC610\n\nBasic support for the GPIO available on the SBC610 VPX Single Board Computer\nfrom GE Fanuc (PowerPC MPC8641D).\n\nThis patch adds basic support for the GPIO in the devices I/O FPGA, the GPIO\nfunctionality is exposed through the AFIX pins on the backplane, unless used\nby an AFIX card.\n\nThis code currently does not support switching between totem-pole and\nopen-drain outputs (when used as outputs, GPIOs default to totem-pole).\nThe interrupt capabilites of the GPIO lines is also not currently supported.\n\nSigned-off-by: Martyn Welch \u003cmartyn.welch@gefanuc.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "d3a8cdab2ff2f8acbe48e18ed471b0812785e390",
      "tree": "0cc2ad350e26af414174c37f6f308ba791e9fc17",
      "parents": [
        "24a99596f7465274a8e65ddd29a7d9028969b9f9"
      ],
      "author": {
        "name": "Martyn Welch",
        "email": "martyn.welch@gefanuc.com",
        "time": "Thu Nov 20 08:52:09 2008 +0000"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Dec 03 10:47:35 2008 -0600"
      },
      "message": "powerpc/86xx: Add use of Epson RTX-8581 RTC to GE Fanuc SBC610 dts\n\nAdding use of newly added Epson RTX-8581 real-time clock driver to GE\nFanuc SBC610\u0027s dts file and adding driver to default config.\n\nSigned-off-by: Martyn Welch \u003cmartyn.welch@gefanuc.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "dafdb61313e80e20cfeef7bf4653dcb47cf28591",
      "tree": "06f12f2e8a2d80f2a884074b2bad8e6aecfcd8e9",
      "parents": [
        "2434bbb30e79468c49cff3cff6005236f55ed188"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Nov 27 20:36:45 2008 +0300"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Dec 03 09:56:02 2008 -0600"
      },
      "message": "powerpc/83xx: Fix MCU support merge issue in mpc8349emitx.dts\n\nJust found the merge issue in 442746989d92afc125040e0f29b33602ad94da99\n(\"powerpc/83xx: Add support for MCU microcontroller in .dts files\"):\nthe commit adds the MCU controller node into the DMA node, which is\nwrong because the MCU sits on the I2C bus. Fix this by moving the MCU\nnode into the I2C controller node.\n\nThe original patch[1] was OK though. ;-)\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "527491885554002837b5742202adc0ab5f536e54",
      "tree": "6d9c44776e0b4368eccd414b92b957fac3c5a4c6",
      "parents": [
        "cea555d384b85271035814c5adad23e6c7fc5d2a",
        "2434bbb30e79468c49cff3cff6005236f55ed188"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Dec 03 20:11:06 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Dec 03 20:11:06 2008 +1100"
      },
      "message": "Merge branch \u0027merge\u0027\n"
    },
    {
      "commit": "e871809cccc11aaa072afaf746f8fd946d2d9cac",
      "tree": "eae9108befd06fc2c95262723f71284f3ad15c50",
      "parents": [
        "06597aa90a75621639dcaaf5fc07bcb01f752d45"
      ],
      "author": {
        "name": "Michael Barkowski",
        "email": "michael.barkowski@freescale.com",
        "time": "Thu Nov 13 10:18:28 2008 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Nov 19 15:12:19 2008 -0600"
      },
      "message": "powerpc/mpc832x_rdb: fix swapped ethernet ids\n\nethernet0 (called FSL UEC0 in U-Boot) should be enet1 (UCC3/eth1), and\nethernet1 should be enet0 (UCC2/eth0), to be consistent with U-Boot so\nthat the interfaces do not swap addresses when control passes from\nU-Boot to the kernel.\n\nSigned-off-by: Michael Barkowski \u003cmichael.barkowski@freescale.com\u003e\nAcked-by: Kim Phillips \u003ckim.phillips@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "f464ff581c247d82fcc0e7ef40c1ca6df9739068",
      "tree": "956b01f569d9cef47c754c42fa24bcf29c055ba0",
      "parents": [
        "7f0f598a0069d1ab072375965a4b69137233169c"
      ],
      "author": {
        "name": "Trent Piepho",
        "email": "tpiepho@freescale.com",
        "time": "Wed Nov 19 10:40:55 2008 -0800"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Nov 19 15:12:15 2008 -0600"
      },
      "message": "powerpc/85xx: L2 cache size wrong in 8572DS dts\n\nIt\u0027s 1MB, not 512KB.  Newer U-Boots will fix this entry, but that\u0027s no\nreason to have the wrong value in the dts.\n\nSigned-off-by: Trent Piepho \u003ctpiepho@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "486936cd93e99c802153b3f2f629c5ce62b8c0d4",
      "tree": "51e261a96e1fb6b51d4a6afb92bfc2480e150b6c",
      "parents": [
        "1c1b777a5673b57a6c0377ba60a790d05e4a0676",
        "f21f237cf55494c3a4209de323281a3b0528da10"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Nov 12 08:43:22 2008 +1100"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed Nov 12 08:43:22 2008 +1100"
      },
      "message": "Merge branch \u0027linux-2.6\u0027 into next\n"
    }
  ],
  "next": "33d2d78baaed06dda9f4de105388832850fb3555"
}
