)]}'
{
  "log": [
    {
      "commit": "4712fff9be0f4a41f7add146cee88a9b945215d7",
      "tree": "88f8d00da6500149ead00d3d5fe970531f0d44e5",
      "parents": [
        "52c275fe70df8619e9430d01917d2e72e9011aec"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Wed Jan 21 13:16:28 2009 +0000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Jan 28 17:15:52 2009 +1100"
      },
      "message": "powerpc: More printing warning fixes for the l64 to ll64 conversion\n\nThese are all powerpc specific drivers.\n\nres.start in fsl_elbc_nand.c needs to be cast since it may be either 32\nor 64 bit.  Thanks to Scott Wood for noticing.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nAcked-by: Arnd Bergmann \u003carnd@arndb.de\u003e call_edac bits in particular\nAcked-by: Olof Johansson \u003colof@lixom.net\u003e pasemi_nand peices\nAcked-by: Scott Wood \u003cscottwood@freescale.com\u003e fsl_elbc fixes\nSigned-off-by: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "68874414def891ec1319ae19a1c7e9c00854d872",
      "tree": "06b9c01aec70fcc4b963d239b7d350af55d3d8d3",
      "parents": [
        "fefae48bf8caab7d56ee4f8181f06602cf73d29e"
      ],
      "author": {
        "name": "Philip Rakity",
        "email": "prakity@yahoo.com",
        "time": "Wed Oct 08 16:08:20 2008 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Jan 09 12:27:13 2009 +0000"
      },
      "message": "[MTD] [NAND] add cmdline parsing (mtdparts\u003d) support to cafe_nand\n\n[dwmw2: updated and made to still register whole device first]\nSigned-off-by: Philip Rakity \u003cpakity@yahoo.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "a808ad3b0d28411e2838117c5b2ae680ae42483c",
      "tree": "edd291f3873ca95e0fb2a434034d30669666b6f4",
      "parents": [
        "647b0d3854d776485faea9de7e7ed7fd4bdc6f20"
      ],
      "author": {
        "name": "Sean MacLennan",
        "email": "smaclennan@pikatech.com",
        "time": "Wed Dec 10 13:16:34 2008 +0000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Jan 05 16:42:44 2009 +0000"
      },
      "message": "[MTD] [NAND] ndfc driver\n\nThe current ndfc driver only compiles under arch/ppc. This arch was\nremoved from the kernel. I notice the event entry for the ndfc in\nKconfig has been removed in 2.6.28.\n\nThis patch converts the ndfc to a proper OF (OpenFirmware) driver. I\ncan give a working example of the DTS if needed.\n\nThe patch has been in production use on the PIKA Warp Appliance and is\nin use by others. The Warp basically boots from NAND, so the ndfc driver\nis very important to us.\n\nSigned-off-by: Sean MacLennan \u003csmaclennan@pikatech.com\u003e\nAcked-By: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "5b0d4d7c8a67c5ba3d35e6ceb0c5530cc6846db7",
      "tree": "0b810dda67150d67279dc854cf98b10ec2c0fc85",
      "parents": [
        "7f9938d0fd6c778bd0ce296a3e3b50266de2b892"
      ],
      "author": {
        "name": "Matt Reimer",
        "email": "mreimer@vpop.net",
        "time": "Tue Nov 18 10:54:32 2008 -0800"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Jan 05 13:03:20 2009 +0100"
      },
      "message": "[MTD] [NAND] pxa3xx: convert from ns to clock ticks more accurately\n\nThe various fields in NDTR{01} are in units of clock ticks minus one, but the\nns2cycle macro mistakenly adds one, inflating the number of clock ticks and\nmaking it impossible to set any of these fields to zero.\n\nSigned-off-by: Matt Reimer \u003cmreimer@vpop.net\u003e\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "7f9938d0fd6c778bd0ce296a3e3b50266de2b892",
      "tree": "25425680b8a1c53d12e6995aac6b9afb8b579ee6",
      "parents": [
        "a5cce42f357b3106fb0eacd85edec5ae31288956"
      ],
      "author": {
        "name": "Matt Reimer",
        "email": "mreimer@vpop.net",
        "time": "Tue Nov 18 10:47:42 2008 -0800"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Jan 05 13:02:42 2009 +0100"
      },
      "message": "[MTD] [NAND] pxa3xx: fix non-page-aligned reads\n\nReads from non-page-aligned addresses were broken because while the\naddress to read from was correctly written to NDCB*, a full page was\nalways read. Fix this by ignoring the column and only using the page\naddress.\n\nI suspect this whole-page behavior is due to the controller\u0027s need to\nread the entire page in order to generate correct ECC. In the non-ECC\ncase this could be optimized to use the column address, and to set the\nread length to what is being requested rather than the length of an\nentire page.\n\nSigned-off-by: Matt Reimer \u003cmreimer@vpop.net\u003e\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "a5cce42f357b3106fb0eacd85edec5ae31288956",
      "tree": "942a945fdf325a199011c17ca6d40f10aa25672c",
      "parents": [
        "232ed5e68a969b1717afdb1d4c49146e5beb5465"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Wed Dec 17 12:46:17 2008 -0800"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Jan 05 12:59:32 2009 +0100"
      },
      "message": "[MTD] [NAND] fix nandsim sched.h references\n\nFix sched.h references:\n\nbuild-r7149.out:/local/linsrc/linux-next-20081215/drivers/mtd/nand/nandsim.c:1326: error: dereferencing pointer to incomplete type\nbuild-r7149.out:/local/linsrc/linux-next-20081215/drivers/mtd/nand/nandsim.c:1326: error: \u0027PF_MEMALLOC\u0027 undeclared (first use in this function)\nbuild-r7149.out:/local/linsrc/linux-next-20081215/drivers/mtd/nand/nandsim.c:1328: error: dereferencing pointer to incomplete type\nbuild-r7149.out:/local/linsrc/linux-next-20081215/drivers/mtd/nand/nandsim.c:1335: error: dereferencing pointer to incomplete type\nbuild-r7149.out:/local/linsrc/linux-next-20081215/drivers/mtd/nand/nandsim.c:1335: error: \u0027PF_MEMALLOC\u0027 undeclared (first use in this function)\nbuild-r7149.out:make[4]: *** [drivers/mtd/nand/nandsim.o] Error 1\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "232ed5e68a969b1717afdb1d4c49146e5beb5465",
      "tree": "44eff60690f610e004773d09d6d3718e5bc9feb4",
      "parents": [
        "353816f43d1fb340ff2d9a911dd5d0799c09f6a5"
      ],
      "author": {
        "name": "Julia Lawall",
        "email": "julia@diku.dk",
        "time": "Mon Dec 29 11:20:42 2008 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Jan 05 12:59:02 2009 +0100"
      },
      "message": "[MTD] [NAND] alauda: use USB API functions rather than constants\n\nThis set of patches introduces calls to the following set of functions:\n\nusb_endpoint_dir_in(epd)\nusb_endpoint_dir_out(epd)\nusb_endpoint_is_bulk_in(epd)\nusb_endpoint_is_bulk_out(epd)\nusb_endpoint_is_int_in(epd)\nusb_endpoint_is_int_out(epd)\nusb_endpoint_num(epd)\nusb_endpoint_type(epd)\nusb_endpoint_xfer_bulk(epd)\nusb_endpoint_xfer_control(epd)\nusb_endpoint_xfer_int(epd)\nusb_endpoint_xfer_isoc(epd)\n\nIn some cases, introducing one of these functions is not possible, and it\njust replaces an explicit integer value by one of the following constants:\n\nUSB_ENDPOINT_XFER_BULK\nUSB_ENDPOINT_XFER_CONTROL\nUSB_ENDPOINT_XFER_INT\nUSB_ENDPOINT_XFER_ISOC\n\nAn extract of the semantic patch that makes these changes is as follows:\n(http://www.emn.fr/x-info/coccinelle/)\n\n// \u003csmpl\u003e\n@r1@ struct usb_endpoint_descriptor *epd; @@\n\n- ((epd-\u003ebmAttributes \u0026 \\(USB_ENDPOINT_XFERTYPE_MASK\\|3\\)) \u003d\u003d\n- \\(USB_ENDPOINT_XFER_CONTROL\\|0\\))\n+ usb_endpoint_xfer_control(epd)\n\n@r5@ struct usb_endpoint_descriptor *epd; @@\n\n- ((epd-\u003ebEndpointAddress \u0026 \\(USB_ENDPOINT_DIR_MASK\\|0x80\\)) \u003d\u003d\n-  \\(USB_DIR_IN\\|0x80\\))\n+ usb_endpoint_dir_in(epd)\n\n@inc@\n@@\n\n#include \u003clinux/usb.h\u003e\n\n@depends on !inc \u0026\u0026 (r1||r5)@\n@@\n\n+ #include \u003clinux/usb.h\u003e\n  #include \u003clinux/usb/...\u003e\n// \u003c/smpl\u003e\n\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "353816f43d1fb340ff2d9a911dd5d0799c09f6a5",
      "tree": "517290fd884d286fe2971137ac89f89e3567785a",
      "parents": [
        "160bbab3000dafccbe43688e48208cecf4deb879",
        "fe0bdec68b77020281dc814805edfe594ae89e0f"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Jan 05 10:50:33 2009 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Jan 05 10:50:33 2009 +0100"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6\n\nConflicts:\n\tarch/arm/mach-pxa/corgi.c\n\tarch/arm/mach-pxa/poodle.c\n\tarch/arm/mach-pxa/spitz.c\n"
    },
    {
      "commit": "160bbab3000dafccbe43688e48208cecf4deb879",
      "tree": "64e978ecc07d9d1f1a1345db40fc50e818321d57",
      "parents": [
        "d85316ac459f1cdd14ea1828eebeac1f1028e167"
      ],
      "author": {
        "name": "Kay Sievers",
        "email": "kay.sievers@vrfy.org",
        "time": "Tue Dec 23 10:00:14 2008 +0000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Tue Dec 23 10:00:14 2008 +0000"
      },
      "message": "[MTD] struct device - replace bus_id with dev_name(), dev_set_name()\n\nSigned-off-by: Kay Sievers \u003ckay.sievers@vrfy.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "cb96cf1ad641334ca605cdf25841ac020d6ae01c",
      "tree": "f9bd4514942ba4147b1e2b009d9220a3d71d040d",
      "parents": [
        "01f71a371969c753add171991d8f5ecce3b368d4"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Nov 11 15:15:39 2008 +0100"
      },
      "committer": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Dec 16 14:58:02 2008 +0100"
      },
      "message": "[ARM] MX3: add NAND support\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\n"
    },
    {
      "commit": "7e1548a597ef7e26d5d62f8be3be6da9e101b26c",
      "tree": "fe6cbf4d9a3c1afdba04fb276fef0f932403727c",
      "parents": [
        "1f7f569c0ae6e619504095eabf796edd712d943d",
        "2619bc327417f549f1c89d5ef9b4a4aa768f41a2"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Dec 15 22:13:26 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Dec 15 22:13:26 2008 +0000"
      },
      "message": "Merge branch \u0027omap3-upstream\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into devel\n"
    },
    {
      "commit": "03ed107805aff09ae13e50a86ea929f12ff74eb7",
      "tree": "66ad19134e43a001047fcbc8729125e94af9fecd",
      "parents": [
        "d3af0f048c114dd53713d5920c54f6d5b6b12139"
      ],
      "author": {
        "name": "Jason Jin",
        "email": "Jason.jin@freescale.com",
        "time": "Tue Dec 09 14:32:31 2008 +0800"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Wed Dec 10 16:44:28 2008 +0000"
      },
      "message": "[MTD] [NAND] Set the fsl elbc ECCM according the settings in bootloader.\n\nThe ECCM maybe set in bootloader, Get ECCM settings from the bootloader,\ncan avoid the image written by bootloader cannot read out by kernel.\n\nBut the limitation of doing it this way is that, it could break large page\nNAND if it is written with NAND disabled in u-boot and read with NAND\nenabled, or vice versa.\n\nSigned-off-by: Jason Jin \u003cJason.jin@freescale.com\u003e\nAcked-by: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "d3af0f048c114dd53713d5920c54f6d5b6b12139",
      "tree": "41263d782f0f4d8154b1017a6fdd3cf9cd25df91",
      "parents": [
        "176bf2e0f10ecf1d20a97db3bd5bb2e6ba0b5668"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Mon Dec 01 14:23:38 2008 -0800"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Wed Dec 10 16:10:40 2008 +0000"
      },
      "message": "[MTD] [NAND] remove excess kernel-doc notation\n\nDelete extra kernel-doc notation for struct fields and function\nparameters that don\u0027t exist:\n\nWarning(include/linux/mtd/nand.h:428): Excess struct/union/enum/typedef member \u0027wq\u0027 description in \u0027nand_chip\u0027\nWarning(include/linux/mtd/nand.h:428): Excess struct/union/enum/typedef member \u0027datbuf\u0027 description in \u0027nand_chip\u0027\nWarning(include/linux/mtd/nand.h:428): Excess struct/union/enum/typedef member \u0027oobbuf\u0027 description in \u0027nand_chip\u0027\nWarning(include/linux/mtd/nand.h:428): Excess struct/union/enum/typedef member \u0027oobdirty\u0027 description in \u0027nand_chip\u0027\nWarning(include/linux/mtd/nand.h:428): Excess struct/union/enum/typedef member \u0027data_poi\u0027 description in \u0027nand_chip\u0027\nWarning(drivers/mtd/nand/nand_base.c:2527): Excess function parameter \u0027maxchips\u0027 description in \u0027nand_scan_tail\u0027\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "c4956ed6fab26347ab1a712727da84b2501ab2dd",
      "tree": "6ac59589a722faaa70a1865ff8050c5274ba0216",
      "parents": [
        "c80a7b265fedef584a1bb8baf92a5b289a66e039",
        "6af7a8eb1eb2b5a0967fccf61e750b085d60ad48"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Wed Dec 10 15:49:12 2008 +0000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Wed Dec 10 15:49:12 2008 +0000"
      },
      "message": "Merge branch \u0027misc/mtd/sharpsl-nand\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/lumag/tosa-2.6\n"
    },
    {
      "commit": "0f07a0be39735651091418c09b257785d12fbc59",
      "tree": "4a486541718908d4f991b3528e998f46b9fe5e27",
      "parents": [
        "69423d99fc182a81f3c5db3eb5c140acc6fc64be"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Wed Dec 10 14:01:46 2008 +0000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Wed Dec 10 14:01:46 2008 +0000"
      },
      "message": "[MTD] [NAND] Remove strange u_int64_t types from nandsim\n\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "69423d99fc182a81f3c5db3eb5c140acc6fc64be",
      "tree": "5f1818e6fb69388f0da276152646bf0597e318c0",
      "parents": [
        "8a4c2495b142fe612b291a810d9e695f269c26db"
      ],
      "author": {
        "name": "Adrian Hunter",
        "email": "ext-adrian.hunter@nokia.com",
        "time": "Wed Dec 10 13:37:21 2008 +0000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Wed Dec 10 13:37:21 2008 +0000"
      },
      "message": "[MTD] update internal API to support 64-bit device size\n\nMTD internal API presently uses 32-bit values to represent\ndevice size.  This patch updates them to 64-bits but leaves\nthe external API unchanged.  Extending the external API\nis a separate issue for several reasons.  First, no one\nneeds it at the moment.  Secondly, whether the implementation\nis done with IOCTLs, sysfs or both is still debated.  Thirdly\nexternal API changes require the internal API to be accepted\nfirst.\n\nNote that although the MTD API will be able to support 64-bit\ndevice sizes, existing drivers do not and are not required\nto do so, although NAND base has been updated.\n\nIn general, changing from 32-bit to 64-bit values cause little\nor no changes to the majority of the code with the following\nexceptions:\n    \t- printk message formats\n    \t- division and modulus of 64-bit values\n    \t- NAND base support\n\t- 32-bit local variables used by mtdpart and mtdconcat\n\t- naughtily assuming one structure maps to another\n\tin MEMERASE ioctl\n\nSigned-off-by: Adrian Hunter \u003cext-adrian.hunter@nokia.com\u003e\nSigned-off-by: Artem Bityutskiy \u003cArtem.Bityutskiy@nokia.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "8a4c2495b142fe612b291a810d9e695f269c26db",
      "tree": "e68d387a13d82918c5d744040ff9bf0973230f80",
      "parents": [
        "a9fc8991883cdf029bd373a82cbc2d12a10799dd"
      ],
      "author": {
        "name": "Alexey Korolev",
        "email": "akorolev@infradead.org",
        "time": "Thu Nov 13 13:40:38 2008 +0000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Wed Dec 10 13:35:23 2008 +0000"
      },
      "message": "MTD: nandsim: use less RAM\n\nNandsim consumes ~2x more RAM than the density of simulated device.\nIt becomes critical if we need to simulate 256MB NAND and run stress tests\non it.\n\nWe investigated the reasons. nandsim allocates space for pages using kmalloc\nfunction. The size of LP nand page is 2112 bytes.\nkmalloc gets space from slab pools by chunks 2^n. So if we need to kmalloc\n2112 bytes, 4096 bytes will be consumed by system.\nThe best way to avoid this issue would be using kmem_cache allocations. AFAIK\nthis mechanism specially designed to handle cases when arrays of allocations\nare used.\n\nSigned-off-by: Alexey Korolev \u003cakorolev@infradead.org\u003e\nTested-by: Artem Bityutskiy \u003cArtem.Bityutskiy@nokia.com\u003e\nAcked-by: Artem Bityutskiy \u003cArtem.Bityutskiy@nokia.com\u003e\nSigned-off-by: Artem Bityutskiy \u003cArtem.Bityutskiy@nokia.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "a9fc8991883cdf029bd373a82cbc2d12a10799dd",
      "tree": "c695dd7928354028733f9621ba67a592d2b1c5ed",
      "parents": [
        "9359ea461b382de3249469d2165da45f4762b910"
      ],
      "author": {
        "name": "Adrian Hunter",
        "email": "ext-adrian.hunter@nokia.com",
        "time": "Wed Nov 12 16:06:07 2008 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Wed Dec 10 13:35:21 2008 +0000"
      },
      "message": "MTD: nandsim: add option to use a file to cache pages\n\nAdd a new module parameter \u0027cache_file\u0027 which causes nandsim\nto use that file instead of memory to cache nand data.\nUsing a file allows the simulation of NAND that is bigger\nthan the available memory.\n\nSigned-off-by: Adrian Hunter \u003cext-adrian.hunter@nokia.com\u003e\nSigned-off-by: Artem Bityutskiy \u003cArtem.Bityutskiy@nokia.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "9359ea461b382de3249469d2165da45f4762b910",
      "tree": "e4f2e691e7b154c5461f5d5cc99f232f48516370",
      "parents": [
        "4f8f3af20ac5a1e58b419a98dfe76522885b5355"
      ],
      "author": {
        "name": "Adrian Hunter",
        "email": "ext-adrian.hunter@nokia.com",
        "time": "Wed Nov 12 16:06:40 2008 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Wed Dec 10 13:35:19 2008 +0000"
      },
      "message": "MTD: nandsim: suppress unnecessary warning\n\nnand_base sometimes reads only 2 bytes of a 4 byte id.\nIt is OK.  Do not print a warning in that case.\n\nSigned-off-by: Adrian Hunter \u003cext-adrian.hunter@nokia.com\u003e\nSigned-off-by: Artem Bityutskiy \u003cArtem.Bityutskiy@nokia.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "e93f1be503efd0e44e46fc1fd4c13dbee72a6561",
      "tree": "b428e3750c8ed3f7131d41905215b75443952303",
      "parents": [
        "d94762989103b5e29938d8a7b0112e72c4633265"
      ],
      "author": {
        "name": "Denis V. Lunev",
        "email": "den@parallels.com",
        "time": "Wed Dec 03 10:47:20 2008 +0000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Wed Dec 03 10:47:20 2008 +0000"
      },
      "message": "[MTD] [NAND] fix OOPS accessing flash operations over STM flash on PXA\n\nSTM 2Gb flash is a large-page NAND flash.  Set operations accordingly.\nThis field is dereferenced without a check in several places resulting in\nOOPS.\n\nSigned-off-by: Denis V. Lunev \u003cden@openvz.org\u003e\nAcked-by: Eric Miao \u003cymiao3@marvell.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "c5b84b3bb0c055d70dc9f1b5e900378bc9d059ea",
      "tree": "bd5b0b4efb552bacd812f9e6e08a29bae70c0da1",
      "parents": [
        "d281bc9d8a22419abc254f86a7fc268bb99914e1",
        "bc2fd1c09c226ea47ab8301cde6dbcf9e5c78b73"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Dec 02 22:07:40 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Dec 02 22:07:40 2008 +0000"
      },
      "message": "Merge branch \u0027for-rmk\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel\n\nConflicts:\n\n\tarch/arm/mach-pxa/pxa25x.c\n"
    },
    {
      "commit": "d94762989103b5e29938d8a7b0112e72c4633265",
      "tree": "e9924de6103c2dd6ca57306a6a09cc50e2901c9f",
      "parents": [
        "29b65861fbece04cfdf3fee352d5247369131850"
      ],
      "author": {
        "name": "Julia Lawall",
        "email": "julia@diku.dk",
        "time": "Mon Dec 01 23:00:55 2008 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Tue Dec 02 10:45:19 2008 +0000"
      },
      "message": "[MTD] [NAND] drivers/mtd/nand/pasemi_nand.c: Add missing pci_dev_put\n\npci_get_device increments a reference count that should be decremented\nusing pci_dev_put.\n\nThe semantic patch that finds the problem is as follows:\n(http://www.emn.fr/x-info/coccinelle/)\n\n// \u003csmpl\u003e\n@r exists@\nlocal idexpression x;\nstatement S,S1;\nposition p1,p2,p3;\nexpression E,E1;\ntype T,T1;\nexpression *ptr !\u003d NULL;\n@@\n\n(\n if ((x@p1 \u003d pci_get_device(...)) \u003d\u003d NULL) S\n|\n x@p1 \u003d pci_get_device(...);\n)\n ... when !\u003d pci_dev_put(...,(T)x,...)\n     when !\u003d if (...) { \u003c+... pci_dev_put(...,(T)x,...) ...+\u003e }\n     when !\u003d true x \u003d\u003d NULL || ...\n     when !\u003d x \u003d E\n     when !\u003d E \u003d (T)x\n     when any\n(\n if (x \u003d\u003d NULL || ...) S1\n|\n if@p2 (...) {\n  ... when !\u003d pci_dev_put(...,(T1)x,...)\n      when !\u003d if (...) { \u003c+... pci_dev_put(...,(T1)x,...) ...+\u003e }\n      when !\u003d x \u003d E1\n      when !\u003d E1 \u003d (T1)x\n(\n  return \\(0\\|\u003c+...x...+\u003e\\|ptr\\);\n|\n  return@p3 ...;\n)\n}\n)\n\n@ script:python @\np1 \u003c\u003c r.p1;\np3 \u003c\u003c r.p3;\n@@\n\nprint \"* file: %s pci_get_device: %s return: %s\" % (p1[0].file,p1[0].line,p3[0].line)\n// \u003c/smpl\u003e\n\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nAcked-by: Olof Johansson \u003colof@lixom.net\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "afb5b5c9adb66c73b83dc39319efbacb6fb26a7d",
      "tree": "f208ef42a2966cba108eca4cc5daf4fcf38d6de2",
      "parents": [
        "ed313489badef16d700f5a3be50e8fd8f8294bc8"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Mon Dec 01 11:43:08 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Tue Dec 02 14:42:26 2008 +0800"
      },
      "message": "[ARM] pxa: explicit #include \u003cmach/dma.h\u003e in various drivers\n\nWhere \u0027pxa_dma_desc\u0027 and \u0027pxa_{request,free}_dma\u0027 are referenced.\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "fba670013d538719d13f103b2a5b4b06bdca202b",
      "tree": "f7b97d71161a17619e0ba92ffbef5ec2e7823776",
      "parents": [
        "7577fdfa52438a19e7e8abedb6efc645986af2ae",
        "e856359685143a2f65876e7db4e4aa0ef5dce7f0"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Nov 29 19:35:07 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Nov 29 19:35:07 2008 +0000"
      },
      "message": "Merge branch \u0027s3c-moves2\u0027 of git://aeryn.fluff.org.uk/bjdooks/linux into devel\n"
    },
    {
      "commit": "e902be56cbf2a48d96d11d6884767e638d41c712",
      "tree": "e4d79479a1280ad4841005680e37119d6694c3bf",
      "parents": [
        "c750815e2d436f4379c7af8a8770ef2ae71c5607",
        "5e1dbdb458ada37f7e97265cb2ea87c55fd5d034"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Nov 27 12:39:14 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Nov 27 12:39:14 2008 +0000"
      },
      "message": "Merge branches \u0027core\u0027 and \u0027clks\u0027 into devel\n"
    },
    {
      "commit": "e0d8b13ae1e3ea747620580b6f777992148de182",
      "tree": "f3d9e65a8d52f3e273b91ddfcd397c1d8438e558",
      "parents": [
        "8c3abc7d903df492a7394b0adae4349d9a381aaf"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Nov 11 17:52:32 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Nov 27 12:38:23 2008 +0000"
      },
      "message": "[ARM] pxa: don\u0027t pass a consumer clock name for devices with unique clocks\n\nWhere devices only have one consumer, passing a consumer clock ID\nhas no real benefit.  Remove it.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "59f0cb0fddc14ffc6676ae62e911f8115ebc8ccf",
      "tree": "1e5fc347287c02e83dce967180c96906f6ed7455",
      "parents": [
        "ed313489badef16d700f5a3be50e8fd8f8294bc8"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Oct 27 11:24:09 2008 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Nov 27 12:37:59 2008 +0000"
      },
      "message": "[ARM] remove memzero()\n\nAs suggested by Andrew Morton, remove memzero() - it\u0027s not supported\non other architectures so use of it is a potential build breaking bug.\nSince the compiler optimizes memset(x,0,n) to __memzero() perfectly\nwell, we don\u0027t miss out on the underlying benefits of memzero().\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "29b65861fbece04cfdf3fee352d5247369131850",
      "tree": "8a2863d8fda9b7bd32005044844a98f635681c82",
      "parents": [
        "3136e903fa2d493ebc1b8a8fbdde2d3a17f85acd"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Thu Nov 27 09:46:13 2008 +0000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Thu Nov 27 09:46:13 2008 +0000"
      },
      "message": "[MTD] [NAND] fsl_upm: fix build problem with 2.6.28-rc2\n\nThe patch fixes following build error:\n\n  CC      drivers/mtd/nand/fsl_upm.o\ndrivers/mtd/nand/fsl_upm.c: In function \u0027fun_chip_init\u0027:\ndrivers/mtd/nand/fsl_upm.c:168: warning: passing argument 2 of \u0027of_mtd_parse_partitions\u0027 from incompatible pointer type\ndrivers/mtd/nand/fsl_upm.c:168: warning: passing argument 3 of \u0027of_mtd_parse_partitions\u0027 from incompatible pointer type\ndrivers/mtd/nand/fsl_upm.c:168: error: too many arguments to function \u0027of_mtd_parse_partitions\u0027\nmake[1]: *** [drivers/mtd/nand/fsl_upm.o] Error 1\n\nThe breakage was introduced in 69fd3a8d098faf41a04930afa83757c0555ee360\n(\"[MTD] remove unused mtd parameter in of_mtd_parse_partitions()\").\n\nWhile at it, also add a check for the of_mtd_parse_partitions() return\nvalue.\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "7926b5a325f06745a1bed75bfb4ef814d0ae9d99",
      "tree": "2e85bc19d4a7811788a93e77180d4849d393a18e",
      "parents": [
        "e2cd00cfebd9a25e0e09712b0116ef18edc2cd98"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Oct 30 10:14:35 2008 +0000"
      },
      "committer": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Oct 30 10:17:13 2008 +0000"
      },
      "message": "[ARM] S3C: Move nand headers to arch/arm/plat-s3c/include/plat\n\nMove nand headers to arch/arm/plat-s3c/include/plat\nready to clean out the old include directories.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\n"
    },
    {
      "commit": "6af7a8eb1eb2b5a0967fccf61e750b085d60ad48",
      "tree": "05b7d4d994bf5582c037a39c0df152c5a651d858",
      "parents": [
        "a20c7ab570ffdce1d6f67c7acf8c1c502a3b3839"
      ],
      "author": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Thu Oct 16 19:17:05 2008 +0400"
      },
      "committer": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Wed Oct 29 21:08:37 2008 +0300"
      },
      "message": "[MTD] sharpsl-nand: move registration to board code\n\nFinally move registration of sharpsl-nand device to board-specific code.\nsharpsl nand driver is now clean and simple.\n\nSigned-off-by: Dmitry Baryshkov \u003cdbaryshkov@gmail.com\u003e\n"
    },
    {
      "commit": "a20c7ab570ffdce1d6f67c7acf8c1c502a3b3839",
      "tree": "a7de81865eb5a227683e2f0ec13434ca3388b413",
      "parents": [
        "c176d0ca8b775a784e38d8afc7c7b42e8906282d"
      ],
      "author": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Thu Oct 16 18:43:48 2008 +0400"
      },
      "committer": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Wed Oct 29 21:06:38 2008 +0300"
      },
      "message": "[MTD] sharpsl-nand: use platform_data for model-specific values\n\nAdd platform_data which holds all model-specific values, like badblocks\npattern, oobinfo, partitions.\n\nSigned-off-by: Dmitry Baryshkov \u003cdbaryshkov@gmail.com\u003e\n"
    },
    {
      "commit": "c176d0ca8b775a784e38d8afc7c7b42e8906282d",
      "tree": "d1caf1593a1d601b4593913015b685bb5bf3c66b",
      "parents": [
        "a4e4f29cbeec200c12c6f3ebedc053a581f90b48"
      ],
      "author": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Thu Oct 16 18:22:28 2008 +0400"
      },
      "committer": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Wed Oct 29 21:06:38 2008 +0300"
      },
      "message": "[MTD] sharpsl-nand: cleanup partitions support\n\nSigned-off-by: Dmitry Baryshkov \u003cdbaryshkov@gmail.com\u003e\n"
    },
    {
      "commit": "a4e4f29cbeec200c12c6f3ebedc053a581f90b48",
      "tree": "620a2bdf4fb2c913b231e2eb8381e3eba9ec6fee",
      "parents": [
        "2206ef1c5f6002e474b8eff8a56b6b7fd2efbe8f"
      ],
      "author": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Thu Oct 16 17:58:18 2008 +0400"
      },
      "committer": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Wed Oct 29 21:06:37 2008 +0300"
      },
      "message": "[MTD] sharpsl_nand: move io addr to struct sharpsl_nand\n\nSigned-off-by: Dmitry Baryshkov \u003cdbaryshkov@gmail.com\u003e\n"
    },
    {
      "commit": "2206ef1c5f6002e474b8eff8a56b6b7fd2efbe8f",
      "tree": "2cf8a542c5a6c416efada078c88d711f0660e554",
      "parents": [
        "26615249daaaa9fc194b5154261b9569112ea9fd"
      ],
      "author": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Thu Oct 16 17:49:06 2008 +0400"
      },
      "committer": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Wed Oct 29 21:06:37 2008 +0300"
      },
      "message": "[MTD] sharpsl_nand: make drvdata non-static\n\nMerge mtd_info and nand_chip info special struct and\nmake it drvdata instead of plain static variable.\n\nSigned-off-by: Dmitry Baryshkov \u003cdbaryshkov@gmail.com\u003e\n"
    },
    {
      "commit": "26615249daaaa9fc194b5154261b9569112ea9fd",
      "tree": "78fbfb6af9f9f067b300267eee9eaf5bfe0a55d7",
      "parents": [
        "0173a3265b228da319ceb9c1ec6a5682fd1b2d92"
      ],
      "author": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Thu Oct 16 12:08:14 2008 +0400"
      },
      "committer": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Wed Oct 29 21:06:37 2008 +0300"
      },
      "message": "[MTD] sharpsl_nand: switch to driver model usage.\n\nStart cleanup of sharpsl_nand driver. Convert it to platform driver.\nCorresponding device is temprorary registered in sharpsl.c but will be\nlater moved to corresponding board files.\n\nSigned-off-by: Dmitry Baryshkov \u003cdbaryshkov@gmail.com\u003e\n"
    },
    {
      "commit": "2be508d847392e431759e370d21cea9412848758",
      "tree": "be5e00a4d7be4ef353ffe4d550fb80a251d321c3",
      "parents": [
        "01e8ef11bc1a74e65678ed55795f59266d4add01",
        "8a1a6272057e2ad90ab531a70330165888866e60"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Oct 20 09:03:12 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Oct 20 09:03:12 2008 -0700"
      },
      "message": "Merge git://git.infradead.org/mtd-2.6\n\n* git://git.infradead.org/mtd-2.6: (69 commits)\n  Revert \"[MTD] m25p80.c code cleanup\"\n  [MTD] [NAND] GPIO driver depends on ARM... for now.\n  [MTD] [NAND] sh_flctl: fix compile error\n  [MTD] [NOR] AT49BV6416 has swapped erase regions\n  [MTD] [NAND] GPIO NAND flash driver\n  [MTD] cmdlineparts documentation change - explain where mtd-id comes from\n  [MTD] cfi_cmdset_0002.c: Add Macronix CFI V1.0 TopBottom detection\n  [MTD] [NAND] Fix compilation warnings in drivers/mtd/nand/cs553x_nand.c\n  [JFFS2] Write buffer offset adjustment for NOR-ECC (Sibley) flash\n  [MTD] mtdoops: Fix a bug where block may not be erased\n  [MTD] mtdoops: Add a magic number to logged kernel oops\n  [MTD] mtdoops: Fix an off by one error\n  [JFFS2] Correct parameter names of jffs2_compress() in comments\n  [MTD] [NAND] sh_flctl: add support for Renesas SuperH FLCTL\n  [MTD] [NAND] Bug on atmel_nand HW ECC : OOB info not correctly written\n  [MTD] [MAPS] Remove unused variable after ROM API cleanup.\n  [MTD] m25p80.c extended jedec support (v2)\n  [MTD] remove unused mtd parameter in of_mtd_parse_partitions()\n  [MTD] [NAND] remove dead Kconfig associated with !CONFIG_PPC_MERGE\n  [MTD] [NAND] driver extension to support NAND on TQM85xx modules\n  ...\n"
    },
    {
      "commit": "7d28e0d1e55442d198f7c35626d2c460ac04cab2",
      "tree": "9369355b3c7c927fcad6af123c04aa35c25292ad",
      "parents": [
        "35a347991cb7da5540fcdbef57800c02bafcb0b3"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Oct 20 09:24:43 2008 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Oct 20 09:24:43 2008 +0100"
      },
      "message": "[MTD] [NAND] GPIO driver depends on ARM... for now.\n\nNot all architectures provide readsb(). We should probably move to using\nioread8_rep() instead.\n\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "35a347991cb7da5540fcdbef57800c02bafcb0b3",
      "tree": "12e04c91835b59fc34f08336aac096267861f24f",
      "parents": [
        "be8f78b8e8b5bcafc19ac85b815e98049aa86314"
      ],
      "author": {
        "name": "Yoshihiro Shimoda",
        "email": "shimoda.yoshihiro@renesas.com",
        "time": "Mon Oct 20 17:17:44 2008 +0900"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Oct 20 09:23:19 2008 +0100"
      },
      "message": "[MTD] [NAND] sh_flctl: fix compile error\n\nFix compile error because the first patch was broken -- the file got\ntruncated.\n\nSigned-off-by: Yoshihiro Shimoda \u003cshimoda.yoshihiro@renesas.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "aaf7ea20000436df3cbb397ccb734ad1e2e5164d",
      "tree": "37ab4c9f5a4a34f796ab69bb1cef436522876503",
      "parents": [
        "a0ee24a03b1c06813c814b9f70946c8984752f01"
      ],
      "author": {
        "name": "Mike Rapoport",
        "email": "mike@compulab.co.il",
        "time": "Wed Oct 15 08:38:49 2008 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Sat Oct 18 12:48:42 2008 +0100"
      },
      "message": "[MTD] [NAND] GPIO NAND flash driver\n\nThe patch adds support for NAND flashes connected to GPIOs.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nSigned-off-by: Mike Rapoport \u003cmike@compulab.co.il\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "6b8520296d67622dfa225436ef325f7dfd6ece8e",
      "tree": "03457aad3c14b6ee6a0d889acf9a15bbf15b7e2e",
      "parents": [
        "5bf1723723487ddb0b9c9641b6559da96b27cc93"
      ],
      "author": {
        "name": "Manish Katiyar",
        "email": "mkatiyar@gmail.com",
        "time": "Tue Oct 14 23:43:29 2008 +0530"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Sat Oct 18 12:39:17 2008 +0100"
      },
      "message": "[MTD] [NAND] Fix compilation warnings in drivers/mtd/nand/cs553x_nand.c\n\nBelow patch fixes the following compilation warnings.\ndrivers/mtd/nand/cs553x_nand.c:293: warning: unused variable \u0027mtd_parts\u0027\ndrivers/mtd/nand/cs553x_nand.c:292: warning: unused variable \u0027mtd_parts_nb\u0027\n\nSigned-off-by: Manish Katiyar \u003cmkatiyar@gmail.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "b887265c165f94917d0f565b1883a6e7b3c8388c",
      "tree": "b1c3d3cbc02c5bf191510d37b0a480a3af70286e",
      "parents": [
        "899ef6e7cf2f057fcfd8071b36de04117313242b"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Aug 18 13:21:04 2008 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 17 14:41:10 2008 -0700"
      },
      "message": "USB: remove info() macro from usb mtd drivers\n\nUSB should not be having it\u0027s own printk macros, so remove info() and\nuse the system-wide standard of dev_info() wherever possible.\n\nAcked-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "93a22f8b95756c53e80308820892119c910d2739",
      "tree": "01539a24fc517e84e35c951699fc0939336b55a6",
      "parents": [
        "0f6d504e73b49374c6093efe6aa60ab55058248a"
      ],
      "author": {
        "name": "David Brownell",
        "email": "dbrownell@users.sourceforge.net",
        "time": "Wed Oct 15 22:03:15 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 16 11:21:40 2008 -0700"
      },
      "message": "omap drivers: switch to standard GPIO calls\n\nThis updates most of the OMAP drivers which are in mainline to switch to\nusing the cross-platform GPIO calls instead of the older OMAP-specific\nones.\n\nThis is all fairly brainless/obvious stuff.  Probably the most interesting\nbit is to observe that the omap-keypad code seems to now have a portable\ncore that could work with non-OMAP matrix keypads.  (That would improve\nwith hardware IRQ debouncing enabled, of course...)\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nCc: Dmitry Torokhov \u003cdmitry.torokhov@gmail.com\u003e\nCc: Antonino Daplas \u003cadaplas@gmail.com\u003e\nCc: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "6028aa01f759a1dae11e5d0e495b3dc9d2b0a47b",
      "tree": "c553cf676af448182a1cad908bf210fe25ae49f2",
      "parents": [
        "3fc2389847a84d06263c13a3b6dfe1f1d6eea935"
      ],
      "author": {
        "name": "Yoshihiro Shimoda",
        "email": "shimoda.yoshihiro@renesas.com",
        "time": "Tue Oct 14 21:23:26 2008 +0900"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Tue Oct 14 13:33:05 2008 +0100"
      },
      "message": "[MTD] [NAND] sh_flctl: add support for Renesas SuperH FLCTL\n\nSeveral Renesas SuperH CPU has FLCTL. The FLCTL support NAND Flash.\nThis driver support SH7723.\n\nSigned-off-by: Yoshihiro Shimoda \u003cshimoda.yoshihiro@renesas.com\u003e\nAcked-by: Paul Mundt \u003clethal@linux-sh.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "3fc2389847a84d06263c13a3b6dfe1f1d6eea935",
      "tree": "c63f13a5b79950a390538c34132416f2d3b894c3",
      "parents": [
        "08d790432906b3815a1dc91a826ca85ff2a73b6c"
      ],
      "author": {
        "name": "Richard Genoud",
        "email": "richard.genoud@gmail.com",
        "time": "Sun Oct 12 08:42:28 2008 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Tue Oct 14 11:07:57 2008 +0100"
      },
      "message": "[MTD] [NAND] Bug on atmel_nand HW ECC : OOB info not correctly written\n\nThe functions that write the OOB info (on hardware ECC only) use the \nHW_SYNDROME method.\n\nThis is not correct : the start position is \"pos \u003d eccsize + chunk\" and \nshould be eccsize. So, the standard (nand_write_oob_std) function should \nbe used. This patch corrects this by using NAND_ECC_HW instead of \nNAND_ECC_HW_SYNDROME.\n\nThis has only been tested on small pages nand flash.\n(if anyone can test it on large pages that would be great).\n\nkernel version : 2.6.27-rc2 (current git mtd-2.6)\n\nSigned-off-by: Richard Genoud \u003crichard.genoud@gmail.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "e758936e02700ff88a0b08b722a3847b95283ef2",
      "tree": "50c919bef1b459a778b85159d5929de95b6c4a01",
      "parents": [
        "239cfbde1f5843c4a24199f117d5f67f637d72d5",
        "4480f15b3306f43bbb0310d461142b4e897ca45b"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Oct 13 17:13:56 2008 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Oct 13 17:13:56 2008 +0100"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6\n\nConflicts:\n\n\tinclude/asm-x86/statfs.h\n"
    },
    {
      "commit": "69fd3a8d098faf41a04930afa83757c0555ee360",
      "tree": "8cf92e8dddcbffae8449f3dea25cc8fe8b6e111a",
      "parents": [
        "52551beb0519c014fb77e1c78a6888d20e62209c"
      ],
      "author": {
        "name": "Sebastian Andrzej Siewior",
        "email": "bigeasy@linutronix.de",
        "time": "Sun Oct 12 16:18:36 2008 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Oct 13 15:01:42 2008 +0100"
      },
      "message": "[MTD] remove unused mtd parameter in of_mtd_parse_partitions()\n\nSigned-off-by: Sebastian Andrzej Siewior \u003cbigeasy@linutronix.de\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "52551beb0519c014fb77e1c78a6888d20e62209c",
      "tree": "e6278aca8a01c84d3831880e257a801de77aea3f",
      "parents": [
        "13f5369704d3c27a07936999f063be3a8a905398"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Thu Oct 09 22:50:06 2008 -0500"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Oct 10 07:39:29 2008 +0100"
      },
      "message": "[MTD] [NAND] remove dead Kconfig associated with !CONFIG_PPC_MERGE\n\nRemoved the Kconfig associated with \u0027NDFC NanD Flash Controller\u0027.\nWe can\u0027t enable !CONFIG_PPC_MERGE so there is no way to enable\nthis.  Additionally the code needs to get updated for arch/powerpc.\n\nFor the time being lets just remove the Kconfig option so we can\nactually remove CONFIG_PPC_MERGE.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "13f5369704d3c27a07936999f063be3a8a905398",
      "tree": "3476e63f12d214b157756946aac0ff4516a98160",
      "parents": [
        "95ebffd749c8e6c8cbb746bc0833a5738cc23321"
      ],
      "author": {
        "name": "Wolfgang Grandegger",
        "email": "wg@grandegger.com",
        "time": "Mon Jun 09 10:19:08 2008 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Oct 10 07:29:00 2008 +0100"
      },
      "message": "[MTD] [NAND] driver extension to support NAND on TQM85xx modules\n\nThis patch extends the FSL UPM NAND driver from Anton Vorontsov to\nsupport hardware which does not have the R/B pin of the NAND chip\nconnected, like the TQM8548 module:\n\n- The OF_GPIO dependency has been removed from the Kconfig option\n  because GPIO is not needed. The relevant gpio_* function are then\n  stubbed out in \u003clinux/gpio.h\u003e.\n\n- It re-introduces the chip-delay property to define an appropriate\n  maximum delay time (tR) required for read operations. The binding\n  will be documented in a separate patch.\n\nSigned-off-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "95ebffd749c8e6c8cbb746bc0833a5738cc23321",
      "tree": "e05f6b9f4272c047896a4c0e4e9a145695cb6e04",
      "parents": [
        "63fd7f30f328f99956d3c774d17219c3c8d54131"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Sep 18 20:50:26 2008 +0400"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Oct 10 07:24:05 2008 +0100"
      },
      "message": "[MTD] [NAND] fsl_upm: update driver for the new OF bindings\n\n- Get rid of fsl,wait-pattern and fsl,wait-write. I think this isn\u0027t\n  chip-specific, and we should always do waits. I saw one board that\n  didn\u0027t need fsl,wait-pattern, but I assume this was the exception\n  that proves the rule;\n- Get rid of chip-delay. Today there are no users for this, and if\n  anyone really need this they should push the OF bindings beforehand;\n- Now flash chips should be child nodes of the FSL UPM NAND controller;\n- Implement OF partition parsing.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "3f30a09a612bac2b531a206c2a58a292dd7ff182",
      "tree": "62741c2f78aeb3009c66dbcf014ebff2e034e597",
      "parents": [
        "9e165acf1b9e37af7c0fa39399b43d0bd8600039",
        "fda50a1c49ad7483eaa29a268d560422c413933f"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Oct 09 21:33:02 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Oct 09 21:33:02 2008 +0100"
      },
      "message": "Merge branch \u0027pxa-all\u0027 into devel\n\nConflicts:\n\n\tarch/arm/mach-pxa/Kconfig\n\tarch/arm/mach-pxa/corgi.c\n\tarch/arm/mach-pxa/include/mach/hardware.h\n\tarch/arm/mach-pxa/spitz.c\n"
    },
    {
      "commit": "35437b6192d9a4eb92f095dfd72396b6d2970f0b",
      "tree": "2da81a1ac61620a7b91cf9ab0453b84bda8e71ce",
      "parents": [
        "922613436ae562a2903698f3a6e16998382a549d",
        "f3ec5cc92a43c8ace8326c990e2ffc409893d809",
        "d8ad7859e2044ecae26c4810b8a8c3d17afca0ca",
        "a55facae05da311e05ea47b463fc430169812747",
        "eda6f6ecbbd6bea070ca296e40c2117d80117b76",
        "49ea26d0a0fa8eebc4bf0432ec3ad35a35202615",
        "a461a8d2dff84ab027dd77f04e0d79f95931ef8f",
        "ec36b16d0d1ae0a43eb8c395e9bf58efdadad1d7"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Oct 07 19:06:22 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Oct 07 19:06:22 2008 +0100"
      },
      "message": "Merge branches \u0027metronomefb\u0027, \u0027pxa-cm2xx\u0027, \u0027pxa-gumstix\u0027, \u0027pxa-misc\u0027, \u0027pxa-mitac\u0027, \u0027pxa-mp900\u0027, \u0027pxa-zylonite\u0027 and \u0027pxa-zaurus\u0027 into pxa-machines\n\nConflicts:\n\n\tarch/arm/mach-pxa/poodle.c\n"
    },
    {
      "commit": "a7f3f0309b68d8d07a97a54c492802c294bccacd",
      "tree": "1b1f04bcc09fd6cba966e39e3b005d080de4edcd",
      "parents": [
        "4adc5fb6733213ab68750f722630d1b9d5655bc1"
      ],
      "author": {
        "name": "Mike Rapoport",
        "email": "mike@compulab.co.il",
        "time": "Sun Oct 05 10:26:55 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Oct 07 12:05:07 2008 +0100"
      },
      "message": "[ARM] 5282/1: pxa: add CM-X255 support\n\nSigned-off-by: Russ Dill \u003cruss.dill@gmail.com\u003e\nSigned-off-by: Mike Rapoport \u003cmike@compulab.co.il\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3d73e89328f124cf1f56fa13124a420010b7f5e7",
      "tree": "5c22770caebcf94bb6ed4e6893b33f885fddd16f",
      "parents": [
        "eaad2db03cbbf734aa95f99eb93fb6309637dbca"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "linux@maxim.org.za",
        "time": "Thu Sep 18 21:44:20 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Sep 21 23:01:18 2008 +0100"
      },
      "message": "[ARM] 5265/3: [AT91] Add copyright info\n\nAdd copyright information for some of the AT91 header files.\n\nSigned-off-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ef89a8801321e0d0665c327c9d77d602ef764c87",
      "tree": "d28c31ae81490f13df8805bbadbd1dfbbfecc98b",
      "parents": [
        "8afbc114542a6810b0a2e658abda6e911121cd22"
      ],
      "author": {
        "name": "Karl Beldan",
        "email": "karl.beldan@gmail.com",
        "time": "Mon Sep 15 14:37:29 2008 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Tue Sep 16 08:18:12 2008 -0700"
      },
      "message": "[MTD] [NAND] nand_base.c: reset chip first\n\nSome chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).\nThe first command sent is NAND_CMD_READID.\nIssue a NAND_CMD_RESET in nand_scan_ident before reading the device id.\nTested with an MT29F4G08AAC.\n\nSigned-off-by: Karl Beldan \u003ckarl.beldan@gmail.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "076c7f4c6c55c37975c8e04ae6827267794d5d2e",
      "tree": "0782e97377c2d6d471257406a442e874b8d186c8",
      "parents": [
        "b380b0d4f7dffcc235c0facefa537d4655619101"
      ],
      "author": {
        "name": "Dmitry Baryshkov",
        "email": "dbaryshkov@gmail.com",
        "time": "Thu Sep 04 13:28:33 2008 +0400"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Sep 05 15:34:35 2008 +0100"
      },
      "message": "[MTD] [NAND] tmio_nand: fix base address programming\n\nFix offset of second word used for programming base address of memory\nwindow. Also program tmio with offset of the FCR, not with physical\nmemory location.\n\nSigned-off-by: Dmitry Baryshkov \u003cdbaryshkov@gmail.com\u003e\nCc: Ian Molton \u003cspyro@f2s.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "514fca4373d28522c0709fcdd439fc9e1e257bb6",
      "tree": "4efca51936dcf228e592ca17cab52b343a6dc1bf",
      "parents": [
        "8c5eb880585a6fa278aa49553dd53a25e1ac319d"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Wed Sep 03 09:47:17 2008 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Thu Sep 04 09:45:38 2008 +0100"
      },
      "message": "[MTD] [NAND] Define and use PCI_DEVICE_ID_MARVELL_88ALP01_NAND for CAFÉ\n\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "34f6e15786293e8d6ed05f9c19ed784ff15d2702",
      "tree": "af0485025a277b4e64d31df91fa5fa0ca08d5e1c",
      "parents": [
        "2675e9447bb5c861dbd29c5fe55b7ce2ad3ff0f5"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Sep 02 17:16:59 2008 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Tue Sep 02 22:35:36 2008 +0100"
      },
      "message": "[MTD] [NAND] Freescale i.MX2 NAND driver\n\nThis patch adds support for the integrated NAND flash controller of the\ni.MX2 and i.MX3 family. It is tested on MX27 but should work on MX3\naswell.\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nAcked-by: Juergen Beisert \u003cj.beisert@pengutronix.de\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "2675e9447bb5c861dbd29c5fe55b7ce2ad3ff0f5",
      "tree": "39137abb08a1ba168d2ed17525bd0ba690b4db99",
      "parents": [
        "c8c17c888d936c58ceb28b084a6272d67e10ea28"
      ],
      "author": {
        "name": "Enrico Scholz",
        "email": "enrico.scholz@sigma-chemnitz.de",
        "time": "Fri Aug 29 12:59:52 2008 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Sep 01 21:38:44 2008 +0100"
      },
      "message": "[MTD] [NAND] pxa3xx_nand: added warning which tells id of detected NAND\n\nMinor patch to help debugging of NAND detection.\n\nSigned-off-by: Enrico Scholz \u003cenrico.scholz@sigma-chemnitz.de\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "c8c17c888d936c58ceb28b084a6272d67e10ea28",
      "tree": "6aaf879d3ef5f35c287ac0b78d521ad432712519",
      "parents": [
        "7dad482ed0648a40e403d1ed44e0ea92248632f1"
      ],
      "author": {
        "name": "Enrico Scholz",
        "email": "enrico.scholz@sigma-chemnitz.de",
        "time": "Fri Aug 29 12:59:51 2008 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Sep 01 21:38:34 2008 +0100"
      },
      "message": "[MTD] [NAND] pxa3xx_nand: moved some helper variables out from platform data\n\nThis patch moves some attributes out from the platform data into the\ndynamically created nand device.   This results into a cleaner interface\nand allows to use constant pxa3xx_nand_flash definitions.\n\nSigned-off-by: Enrico Scholz \u003cenrico.scholz@sigma-chemnitz.de\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "7dad482ed0648a40e403d1ed44e0ea92248632f1",
      "tree": "609b0663fa6d240b19aaed3bc89ce598fff83513",
      "parents": [
        "80ebf20f34c30760cfba7b5e0a418241181d2cd9"
      ],
      "author": {
        "name": "Enrico Scholz",
        "email": "enrico.scholz@sigma-chemnitz.de",
        "time": "Fri Aug 29 12:59:50 2008 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Sep 01 21:37:51 2008 +0100"
      },
      "message": "[MTD] [NAND] pxa3xx_nand: added some \u0027const\u0027 annotations to the exported API\n\nThis patch marks some attributes as \u0027const\u0027 which are set only once and\nnever be modified by the driver.  There are some changes in parameter\nlist and variable declarations too which mark them as \u0027const\u0027.\n\nSigned-off-by: Enrico Scholz \u003cenrico.scholz@sigma-chemnitz.de\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "80ebf20f34c30760cfba7b5e0a418241181d2cd9",
      "tree": "3cfc47cf981911e077b9ae27d646553c2152ef30",
      "parents": [
        "c8ac3f818e1183eab8d08a41b01b6078c5df4b43"
      ],
      "author": {
        "name": "Enrico Scholz",
        "email": "enrico.scholz@sigma-chemnitz.de",
        "time": "Fri Aug 29 12:59:49 2008 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Sep 01 21:37:39 2008 +0100"
      },
      "message": "[MTD] [NAND] pxa3xx_nand: allow to disable builtin flash-type table\n\nThis patch adds a MTD_NAND_PXA3xx_BUILTIN configuration variables which\nallows to disable usage of builtin flash-type table.  Not enabling this\noption saves some space in the generated driver.\n\nSigned-off-by: Enrico Scholz \u003cenrico.scholz@sigma-chemnitz.de\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "c8ac3f818e1183eab8d08a41b01b6078c5df4b43",
      "tree": "3a3bbb4d0a1203226db38ae17b7c6cfb3e624e9f",
      "parents": [
        "43035338ad772b6a4097b2ac530b75390bee87c1"
      ],
      "author": {
        "name": "Enrico Scholz",
        "email": "enrico.scholz@sigma-chemnitz.de",
        "time": "Fri Aug 29 12:59:48 2008 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Sep 01 21:31:34 2008 +0100"
      },
      "message": "[MTD] [NAND] pxa3xx_nand: allow to define flash types in the platform data\n\nThis patch adds \u0027flash\u0027 and \u0027num_flash\u0027 attributes to the platform data.\nThere was added code in the driver to iterate across these attributes in the\ndetect-flash routine.  This is done similarly to the existing method\nwhich uses a \u0027builtin_flash_types\u0027 field.\n\nSigned-off-by: Enrico Scholz \u003cenrico.scholz@sigma-chemnitz.de\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "43035338ad772b6a4097b2ac530b75390bee87c1",
      "tree": "6c3c65210f7e0395b49b2cdd5a3e09b5e999c603",
      "parents": [
        "5e706469a0518ec640a122aa5da22035e2af003a"
      ],
      "author": {
        "name": "Enrico Scholz",
        "email": "enrico.scholz@sigma-chemnitz.de",
        "time": "Fri Aug 29 12:57:28 2008 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Sep 01 21:27:32 2008 +0100"
      },
      "message": "[MTD] [NAND] pxa3xx_nand: moved nand definitions into shared platform header\n\nThis patch moves the exported datastructures from the pxa3xx_nand.c driver\ninto the \u003cmach/pxa3xx_nand.h\u003e header. This is a plain movement without\nany modification of the attributes.\n\nThis is the first one of a set of patches which:\n\n * allows to specify used NAND flash in the platform code and allows to turn\n   off the old way to specify NAND characteristics in the driver.  This way did\n   not worked well as these characteristics depend on the platform and can not be\n   derived from NAND id alone.\n\n   E.g.  some NAND chips share the same ID (e.g.  K9K8G08U0A and K9NBG08U5A) but\n   have different timings (which are written in the common driver currently and\n   must be modified there).\n\n * adds \u0027const\u0027 annotations at various places\n\nFurther patches will be sent to the mtd-list.\n\nSigned-off-by: Enrico Scholz \u003cenrico.scholz@sigma-chemnitz.de\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "4262bd2981307258b31e15f1a526d2b3884e77b5",
      "tree": "d5b03787a63bf43bf28f2a4dd54d994c44e57797",
      "parents": [
        "3fc678a0e63138f56109ea31850f19b2e29c45b8"
      ],
      "author": {
        "name": "Semun Lee",
        "email": "semun.lee@samsung.com",
        "time": "Mon Sep 01 11:49:27 2008 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Sep 01 11:49:27 2008 +0100"
      },
      "message": "[MTD] [NAND] pxa3xx_nand_flash: Add definition of STM2GbX16 NAND flashes\n\nSigned-off-by: Semun Lee \u003csemun.lee@samsung.com\u003e\nAcked-by: Eric Miao \u003ceric.miao@marvell.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "9d7548d4ca3c52ecb58f098a32b0756cdf8f96ee",
      "tree": "651f7058bbaa2d8b2855286380d614afcf505118",
      "parents": [
        "31db6e9ea1dbdcf66b8227b4f7035dee1b1dd8c0",
        "bef69ea0dcce574a425feb0a5aa4c63dd108b9a6"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Sep 01 11:32:13 2008 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Sep 01 11:32:13 2008 +0100"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6\n"
    },
    {
      "commit": "d68156cfad0fe09201dd049fff167a8a881427ad",
      "tree": "25014d3eaf89f9c93a33bf88f2d621a59e0d5f58",
      "parents": [
        "dffc8d66544563fe00f176f230d5d8a5b45847bb"
      ],
      "author": {
        "name": "Singh, Vimal",
        "email": "vimalsingh@ti.com",
        "time": "Sat Aug 23 18:18:34 2008 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Aug 25 12:23:36 2008 +0100"
      },
      "message": "[MTD] [NAND] nand_ecc.c: adding support for 512 byte ecc\n\nSupport 512 byte ECC calculation\n\n[FM: updated two comments]\n\nSigned-off-by: Vimal Singh \u003cvimalsingh@ti.com\u003e\nSigned-off-by: Frans Meulenbroeks \u003cfransmeulenbroeks@gmail.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "dffc8d66544563fe00f176f230d5d8a5b45847bb",
      "tree": "b57c347da906b04204c34b488468d2df7176e780",
      "parents": [
        "17c1d2be28e485c0c8b09661db39d5bf2605069d"
      ],
      "author": {
        "name": "Huang Weiyi",
        "email": "weiyi.huang@gmail.com",
        "time": "Sat Aug 23 13:56:21 2008 +0800"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Aug 25 12:20:53 2008 +0100"
      },
      "message": "[MTD] [NAND] au1550nd.c: remove unused #include \u003cversion.h\u003e\n\nIt doesn\u0027t use LINUX_VERSION_CODE nor KERNEL_VERSION.\n\nThis patch removes the said #include \u003cversion.h\u003e.\n\nSigned-off-by: Huang Weiyi \u003cweiyi.huang@gmail.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "7a8fc9b248e77a4eab0613acf30a6811799786b3",
      "tree": "24b3beb8bc0633db27ffdb791f94dce95d51b1d0",
      "parents": [
        "d3ee1b405872214609868f3cde631ac157026dd0"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Sun Aug 17 17:36:59 2008 +0300"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 23 12:14:12 2008 -0700"
      },
      "message": "removed unused #include \u003clinux/version.h\u003e\u0027s\n\nThis patch lets the files using linux/version.h match the files that\n#include it.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "17c1d2be28e485c0c8b09661db39d5bf2605069d",
      "tree": "204dff58a9cba311bb9645d15b32e40476355676",
      "parents": [
        "1077be58ad7baadd86e47e8b4f6209fa5b6364a5"
      ],
      "author": {
        "name": "Alexey Korolev",
        "email": "akorolev@infradead.org",
        "time": "Wed Aug 20 22:32:08 2008 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Wed Aug 20 22:35:40 2008 +0100"
      },
      "message": "[MTD] [NAND] Fix missing kernel-doc\n\n[Reported by Randy Dunlap]\n\nSigned-off-by: Alexey Korolev \u003cakorolev@infradead.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "1077be58ad7baadd86e47e8b4f6209fa5b6364a5",
      "tree": "d1e9a09005c1f4acaba9f40d58ce87d878bf2e1d",
      "parents": [
        "75caf6b5acc6b895df9bdd36db631220e1096e9f"
      ],
      "author": {
        "name": "frans",
        "email": "fransmeulenbroeks@gmail.com",
        "time": "Wed Aug 20 21:11:50 2008 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Wed Aug 20 20:58:56 2008 +0100"
      },
      "message": "[MTD] [NAND] nand_ecc.c: fix big endian, strengthen test, add printk\n\nThis patch for nand_ecc.c fixes three issues\n\n- fix code so it also works on big endian architectures\n- added a printk in case of an uncorrectable ecc error\n- strengthen the test for correctable errors (decreasing the chance\n  that multiple bit faults by accident will be seen as correctable)\n\nNote: the big endian code is only tested in a testbed (running on big endian\nhardware) as I cannot rebuild and test a big endian kernel at the moment.\nHowever the only thing that can go wrong is if \u003casm/byteorder.h\u003e does not\ngive __BIG_ENDIAN in that case. In my eyes very unlikely.\n\nSigned-off-by: Frans Meulenbroeks \u003cfransmeulenbroeks@gmail.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "9c0d2a20fe331946c1a65a5865faf56e93255c5c",
      "tree": "9d47a9239b6249a5dd4244195ec4cc1e55fda3cd",
      "parents": [
        "5e6b83ed8c00f2e2ae5b2413c5907bed735b600d",
        "66bfa2f03191aec2e2958414b1dfb80a56637133"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 16 16:48:45 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 16 16:48:45 2008 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n\n* master.kernel.org:/home/rmk/linux-2.6-arm: (38 commits)\n  [ARM] 5191/1: ARM: remove CVS keywords\n  [ARM] pxafb: fix the warning of incorrect lccr when lcd_conn is specified\n  [ARM] pxafb: add flag to specify output format on LDD pins when base is RGBT16\n  [ARM] pxafb: fix the incorrect configuration of GPIO77 as ACBIAS for TFT LCD\n  [ARM] 5198/1: PalmTX: PCMCIA fixes\n  [ARM] Fix a pile of broken watchdog drivers\n  [ARM] update mach-types\n  [ARM] 5196/1: fix inline asm constraints for preload\n  [ARM] 5194/1: update .gitignore\n  [ARM] add proc-macros.S include to proc-arm940 and proc-arm946\n  [ARM] 5192/1: ARM TLB: add v7wbi_{possible,always}_flags to {possible,always}_tlb_flags\n  [ARM] 5193/1: Wire up missing syscalls\n  [ARM] traps: don\u0027t call undef hook functions with spinlock held\n  [ARM] 5183/2: Provide Poodle LoCoMo GPIO names\n  [ARM] dma-mapping: provide sync_range APIs\n  [ARM] dma-mapping: improve type-safeness of DMA translations\n  [ARM] Kirkwood: instantiate the orion_spi driver in the platform code\n  [ARM] prevent crashing when too much RAM installed\n  [ARM] Kirkwood: Instantiate mv_xor driver\n  [ARM] Orion: Instantiate mv_xor driver for 5182\n  ...\n"
    },
    {
      "commit": "ccbcd6cba5ef6e071deb072188ad044921f6b91e",
      "tree": "b6b290e1e46bcf820d42d795a0c7604cbc0d0973",
      "parents": [
        "e6cf5df1838c28bb060ac45b5585e48e71bbc740"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Sat Aug 16 11:01:31 2008 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Sat Aug 16 11:01:31 2008 +0100"
      },
      "message": "[MTD] [NAND] Minor cleanup of nand_ecc.c\n\nMake the standalone stuff a little cleaner, fix some checkpatch warnings.\n\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "e6cf5df1838c28bb060ac45b5585e48e71bbc740",
      "tree": "b1333e4664fce7dd3c58dd879192e085cb1c2066",
      "parents": [
        "782b7a367d81da005d93b28cb00f9ae086773c24"
      ],
      "author": {
        "name": "frans",
        "email": "fransmeulenbroeks@gmail.com",
        "time": "Fri Aug 15 23:14:31 2008 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Sat Aug 16 10:55:33 2008 +0100"
      },
      "message": "[MTD] [NAND] nand_ecc.c: rewrite for improved performance\n\nThis patch improves the performance of the ecc generation code by a \nfactor of 18 on an INTEL D920 CPU, a factor of 7 on MIPS and a factor of 5 \non ARM (NSLU2)\n\nSigned-off-by: Frans Meulenbroeks \u003cfransmeulenbroeks@gmail.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "742c52533b05d8ae83c794bd6811100675b85ce5",
      "tree": "de89a81d88c19504d1dc4f023a4b480c9022b3b5",
      "parents": [
        "36cd4fb5d277f34fe9e4db0deac2d4efd7dff735",
        "10fec20ef5eec1c91913baec1225400f0d02df40"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Tue Aug 12 11:28:00 2008 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Tue Aug 12 11:28:00 2008 +0100"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6\n\nConflicts:\n\n\tinclude/asm-arm/arch-omap/onenand.h\n"
    },
    {
      "commit": "bb0eb217c980d50c45f3e793b4dcc70ab9ee820d",
      "tree": "f2a02909fe69d11ac345a05bb88f7e6374440140",
      "parents": [
        "d0e8c47c58575b9131e786edb488fd029eba443e"
      ],
      "author": {
        "name": "Adrian Hunter",
        "email": "ext-adrian.hunter@nokia.com",
        "time": "Tue Aug 12 12:40:50 2008 +0300"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Tue Aug 12 11:02:15 2008 +0100"
      },
      "message": "[MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffff\n\nSigned-off-by: Adrian Hunter \u003cext-adrian.hunter@nokia.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "d483492cb5401283b3c6e46b829fec0b42297e68",
      "tree": "765738acdede18e338b9e2f30aaee31739d3960e",
      "parents": [
        "c314dfdc358847eef0fc07ec8682e1acc8cadd00"
      ],
      "author": {
        "name": "Huang Weiyi",
        "email": "weiyi.huang@gmail.com",
        "time": "Sun Aug 10 18:46:50 2008 +0800"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Aug 11 17:31:32 2008 +0100"
      },
      "message": "[MTD] [NAND] drivers/mtd/nand/nandsim.c: remove duplicated #include\n\nRemoved duplicated include \u003casm/div64.h\u003e in\ndrivers/mtd/nand/nandsim.c.\n\nSigned-off-by: Huang Weiyi \u003cweiyi.huang@gmail.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "1c2c30acc52320d506d722f41d50e8eb8fda5cb5",
      "tree": "cd10608f2a93412fa307fe29a80c5f1d575cc63a",
      "parents": [
        "4a48998fa16121d0fe3436cce43afd6f47424103"
      ],
      "author": {
        "name": "Samuel Ortiz",
        "email": "sameo@openedhand.com",
        "time": "Tue Aug 05 19:27:58 2008 +0200"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@openedhand.com",
        "time": "Sun Aug 10 23:30:34 2008 +0200"
      },
      "message": "mfd: have TMIO drivers and subdevices depend on ARM\n\nThe TMIO chips are only found (and thus tested) on ARM machines.\nMoreover, we don\u0027t want the TMIO cells to be built if one of the TMIO\ndriver is not selected (which indirectly make the TMIO cells drivers\ndepend on ARM as well).\n\nSigned-off-by: Samuel Ortiz \u003csameo@openedhand.com\u003e\n"
    },
    {
      "commit": "ec43b8161bd82535fa8099ee6e98cc554de48614",
      "tree": "da8e3e5203d93b26ab5d497e4d9cb0e87c1784d2",
      "parents": [
        "8a4fbe013fb6a2a65a4eddcddb888ebe38d0270d"
      ],
      "author": {
        "name": "Ian Molton",
        "email": "spyro@f2s.com",
        "time": "Tue Jul 15 16:04:22 2008 +0100"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@openedhand.com",
        "time": "Sun Aug 10 23:30:09 2008 +0200"
      },
      "message": "mfd: driver for the TMIO NAND controller\n\nThis patch adds support for the NAND controller commonly found in\nTMIO based MFDs.\n\nSigned-off-by: Ian Molton \u003cspyro@f2s.com\u003e\nAcked-By: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\nSigned-off-by: Samuel Ortiz \u003csameo@openedhand.com\u003e\n"
    },
    {
      "commit": "6f088f1d215be5250582b974f83f0e3aa6ad3a28",
      "tree": "f79585741cad29fa9fe9202bf830104815335758",
      "parents": [
        "a09e64fbc0094e3073dbb09c3b4bfe4ab669244b"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sat Aug 09 13:44:58 2008 +0200"
      },
      "committer": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@marvell.com",
        "time": "Sat Aug 09 13:44:58 2008 +0200"
      },
      "message": "[ARM] Move include/asm-arm/plat-orion to arch/arm/plat-orion/include/plat\n\nThis patch performs the equivalent include directory shuffle for\nplat-orion, and fixes up all users.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@marvell.com\u003e\n"
    },
    {
      "commit": "a09e64fbc0094e3073dbb09c3b4bfe4ab669244b",
      "tree": "69689f467179891b498bd7423fcf61925173db31",
      "parents": [
        "a1b81a84fff05dbfef45b7012c26e1fee9973e5d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Aug 05 16:14:15 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Aug 07 09:55:48 2008 +0100"
      },
      "message": "[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach\n\nThis just leaves include/asm-arm/plat-* to deal with.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4fb8af10d0fd09372d52966b76922b9e82bbc950",
      "tree": "d240e4d40357583e3f3eb228dccf20122a5b31ed",
      "parents": [
        "f44f82e8a20b98558486eb14497b2f71c78fa325",
        "64a99d2a8c3ed5c4e39f3ae1cc682aa8fd3977fc"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Aug 07 09:55:03 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Aug 07 09:55:03 2008 +0100"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes\n"
    },
    {
      "commit": "be509729356b7433f73df2b9a966674a437fbbc1",
      "tree": "5a3e90513c106f9dcf08405e4ebd3599fd14413c",
      "parents": [
        "0f8469a54f7bd65f2c740a5480c56260dc8a7ae0"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Aug 04 10:41:28 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Aug 07 09:40:08 2008 +0100"
      },
      "message": "[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead\n\nRemove includes of asm/hardware.h in addition to asm/arch/hardware.h.\nThen, since asm/hardware.h only exists to include asm/arch/hardware.h,\nupdate everything to directly include asm/arch/hardware.h and remove\nasm/hardware.h.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "16e00b609aed439453d57b954b449f647466e0d7",
      "tree": "de11b2ba03797d6e4e893cfbf976b1e336e1a373",
      "parents": [
        "c8872b069c536976b81bccfc95dda945594bc504"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Aug 04 11:25:23 2008 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Mon Aug 04 11:30:07 2008 +0100"
      },
      "message": "[MTD] Remove references to TI \u0027toto\u0027 platform.\n\nThis was a reference board for which support never got merged upstream.\nKill it off, at rmk\u0027s suggestion.\n\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "e4c094a595ba8ea402e6b2153f7bbf6ef039eea0",
      "tree": "4aa61758f933af601be14b68a2dfd64028c859dc",
      "parents": [
        "4f0ca70e52b67f41287d853f0d572dafa875e485"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Wed Jul 30 12:35:04 2008 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Aug 01 15:44:42 2008 +0100"
      },
      "message": "[MTD] [NAND] drivers/mtd/nand/nandsim.c: fix printk warnings\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "4f0ca70e52b67f41287d853f0d572dafa875e485",
      "tree": "f94dbab8700bee7e8ba0a802fa67f7e4decbb3ae",
      "parents": [
        "0ee002b041cb45ab3cc5384b86271d41ccf90fe1"
      ],
      "author": {
        "name": "Bryan Wu",
        "email": "cooloney@kernel.org",
        "time": "Wed Jul 30 12:35:04 2008 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Aug 01 15:44:22 2008 +0100"
      },
      "message": "[MTD] [NAND] Blackfin NFC Driver: Cleanup the error exit path of bf5xx_nand_probe function\n\nSigned-off-by: Bryan Wu \u003ccooloney@kernel.org\u003e\nCc: Mike Frysinger \u003cvapier.adi@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "0ee002b041cb45ab3cc5384b86271d41ccf90fe1",
      "tree": "6e50912cd514a14473189f81b8058db741f5c40e",
      "parents": [
        "a0dd20184becf5c90996d9ee0bb69426fe63581a"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier.adi@gmail.com",
        "time": "Wed Jul 30 12:35:03 2008 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Aug 01 15:43:53 2008 +0100"
      },
      "message": "[MTD] [NAND] Blackfin NFC Driver: use standard dev_err() rather than printk()\n\nSigned-off-by: Mike Frysinger \u003cvapier.adi@gmail.com\u003e\nSigned-off-by: Bryan Wu \u003ccooloney@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "a0dd20184becf5c90996d9ee0bb69426fe63581a",
      "tree": "30fe05a69bd28748a10e582a0787063c4eba4a3d",
      "parents": [
        "2445af3853928bf3ee7960e09f548a1b07924091"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier.adi@gmail.com",
        "time": "Wed Jul 30 12:35:02 2008 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Aug 01 15:43:33 2008 +0100"
      },
      "message": "[MTD] [NAND] Blackfin NFC Driver: enable Blackfin nand HWECC support by default\n\nSigned-off-by: Mike Frysinger \u003cvapier.adi@gmail.com\u003e\nSigned-off-by: Bryan Wu \u003ccooloney@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "2445af3853928bf3ee7960e09f548a1b07924091",
      "tree": "d19c52039ef5f88db5ac0a82f7b5959dd40f15d4",
      "parents": [
        "fcb90ba7e9ba9a17ca5103be3f3ae3a446dadc14"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier.adi@gmail.com",
        "time": "Wed Jul 30 12:35:02 2008 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Aug 01 15:43:14 2008 +0100"
      },
      "message": "[MTD] [NAND] Blackfin NFC Driver: add proper devinit/devexit markings to probe/remove functions\n\nSigned-off-by: Mike Frysinger \u003cvapier.adi@gmail.com\u003e\nSigned-off-by: Bryan Wu \u003ccooloney@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "fcb90ba7e9ba9a17ca5103be3f3ae3a446dadc14",
      "tree": "48313298d30bd369b29ef86cc511c96497af0202",
      "parents": [
        "cf840392e83914b9fcdbce8a8a2bc17a84cf0353"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier.adi@gmail.com",
        "time": "Wed Jul 30 12:35:01 2008 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Aug 01 15:42:55 2008 +0100"
      },
      "message": "[MTD] [NAND] Blackfin NFC Driver: add support for the ECC layout the Blackfin bootrom uses\n\nSigned-off-by: Mike Frysinger \u003cvapier.adi@gmail.com\u003e\nSigned-off-by: Bryan Wu \u003ccooloney@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "cf840392e83914b9fcdbce8a8a2bc17a84cf0353",
      "tree": "f851606649ea7a291f9fa2cbcf592bdc823ba876",
      "parents": [
        "e274f025e2caaadc1a6dd41adc9c9a19be075110"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier.adi@gmail.com",
        "time": "Wed Jul 30 12:35:00 2008 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Aug 01 15:40:42 2008 +0100"
      },
      "message": "[MTD] [NAND] Blackfin NFC Driver: fix bug - hw ecc calc by making sure we extract 11 bits from each register instead of 10\n\nSigned-off-by: Mike Frysinger \u003cvapier.adi@gmail.com\u003e\nSigned-off-by: Bryan Wu \u003ccooloney@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "e274f025e2caaadc1a6dd41adc9c9a19be075110",
      "tree": "c13e128b920c7b75cae9dbd596a599e238045591",
      "parents": [
        "963724462a11668185dc67879ea8fe7590973322"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier.adi@gmail.com",
        "time": "Wed Jul 30 12:34:59 2008 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Aug 01 15:40:21 2008 +0100"
      },
      "message": "[MTD] [NAND] Blackfin NFC Driver: fix bug - do not clobber the status from the first 256 bytes if operating on 512 pages\n\nSinged-off-by: Mike Frysinger \u003cvapier.adi@gmail.com\u003e\nSigned-off-by: Bryan Wu \u003ccooloney@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "963724462a11668185dc67879ea8fe7590973322",
      "tree": "17a5b2f1ade740907589fbc62992cf67cd05b078",
      "parents": [
        "fc1f397b2c7ef1c9bad58778e4041dfabf20c71c"
      ],
      "author": {
        "name": "Harvey Harrison",
        "email": "harvey.harrison@gmail.com",
        "time": "Wed Jul 30 12:34:57 2008 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Aug 01 15:34:16 2008 +0100"
      },
      "message": "[MTD] [NAND] diskonchip.c fix sparse endian warnings\n\nSigned-off-by: Harvey Harrison \u003charvey.harrison@gmail.com\u003e\nCc: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "fc1f397b2c7ef1c9bad58778e4041dfabf20c71c",
      "tree": "7320cc9734c358ca44278845b9f5e981df6a48d8",
      "parents": [
        "b7600dba6d4fbf3897e517b322d006986cce831a"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Wed Jul 30 12:34:56 2008 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Aug 01 15:33:32 2008 +0100"
      },
      "message": "[MTD] [NAND] drivers/mtd/nand/nandsim.c needs div64.h\n\ndrivers/mtd/nand/nandsim.c: In function \u0027divide\u0027:\ndrivers/mtd/nand/nandsim.c:462: error: implicit declaration of function \u0027do_div\u0027\n\nCc: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "650da9d0b7c401619c1df2953e975606b8d5dcbb",
      "tree": "48a469f170383cb4314fccec70b13bab536ec698",
      "parents": [
        "74216be41a61a809ad17b091068307e3d89f4a2f"
      ],
      "author": {
        "name": "akpm@linux-foundation.org",
        "email": "akpm@linux-foundation.org",
        "time": "Tue Jul 29 21:27:14 2008 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Wed Jul 30 12:02:34 2008 +0100"
      },
      "message": "[MTD] [NAND] fsl_elbc_nand.c: fix printk warning\n\ndrivers/mtd/nand/fsl_elbc_nand.c:890: warning: format \u0027%x\u0027 expects type \u0027unsigned int\u0027, but argument 3 has type \u0027resource_size_t\u0027\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "74216be41a61a809ad17b091068307e3d89f4a2f",
      "tree": "4009b6db05122dd9663c130d528cb0cd5c31a978",
      "parents": [
        "96d8b647cfff90c8ff07863866aacdcd9d13cead"
      ],
      "author": {
        "name": "Artem Bityutskiy",
        "email": "Artem.Bityutskiy@nokia.com",
        "time": "Wed Jul 30 11:18:42 2008 +0300"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Wed Jul 30 12:01:03 2008 +0100"
      },
      "message": "[MTD] [NAND] nandsim: support random page read command\n\nCommit 3d45955962496879dead8d4dd70bb9a23b07154b (\"subpage read feature\nas a way to improve performance\") broke nandsim because nandsim does not\nsupport the \"random page read\" NAND command. This patch adds\ncorresponding support.\n\nSigned-off-by: Artem Bityutskiy \u003cArtem.Bityutskiy@nokia.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "3d45955962496879dead8d4dd70bb9a23b07154b",
      "tree": "af34201ba3bfc195a22ceac43a1c22f2f7c2fbe8",
      "parents": [
        "ff877ea80efa2015b6263766f78ee42c2a1b32f9"
      ],
      "author": {
        "name": "Alexey Korolev",
        "email": "akorolev@infradead.org",
        "time": "Thu May 15 17:23:18 2008 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Jul 25 10:49:50 2008 -0400"
      },
      "message": "[MTD] [NAND] subpage read feature as a way to increase performance. \n\nThis patch enables NAND subpage read functionality.\nIf upper layer drivers are requesting to read non page aligned data NAND\nsubpage-read functionality reads the only whose ECC regions which include\nrequested data when original code reads whole page.\nThis significantly improves performance in many cases.\n\nHere are some digits :\n\nUBI volume mount time\nNo subpage reads: 5.75 seconds\nSubpage read patch: 2.42 seconds\n\nOpen/stat time for files on JFFS2 volume:\nNo subpage read  0m 5.36s\nSubpage read     0m 2.88s\n\nSigned-off-by Alexey Korolev \u003cakorolev@infradead.org\u003e\nAcked-by: Artem Bityutskiy \u003cdedekind@infradead.org\u003e\nAcked-by: Jörn Engel \u003cjoern@logfs.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "ff877ea80efa2015b6263766f78ee42c2a1b32f9",
      "tree": "85205005c611ab774702148558321c6fb92f1ccd",
      "parents": [
        "30821fee4f0cb3e6d241d9f7ddc37742212e3eb7",
        "d37e6bf68fc1eb34a4ad21d9ae8890ed37ea80e7"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Jul 25 10:40:14 2008 -0400"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Jul 25 10:40:14 2008 -0400"
      },
      "message": "Merge branch \u0027linux-next\u0027 of git://git.infradead.org/~dedekind/ubi-2.6\n"
    },
    {
      "commit": "30821fee4f0cb3e6d241d9f7ddc37742212e3eb7",
      "tree": "8fbcd4a7e9a4be42d32860a4497664454a88d176",
      "parents": [
        "ee39a0e61b8a307576b5e26057f8257444b5c9c1"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-mtd@fluff.org",
        "time": "Tue Jul 15 11:58:31 2008 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Jul 25 10:10:21 2008 -0400"
      },
      "message": "CPUFREQ: S3C24XX NAND driver frequency scaling support.\n\nAdd support for CPU frequency scalling to the S3C24XX NAND driver.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "ee39a0e61b8a307576b5e26057f8257444b5c9c1",
      "tree": "b221f3707973d798ffa727654df7e9c1a7c50e0d",
      "parents": [
        "ca6f12c67ed19718cf37d0f531af9438de85b70c"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Tue Jul 15 23:04:35 2008 +0900"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Jul 25 10:03:35 2008 -0400"
      },
      "message": "[MTD][NAND] au1550nd: remove unused variable\n\nRemove unused variable from au1550 NAND driver.\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    },
    {
      "commit": "55679df30dfa37886cd9e22d8dea0e6974a552df",
      "tree": "f32ef74f14494a20e6de0e82ead6c74c6b0a4baf",
      "parents": [
        "0533400b7813df6c22a171499434d30bd57e799c"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Mon Jul 14 19:20:37 2008 +0400"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "David.Woodhouse@intel.com",
        "time": "Fri Jul 25 09:43:54 2008 -0400"
      },
      "message": "[MTD] [NAND] fsl_elbc_nand: fix section mismatch with CONFIG_MTD_OF_PARTS\u003dy\n\nWith CONFIG_MTD_OF_PARTS\u003dy I\u0027m getting this new section mismatch in reference\nfrom the function fsl_elbc_chip_probe() to the function\n.devinit.text:of_mtd_parse_partitions()\n\nThis patch fixes the mismatch by providing __devinit annotation to the\nfsl_elbc_chip_probe() function.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nAcked-By: Scott Wood \u003cscottwood@freescale.com\u003e\nSigned-off-by: David Woodhouse \u003cDavid.Woodhouse@intel.com\u003e\n"
    }
  ],
  "next": "044e5f45e4ad890d03bd1e8bb44c634397cac24d"
}
