)]}'
{
  "log": [
    {
      "commit": "d96a980441a70168a8ead0a0f23c4c63725da5fa",
      "tree": "098551e6498fa641caaff62e352d21d7d9383c84",
      "parents": [
        "1017be88d341c05adc8d790d8092781b7330dafd"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Apr 16 00:12:39 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Apr 17 17:04:40 2008 +0100"
      },
      "message": "[ARM] 4986/1: S3C24XX: Simtec machines need UCLK as parent to DCLK\n\nAll current Simtec designs source the DCLK outputs from\nthe UPLL. This means the DCLK\u0027s parent must be set to UPLL\nso that anything enabling and disabling an UPLL sourced\nclock does not shutdown the DCLK due to missing open counts.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3a38e4be76e86c7b94c36dc8f3ce489987da24e4",
      "tree": "1b8ce87d0002c28fe9a8615151a28a3b666f5c17",
      "parents": [
        "c27cb681ac1598352569f75cb19850a12b7ef102"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Jan 28 13:01:34 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jan 28 13:20:52 2008 +0000"
      },
      "message": "[ARM] 4794/1: S3C24XX: Comonise S3C2440 and S3C2442 clock code\n\nMerge together the bits of the S3C2440 and S3C2442 clock code\nthat can be.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "af5ca3f4ec5cc4432a42a73b050dd8898ce8fd00",
      "tree": "3e5a3081b2802547f10da72c0026b4929d0e287b",
      "parents": [
        "528a4bf1d5ffed310d26fc1d82d45c02949f71cf"
      ],
      "author": {
        "name": "Kay Sievers",
        "email": "kay.sievers@vrfy.org",
        "time": "Thu Dec 20 02:09:39 2007 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jan 24 20:40:40 2008 -0800"
      },
      "message": "Driver core: change sysdev classes to use dynamic kobject names\n\nAll kobjects require a dynamically allocated name now. We no longer\nneed to keep track if the name is statically assigned, we can just\nunconditionally free() all kobject names on cleanup.\n\nSigned-off-by: Kay Sievers \u003ckay.sievers@vrfy.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "36f31a7084b8d20ced37afe92238c18ba769cdf3",
      "tree": "89cbf11b468c2083666f9f981452b982678012db",
      "parents": [
        "69816699fa019145dd163949d65a07093af73b67"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Tue Oct 16 01:29:07 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Oct 16 09:43:18 2007 -0700"
      },
      "message": "s3c2410fb: removes lcdcon1 register value from s3c2410fb_display\n\nThis patch removes lcdcon1 register field from the s3c2410fb_display as all\nbits are calculated from other fields.\n\nSigned-off-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "69816699fa019145dd163949d65a07093af73b67",
      "tree": "62f882257742edc6edda05349cf75789fb6fabe9",
      "parents": [
        "9fa7bc016a688630386378c205f9ee0f7b2cc834"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Tue Oct 16 01:29:06 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Oct 16 09:43:18 2007 -0700"
      },
      "message": "s3c2410fb: adds pixclock to s3c2410fb_display\n\nThis patch adds pixelclock field to the s3c2410fb_display structure and make\nuse of it in the driver.\n\nThe Bast machine defined 9 modes but pixclock and margin values are defined\nonly for the 640x480 modes so I removed other modes.\n\nThis patch also fixes wrong display type constant for the SMDK2440 board.\n\nSigned-off-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e92e739514baed2be83cfb269db003c73dd885c2",
      "tree": "722f158a6ba32d4266b4067e01eba7482e5c5130",
      "parents": [
        "93d11f5a15020a514e522e678b2b3e7a1bc01f86"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Tue Oct 16 01:29:01 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Oct 16 09:43:17 2007 -0700"
      },
      "message": "s3c2410fb: remove lcdcon2 and lcdcon3 register fields\n\nThis patch removes unused lcdcon2 and lcdcon3 register value\nfrom the s3c2410fb_display structure.\n\nSigned-off-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "93d11f5a15020a514e522e678b2b3e7a1bc01f86",
      "tree": "f70e94a82e8a43ab5308f36b9658ce6aa0a06a70",
      "parents": [
        "3c9ffd0501157b38599b5bb7711366913f633f88"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Tue Oct 16 01:29:00 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Oct 16 09:43:17 2007 -0700"
      },
      "message": "s3c2410fb: add pulse length fields to s3c2410fb_display\n\nThis patch adds synchronization pulse lenght fields to\nthe s3c2410fb_display structure and makes use of them\nin the driver.\n\nSigned-off-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "5f20f69beb4983454b2d5ced4cabf90825bb263e",
      "tree": "e8e03747f0c5ef87dc9e10b56464acb9c2855aef",
      "parents": [
        "f28ef573ad09596b771b67c276bbc5f49281fa9d"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Tue Oct 16 01:28:59 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Oct 16 09:43:16 2007 -0700"
      },
      "message": "s3c2410fb: add vertical margins fields to s3c2410fb_display\n\nThis patch adds vertical margins values to all\ns3c24xx platform.\n\nSigned-off-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f28ef573ad09596b771b67c276bbc5f49281fa9d",
      "tree": "5061be2ae82f513a8c23e220b8a97f30b08ec34a",
      "parents": [
        "9939a481cd66a109e4ad09328df1bd0540e0aa84"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Tue Oct 16 01:28:58 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Oct 16 09:43:16 2007 -0700"
      },
      "message": "s3c2410fb: remove lcdcon3 register from s3c2410fb_display\n\nThis patch removes unused lcdcon3 register from the\ns3c2410fb_display structure.\n\nSigned-off-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "1f4115376c488d3bb3490259ae5b2c3b035760a5",
      "tree": "26d93492e72aed892d1d752ce5082508fd2bd703",
      "parents": [
        "09fe75f6f934597f765748342ca6fb378ee7ecdb"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Tue Oct 16 01:28:57 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Oct 16 09:43:16 2007 -0700"
      },
      "message": "s3c2410fb: add margin fields to s3c2410fb_display\n\nThis patch adds margins fields to the s3c2410fb_display\nstructure. It also sets display type and horizontal\nmargins in all platform files that use the s3c2410fb\ndriver.\n\nSigned-off-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "09fe75f6f934597f765748342ca6fb378ee7ecdb",
      "tree": "55a3ab7bf52400be136ec533cd5ebda4336fcd07",
      "parents": [
        "110c1fa75463c4f327e9fc491e9a27e938800d96"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Tue Oct 16 01:28:56 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Oct 16 09:43:16 2007 -0700"
      },
      "message": "s3c2410fb: multi-display support\n\nThis patch adds a new structure to describe and handle\nmore than one panel (display mode) for the s3c2410 framebuffer.\nThis structure is added after the pxafb driver.\n\nSigned-off-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nSigned-off-by: Antonino Daplas \u003cadaplas@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f2c10d6c669e5b792c48e86da37ec7fde0a2e302",
      "tree": "b7577cc77aa7e025f788ecab2fe60ec106c2588c",
      "parents": [
        "008d931c45cd39f7b8a8b99926b557b183074858"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Tue Sep 04 17:19:33 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Oct 12 23:43:15 2007 +0100"
      },
      "message": "[ARM] 4566/1: s3c24xx: fix dma functions section mismatch\n\nThis patch removes section mismatches related to DMA functions.\n\nSigned-off-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nAcked-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4afcddae4cc7d8bb36c1d47967d6ede29ea45e1a",
      "tree": "cb7f85b1b1e710c8b3836bb9b8d45ec844175e6d",
      "parents": [
        "28047eced817b3b7cd404fac4b26f29fcf04f1f7"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Oct 04 23:18:08 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Oct 05 21:21:43 2007 +0100"
      },
      "message": "[ARM] 4598/2: OSIRIS: Ensure we do not get nRSTOUT during suspend\n\nEnsure nRSTOUT is not asserted during or on resume.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "28047eced817b3b7cd404fac4b26f29fcf04f1f7",
      "tree": "56e82489cab228bfb1e72c7f3d8847c04e648c1d",
      "parents": [
        "804b3f9a16e446cb023417faec58b6506c834052"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Oct 04 23:16:42 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Oct 05 21:21:40 2007 +0100"
      },
      "message": "[ARM] 4597/2: OSIRIS: ensure CPLD0 is preserved after suspend\n\nEnsure that CPLD is restored to the original state\non resume, and that before going into suspend we\nselect the NAND bank we booted from for restarting.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "06cfa556949ead5d3c00dc68108c443be8dd8d17",
      "tree": "245ac3b044136a44cefbad8a56632f7dff1f70f7",
      "parents": [
        "dd1313a167a9d29c349b3244dffac274bb0bf486"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Jul 22 16:23:02 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 22 17:06:30 2007 +0100"
      },
      "message": "[ARM] 4524/1: S3C: Move register out of include/asm-arm/arch-s3c2410\n\nMove register and other definitions out of the\ninclude/asm-arm/arch-s3c2410 into the the arch\ndirectories of include/asm-arm/plat-s3c24xx and\ninclude/asm-arm/plat-s3c.\n\nThis move is in preperation of the merging of\ns3c2400 and s3c6400.\n\nThe following git mv commands are needed before\nthis patch can be applied:\n\ngit mv include/asm-arm/arch-s3c2410/regs-ac97.h include/asm-arm/plat-s3c/regs-ac97.h\ngit mv include/asm-arm/arch-s3c2410/regs-adc.h include/asm-arm/plat-s3c/regs-adc.h\ngit mv include/asm-arm/arch-s3c2410/regs-iis.h include/asm-arm/plat-s3c24xx/regs-iis.h\ngit mv include/asm-arm/arch-s3c2410/regs-spi.h include/asm-arm/plat-s3c24xx/regs-spi.h\ngit mv include/asm-arm/arch-s3c2410/regs-udc.h include/asm-arm/plat-s3c24xx/regs-udc.h\ngit mv include/asm-arm/arch-s3c2410/udc.h include/asm-arm/plat-s3c24xx/udc.h\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b2627588cbeb70364357048854affd52bf02fe64",
      "tree": "1f25b68796d362fb5d4dbd66f547e3410e512f9f",
      "parents": [
        "498e03b619638826a7364faed61eb0a3d2a0f0c8"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Jul 22 16:09:44 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 22 16:44:28 2007 +0100"
      },
      "message": "[ARM] 4511/1: S3C: updated LLSERIAL Kconfig defines for CPU support\n\nUpdate the Kconfig to create configuration options based on which\nCPUs are supported for the low level serial code. This means that\nthe debug macros can be optimised for the type(s) of CPU that are\nbeing used.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "531b617c71e780b14af5931428e0611f930c2134",
      "tree": "24cc4a76e68b9415d6dad9389d06c308bc4bbdce",
      "parents": [
        "9a79b2274186fade17134929d4f85b70d59a3840"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Jul 22 16:05:25 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 22 16:44:24 2007 +0100"
      },
      "message": "[ARM] 4508/1: S3C: Move items to include/asm-arm/plat-s3c\n\nThis patch moves items of the s3c24xx support into\na new plat-s3c directory for items that use the\ns3c24xx support but are not directly s3c24xx\ncompatible, such as the s3c2400 and s3c6400.\n\ngit mv commands:\ngit mv include/asm-arm/arch-s3c2410/iic.h include/asm-arm/plat-s3c/iic.h\ngit mv include/asm-arm/arch-s3c2410/nand.h include/asm-arm/plat-s3c/nand.h\ngit mv include/asm-arm/arch-s3c2410/regs-iic.h include/asm-arm/plat-s3c/regs-iic.h\ngit mv include/asm-arm/arch-s3c2410/regs-nand.h include/asm-arm/plat-s3c/regs-nand.h\ngit mv include/asm-arm/arch-s3c2410/regs-rtc.h include/asm-arm/plat-s3c/regs-rtc.h\ngit mv include/asm-arm/arch-s3c2410/regs-serial.h include/asm-arm/plat-s3c/regs-serial.h\ngit mv include/asm-arm/arch-s3c2410/regs-timer.h include/asm-arm/plat-s3c/regs-timer.h\ngit mv include/asm-arm/arch-s3c2410/regs-watchdog.h include/asm-arm/plat-s3c/regs-watchdog.h\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "3c3e69cd4c667e6ce7939d83b274d48c57779479",
      "tree": "e2e1f224a239028f349225047cc8397ae046304d",
      "parents": [
        "5ce4b1fe6c6a126f9274f19d8b2d2c8d29cd49b6"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Jul 12 10:57:37 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jul 12 11:01:13 2007 +0100"
      },
      "message": "[ARM] 4470/2: OSIRIS: large page NAND support\n\nAdd support for the partition layout on the revision B\nmodules which have large page NAND fitted.\n\nThe new partition table accounts for the use of the\n128KiB block parts, which means the second partition\non the device is moved to the new boundary.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ad3613f4798e229c8885b924c88e17ab85fef96a",
      "tree": "27c87cf58d6a8e705336e6997b1b06787a169d5c",
      "parents": [
        "8a9ccb7f182d15d6d6d0debb819790f25c87a30b"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Jul 11 11:10:42 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jul 12 10:56:25 2007 +0100"
      },
      "message": "[ARM] 4469/1: ANUBIS: large page NAND support\n\nAdd support for the partition layour used on the\nrevision B modules which ship with large page NAND\nflash as default.\n\nThe differnce between the old and new layouts is that\nthe large page devices use 128KiB blocks, so the\ninitial loader partition now ends at 128KiB boundary\npushing the begining of partition 1 up. The rest of\nthe partitions are in the same place as the small page\nNAND devices.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "8a9ccb7f182d15d6d6d0debb819790f25c87a30b",
      "tree": "1bc5be36df99d9b2e7ee5b55a784cfe5c90005af",
      "parents": [
        "eac1d8dab03bde6d20679c961a6409c1b786c201"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Thu Jul 12 10:47:35 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jul 12 10:56:24 2007 +0100"
      },
      "message": "[ARM] 4468/2: ANUBIS: Add SM501 device resources\n\nAdd resources for the SM501 present on the\nSimtec Anubis board, including the framebuffer\nand the I2C for DDC.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "eac1d8dab03bde6d20679c961a6409c1b786c201",
      "tree": "d7c770abf58aae7855adbc5819eafa6aa39469e9",
      "parents": [
        "7dcca30a32aadb0520417521b0c44f42d09fe05c"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Jul 11 10:14:53 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jul 12 10:56:23 2007 +0100"
      },
      "message": "[ARM] 4466/1: ANUBIS: Anubis AX88796 support\n\nThis patch adds the resources necessary for the\nAX88796 driver to attach to the AX88796 network\ncontroller fitted on the Simtec Anubis board.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6c1640d52b9b7355cd777c4f08bc930ac96d905b",
      "tree": "e94dcd7755ee611e10fbf3655f790fcf297dac75",
      "parents": [
        "5698bd28c67775c722dc1f4ab82e0041c1c740ea"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Jun 06 10:01:04 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 11 09:09:34 2007 +0100"
      },
      "message": "[ARM] 4445/1: ANUBIS: Fix CPLD registers\n\nUpdate the ANUBIS register definitions inline with the\nspecs and ensure they are registered correctly.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5698bd28c67775c722dc1f4ab82e0041c1c740ea",
      "tree": "c9abe7032122bc466a0d056a7ae4d850d89c91fd",
      "parents": [
        "55ba86bc6c33ce8b690fdf20ab485ef94cccd423"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Jun 06 10:36:09 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 11 09:09:31 2007 +0100"
      },
      "message": "[ARM] 4444/2: OSIRIS: CPLD suspend fix\n\nEnsure the CPLD 8bit settings are preserved over a suspend/resume\ncycle as the CPU sends a hard-reset at resume time.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "55ba86bc6c33ce8b690fdf20ab485ef94cccd423",
      "tree": "0e800676b302ffc95c7ace35220ae4ed7f40da7f",
      "parents": [
        "c362aecdb51ecb364d427a9b947fd2dfbd4cb86a"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Jun 06 09:53:00 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 11 09:09:20 2007 +0100"
      },
      "message": "[ARM] 4443/1: OSIRIS: Add watchdog device to machine devices\n\nAdd the watchdog timer to the list of devices\nthe Osiris registers at startup.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c362aecdb51ecb364d427a9b947fd2dfbd4cb86a",
      "tree": "4e88fb0552ff6578c1018924e9ed735056d18ef5",
      "parents": [
        "5d4cae5fe2ea1a0974962e2c49dca5c9c4b14cc0"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Jun 06 09:51:51 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Jun 11 09:09:15 2007 +0100"
      },
      "message": "[ARM] 4442/1: OSIRIS: Fix CPLD register definitions\n\nFix the CPLD register definitions to correctly mirror the\ndocumentation\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6cbdc8c5357276307a77deeada3f04626ff17da6",
      "tree": "e0a4190d816fa4efb6ddb331b859bf0d5eb9c1a3",
      "parents": [
        "fc432e1952a3899ce35e84b417e5d60f74cb901b"
      ],
      "author": {
        "name": "Simon Arlott",
        "email": "simon@fire.lp0.eu",
        "time": "Fri May 11 20:40:30 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun May 20 20:10:32 2007 +0100"
      },
      "message": "[ARM] spelling fixes\n\nSpelling fixes in arch/arm/.\n\nSigned-off-by: Simon Arlott \u003csimon@fire.lp0.eu\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "333a42e1f4c5c5c2ed7c652254c35b9e98d5c789",
      "tree": "876d466aad20ae4e451ccd6ecbb79a07c4358e36",
      "parents": [
        "95ba71f76f1cce550cb2e2b345a204d4a926d29c"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben@trinity.fluff.org",
        "time": "Sun May 20 11:55:53 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun May 20 19:37:04 2007 +0100"
      },
      "message": "[ARM] 4395/1: S3C24XX: add include of \u003clinux/sysdev.h\u003e to relevant machines\n\nInclude \u003clinux/sysdev.h\u003e in any machines that use the PM functions\nwhich require struct sys_device.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "57e5171c9ff817d56344d8473e484d6870ae2bf3",
      "tree": "0c1f0259d0ac0714be0b5bd5600edfcc5cbac717",
      "parents": [
        "ce89c206ac03dfec700cfa538dcbcc347c0683ce"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Fri Apr 20 11:19:16 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 21 20:53:19 2007 +0100"
      },
      "message": "[ARM] 4325/1: S3C24XX: remove s3c24xx_board\n\nRemove the use of struct s3c24xx_board as\nthis is just as easily done by using the\nplatform device registration functions to\nmake the initialisation sequence easier.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ce89c206ac03dfec700cfa538dcbcc347c0683ce",
      "tree": "5bab53a9eb4a71bcf1903a81a9b0b3eba925d43e",
      "parents": [
        "ef08574729bcf65bbd1f0c9ad9b9baa9bbd7a830"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Fri Apr 20 11:15:27 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 21 20:53:14 2007 +0100"
      },
      "message": "[ARM] 4324/1: S3C24XX: remove clocks from s3c24xx_board\n\nRemove the clocks from the s3c24xx_board as part\nof the process of simplifying the initialisation\nsequence by removing struct s3c24xx_board.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0f0a00beb80624a446ba7c0152cd171008eeab2e",
      "tree": "f232c6fef33e604d717090e0f1316e2d2ee5b259",
      "parents": [
        "27350afdfc94a78adbdee20bb00f6058a0ef1eab"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Mar 03 19:45:25 2007 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Apr 21 20:34:47 2007 +0100"
      },
      "message": "[ARM] Remove needless linux/ptrace.h includes\n\nLots of places in arch/arm were needlessly including linux/ptrace.h,\nresumably because we used to pass a struct pt_regs to interrupt\nhandlers.  Now that we don\u0027t, all these ptrace.h includes are\nredundant.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b1dfe1f1457a85b42544ef8b9c83c7cf9d9c3a16",
      "tree": "7409163050da3737d82ce973d0be17a3b39cd966",
      "parents": [
        "9d5cf5adcbb703a4c794232840c25a65a372c357"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Mon Mar 19 15:10:20 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Mar 20 22:42:39 2007 +0000"
      },
      "message": "[ARM] 4272/1: Missing symbol h1940_pm_return fix\n\nAdded missing ifdefs, to make kernel linkable without the PM support.\n\nSigned-off-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "48adbcf33b6087727a2db0b517c994a7ecfbeb0c",
      "tree": "55ad8f006bfedbf5b2ec5b72bc1ede7f2c3383da",
      "parents": [
        "15e4db7b8054ac171de946b9511655446dd29b8f"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sat Feb 17 15:37:14 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Feb 17 15:00:34 2007 +0000"
      },
      "message": "[ARM] 4220/1: S3C24XX: DMA system initialised from sysdev\n\nThis patch gets the DMA system for the S3C24XX\nready for the S3C2443, which requires 6 dma channels\nat a different stride, and different base IRQ.\n\nThe DMA system is now initialised from the same\ndrivers which apply the DMA mappings, as well\nas removing the DMA sysdev intialisation out of\nthe main init code (which is now being called\nfrom a sysdev probe, so cannot add a new sysdev)\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "90bc8566fb40b12167b49d972c85d2e509eea55f",
      "tree": "8316400ff3b7a1d516554e82e0926c330f91a7a8",
      "parents": [
        "a930609496b39284a93182ec3beb9dc9bf3651ec"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Fri Feb 16 12:54:15 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 16 11:55:43 2007 +0000"
      },
      "message": "[ARM] 4209/1: S3C24XX: remove unnecessary includes of iomd.h\n\nMachines in the S3C24XX architectures should not\nbe including \u003casm/hardware/iomd.h\u003e as this is not\nneeded.\n\nAlso remove commented out includes\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a930609496b39284a93182ec3beb9dc9bf3651ec",
      "tree": "d45d74ba18d2fd55941b14d102fb6cd879da37ce",
      "parents": [
        "b4f14eb86cda9324a2ffbdf534385d012967acd8"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Fri Feb 16 00:17:07 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 16 11:40:52 2007 +0000"
      },
      "message": "[ARM] 4206/1: SMDK2440: Fix lcd type in platform data\n\nSet the LCD display type field in the platform data\nso that the LCD driver initialise the display as an\nTFT display\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "bd65c82b9ee506950e1856e9af60be9fc627bfaa",
      "tree": "67d407b706f7f4b1db8993c13a6fe5d41600e59c",
      "parents": [
        "dad8d6c50e08ce2ef87f294fa412351b27d5bb97"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Feb 13 13:14:12 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Feb 14 15:04:26 2007 +0000"
      },
      "message": "[ARM] 4179/1: S3C2440: DMA ordering list\n\nAdd DMA ordering list for S3C2440\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a21765a70ec06be175d3997320a83fa66fcc8955",
      "tree": "24bdbf437a9bd5b7c1af05898f5aa25dccf67fe9",
      "parents": [
        "d19494b187b20e363f9b434b9ceab4159ac88324"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Feb 11 18:31:01 2007 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Feb 11 17:36:09 2007 +0000"
      },
      "message": "[ARM] 4157/2: S3C24XX: move arch/arch/mach-s3c2410 into cpu components\n\nThe following patch and script moves the arch/arm/mach-s3c2410\ndirectory into arch/arm/plat-s3c24xx for the generic core code\nand inti arch/arm/mach-s3c{cpu} for the cpu/machine support files\n\nInclude directory include/asm-arm/plat-s3c24xx is added for the\ncore include files.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    }
  ]
}
