)]}'
{
  "log": [
    {
      "commit": "01dd2fbf0da4019c380b6ca22a074538fb31db5a",
      "tree": "210291bd341c4450c8c51d8db890af0978f4035d",
      "parents": [
        "0f035b8e8491f4ff87f6eec3e3f754d36b39d7a2"
      ],
      "author": {
        "name": "Matt LaPlante",
        "email": "kernel1@cyberdogtech.com",
        "time": "Sat Oct 20 01:34:40 2007 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Sat Oct 20 01:34:40 2007 +0200"
      },
      "message": "typo fixes\n\nMost of these fixes were already submitted for old kernel versions, and were\napproved, but for some reason they never made it into the releases.\n\nBecause this is a consolidation of a couple old missed patches, it touches both\nKconfigs and documentation texts.\n\nSigned-off-by: Matt LaPlante \u003ckernel1@cyberdogtech.com\u003e\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\n"
    },
    {
      "commit": "355aaffdaf82c95a004daedd1ea64fc61a25b8db",
      "tree": "3953714a17f990e4942eae802ad7831564bd4d3f",
      "parents": [
        "c596cc46ba1c5769866efe586daff3422bc31afe"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Oct 15 12:55:20 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Oct 15 12:55:20 2007 -0700"
      },
      "message": "Reinstate lost flush_ioremap_region() fix to pxa2xx-flash driver\n\nCommit 90833fdab89da02fc0276224167f0a42e5176f41 (\"[ARM] 4554/1: replace\nconsistent_sync() with flush_ioremap_region()\") introduced a new\n\"flush_ioremap_region()\" function to be used by the MTD mainstone-flash\nand lubbock-flash drivers to fix a regression from around 2.6.18.\n\nThose drivers were independently merged into a single driver by Todd\nPoynor in commit e644f7d6289456657996df4192de76c5d0a9f9c7 (\"[MTD] MAPS:\nMerge Lubbock and Mainstone drivers into common PXA2xx driver\")\n\nLater, those two commits were merged into the main MTD tree by commit\nb160292cc216a50fd0cd386b0bda2cd48352c73b (\"Merge Linux 2.6.23\") by David\nWoodhouse, but in that merge, the fix to use flush_iomap_region() got\nlost (as it was to files that now no longer existed).\n\nThis reinstates the fix in the new driver.\n\nNoticed-by: Russell King \u003crmk@arm.linux.org.uk\u003e\nTested-and-acked-by: Nicolas Pitre \u003cnico@cam.org\u003e\nCc: David Woodhouse \u003cdwmw2@infradead.org\u003e\nCc: Jared Hulbert \u003cjaredeh@gmail.com\u003e\nCc: Todd Poynor \u003ctpoynor@mvista.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ebf8889bd1fe3615991ff4494635d237280652a2",
      "tree": "10fb735717122bbb86474339eac07f26e7ccdf40",
      "parents": [
        "b160292cc216a50fd0cd386b0bda2cd48352c73b",
        "752097cec53eea111d087c545179b421e2bde98a"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sat Oct 13 14:58:23 2007 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sat Oct 13 14:58:23 2007 +0100"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6\n"
    },
    {
      "commit": "0bac5111cc00b70460dd8ba8340522e1f0d79f05",
      "tree": "a4acd567a75ba775f28aed81993bd4b82aa61e5a",
      "parents": [
        "59d8235be2ab38ddaffbe9137385095a5e8b0a77"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sun Sep 23 18:51:25 2007 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sun Sep 23 18:51:25 2007 +0100"
      },
      "message": "[MTD] map driver for NOR flash on the Intel Vermilion Range chipset\n\nThe Vermilion Range Expansion Bus supports four chip selects, each of which\nhas 64MiB of address space.  The 2nd BAR of the Expansion Bus PCI Device\nis a 256MiB memory region containing the address spaces for all four of\nthe chip selects, with start addresses hardcoded on 64MiB boundaries.\n\nThis map driver only supports NOR flash on chip select 0.  The buswidth\n(either 8 bits or 16 bits) is determined by reading the Expansion Bus Timing\nand Control Register for Chip Select 0 (EXP_TIMING_CS0).\n\nSigned-off-by: Andy Lowe \u003calowe@mvista.com\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "e644f7d6289456657996df4192de76c5d0a9f9c7",
      "tree": "0c34302a7b43bc84ffd02acef5d11493e049eb31",
      "parents": [
        "b38178ee712e8608f20c8e741adf97f75f1aea39"
      ],
      "author": {
        "name": "Todd Poynor",
        "email": "tpoynor@mvista.com",
        "time": "Mon Nov 07 21:47:48 2005 +0000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sun Sep 23 18:40:14 2007 +0100"
      },
      "message": "[MTD] MAPS: Merge Lubbock and Mainstone drivers into common PXA2xx driver\n\nReplace Lubbock and Mainstone board drivers with common PXA2xx driver,\nconvert to platform driver (corresponding platform device changes merged\nto kernel.org for 2.6.15), add power management callbacks.\n\nSigned-off-by: Todd Poynor \u003ctpoynor@mvista.com\u003e\nSigned-off-by: Nicolas Pitre \u003cnpitre@mvista.com\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "c4d5e375470862fd741f93bf0686d7ac2f7fdce4",
      "tree": "8a82ce5fadde3c8a752f1080b427ef3c4c45e3d7",
      "parents": [
        "bd0076cc330f303905018a17d9dcfbabde497572"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Thu Sep 20 11:22:25 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Thu Sep 20 07:37:16 2007 -0500"
      },
      "message": "[POWERPC] Cleanups for physmap_of.c (v2)\n\nThis patch includes a whole batch of smallish cleanups for\ndrivers/mtd/physmap_of.c.\n\n\t- A bunch of uneeded #includes are removed\n\t- We switch to the modern linux/of.h etc. in place of\nasm/prom.h\n\t- Use some helper macros to avoid some ugly inline #ifdefs\n\t- A few lines of unreachable code are removed\n\t- A number of indentation / line-wrapping fixes\n\t- More consistent use of kernel idioms such as if (!p) instead\nof if (p \u003d\u003d NULL)\n\t- Clarify some printk()s and other informative strings.\n\t- parse_obsolete_partitions() now returns 0 if no partition\ninformation is found, instead of returning -ENOENT which the caller\nhad to handle specially.\n\t- (the big one) Despite the name, this driver really has\nnothing to do with drivers/mtd/physmap.c.  The fact that the flash\nchips must be physically direct mapped is a constrant, but doesn\u0027t\nreally say anything about the actual purpose of this driver, which is\nto instantiate MTD devices based on information from the device tree.\nTherefore the physmap name is replaced everywhere within the file with\n\"of_flash\".  The file itself and the Kconfig option is not renamed for\nnow (so that the diff is actually a diff).  That can come later.\n\nSigned-off-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\n"
    },
    {
      "commit": "8d9ae994d8fce807fc90fb8e3b6ac8df1cc7dce6",
      "tree": "f2b46b7d8830e9802e80b5134e48e75eadecb455",
      "parents": [
        "658e81701970a82d33f46241f20be416ebd5e930"
      ],
      "author": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Sat Sep 15 04:54:12 2007 +1000"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@gmail.com",
        "time": "Wed Sep 19 21:13:16 2007 -0500"
      },
      "message": "[POWERPC] Make partitions optional in physmap_of\n\nThe latest physmap_of driver has a small error where it will fail the probe\nwith:\n\nphysmap-flash: probe of fff00000.small-flas failed with error -2\n\nif there are no partition subnodes in the device tree and the old style binding\nis not used.  Since partition definitions are optional, the probe should still\nsucceed.\n\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\nAcked-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\n"
    },
    {
      "commit": "2099172d61abda1b793b499bb8edcaac4de2cdae",
      "tree": "4b3bff327ad8e61fe5f71f9d399269c8db41220c",
      "parents": [
        "3c607ce2a3213f33b8b6b854b5f7db876021e466"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Fri Sep 07 13:23:53 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Sep 14 01:33:25 2007 +1000"
      },
      "message": "[POWERPC] Document and implement an improved flash device binding for powerpc\n\nThis replaces the binding for flash chips in booting-without-of.txt\nwith an clarified and improved version.  It also makes\ndrivers/mtd/maps/physmap_of.c recognize this new binding.  Finally it\nrevises the Ebony device tree source to use the new binding as an\nexample.\n\nSigned-off-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nAcked-by: Segher Boessenkool \u003csegher@kernel.crashing.org\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "b2315372eac9cd9f622c32a93e323cf6f0f03462",
      "tree": "9e1faa7cdcddf5d90bec4fb9523742d4cce699a1",
      "parents": [
        "5326152fa182b0a16e4abf913ce403e3c7ab53b7",
        "c87ce65868bbf9bbea9c3f112ff8315302daf8f2"
      ],
      "author": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Sep 14 01:24:25 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Sep 14 01:24:25 2007 +1000"
      },
      "message": "Merge branch \u0027linux-2.6\u0027 into for-2.6.24\n"
    },
    {
      "commit": "5041f1f1b753031731bc404c906817323a9c280b",
      "tree": "1d29e05564d892e76161f1155f5caf3a1e86deea",
      "parents": [
        "98b830d26095007aeb04041147b93d2b74e0a0c0"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Sun Sep 09 23:35:25 2007 +0900"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sun Sep 09 17:17:46 2007 +0100"
      },
      "message": "[MTD] Remove Momenco Ocelot NOR flash support\n\nThis patch has removed Momenco Ocelot support from MTD.\nOcelot support has already removed.\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "90833fdab89da02fc0276224167f0a42e5176f41",
      "tree": "98faf88d640260ccd7d4d6f8050d3daac29e4374",
      "parents": [
        "cb00e99c0abd844b884c64c6b54aa3b7d345ebb1"
      ],
      "author": {
        "name": "Jared Hulbert",
        "email": "jaredeh@gmail.com",
        "time": "Wed Aug 22 17:38:25 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Aug 23 12:31:31 2007 +0100"
      },
      "message": "[ARM] 4554/1: replace consistent_sync() with flush_ioremap_region()\n\nThis fixes a regression from around 2.6.18, consistent_sync() will now BUG()\nunder these circumstances.  The use of consistent_sync() was a hack, replacing\nit\u0027s usage here with a new function, flush_ioremap_region().\n\nSigned-off-by: Jared Hulbert \u003cjaredeh@gmail.com\u003e\nAcked-by: Pavel Pisa \u003cpisa@cmp.felk.cvut.cz\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "62d24d91109c3bcd5a5d3fe6cbe354e65e787300",
      "tree": "8f1e64987046b1914d3d1117e6969ca32095a7af",
      "parents": [
        "ac0c955d5048c2c580fa7166a89133f0fd76c125",
        "34a27ffdf59f80fe165f5c56a0be57d55b6da63d"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Thu Aug 23 10:44:17 2007 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Thu Aug 23 10:44:17 2007 +0100"
      },
      "message": "Merge branch \u0027mtd-2.6.24\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc\n"
    },
    {
      "commit": "34a27ffdf59f80fe165f5c56a0be57d55b6da63d",
      "tree": "786e5b50907bbe5e63ecba03f2f2a5c9a1264ebd",
      "parents": [
        "3feb0ff1607ab3b7dcd36b2347f00c41774464c8"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Aug 22 22:53:39 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Aug 22 22:57:54 2007 -0500"
      },
      "message": "[MTD] Remove dead maps\n\nThe tqm834x map Kconfig options depends on TQM834x which does not\nexist anywhere else in the kernel.\n\nThe pq2fads map Kconfig/makefile support was removed a while ago but\nthe actual file persisted.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "3feb0ff1607ab3b7dcd36b2347f00c41774464c8",
      "tree": "32d2ac2d0fde210de8ece8abdaa176aa91cb4dd9",
      "parents": [
        "b377fd3982ad957c796758a90e2988401a884241"
      ],
      "author": {
        "name": "Josh Boyer",
        "email": "jwboyer@linux.vnet.ibm.com",
        "time": "Wed Aug 22 14:30:47 2007 -0500"
      },
      "committer": {
        "name": "Kumar Gala",
        "email": "galak@kernel.crashing.org",
        "time": "Wed Aug 22 22:50:54 2007 -0500"
      },
      "message": "[MTD] 4xx: Don\u0027t build arch/ppc dependent drivers in arch/powerpc\n\nThese drivers are specific to 4xx support in arch/ppc at the moment.  Make\nsure they don\u0027t get built on arch/powerpc.\n\nSigned-off-by: Josh Boyer \u003cjwboyer@linux.vnet.ibm.com\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\n"
    },
    {
      "commit": "0d279d47612d1b63155a1d9637a6fc5143dad594",
      "tree": "dbe42e6da4aacd499ea3deacccdf9294c7d98006",
      "parents": [
        "9420dc65ff9e6b67c032286efde823aeb8684670"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Mon Jul 30 15:55:02 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Fri Aug 17 11:01:51 2007 +1000"
      },
      "message": "[POWERPC] Fixes to allow use of Ebony\u0027s flash chips through physmap_of\n\nThis patch contains a handful of small fixes to allow the Ebony\u0027s\nflash to be exposed as MTD devices via the physmap_of driver.\nSpecifically it:\n\t- Makes a small addition to the device tree and zImage wrapper\nto record the correct address for the flash in the device tree based\non the board switches as reported via an FPGA register.\n\t- Prohibits building the old hard-coded \"Ebony\" flash map on\narch/powerpc kernels, in favour of using physmap_of\u0027s device tree\nbased approach.\n\t- Enables MTD and physmap_of in the Ebony defconfig.\n\nSigned-off-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "440fdb53b4ae58602711b5b8c3a139ace2404dbb",
      "tree": "c6fb88d6ad537ec53aeecadc75a61ab6147d4c9c",
      "parents": [
        "8b2b403ce0f1a816b7a6a4f47c8798003b26c07a",
        "8d4fbcfbe0a4bfc73e7f0297c59ae514e1f1436f"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Wed Aug 01 11:23:57 2007 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Wed Aug 01 11:23:57 2007 +0100"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6\n"
    },
    {
      "commit": "4fb4caa639a27a3cb0b3bfbf2041524af43efff9",
      "tree": "cc04bdff96842cdb9cc41a33270eb1b7c21738cc",
      "parents": [
        "40562f812bb4b0211da07ad1927af030b089d3d3"
      ],
      "author": {
        "name": "Mariusz Kozlowski",
        "email": "m.kozlowski@tuxland.pl",
        "time": "Tue Jul 31 23:49:06 2007 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Wed Aug 01 11:03:35 2007 +0100"
      },
      "message": "[MTD] pmcmsp-flash.c: kmalloc + memset conversion to k[cz]alloc\n\nSigned-off-by: Mariusz Kozlowski \u003cm.kozlowski@tuxland.pl\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "8f0f23f97adbd833000e25e41c1310e49ace9ba8",
      "tree": "6da88f65a0bc3fb053b77c33f6a17971e35d3d31",
      "parents": [
        "c0b8ba7bfe7b4c1f11b3356b65520405b005bd33"
      ],
      "author": {
        "name": "Mariusz Kozlowski",
        "email": "m.kozlowski@tuxland.pl",
        "time": "Fri Jul 27 17:29:32 2007 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Wed Aug 01 10:59:43 2007 +0100"
      },
      "message": "[MTD] remove redundant/dead code from physmap_of.c\n\n\tThis patch removes redundant memset() and dead return line from\nof_physmap_probe(). No functional change.\n\nSigned-off-by: Mariusz Kozlowski \u003cm.kozlowski@tuxland.pl\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "e0e5de00b0ee5a3b652d829f2c1e89265e9c6a99",
      "tree": "43239359dcd89e06c621e74abaf6c98b181a4ebc",
      "parents": [
        "52cf875fb0f3a8a472eaa8be479777cf0a92e3ce"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Jul 26 17:33:09 2007 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Jul 26 11:11:56 2007 -0700"
      },
      "message": "sun userflash is PCI-dependent\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e733450b675dfc07940c21b4832207c79059246f",
      "tree": "88843a246a5e2594c62634f63a6f65175a79df46",
      "parents": [
        "4a32cfa0f5c3f9e8a0da610002e4555173226650"
      ],
      "author": {
        "name": "Robert P. J. Day",
        "email": "rpjday@mindspring.com",
        "time": "Wed Jul 11 17:04:02 2007 -0400"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Mon Jul 23 12:50:51 2007 +0100"
      },
      "message": "[MTD] Remove useless references to MIPS_HYDROGEN3 and MIPS_MIRAGE_WHY.\n\nSigned-off-by: Robert P. J. Day \u003crpjday@mindspring.com\u003e\nAcked-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "db1b39d8b860e3716620c225bc86e0ec41764e34",
      "tree": "8739074db733ef767400ea92cfbfed9352ddb92d",
      "parents": [
        "a6bc432e296dfa1f05d4b586ca5ca3085a2d42d7",
        "4eb6bf6bfb580afaf1e1a1d30cba17a078530cf4"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Wed Jul 11 14:55:48 2007 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Wed Jul 11 14:55:48 2007 +0100"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6\n"
    },
    {
      "commit": "c99cabf034d42c9e4a9c1ed9dfd26411b2fb9b57",
      "tree": "30a696c0ab083427b8865418004f2a8bab96be44",
      "parents": [
        "ecd27b92fbb41f779d857632a69bd45dbaf0f915"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Mon Jul 09 13:10:55 2007 +0900"
      },
      "committer": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Tue Jul 10 17:33:04 2007 +0100"
      },
      "message": "[MIPS] remove LASAT Networks platforms support\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\n"
    },
    {
      "commit": "663d77a7ccfd407cf7491dbd53c7c17eef58c96a",
      "tree": "fa61f74775713a20caf5334f4133b7184babee26",
      "parents": [
        "1da1caf8d80e953d0ff0c2131b04ccc609c3baa8"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Thu Jun 28 23:02:59 2007 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Thu Jun 28 23:02:59 2007 +0100"
      },
      "message": "[MTD] [MAPS] Cleanup nettel map driver\n\n- make 2 needlessly global functions static\n- remove the unused nettel_eraseconfig()\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: Greg Ungerer \u003cgerg@snapgear.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "4854b75c7795604ea6a0b6b7f549f145813343d0",
      "tree": "69559ae50fd4c82579ba9e8e1508507ff4c2b555",
      "parents": [
        "e716dd3644c2a79d6ffa4359bac06f57479dcb34"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Thu Jun 28 20:13:27 2007 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Thu Jun 28 20:13:27 2007 +0100"
      },
      "message": "[MTD] Remove references to ROOT_DEV from map drivers.\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "ec4883b015c3212f6f6d04fb2ff45f528492f598",
      "tree": "0e393eb198a35a90adafcd8129564d0173aafad4",
      "parents": [
        "464cf177df7727efcc5506322fc5d0c8b896f545",
        "0477d24e2a87a9077b62298b01b031929f5cf2a2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Jun 04 17:54:09 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Jun 04 17:54:09 2007 -0700"
      },
      "message": "Merge git://git.infradead.org/mtd-2.6\n\n* git://git.infradead.org/mtd-2.6:\n  [JFFS2] Fix obsoletion of metadata nodes in jffs2_add_tn_to_tree()\n  [MTD] Fix error checking after get_mtd_device() in get_sb_mtd functions\n  [JFFS2] Fix buffer length calculations in jffs2_get_inode_nodes()\n  [JFFS2] Fix potential memory leak of dead xattrs on unmount.\n  [JFFS2] Fix BUG() caused by failing to discard xattrs on deleted files.\n  [MTD] generalise the handling of MTD-specific superblocks\n  [MTD] [MAPS] don\u0027t force uclinux mtd map to be root dev\n"
    },
    {
      "commit": "33672f72b24191fb17c3666ec1c620f3fa617b50",
      "tree": "40a690eba5ec1dff1bc7435fbde7b001b7324fde",
      "parents": [
        "b7aa48be1e7a11e36448a7db58931bbf735d2718"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Thu May 10 22:51:53 2007 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri May 11 11:48:15 2007 +0100"
      },
      "message": "[MTD] [MAPS] don\u0027t force uclinux mtd map to be root dev\n\nThe cheesy uclinux mtd maps can be used for more than just the root device, so\nI think we should drop the forcing.\n\nAlso, I feel like this is a policy decision that shouldnt be in the kernel in\nthe first place.  People who have been lazy and boot with uclinux mtd maps and\ndont put root\u003d into their commandline can simply add the appropriate root\u003d\nline either into their bootloader or into the compiled in bootargs.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nAcked-by: Christoph Hellwig \u003chch@lst.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "ba7cc09c9c9e29a57045dc5bbf843ac1cfad3283",
      "tree": "7e2d39269803b53ba048f3bad11cd6a1a38b35b9",
      "parents": [
        "d84c4124c4b6611301b402e8611b7e36de3bd351",
        "b7aa48be1e7a11e36448a7db58931bbf735d2718"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed May 09 13:10:11 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Wed May 09 13:10:11 2007 -0700"
      },
      "message": "Merge git://git.infradead.org/mtd-2.6\n\n* git://git.infradead.org/mtd-2.6: (21 commits)\n  [MTD] [CHIPS] Remove MTD_OBSOLETE_CHIPS (jedec, amd_flash, sharp)\n  [MTD] Delete allegedly obsolete \"bank_size\" field of mtd_info.\n  [MTD] Remove unnecessary user space check from mtd.h.\n  [MTD] [MAPS] Remove flash maps for no longer supported 405LP boards\n  [MTD] [MAPS] Fix missing printk() parameter in physmap_of.c MTD driver\n  [MTD] [NAND] platform NAND driver: add driver\n  [MTD] [NAND] platform NAND driver: update header\n  [JFFS2] Simplify and clean up jffs2_add_tn_to_tree() some more.\n  [JFFS2] Remove another bogus optimisation in jffs2_add_tn_to_tree()\n  [JFFS2] Remove broken insert_point optimisation in jffs2_add_tn_to_tree()\n  [JFFS2] Remember to calculate overlap on nodes which replace older nodes\n  [JFFS2] Don\u0027t advance c-\u003ewbuf_ofs to next eraseblock after wbuf flush\n  [MTD] [NAND] at91_nand.c: CMDLINE_PARTS support\n  [MTD] [NAND] Tidy up handling of page number in nand_block_bad()\n  [MTD] block2mtd_paramline[] mustn\u0027t be __initdata\n  [MTD] [NAND] Support multiple chips in CAFÉ driver\n  [MTD] [NAND] Rename cafe.c to cafe_nand.c and remove the multi-obj magic\n  [MTD] [NAND] Use rslib for CAFÉ ECC\n  [RSLIB] Support non-canonical GF representations\n  [JFFS2] Remove dead file histo_mips.h\n  ...\n"
    },
    {
      "commit": "025257c7a7665a117b72097cc12021140eac8a34",
      "tree": "4361d7eabb8f391864c142f52d8b6b7a43cfe99e",
      "parents": [
        "2d0fa586facb740b9ef9a01dcedc94c126c6f148"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Wed May 09 17:13:31 2007 +1000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Wed May 09 09:43:02 2007 +0100"
      },
      "message": "[MTD] [MAPS] Remove flash maps for no longer supported 405LP boards\n\ndrivers/mtd/maps includes flash maps for the Beech and Arctic PowerPC\n405LP based boards.  However, the 405LP was discontinued before any\nquantity were distributed and those boards no longer have kernel\nsupport in general.  Therefore, this patch removes this obsolete code.\n\nSigned-off-by: David Gibson \u003cdwg@au1.ibm.com\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "2d0fa586facb740b9ef9a01dcedc94c126c6f148",
      "tree": "ea677f6e932770c4d0d674e794493e3d52c26eda",
      "parents": [
        "711fdf627ce1374796632f16acec1ab63d11e38f"
      ],
      "author": {
        "name": "David Gibson",
        "email": "david@gibson.dropbear.id.au",
        "time": "Wed May 09 11:55:51 2007 +1000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Wed May 09 09:38:48 2007 +0100"
      },
      "message": "[MTD] [MAPS] Fix missing printk() parameter in physmap_of.c MTD driver\n\nSquashes a compiler warning, and provides more useful information in\nthe case messed up device tree information.\n\nSigned-off-by: David Gibson \u003cdavid@gibson.dropbear.id.au\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "a982ac06b069f6ee9ea1b64f4ce68cdf2e138742",
      "tree": "fb120a416db15d09722e8780b7a09d0da1a9b94e",
      "parents": [
        "148e423f909e14564d8af13239c5d060f7df273e"
      ],
      "author": {
        "name": "Matt LaPlante",
        "email": "kernel1@cyberdogtech.com",
        "time": "Wed May 09 07:35:06 2007 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed May 09 08:58:15 2007 +0200"
      },
      "message": "misc doc and kconfig typos\n\nFix various typos in kernel docs and Kconfigs, 2.6.21-rc4.\n\nSigned-off-by: Matt LaPlante \u003ckernel1@cyberdogtech.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "59c51591a0ac7568824f541f57de967e88adaa07",
      "tree": "243d20eb0a26b76d5d312f39ec5a1ff60e036711",
      "parents": [
        "02a3e59a088749c08b0293ee1535f5bf48f5926c"
      ],
      "author": {
        "name": "Michael Opdenacker",
        "email": "michael@free-electrons.com",
        "time": "Wed May 09 08:57:56 2007 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed May 09 08:57:56 2007 +0200"
      },
      "message": "Fix occurrences of \"the the \"\n\nSigned-off-by: Michael Opdenacker \u003cmichael@free-electrons.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "40cd3a4564ed6b7bc0279430120ca0e9b83cf486",
      "tree": "1b7b7705613d915f4f2ca2f79bec4d246171086a",
      "parents": [
        "9f9a3b8a06b7965335bfe5162c1a50e4d9c3859b"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Tue May 01 13:54:02 2007 +1000"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Wed May 02 20:04:32 2007 +1000"
      },
      "message": "[POWERPC] Rename get_property to of_get_property: drivers\n\nThese are all the remaining instances of get_property.  Simple rename of\nget_property to of_get_property.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "28b57cddb3ed4f7999e4b76ef36ebaaf6e2e0c37",
      "tree": "8cd4419d1a22b74129350481ed60a6bc183be3d5",
      "parents": [
        "54d33c4c715b80cc022b8e4974a4de693c96fc99"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Fri Apr 27 01:48:01 2007 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri Apr 27 23:34:21 2007 +0100"
      },
      "message": "[MTD] [MAPS] drivers/mtd/maps/ck804xrom.c: convert pci_module_init()\n\nThis patch converts the pci_module_init() usage to pci_register_driver().\n\nIt\u0027s currently #if 0\u0027ed, but still not a bad idea to change it.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "d1da4e50e5d09f02c340927a4fcb7f54202fa033",
      "tree": "7f98317bdd45dbdb7644e9179891c5af6a3a8ef1",
      "parents": [
        "78ab67da1002d954ea4c3e2b441e2483c41f94e8",
        "a205752d1ad2d37d6597aaae5a56fc396a770868"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri Apr 27 19:16:19 2007 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri Apr 27 19:16:19 2007 +0100"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6\n\nConflicts:\n\n\tdrivers/mtd/Kconfig\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "ccf0dec6fcadb4e1c877b9bafb031a6bdb7112b9",
      "tree": "98617d025f167ad05bb126f0982841ce277ee3af",
      "parents": [
        "6a23acf3905287eb952a6f1dbbc8fb3e4eeae2f6"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Thu Mar 29 00:49:54 2007 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Thu Apr 26 01:54:27 2007 -0700"
      },
      "message": "[SPARC/64] constify of_get_property return: drivers\n\nThe only unfortunate bit here is that the name field of struct map_info\nis not const, so for now we put a cast on the assignment of it.\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "06d63cc51d47f572009138a7f3ac34d95773405d",
      "tree": "0ba138215753f967fd8a31af80a4b12534746fa0",
      "parents": [
        "f6449f4ece2bf283500bda73edcbea82f2cb3a1b"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Wed Apr 25 22:41:34 2007 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Thu Apr 26 07:28:58 2007 +0100"
      },
      "message": "[MTD] [MAPS] fix plat-ram printk format\n\ndrivers/mtd/maps/plat-ram.c:172: warning: format \u0027%lx\u0027 expects type \u0027long unsigned int\u0027, but argument 4 has type \u0027resource_size_t\u0027\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "ec98c681a5355469eee70227b7e0a88f0d688483",
      "tree": "aa3704fde25d0428755d15ff89e8e1ffb24624f7",
      "parents": [
        "99f9b2431ed3da4a66cf1cfe74132a53a9569bba"
      ],
      "author": {
        "name": "Jan Engelhardt",
        "email": "jengelh@linux01.gwdg.de",
        "time": "Thu Apr 19 16:21:41 2007 -0500"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Thu Apr 19 16:21:41 2007 -0500"
      },
      "message": "Use menuconfig objects: MTD\n\nUse menuconfigs instead of menus, so the whole menu can be disabled at once\ninstead of going through all options.\n\nSigned-off-by: Jan Engelhardt \u003cjengelh@gmx.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "873b6a230652803d1de480f5d3b802e4ffd0bcad",
      "tree": "63ed4d6ab91394c0d8f4f762fcb84bd6a3d55a49",
      "parents": [
        "19da63d1d2df393f8bf891d02e9960430f9178f8"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Mar 10 23:10:50 2007 +0000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Apr 17 18:24:51 2007 +0100"
      },
      "message": "[MTD] Fix dependencies for MIPS MTD drivers\n\n o A dependency on the processor architecture does not make sense;\n   delete it.\n o The Alchemy and MTX drivers requires MTD_PARTITIONS and MTD_CFI to work,\n   make those dependencies.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "19da63d1d2df393f8bf891d02e9960430f9178f8",
      "tree": "b967e977423b2e2f476c7f1d4d7cd46ee88a36d3",
      "parents": [
        "0ecbc81adfcb9f15f86b05ff576b342ce81bbef8"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Sat Mar 10 23:14:12 2007 +0000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Apr 17 18:19:58 2007 +0100"
      },
      "message": "[MTD] Alchemy cleanups\n\nDelete RCS $Id string and unused debug code.\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "68aa0fa87f6d4b2f5e8ad39ecaec8bba9137bb3d",
      "tree": "0a80a878bb011dc6e808815cf08a6b9ad3453d68",
      "parents": [
        "9333907084da2b05db787dba3e714d0be7c84f36"
      ],
      "author": {
        "name": "Marc St-Jean",
        "email": "stjeanma@pmc-sierra.com",
        "time": "Mon Mar 26 21:45:41 2007 -0800"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Mon Apr 02 14:10:58 2007 -0400"
      },
      "message": "[MTD] PMC MSP71xx flash/rootfs mappings\n\nAdd flash and rootfs mappings for the PMC-Sierra MSP71xx devices.\n\nThis patch references some platform support files previously submitted to\nthe linux-mips@linux-mips.org list.\n\nSigned-off-by: Marc St-Jean \u003cMarc_St-Jean@pmc-sierra.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "99109a6dacfc314a51371d9c3212a55cd7c0c98c",
      "tree": "0ea3366715061dd4ecf5108ab189d826de6b6ef3",
      "parents": [
        "83d480917b1af3f8fcffa7a9c8775e0f2dd03395"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Wed Mar 07 16:36:01 2007 +0000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Thu Mar 08 09:46:28 2007 +0000"
      },
      "message": "[MTD] [MAPS] dilnetpc: Fix printk warning\n\nThe type of a resource could be 32 or 64bit depending upon platform or\noption so cast it explicitly.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "dc164bbb4b5be9df4f249ab33576fa783c363b93",
      "tree": "2ed11a926af063840d6eee51e828b234b9270626",
      "parents": [
        "180bfb31fef77815d56b875d4f28d353fdc87bf8"
      ],
      "author": {
        "name": "Cyrill Gorcunov",
        "email": "gorcunov@gmail.com",
        "time": "Tue Mar 06 02:39:45 2007 -0800"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Thu Mar 08 09:21:42 2007 +0000"
      },
      "message": "[MTD] ESB2 check for closed ROM window\n\nAdd checking for closed ROM window on Intel ESB2 Southbridge.\n\nSigned-off-by: Cyrill Gorcunov \u003cgorcunov@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "3a38d3af92c423687fa3c916ad3e1288980024e3",
      "tree": "e342721bef447d35c9f5737a6e5d95ec695b0a2d",
      "parents": [
        "1a6284cb6f44b2484505ee7567831316a90bc09f"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Sat Feb 17 16:02:09 2007 -0800"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sun Feb 18 16:42:51 2007 +0000"
      },
      "message": "[MTD] [MAPS] ichxrom warning fix\n\ndrivers/mtd/maps/ichxrom.c: In function \u0027ichxrom_init_one\u0027:\ndrivers/mtd/maps/ichxrom.c:231: warning: format \u0027%08lx\u0027 expects type \u0027long unsigned int\u0027, but argument 4 has type \u0027resource_size_t\u0027\ndrivers/mtd/maps/ichxrom.c:231: warning: format \u0027%08lx\u0027 expects type \u0027long unsigned int\u0027, but argument 4 has type \u0027resource_size_t\u0027\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "1a6284cb6f44b2484505ee7567831316a90bc09f",
      "tree": "1e3b046c191ada7467881801d581e37f6afb5752",
      "parents": [
        "5ad0fdc6ddd4836ddbd912a4cfc6af3963fdaa59"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Sat Feb 17 16:02:09 2007 -0800"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sun Feb 18 16:42:25 2007 +0000"
      },
      "message": "[MTD] [MAPS] amd76xrom warning fix\n\ndrivers/mtd/maps/amd76xrom.c: In function \u0027amd76xrom_init_one\u0027:\ndrivers/mtd/maps/amd76xrom.c:209: warning: format \u0027%08lx\u0027 expects type \u0027long unsigned int\u0027, but argument 4 has type \u0027resource_size_t\u0027\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "5ad0fdc6ddd4836ddbd912a4cfc6af3963fdaa59",
      "tree": "d447a5f9ad375932a9ed2ad8255ecabd7ed1a50f",
      "parents": [
        "65af07141b8249c98888a470e01c449131b72ffe"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Sat Feb 17 16:02:08 2007 -0800"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sun Feb 18 16:42:03 2007 +0000"
      },
      "message": "[MTD] [MAPS] esb2rom warning fixes\n\ndrivers/mtd/maps/esb2rom.c: In function \u0027esb2rom_init_one\u0027:\ndrivers/mtd/maps/esb2rom.c:293: warning: format \u0027%08lx\u0027 expects type \u0027long unsigned int\u0027, but argument 4 has type \u0027resource_size_t\u0027\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "65af07141b8249c98888a470e01c449131b72ffe",
      "tree": "0dc8337fa16d5286aa4cc40af653686a8cfc1cb3",
      "parents": [
        "3ce32f5d12735b11c002057378879b3366f09825"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Sat Feb 17 16:02:07 2007 -0800"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sun Feb 18 16:41:47 2007 +0000"
      },
      "message": "[MTD] [MAPS] ck804xrom warning fix\n\ndrivers/mtd/maps/ck804xrom.c: In function \u0027ck804xrom_init_one\u0027:\ndrivers/mtd/maps/ck804xrom.c:211: warning: format \u0027%08lx\u0027 expects type \u0027long unsigned int\u0027, but argument 4 has type \u0027resource_size_t\u0027\ndrivers/mtd/maps/ck804xrom.c:211: warning: format \u0027%08lx\u0027 expects type \u0027long unsigned int\u0027, but argument 4 has type \u0027resource_size_t\u0027\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "3ce32f5d12735b11c002057378879b3366f09825",
      "tree": "11e285f6d61ec042877ba90202903441c2b3ae74",
      "parents": [
        "e389612deceea0816a8027fb2fcf68d5856c8d3a"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Sat Feb 17 16:02:07 2007 -0800"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sun Feb 18 16:41:31 2007 +0000"
      },
      "message": "[MTD] [MAPS] netsc520 warning fix\n\ndrivers/mtd/maps/netsc520.c: In function \u0027init_netsc520\u0027:\ndrivers/mtd/maps/netsc520.c:97: warning: format \u0027%lx\u0027 expects type \u0027long unsigned 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 \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "e389612deceea0816a8027fb2fcf68d5856c8d3a",
      "tree": "6133427e389df211ef4e665b37a2bdf358350157",
      "parents": [
        "5785bdd6fca4e117c9891c377347ff1a987abb1b"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Sat Feb 17 16:02:06 2007 -0800"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sun Feb 18 16:41:01 2007 +0000"
      },
      "message": "[MTD] [MAPS] sc520cdp warning fix\n\ndrivers/mtd/maps/sc520cdp.c:241: warning: format \u0027%lx\u0027 expects type \u0027long unsigned int\u0027, but argument 3 has type \u0027resource_size_t\u0027\ndrivers/mtd/maps/netsc520.c: In function \u0027init_netsc520\u0027:\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "862c93b991e7132bafb078ec7ab5a0dee9e27ae6",
      "tree": "31e94c58168d0aa9ac3e90493c51ebbc9f964977",
      "parents": [
        "aa8f1278553c554f1fb3fd6fb0987dd547c7d7cf"
      ],
      "author": {
        "name": "akpm@osdl.org",
        "email": "akpm@osdl.org",
        "time": "Thu Jan 25 15:15:17 2007 -0800"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri Feb 09 11:40:06 2007 +0000"
      },
      "message": "[MTD] CK804XROM must depend on PCI\n\nCONFIG_MTD_CK804XROM\u003dy, CONFIG_PCI\u003dn results in the following compile\nerror:\n\n  CC      drivers/mtd/maps/ck804xrom.o\nck804xrom.c: In function \u0027ck804xrom_init_one\u0027:\nck804xrom.c:114: error: implicit declaration of function \u0027pci_dev_get\u0027\nck804xrom.c:114: warning: assignment makes pointer from integer without a cast\nmake[4]: *** [drivers/mtd/maps/ck804xrom.o] Error 1\n\nConsidering what hardware this driver is driving, a dependency on PCI\nalso seems logical.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: Ryan Jackson \u003crjackson@lnxi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "c033a7e3d593554ba5e8a0e63bf7e5874dc3e92f",
      "tree": "b5be98ed6945a2620d6250505e49ea662d2229d1",
      "parents": [
        "f7c37d7b8aaab1b023b0b239fc632585ec88d0bc"
      ],
      "author": {
        "name": "Alan",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Wed Jan 31 17:00:28 2007 +0000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Wed Jan 31 17:26:02 2007 +0000"
      },
      "message": "[MTD] ck804xrom: fix a pci_find_device\n\nGoing over the bugs and warnings I found this one left over. The other\nchanges have already been correctly done for this driver but the actual\nswitch to pci_get_device that they assume has not.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "9cdf083f981b8d37b3212400a359368661385099",
      "tree": "aa15a6a08ad87e650dea40fb59b3180bef0d345b",
      "parents": [
        "e499e01d234a31d59679b7b1e1cf628d917ba49a",
        "a8b3485287731978899ced11f24628c927890e78"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Thu Jan 18 10:34:51 2007 +1100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Thu Jan 18 10:34:51 2007 +1100"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6\n"
    },
    {
      "commit": "0bf3a9d82adc62fb05e3f108ddd46eb088960f26",
      "tree": "8ed32ade6cdf79837fa882888ba059b92ef07988",
      "parents": [
        "66a1e421b98edaa62c7d95cc53cb381efa3fb9bf"
      ],
      "author": {
        "name": "Ralf Baechle",
        "email": "ralf@linux-mips.org",
        "time": "Mon Dec 11 16:25:30 2006 +0000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Mon Dec 11 16:30:26 2006 +0000"
      },
      "message": "[MTD] Nuke IVR leftovers\n\nSupport for the ITE8172 based boards was deleted a while ago so this is\ndead code.\n\nThe Kconfig dependency on MIPS was wrong anyway, MIPS is a processor\narchitecture and nothing else; guesses on systems architecture are likely\nto be wrong ...\n\nSigned-off-by: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "dffbc42b5adfc77a4165de9f170304eb596de3f4",
      "tree": "7650df0b763bbd8e66d1f2cba09807dcad554b7a",
      "parents": [
        "a2c2fe4b242cb9c62951ae154594cffbb94ab2ad"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Mon Dec 04 15:03:00 2006 -0800"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sun Dec 10 11:43:21 2006 +0000"
      },
      "message": "[MTD] ESB2ROM uses PCI\n\nESB2ROM uses PCI interface functions.\n\nWith CONFIG_PCI\u003dn:\ndrivers/mtd/maps/esb2rom.c: In function \u0027esb2rom_init_one\u0027:\ndrivers/mtd/maps/esb2rom.c:167: warning: implicit declaration of function \u0027pci_dev_get\u0027\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "a2c2fe4b242cb9c62951ae154594cffbb94ab2ad",
      "tree": "b42b889619de6667c117ef774ac4ab6f0f0270bb",
      "parents": [
        "f33665d931f33a0baf44fc5d3594b23f8118eb44"
      ],
      "author": {
        "name": "Vitaly Wool",
        "email": "vwool@ru.mvista.com",
        "time": "Wed Dec 06 13:17:49 2006 +0300"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri Dec 08 13:32:34 2006 +0000"
      },
      "message": "[MTD] of_device-based physmap driver\n\ninlined below is the patch that adds physmap driver for of_device.\nIt\u0027s an MTD part of the two-part support for flash/ROM devices based\non Open Firmware descriptions. The arch part (currently only PowerPC\nwhich is no surprise) was introduced to powerpc folks earlier and\nrecently the older version of the powerpc part has been included into\nthe powerpc.git tree\n(see http://www.kernel.org/git/?p\u003dlinux/kernel/git/paulus/powerpc.git;a\u003dcommitdiff;h\u003d28f9ec349ae47c91768b7bc5607db4442c818e11).\n\n drivers/mtd/maps/Kconfig      |    9 +\n drivers/mtd/maps/Makefile     |    1\n drivers/mtd/maps/physmap_of.c |  255 ++++++++++++++++++++++++++++++++++++++++++\n 3 files changed, 265 insertions(+)\n\nSigned-off-by: Vitaly Wool \u003cvwool@ru.mvista.com\u003e\nSigned-off-by: Sergey Shtylyov \u003csshtylyov@ru.mvista.com\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "c9ac5977299dd106ddb759e7e10035770dff185b",
      "tree": "516a5bce7204718c958ef083c1ad3435b6b5907a",
      "parents": [
        "dd36f2673573fc027945d488342f2f70664f0448"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Thu Nov 30 08:17:38 2006 +0000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Thu Nov 30 08:17:38 2006 +0000"
      },
      "message": "[MTD] Remove trailing whitespace\n\nThe newly-added cafe_ecc.c had a lot of it because of the way the lookup\ntable was auto-generated; clean up the other files too while we\u0027re at it.\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "03a67a46af8647b2c7825107045ecae641e103d3",
      "tree": "7986405e63cfafe97f9fb6093b1ce2a96d1657c3",
      "parents": [
        "93e06b4140cc018826bce4d97b0bf7c9ba05ae6e"
      ],
      "author": {
        "name": "Jan Engelhardt",
        "email": "jengelh@gmx.de",
        "time": "Thu Nov 30 05:32:19 2006 +0100"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Thu Nov 30 05:32:19 2006 +0100"
      },
      "message": "Fix typos in doc and comments\n\nChanges persistant -\u003e persistent. www.dictionary.com does not know\npersistant (with an A), but should it be one of those things you can\nspell in more than one correct way, let me know.\n\nSigned-off-by: Jan Engelhardt \u003cjengelh@gmx.de\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "3cb2fccc5f48a4d6269dfd00b4db570fca2a04d5",
      "tree": "d11c4db3e38705f7d2c51531e744dd9d27834883",
      "parents": [
        "5d3f083d8f897ce2560bbd4dace483d5aa60d623"
      ],
      "author": {
        "name": "Matt LaPlante",
        "email": "kernel1@cyberdogtech.com",
        "time": "Thu Nov 30 05:22:59 2006 +0100"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Thu Nov 30 05:22:59 2006 +0100"
      },
      "message": "Fix misc Kconfig typos\n\nFix various Kconfig typos.\n\nSigned-off-by: Matt LaPlante \u003ckernel1@cyberdogtech.com\u003e\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "9c74034f8fc5d93fbe5656421cbbdc4c76ddda28",
      "tree": "e5a205e124c0e42899743d765598f82a228156c2",
      "parents": [
        "9fe912cea32aec18f860c95e8574410b5892481b"
      ],
      "author": {
        "name": "Artem Bityutskiy",
        "email": "dedekind@infradead.org",
        "time": "Wed Oct 11 14:52:47 2006 +0300"
      },
      "committer": {
        "name": "Artem Bityutskiy",
        "email": "dedekind@infradead.org",
        "time": "Wed Nov 29 17:06:38 2006 +0200"
      },
      "message": "[MTD] return error code from get_mtd_device()\n\nget_mtd_device() returns NULL in case of any failure. Teach it to return an\nerror code instead. Fix all users as well.\n\nSigned-off-by: Artem Bityutskiy \u003cdedekind@infradead.org\u003e\n"
    },
    {
      "commit": "eb6cf7bb71baa109041c04357b930a0c0bfa0db7",
      "tree": "aa65809c1163f7ab07b139a5af14b003b362250d",
      "parents": [
        "c0fe10aef354912c38c43991dd38c16f1828cfe3"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Wed Oct 25 23:29:17 2006 +0900"
      },
      "committer": {
        "name": "Artem Bityutskiy",
        "email": "dedekind@infradead.org",
        "time": "Wed Nov 29 16:57:55 2006 +0200"
      },
      "message": "[MTD] fix map probe name for cstm_mips_ixx\n\nThis patch has fixed name of map probe for cstm_mips_ixx.c\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nSigned-off-by: Artem Bityutskiy \u003cdedekind@infradead.org\u003e\n"
    },
    {
      "commit": "95b93a0cd46682c6d9e8eea803fda510cb6b863a",
      "tree": "7e430d3fc04ed20791187d144730dd3052292c67",
      "parents": [
        "998a43e72d20afa7566dad66fd866fe939a89c09"
      ],
      "author": {
        "name": "Burman Yan",
        "email": "yan_952@hotmail.com",
        "time": "Wed Nov 15 21:10:29 2006 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Nov 28 23:47:21 2006 +0000"
      },
      "message": "[MTD] replace kmalloc+memset with kzalloc\n\nSigned-off-by: Yan Burman \u003cyan_952@hotmail.com\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "998a43e72d20afa7566dad66fd866fe939a89c09",
      "tree": "3c782a3a9ac0cf513729a5d2ed52e5e4e92afeb1",
      "parents": [
        "1aaaeabf3622eacd45a94ca9943ea2553b8c34f8"
      ],
      "author": {
        "name": "Randy Dunlap",
        "email": "randy.dunlap@oracle.com",
        "time": "Tue Nov 28 23:40:46 2006 +0000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Nov 28 23:40:46 2006 +0000"
      },
      "message": "[MTD] Fix printk format warning in physmap. (resources again)\n\nFix printk format warning:\ndrivers/mtd/maps/physmap.c:93: warning: long long unsigned int format, long unsigned int arg (arg 2)\n\nSigned-off-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "90afffc8bd79d130b58acd18f972ce4e00b8e20f",
      "tree": "4f5e16a179888e3e141845bd15b33908d4babaae",
      "parents": [
        "4010db56c8fe5bbb8e223bf9c9c36d41e9ad4f79"
      ],
      "author": {
        "name": "Dave Olsen",
        "email": "dolsen@lnxi.com",
        "time": "Mon Nov 06 16:33:57 2006 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Nov 28 22:25:27 2006 +0000"
      },
      "message": "[MTD] [MAPS] Support for BIOS flash chips on the nvidia ck804 southbridge\n\nAdd support for accessing BIOS flash chips connected to the NVIDIA ck804 southbridge.\n\nSigned-off-by: Ryan Jackson \u003crjackson@lnxi.com\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "513b046c96cc2fbce730a3474f6f7ff0c4fdd05c",
      "tree": "e8006368b6f643067486f92405a404757807d6da",
      "parents": [
        "82810b7b6cc7a74c68881a13b0eb66c7a6370fcc",
        "c7a3bd177f248d01ee18a01d22048c80e071c331"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sat Oct 21 16:46:04 2006 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sat Oct 21 16:46:04 2006 +0100"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6\n"
    },
    {
      "commit": "6652018c829c26d6ab0524c5c74f70daa5ed478d",
      "tree": "7d236b8da550909c240cbcfafae56451ceedbeca",
      "parents": [
        "d25ade71ef80e6312b3e0b53583db518ebb11798"
      ],
      "author": {
        "name": "Yoichi Yuasa",
        "email": "yoichi_yuasa@tripeaks.co.jp",
        "time": "Thu Oct 12 17:38:15 2006 +0900"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sat Oct 21 16:35:05 2006 +0100"
      },
      "message": "[MTD] MAPS: Remove ITE 8172G and Globespan IVR MTD support\n\nThis patch has removed ITE 8172G and Globespan IVR MTD support.\nThese boards support have already been removed.\n\nSigned-off-by: Yoichi Yuasa \u003cyoichi_yuasa@tripeaks.co.jp\u003e\nAcked-by: Ralf Bächle \u003cralf@linux-mips.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "c7438d02b384e82261e28fc280167f4e7a65e822",
      "tree": "771d65271ab134500d3a9a54ab4c435b71002c40",
      "parents": [
        "f33686b5a79674bec0e1aa553d420485e3a12899"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Fri Oct 20 14:41:06 2006 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sat Oct 21 16:22:58 2006 +0100"
      },
      "message": "[MTD] MAPS: esb2rom: use hotplug safe interfaces\n\nFairly self explanatory.  Keep a reference initially, drop it when we free up\nthe driver resources.\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "29175778b07aa60e7f8030bd95d69f70070cc1f7",
      "tree": "d270a0891202a87f051cce677dbe9f434b5d7a26",
      "parents": [
        "89072ef99367cd6fab37b85d6a59a575084c2d2c"
      ],
      "author": {
        "name": "Lew Glendenning",
        "email": "lglendenning@lnxi.com",
        "time": "Fri Oct 20 14:41:04 2006 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sat Oct 21 16:21:04 2006 +0100"
      },
      "message": "[MTD] MAPS: Support for BIOS flash chips on Intel ESB2 southbridge\n\nAdd MTD map driver for BIOS flash chips connected to the Intel ESB2\nsouthbridge.\n\n[akpm@osdl.org: coding-style fixes, build fix]\nSigned-off-by: Ryan Jackson \u003crjackson@lnxi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "c9073ce02adfa273a3d6d53eac8c4c035510ad9c",
      "tree": "6191b00b2241ff73c6139a7a513b17073e10c46a",
      "parents": [
        "1ef93a0f668c8736cb6b6c3a43a5b8101efa24af"
      ],
      "author": {
        "name": "Ryan Jackson",
        "email": "rjackson@lnxi.com",
        "time": "Fri Oct 20 14:41:01 2006 -0700"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sat Oct 21 16:15:43 2006 +0100"
      },
      "message": "[MTD] MAPS: Add parameter to amd76xrom to override rom window size\n\nThe 2 bits controlling the window size are often set to allow reading the\nBIOS, but too small to allow writing, since the lock registers are 4MiB\nlower in the address space than the data.  This is intended to prevent\nflashing the bios, perhaps accidentally.\n\nThe bits are 6 and 7.  If both bits are set, it is a 5MiB window. If only\nthe 7 Bit is set, it is a 4MiB window.  Otherwise, it is a 64KiB window.\n\nThis parameter allows the driver to override the BIOS settings.\n\nSigned-off-by: Ryan Jackson \u003crjackson@lnxi.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "afc12d30a74415a49a6ce36d89f82641b46c499b",
      "tree": "29fb2348614f1e07b285f317273612b196967573",
      "parents": [
        "a9f627c9df2b6a242cdc25d46f87191941cd0844"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Tue Oct 10 22:46:37 2006 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Oct 10 15:37:22 2006 -0700"
      },
      "message": "[PATCH] mtd: remove several bogus casts to void * in iounmap() argument\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f30c2269544bffc7bf1b0d7c0abe5be1be83b8cb",
      "tree": "2f6140d8a555af6a133690ed6b42599e78a43c54",
      "parents": [
        "670e9f34ee3c7e052514c85014d2fdd99b672cdc"
      ],
      "author": {
        "name": "Uwe Zeisberger",
        "email": "Uwe_Zeisberger@digi.com",
        "time": "Tue Oct 03 23:01:26 2006 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Tue Oct 03 23:01:26 2006 +0200"
      },
      "message": "fix file specification in comments\n\nMany files include the filename at the beginning, serveral used a wrong one.\n\nSigned-off-by: Uwe Zeisberger \u003cUwe_Zeisberger@digi.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "76a5027c374a638e55de5d8c4485ea0201254870",
      "tree": "250f1d0c3572077dc06a47cdc4ce5941e171b67f",
      "parents": [
        "553a8012088b3452c7d66ff60d2d06ad0c9bea00"
      ],
      "author": {
        "name": "Amol Lad",
        "email": "amol@verismonetworks.com",
        "time": "Mon Oct 02 09:48:23 2006 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Mon Oct 02 09:48:23 2006 +0100"
      },
      "message": "[MTD] Cleanup of \u0027ioremap balanced with iounmap for drivers/mtd subsystem\u0027\n\nUpdated version of patch, in response to comments from Francois Romieu\n\u003cromieu@fr.zoreil.com\u003e\n\nRemove gratuitous casts from iounmap and initialisation of variables.\n\nSigned-off-by: Amol Lad \u003camol@verismonetworks.com\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "e417fcfb857b809e5dabc9b252ad70f090d553d1",
      "tree": "2eaf33a95ad3ee0864604c13423360f743a7225f",
      "parents": [
        "6a545a0d6021a4d759ba6d0c1082d1abf8d64c84"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Thu Sep 21 03:47:48 2006 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri Sep 22 10:31:01 2006 +0100"
      },
      "message": "[MTD] Remove iq80310 map driver\n\nThe iq80310 mtd map driver depends on ARCH_IQ80310, which isn\u0027t\ndefined anywhere in the tree (as we don\u0027t have 80310 support), and\nfurthermore, everything the driver does can be done with physmap\ninstead.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "17c2dae3aaff9b1e5d83996a5f098ad693f3aeca",
      "tree": "e2d35bb9f404a84761b2641309b22881a4672e7e",
      "parents": [
        "25f0c659fe64832d8ee06aa623fffaad708dcf8b"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Thu Sep 21 23:16:48 2006 +0200"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri Sep 22 10:26:56 2006 +0100"
      },
      "message": "[MTD] physmap: add power management support\n\nImplement PM handling for physmap.  Idea from Steven Scholz, patch\nby David Anders.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "25f0c659fe64832d8ee06aa623fffaad708dcf8b",
      "tree": "b5740156ac2ce5e39aaaba32ddb21b03379abb48",
      "parents": [
        "dd8e9ed6ed544e2b924429d29cd2a6b55590109b"
      ],
      "author": {
        "name": "Amol Lad",
        "email": "amol@verismonetworks.com",
        "time": "Thu Sep 21 18:12:43 2006 +0530"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri Sep 22 10:24:31 2006 +0100"
      },
      "message": "ioremap balanced with iounmap for drivers/mtd subsystem\n\nioremap must be balanced by an iounmap and failing to do so can result\nin a memory leak.\n\nTested (compilation only) with:\n- allmodconfig\n- Modifying drivers/mtd/maps/Kconfig and drivers/mtd/nand/Kconfig to\nmake sure that the changed file is compiling without warning\n\nSigned-off-by: Amol Lad \u003camol@verismonetworks.com\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "dd8e9ed6ed544e2b924429d29cd2a6b55590109b",
      "tree": "0961c205e59591e7da65ce7504c919e7ee3e4351",
      "parents": [
        "668040fcd1e06fc3e68a92708cbdfa5a52c37d3c"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Fri Sep 22 10:19:20 2006 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri Sep 22 10:19:20 2006 +0100"
      },
      "message": "[MTD] Switch to pci_get_device and do ref counting\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "f40a6f1cc7fe522e51e1ac4c7ab3035a434f2cef",
      "tree": "d1d449a85661db1241f739bb6f05bc4765aa84e6",
      "parents": [
        "f2dd117fa51dd8fc071b1352254c0d14d2399b0a"
      ],
      "author": {
        "name": "Brian Walsh",
        "email": "brian@walsh.ws",
        "time": "Fri Sep 22 10:16:16 2006 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri Sep 22 10:16:16 2006 +0100"
      },
      "message": "[MTD] Fix ixp4xx partition parsing.\n\nIf the amount of flash is not divisible by 2 then the mask in\nparse_mtd_partitions would fail to work as designed.  Passing in the base\naddress corrects this problem.\n\nSigned-off-by: Brian Walsh \u003cbrian@walsh.ws\u003e\nCc: Deepak Sanexa \u003cdsanexa@mvista.com\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "79b9cd586f534f3f40ee66b6c27732149a5915ad",
      "tree": "10d0eb53a206d0d69210798668278f6e21fc66c1",
      "parents": [
        "c4e6952ffd71b263a64d1a9d79812446130560a5"
      ],
      "author": {
        "name": "Takashi YOSHII",
        "email": "takasi-y@ops.dti.ne.jp",
        "time": "Tue Aug 15 07:26:32 2006 -0500"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@gmail.com",
        "time": "Tue Aug 15 07:26:32 2006 -0500"
      },
      "message": "[PATCH] [MTD] Maps: Add dependency on alternate probe methods to physmap\n\nmap/physmap.c tries to probe \"cfi_probe\", \"jedec_probe\" and \"map_rom\", but\nmap/Kconfig says it depends on MTD_CFI only.\nThis patch adds  MTD_JEDECPROBE and MTD_ROM to the dependency condition.\n\nSigned-off-by: Takashi YOSHII \u003ctakasi-y@ops.dti.ne.jp\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@gmail.com\u003e\n"
    },
    {
      "commit": "6ab3d5624e172c553004ecc862bfeac16d9d68b7",
      "tree": "6d98881fe91fd9583c109208d5c27131b93fa248",
      "parents": [
        "e02169b682bc448ccdc819dc8639ed34a23cedd8"
      ],
      "author": {
        "name": "Jörn Engel",
        "email": "joern@wohnheim.fh-wedel.de",
        "time": "Fri Jun 30 19:25:36 2006 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Fri Jun 30 19:25:36 2006 +0200"
      },
      "message": "Remove obsolete #include \u003clinux/config.h\u003e\n\nSigned-off-by: Jörn Engel \u003cjoern@wohnheim.fh-wedel.de\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "1903ac54f8536b11478e4f01c339e10b538f59e0",
      "tree": "ff5410f0539ab4aa09f964fa1d0c6dc26c614dc2",
      "parents": [
        "47c2a3aa4475d27073dd3c7e183fcc13f495c8f5",
        "87937472ff8e34ad5c7b798a8a52e4368af216df"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 29 10:49:17 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Jun 29 10:49:17 2006 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6:\n  [PATCH] i386: export memory more than 4G through /proc/iomem\n  [PATCH] 64bit Resource: finally enable 64bit resource sizes\n  [PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_t where needed\n  [PATCH] 64bit resource: change pnp core to use resource_size_t\n  [PATCH] 64bit resource: change pci core and arch code to use resource_size_t\n  [PATCH] 64bit resource: change resource core to use resource_size_t\n  [PATCH] 64bit resource: introduce resource_size_t for the start and end of struct resource\n  [PATCH] 64bit resource: fix up printks for resources in misc drivers\n  [PATCH] 64bit resource: fix up printks for resources in arch and core code\n  [PATCH] 64bit resource: fix up printks for resources in pcmcia drivers\n  [PATCH] 64bit resource: fix up printks for resources in video drivers\n  [PATCH] 64bit resource: fix up printks for resources in ide drivers\n  [PATCH] 64bit resource: fix up printks for resources in mtd drivers\n  [PATCH] 64bit resource: fix up printks for resources in pci core and hotplug drivers\n  [PATCH] 64bit resource: fix up printks for resources in networks drivers\n  [PATCH] 64bit resource: fix up printks for resources in sound drivers\n  [PATCH] 64bit resource: C99 changes for struct resource declarations\n\nFixed up trivial conflict in drivers/ide/pci/cmd64x.c (the printk that\nwas changed by the 64-bit resources had been deleted in the meantime ;)\n"
    },
    {
      "commit": "936813a8807c5684c6a97f1081b31027403d4a93",
      "tree": "bc3a1343ea1548195ab4e5dd11b1830f8b9cc52b",
      "parents": [
        "73a0e405dce7d720808536b708f7c738b413b1a2",
        "6a93096195305f6f2a39544a034e77e2e74d5799"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jun 27 19:13:56 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jun 27 19:13:56 2006 -0700"
      },
      "message": "Merge git://git.infradead.org/mtd-2.6\n\n* git://git.infradead.org/mtd-2.6:\n  [MTD] NAND: Select chip before checking write protect status\n  [MTD] CORE mtdchar.c: fix off-by-one error in lseek()\n  [MTD] NAND: Fix typo in mtd/nand/ts7250.c\n  [JFFS2][XATTR] coexistence between xattr and write buffering support.\n  [JFFS2][XATTR] Fix wrong copyright\n  [JFFS2][XATTR] Re-define xd-\u003erefcnt as atomic_t\n  [JFFS2][XATTR] Fix memory leak with jffs2_xattr_ref\n  [JFFS2][XATTR] rid unnecessary writing of delete marker.\n  [JFFS2][XATTR] Fix ACL bug when updating null xattr by null ACL.\n  [JFFS2][XATTR] using \u0027delete marker\u0027 for xdatum/xref deletion\n  [MTD] Fix off-by-one error in physmap.c\n  [MTD] Remove unused \u0027nr_banks\u0027 variable from ixp2000 map driver\n  [MTD NAND] s3c2412 support in s3c2410.c\n  [MTD] Initialize \u0027writesize\u0027\n  [MTD] NAND: ndfc fix address offset thinko\n  [MTD] NAND: S3C2410 convert prinks to dev_*()s\n  [MTD] NAND: Missing fixups\n"
    },
    {
      "commit": "176dfc633bbe4e03f4557d2beeefb4f0cc7f0efa",
      "tree": "a0229be4a8f8c8cc2a5c244825a693611acad21d",
      "parents": [
        "1396a8c3f7cec9f5e0d00bd089be21fc468f0f1c"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jun 12 15:15:17 2006 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Jun 27 09:23:58 2006 -0700"
      },
      "message": "[PATCH] 64bit resource: fix up printks for resources in mtd drivers\n\nThis is needed if we wish to change the size of the resource structures.\n\nBased on an original patch from Vivek Goyal \u003cvgoyal@in.ibm.com\u003e\n\nCc: Vivek Goyal \u003cvgoyal@in.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "6d4f8224d4ee065e0e3186cc554468d735e6015d",
      "tree": "c0b4107954701c9f34d638b7ec5e59b4bb279e89",
      "parents": [
        "ce5b0968b1caa6b93e366e88a3c5fa2fd59029ce"
      ],
      "author": {
        "name": "Sascha Hauer",
        "email": "s.hauer@pengutronix.de",
        "time": "Tue Jun 27 14:38:15 2006 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Jun 27 14:38:15 2006 +0100"
      },
      "message": "[MTD] Fix off-by-one error in physmap.c\n\nThis patch fixes a simple off-by-one error in the mtd physmap driver.\n\nSigned-off-by: Sascha Hauer \u003cs.hauer@pengutronix.de\u003e\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "ce5b0968b1caa6b93e366e88a3c5fa2fd59029ce",
      "tree": "3502ad533b17f29014439ec50b44a40d9e87a9a1",
      "parents": [
        "2c06a0821711a53d51a3d0492a9be0671b7152e5"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Tue Jun 27 14:36:20 2006 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Tue Jun 27 14:36:20 2006 +0100"
      },
      "message": "[MTD] Remove unused \u0027nr_banks\u0027 variable from ixp2000 map driver\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "2a2ed2db353d949c06b6ef8b6913f65b39111eab",
      "tree": "d835c3dd101da91089c3bdf51c8632e84be37232",
      "parents": [
        "972d19e837833b93466c6f6a8ef2a7d653000aa3",
        "070b98bfda3d27269519067c1c67eaef695f3e0c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Jun 26 11:05:15 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Jun 26 11:05:15 2006 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild: (40 commits)\n  kbuild: trivial fixes in Makefile\n  kbuild: adding symbols in Kconfig and defconfig to TAGS\n  kbuild: replace abort() with exit(1)\n  kbuild: support for %.symtypes files\n  kbuild: fix silentoldconfig recursion\n  kbuild: add option for stripping modules while installing them\n  kbuild: kill some false positives from modpost\n  kbuild: export-symbol usage report generator\n  kbuild: fix make -rR breakage\n  kbuild: append -dirty for updated but uncommited changes\n  kbuild: append git revision for all untagged commits\n  kbuild: fix module.symvers parsing in modpost\n  kbuild: ignore make\u0027s built-in rules \u0026 variables\n  kbuild: bugfix with initramfs\n  kbuild: modpost build fix\n  kbuild: check license compatibility when building modules\n  kbuild: export-type enhancement to modpost.c\n  kbuild: add dependency on kernel.release to the package targets\n  kbuild: `make kernelrelease\u0027 speedup\n  kconfig: KCONFIG_OVERWRITECONFIG\n  ...\n"
    },
    {
      "commit": "29f7ac7ecc853037cd7273f1fa35b1d996f8234a",
      "tree": "bc4fe3260845ae6e675ab8cff62b725d8b64a49c",
      "parents": [
        "fcc18e83e1f6fd9fa6b333735bf0fcd530655511"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sat Jun 24 23:27:00 2006 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@sunset.davemloft.net",
        "time": "Sun Jun 25 23:14:51 2006 -0700"
      },
      "message": "[MTD] sun_uflash: Port to new EBUS device layer.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e55a3e8aed99626dd9a9a6732fc0eb5b75ef29bd",
      "tree": "a30fd1b93d804a0badc031936c730363c05c5bd5",
      "parents": [
        "f001f7f89689d3226678ab3986f3a486f54aa069"
      ],
      "author": {
        "name": "Roman Zippel",
        "email": "zippel@linux-m68k.org",
        "time": "Thu Jun 08 22:12:49 2006 -0700"
      },
      "committer": {
        "name": "Sam Ravnborg",
        "email": "sam@mars.ravnborg.org",
        "time": "Fri Jun 09 16:28:07 2006 +0200"
      },
      "message": "kconfig: remove leading whitespace in menu prompts\n\nThis removes all the leading whitespace kconfig now warns about.\n\nSigned-off-by: Roman Zippel \u003czippel@linux-m68k.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Sam Ravnborg \u003csam@ravnborg.org\u003e\n"
    },
    {
      "commit": "f24ff6bf8c903bc0c645bf87fbe87f9a6d9f634f",
      "tree": "7138c0fad5b093e6e6762bfb31e5e3414685e428",
      "parents": [
        "4ed0156f774cf50252e7f51032d1cc857fe86879"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Fri Jun 09 15:12:34 2006 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri Jun 09 15:12:34 2006 +0100"
      },
      "message": "[MTD] Prepare physmap for 64-bit-resources\n\nFallout from the incoming 64-bit-resource stuff:\n\ndrivers/mtd/maps/physmap.c: In function \u0027physmap_flash_probe\u0027:\ndrivers/mtd/maps/physmap.c:94: warning: format \u0027%.8lx\u0027 expects type \u0027long\nunsigned int\u0027, but argument 2 has type \u0027resource_size_t\u0027\ndrivers/mtd/maps/physmap.c:94: warning: format \u0027%.8lx\u0027 expects type \u0027long\nunsigned int\u0027, but argument 3 has type \u0027resource_size_t\u0027\n\nCc: Vivek Goyal \u003cvgoyal@in.ibm.com\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "f4a43cfcecfcaeeaa40a9dbc1d1378298c22446e",
      "tree": "5647ebccb720c9d8ca314c8a3a5f6a660d000019",
      "parents": [
        "5bd34c091a044d130601370c370f84b1c59f1627"
      ],
      "author": {
        "name": "Thomas Gleixner",
        "email": "tglx@cruncher.tec.linutronix.de",
        "time": "Sun May 28 11:01:53 2006 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@cruncher.tec.linutronix.de",
        "time": "Mon May 29 15:06:50 2006 +0200"
      },
      "message": "[MTD] Remove silly MTD_WRITE/READ macros\n\nMost of those macros are unused and the used ones just obfuscate\nthe code. Remove them and fixup all users.\n\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "ceb31db11f78935c666c50fe9c99d4560d592fde",
      "tree": "cbe81df911ebd9ba1c840d1203e7835e7b583504",
      "parents": [
        "be21ce119716f821c595552917ce7c05a3997b6b"
      ],
      "author": {
        "name": "Martin Michlmayr",
        "email": "tbm@cyrius.com",
        "time": "Mon Mar 20 04:40:46 2006 +0000"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Wed May 17 16:20:57 2006 +0100"
      },
      "message": "LASAT depends on MTD_CFI\n\nThe following difference was found between the mainline and linux-mips\nkernel.  LASAT depends on MTD_CFI.\n\nSigned-off-by: Martin Michlmayr \u003ctbm@cyrius.com\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "599fb3298b70d75c12dbdc4dd30f52c5cf04ea2f",
      "tree": "d968c97f084f3788dd7c781532523eca667e7842",
      "parents": [
        "c172471b78255a5cf6d05383d9ebbf0c6683167a"
      ],
      "author": {
        "name": "Sean Young",
        "email": "sean@mess.org",
        "time": "Wed May 17 11:47:48 2006 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Wed May 17 11:47:48 2006 +0100"
      },
      "message": "[PCMCIA MTD] Fix leak and crash on reboot\n\nSigned-off-by: Sean Young \u003csean@mess.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "2f206701ae9b5c13719c2be26121b9461f05f87c",
      "tree": "574037d71f805a50062f5752f6e70f688b33620e",
      "parents": [
        "cf5eba53346fbfdf1b80e05ca3fd7fe2ec841077"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sun May 14 11:59:20 2006 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sun May 14 11:59:20 2006 +0100"
      },
      "message": "[MTD] Remove gratuitous inclusion of ARM-only header from physmap.c\n\nThe physmap platform driver conversion added to physmap.c an include\nof asm/mach/flash.h which is 1) ARM-specific; and 2) isn\u0027t actually\nnecessary.  Remove it.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "151e76590f66f5406eb2e1f4270c5323f385d2e8",
      "tree": "307920af4883b7466eb303f4045865429e4d0711",
      "parents": [
        "0f5ae3d2e9f49af55eb2a9b7cb54b4c0c2373017"
      ],
      "author": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sun May 14 01:51:54 2006 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sun May 14 01:51:54 2006 +0100"
      },
      "message": "[MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtd\n\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "4992a9e88886b0c5ebc3d27eb74d0344c873eeea",
      "tree": "23befdd7ccd4ed95b271144f98a6a27749ff3f68",
      "parents": [
        "752870707f2818b5f0d94ca05e46cb0ffee6cbf9"
      ],
      "author": {
        "name": "Egry Gábor",
        "email": "gaboregry@t-online.hu",
        "time": "Fri May 12 17:35:02 2006 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri May 12 17:35:02 2006 +0100"
      },
      "message": "Trivial typo fixes in Kconfig files (MTD).\n\nSigned-off-by: Egry Gábor \u003cgaboregry@t-online.hu\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "1867b7e3f85dc69695735ea4a4cd12027c565d89",
      "tree": "dea474351c048fd0507dd2dcc71f754f683625e2",
      "parents": [
        "7e59f2ccd7fc2424b2e70132ac613d16acae37da"
      ],
      "author": {
        "name": "Jean-Luc Leger",
        "email": "jean-luc.leger@dspnet.fr.eu.org",
        "time": "Fri May 12 11:53:40 2006 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Fri May 12 11:53:40 2006 +0100"
      },
      "message": "[MTD] Fix invalid default value of CONFIG_MTD_PCMCIA_ANONYMOUS in Kconfig\n\nDefault values for boolean and tristate options can only be \u0027y\u0027, \u0027m\u0027 or \u0027n\u0027.\nThis patch removes wrong default for MTD_PCMCIA_ANONYMOUS.\n\nSigned-off-by: Jean-Luc Leger \u003cjean-luc.leger@dspnet.fr.eu.org\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "73566edf9b91dd085ddb12033d0ea7288979dd10",
      "tree": "ec3810665792713ae97b6bb566f530f77e367586",
      "parents": [
        "422138dd68202fbd8ca9fb0df65e92d733249374"
      ],
      "author": {
        "name": "Lennert Buytenhek",
        "email": "buytenh@wantstofly.org",
        "time": "Sun May 07 17:16:36 2006 +0100"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@infradead.org",
        "time": "Sun May 07 17:16:36 2006 +0100"
      },
      "message": "[MTD] Convert physmap to platform driver\n\nAfter dwmw2 let me know it ought to be done, I rewrote the physmap map\ndriver to be a platform driver.  I know zilch about the driver model,\nso I probably botched it in some way, but I\u0027ve done some tests on an\nixp23xx board which uses physmap, and it all seems to work.\n\nIn order to not break existing physmap users, I\u0027ve added some compat\ncode that will instantiate a platform device iff CONFIG_MTD_PHYSMAP_LEN\nis defined and !\u003d 0.  Also, I\u0027ve changed the default value for\nCONFIG_MTD_PHYSMAP_LEN to zero, so that people who inadvertently\ncompile in physmap (or new, platform-style, users of physmap) don\u0027t get\nburned.\n\nThis works pretty well -- the new physmap driver is a drop-in replacement\nfor the old one, and works on said ixp23xx board without any code changes\nneeded.  (This should hold as long as users don\u0027t touch \u0027physmap_map\u0027\ndirectly.)\n\nOnce all physmap users have been converted to instantiate their own\nplatform devices, the compat code can go.  (Or we decide that we can\nchange all the in-tree users at the same time, and never merge the\ncompat code.)\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "fbbc21c6a491503e55e08e3f7c4629c1337ea1cc",
      "tree": "12edcb1cfb2d687655819fb85b3035dfee5e375d",
      "parents": [
        "954c24227318c166ec1925e1229db442e1f56f51"
      ],
      "author": {
        "name": "Daniel Drake",
        "email": "dsd@gentoo.org",
        "time": "Sat Apr 29 11:41:44 2006 +0100"
      },
      "committer": {
        "name": "Josh Boyer",
        "email": "jwboyer@gmail.com",
        "time": "Sat Apr 29 08:48:55 2006 -0500"
      },
      "message": "mtd: SC520CDP should depend on MTD_CONCAT\n\nToralf Förster found a compile error when CONFIG_MTD_SC520CDP\u003dy and\nCONFIG_MTD_CONCAT\u003dn:\n\ndrivers/built-in.o: In function `init_sc520cdp\u0027:\nsc520cdp.c:(.init.text+0xb4de): undefined reference to `mtd_concat_create\u0027\ndrivers/built-in.o: In function `cleanup_sc520cdp\u0027:\nsc520cdp.c:(.exit.text+0x14bc): undefined reference to `mtd_concat_destroy\u0027\n\nThis patch fixes it.\n\nSigned-off-by: Daniel Drake \u003cdsd@gentoo.org\u003e\nSigned-off-by: Josh Boyer \u003cjwboyer@gmail.com\u003e\n"
    },
    {
      "commit": "6cc449c7d0292cb9b993f0df84fd3225e3099492",
      "tree": "f8ca83dc334e9f9ac12bae78689ae2441daabea0",
      "parents": [
        "f4e9ce66c70c5d08b8a4d2c676924748c8b7550b"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Tue Apr 11 19:42:44 2006 -0400"
      },
      "committer": {
        "name": "David Woodhouse",
        "email": "dwmw2@shinybook.infradead.org",
        "time": "Tue Apr 11 19:42:44 2006 -0400"
      },
      "message": "[PATCH] mtd, nettel: fix build error and implicit declaration\n\nI just hit the following error and warning :\n  drivers/mtd/maps/nettel.c: In function `nettel_init\u0027:\n  drivers/mtd/maps/nettel.c:418: error: `ROOT_DEV\u0027 undeclared (first use in this function)\n  drivers/mtd/maps/nettel.c:418: error: (Each undeclared identifier is reported only once\n  drivers/mtd/maps/nettel.c:418: error: for each function it appears in.)\n  drivers/mtd/maps/nettel.c:418: warning: implicit declaration of function `MKDEV\u0027\n  make[3]: *** [drivers/mtd/maps/nettel.o] Error 1\n  make[2]: *** [drivers/mtd/maps] Error 2\n  make[1]: *** [drivers/mtd] Error 2\nThe patch fixes the missing ROOT_DEV declaration by including linux/root_dev.h\nand fixes the implicit declaration of MKDEV by including linux/kdev_t.h .\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\n"
    },
    {
      "commit": "86dca4f8e6ab1fd8a3fb5838163fc9d7990f416e",
      "tree": "3d32116afc3be0d323ef93f260592bcea11db329",
      "parents": [
        "9c8680e2cfbb60d5075f8caaf9d98276120bcc78",
        "553ee5dc1a7a1fb04a6286b0c779481f7035bbd1"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 02 12:49:59 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 02 12:49:59 2006 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6\n\n* master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6: (33 commits)\n  [PATCH] pcmcia: declare pccard_iodyn_ops (fix m8xx_pcmcia.c compilation error)\n  [PATCH] pcmcia: fix pcmcia_device_remove oops\n  [PATCH] pcmcia: Add support for Possio GCC AKA PCMCIA Siemens MC45\n  [PATCH] pcmcia: pseudo device handling update\n  [PATCH] pcmcia: convert DEV_OK to pcmcia_dev_present\n  [PATCH] pcmcia: use bitfield instead of p_state and state\n  [PATCH] pcmcia: remove unused p_dev-\u003estate flags\n  [PATCH] pcmcia: make pcmcia_release_{io,irq} static\n  [PATCH] pcmcia: add return value to _config() functions\n  [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection\n  [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device\n  [PATCH] pcmcia: rename pcmcia_device.state\n  [PATCH] pcmcia: remove unneeded Vcc pseudo setting\n  [PATCH] pcmcia: remove export of pcmcia_release_configuration\n  [PATCH] pcmcia: default suspend and resume handling\n  [PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irq\n  [PATCH] pcmcia: add pcmcia_disable_device\n  [PATCH] serial_cs: add Merlin U630 IDs\n  [PATCH] pcmcia: AT91RM9200 Compact Flash driver\n  [PATCH] pcmcia: socket.functions starts with 1\n  ...\n"
    },
    {
      "commit": "b5ac5d7edb64b3ca1a489b30d95d62492a1f0b80",
      "tree": "362a9f0d4c64808dd49a865dd432d3b7f8d2f025",
      "parents": [
        "4d551465986c9a0040f47700a8c736c90519418f"
      ],
      "author": {
        "name": "Petri T. Koistinen",
        "email": "petri.koistinen@iki.fi",
        "time": "Fri Mar 31 02:29:54 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:49 2006 -0800"
      },
      "message": "[PATCH] drivers/mtd/maps/vmax301.c: fix off by one vmax_mtd\n\nFix an obvious off-by-one error (vmax_mtd[] contains two elements).\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nAcked-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "edcbce2150fec1f6e6670e14eb65098eebfacae8",
      "tree": "859cd7d553c223651b585e672c522efc9bf71926",
      "parents": [
        "2d2dce0eb650831046316a9cd091ea5257aa7d4b"
      ],
      "author": {
        "name": "Eric Sesterhenn",
        "email": "snakebyte@gmx.de",
        "time": "Fri Mar 31 02:29:50 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:49 2006 -0800"
      },
      "message": "[PATCH] Dead code in mtd/maps/pci.c\n\nThis fixes coverity bug #12.  The first two gotos in the function still\nhave the initial value for mtd set.  And the third goto just triggers for\n!mtd\n\nSigned-off-by: Eric Sesterhenn \u003csnakebyte@gmx.de\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nAcked-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "87d10f3c7954d143e509a2af2bca2a27aeb3114d",
      "tree": "dadb374a0019895f26ceca4ade9291e8f52c784b",
      "parents": [
        "54af6b46485bb706b7cdffd2e419253fd00cae6a"
      ],
      "author": {
        "name": "Tobias Klauser",
        "email": "tklauser@nuerscht.ch",
        "time": "Fri Mar 31 02:29:45 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 31 12:18:48 2006 -0800"
      },
      "message": "[PATCH] drivers/mtd: Use ARRAY_SIZE macro\n\nUse ARRAY_SIZE macro instead of sizeof(x)/sizeof(x[0]) and remove\nduplicates of the macro.\n\nSigned-off-by: Tobias Klauser \u003ctklauser@nuerscht.ch\u003e\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nAcked-by: David Woodhouse \u003cdwmw2@infradead.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    }
  ],
  "next": "e2d4096365e06b9a3799afbadc28b4519c0b3526"
}
