)]}'
{
  "log": [
    {
      "commit": "75305d768d296a07fd02df9af3e5de326df1c72e",
      "tree": "e816a4d3bcfa1f06488bdbaad1d9a5deb3fdca09",
      "parents": [
        "a2a571b74a3881963d8d09deb272d13afe5b49e3"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Fri Oct 22 18:27:48 2010 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Tue Oct 26 11:32:49 2010 +0200"
      },
      "message": "at91/atmel-mci: inclusion of sd/mmc driver in at91sam9g45 chip and board\n\nThis adds the support of atmel-mci sd/mmc driver in at91sam9g45 devices and\nboard files. This also configures the DMA controller slave interface for\nat_hdmac dmaengine driver.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\n"
    },
    {
      "commit": "a2a571b74a3881963d8d09deb272d13afe5b49e3",
      "tree": "491cf5ff56293287906f9cfec785345f24cd2180",
      "parents": [
        "8aeeda822fbfe7da2d4ea391a9757e9532796598"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Fri Oct 22 18:55:39 2010 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Tue Oct 26 11:32:48 2010 +0200"
      },
      "message": "AT91: pm: make sure that r0 is 0 when dealing with cache operations\n\nWhen using CP15 cache operations (c7), we make sure that Rd (r0)\nis actually 0 as ARM 926 TRM is saying.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\n"
    },
    {
      "commit": "8aeeda822fbfe7da2d4ea391a9757e9532796598",
      "tree": "04b001427ac194ad070c7cd6ee89c23af0f125cc",
      "parents": [
        "bb413db591d53c29292868577068fa822b84da82"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Fri Oct 22 17:53:39 2010 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Tue Oct 26 11:32:48 2010 +0200"
      },
      "message": "AT91: pm: use plain cpu_do_idle() for \"wait for interrupt\"\n\nFor power management at91_pm_enter() routine, use the cpu_do_idle() for a\nrock solid \"wait for interrupt\" implementation.\nFor AT91SAM9 ARM 926 based chips, we can exceed the cache line length as\nwe can access RAM even while in self-refresh mode.\nWe keep plain access to CP15 for at91rm9200 as this feature is not\navailable: instructions have to be in a single cache line.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\n"
    },
    {
      "commit": "bb413db591d53c29292868577068fa822b84da82",
      "tree": "4a60e1015dd56ec54f00a809a9f3fffa99fa38a2",
      "parents": [
        "1345562b449e95e2098cc60eb0eed6d2415cd0b0"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Thu Oct 14 19:14:00 2010 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Tue Oct 26 11:32:48 2010 +0200"
      },
      "message": "AT91: reset: extend alternate reset procedure to several chips\n\nSeveral at91sam9 chips need the alternate reset procedure to be sure to halt\nSDRAM smoothly before resetting the chip.\nThis is an extension of previous patch \"Fix AT91SAM9G20 reset\" to all chips\naffected.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\n"
    },
    {
      "commit": "1345562b449e95e2098cc60eb0eed6d2415cd0b0",
      "tree": "030983c78b1c1472765047f262b9533ae2060098",
      "parents": [
        "ef4d63e6f51d9669e247c47b670a83511b98eb68"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Thu Oct 14 17:19:11 2010 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Tue Oct 26 11:32:48 2010 +0200"
      },
      "message": "AT91: reset routine cleanup, remove not needed icache flush\n\nGeneralize assembler reset routine to allow use on several at91sam9 chips.\nThis patch replace double definitions of SDRAM controller registers and RSTC\nregisters with use of classical header files.\n\nFor this rework, we remove the not needed icache flush as it is already\ndone in the calling function: arm_machine_restart().\n\nRename at91sam9g20_reset.S to generalize to several chips.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\n"
    },
    {
      "commit": "ef4d63e6f51d9669e247c47b670a83511b98eb68",
      "tree": "35871307329b7477c87486634925c6050b28ec66",
      "parents": [
        "184c82e853704ee98e729af0f36a8539355c0e2e"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Thu Oct 14 16:51:36 2010 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Tue Oct 26 11:32:47 2010 +0200"
      },
      "message": "AT91: trivial: align comment of at91sam9g20_reset with one more tab\n\nPreparing next patch with longer names\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\n"
    },
    {
      "commit": "184c82e853704ee98e729af0f36a8539355c0e2e",
      "tree": "927e9c1a4ab1a339b842619709fa852ae1926003",
      "parents": [
        "abf0c1bc94cb16f9eed331ea98ac151d08adf4fe"
      ],
      "author": {
        "name": "Peter Horton",
        "email": "phorton@bitbox.co.uk",
        "time": "Fri May 28 16:37:26 2010 +0100"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Tue Oct 26 11:32:47 2010 +0200"
      },
      "message": "AT91: Fix AT91SAM9G20 reset as per the errata in the data sheet\n\nIf the SDRAM is not cleanly shutdown before reset it can be left driving\nthe bus, which then stops the bootloader booting from NAND.\n\nSigned-off-by: Peter Horton \u003cphorton@bitbox.co.uk\u003e\n[nicolas.ferre@atmel.com: change file header line order]\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\n"
    },
    {
      "commit": "abf0c1bc94cb16f9eed331ea98ac151d08adf4fe",
      "tree": "d61188ba86c1b2a6a9cac01c3f73654960ac1901",
      "parents": [
        "b18cae4224bde7e5a332c19bc99247b2098ea232"
      ],
      "author": {
        "name": "Peter Gsellmann",
        "email": "pgsellmann@portner-elektronik.at",
        "time": "Wed Oct 13 16:18:51 2010 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Tue Oct 26 11:32:47 2010 +0200"
      },
      "message": "AT91: add board support for Pcontrol_G20\n\nBoard is a carrier board for Stamp9G20, with additional peripherals\nfor a building automation system\n\nSigned-off-by: Peter Gsellmann \u003cpgsellmann@portner-elektronik.at\u003e\n[nicolas.ferre@atmel.com: remove machine_desc.io_pg_offst and .phys_io]\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\n"
    },
    {
      "commit": "229aebb873e29726b91e076161649cf45154b0bf",
      "tree": "acc02a3702215bce8d914f4c8cc3d7a1382b1c67",
      "parents": [
        "8de547e1824437f3c6af180d3ed2162fa4b3f389",
        "50a23e6eec6f20d55a3a920e47adb455bff6046e"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Oct 24 13:41:39 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Oct 24 13:41:39 2010 -0700"
      },
      "message": "Merge branch \u0027for-next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial\n\n* \u0027for-next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (39 commits)\n  Update broken web addresses in arch directory.\n  Update broken web addresses in the kernel.\n  Revert \"drivers/usb: Remove unnecessary return\u0027s from void functions\" for musb gadget\n  Revert \"Fix typo: configuation \u003d\u003e configuration\" partially\n  ida: document IDA_BITMAP_LONGS calculation\n  ext2: fix a typo on comment in ext2/inode.c\n  drivers/scsi: Remove unnecessary casts of private_data\n  drivers/s390: Remove unnecessary casts of private_data\n  net/sunrpc/rpc_pipe.c: Remove unnecessary casts of private_data\n  drivers/infiniband: Remove unnecessary casts of private_data\n  drivers/gpu/drm: Remove unnecessary casts of private_data\n  kernel/pm_qos_params.c: Remove unnecessary casts of private_data\n  fs/ecryptfs: Remove unnecessary casts of private_data\n  fs/seq_file.c: Remove unnecessary casts of private_data\n  arm: uengine.c: remove C99 comments\n  arm: scoop.c: remove C99 comments\n  Fix typo configue \u003d\u003e configure in comments\n  Fix typo: configuation \u003d\u003e configuration\n  Fix typo interrest[ing|ed] \u003d\u003e interest[ing|ed]\n  Fix various typos of valid in comments\n  ...\n\nFix up trivial conflicts in:\n\tdrivers/char/ipmi/ipmi_si_intf.c\n\tdrivers/usb/gadget/rndis.c\n\tnet/irda/irnet/irnet_ppp.c\n"
    },
    {
      "commit": "6451d7783ba5ff24eb1a544eaa6665b890f30466",
      "tree": "78651bbbed163fe933cd42deabebad682d7c03dc",
      "parents": [
        "c293393faa8e11a5a80a9e358718432b8697f451"
      ],
      "author": {
        "name": "Nicolas Pitre",
        "email": "nicolas.pitre@linaro.org",
        "time": "Thu Oct 14 22:21:46 2010 -0400"
      },
      "committer": {
        "name": "Nicolas Pitre",
        "email": "nico@fluxnic.net",
        "time": "Wed Oct 20 00:27:46 2010 -0400"
      },
      "message": "arm: remove machine_desc.io_pg_offst and .phys_io\n\nSince we\u0027re now using addruart to establish the debug mapping, we can\nremove the io_pg_offst and phys_io members of struct machine_desc.\n\nThe various declarations were removed using the following script:\n\n  grep -rl MACHINE_START arch/arm | xargs \\\n  sed -i \u0027/MACHINE_START/,/MACHINE_END/ { /\\.\\(phys_io\\|io_pg_offst\\)/d }\u0027\n\n[ Initial patch was from Jeremy Kerr, example script from Russell King ]\n\nSigned-off-by: Nicolas Pitre \u003cnicolas.pitre@linaro.org\u003e\nAcked-by: Eric Miao \u003ceric.miao at canonical.com\u003e\n"
    },
    {
      "commit": "0ea1293009826da45e1019f45dfde1e557bb30df",
      "tree": "7111bcd355921f03415182845e5f236ffe1896f4",
      "parents": [
        "1ea64615601229f0dc16dee91dc5b50216411baa"
      ],
      "author": {
        "name": "Jeremy Kerr",
        "email": "jeremy.kerr@canonical.com",
        "time": "Tue Jul 06 18:30:06 2010 +0800"
      },
      "committer": {
        "name": "Nicolas Pitre",
        "email": "nico@fluxnic.net",
        "time": "Wed Oct 20 00:27:33 2010 -0400"
      },
      "message": "arm: return both physical and virtual addresses from addruart\n\nRather than checking the MMU status in every instance of addruart, do it\nonce in kernel/debug.S, and change the existing addruart macros to\nreturn both physical and virtual addresses. The main debug code can then\nselect the appropriate address to use.\n\nThis will also allow us to retreive the address of a uart for the MMU\nstate that we\u0027re not current in.\n\nUpdated with fixes for OMAP from Jason Wang \u003cjason77.wang@gmail.com\u003e\nand Tony Lindgren \u003ctony@atomide.com\u003e, and fix for versatile express from\nLorenzo Pieralisi \u003clorenzo.pieralisi@arm.com\u003e.\n\nSigned-off-by: Jeremy Kerr \u003cjeremy.kerr@canonical.com\u003e\nSigned-off-by: Lorenzo Pieralisi \u003clorenzo.pieralisi@arm.com\u003e\nSigned-off-by: Jason Wang \u003cjason77.wang@gmail.com\u003e\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nTested-by: Kevin Hilman \u003ckhilman@deeprootsystems.com\u003e\n"
    },
    {
      "commit": "809b4e00baf006a990a73329ba381d536c6fa277",
      "tree": "e949e0efd019d6f932537aba762792b07a84351c",
      "parents": [
        "a0a55682b83fd5f012afadcf415b030d7424ae68",
        "79a94c3538bda6869d7bb150b5e02dd3a72314dd"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Oct 19 22:06:36 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Oct 19 22:06:36 2010 +0100"
      },
      "message": "Merge branch \u0027devel-stable\u0027 into devel\n"
    },
    {
      "commit": "f779b7dd3259ec138c7aba793f0602b20262af83",
      "tree": "7ed94961b196c81fcd413e2b04d1e6945d6d227a",
      "parents": [
        "3c00079b31f910309b30ed5c2fd2b7a2d86bba60",
        "fe0cdec8bad919fd91cd344123906a55f3857209"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Oct 19 20:12:24 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Oct 19 20:12:24 2010 +0100"
      },
      "message": "Merge branch \u0027for-rmk\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into devel-stable\n\nConflicts:\n\tarch/arm/mach-at91/include/mach/system.h\n\tarch/arm/mach-imx/mach-cpuimx27.c\n\nAT91 conflict resolution:\nAcked-by: Anders Larsen \u003cal@alarsen.net\u003e\nIMX conflict resolution confirmed by Uwe Kleine-König.\n"
    },
    {
      "commit": "23beab76b490172a9ff3d52843e4d27a35b2a4c6",
      "tree": "4fcde568ad32a1be08301172cb61a22717217f0e",
      "parents": [
        "8ed9059533eb89b4372d7fc31b6565c053e5253b",
        "5fb31a96e1e0078f1e82736ccd72a61ecabe6a4f",
        "80be7a7f642719bf99fc49692fc77d6333f51a73",
        "19852e59002fbba1c2c6ba0f154095a37ad2ac03",
        "29e29f27486ed7074df259b3eda8656bb014e9b5",
        "725343fa748fc9b7c883d198e9cec391425aa478",
        "9e978f096241e303c10cf6e6dc80dce41ef41b92",
        "f3af03de0b1c42225d492d874d9afeed0c02568c",
        "5333a3de3cdd739ec4f6d501f5f6d09bab7ff919"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Oct 18 22:34:25 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Oct 18 22:34:25 2010 +0100"
      },
      "message": "Merge branches \u0027at91\u0027, \u0027dcache\u0027, \u0027ftrace\u0027, \u0027hwbpt\u0027, \u0027misc\u0027, \u0027mmci\u0027, \u0027s3c\u0027, \u0027st-ux\u0027 and \u0027unwind\u0027 into devel\n"
    },
    {
      "commit": "50a23e6eec6f20d55a3a920e47adb455bff6046e",
      "tree": "0198dabd0a3d3aa53807fa24bd08345e985f997a",
      "parents": [
        "631dd1a885b6d7e9f6f51b4e5b311c2bb04c323c"
      ],
      "author": {
        "name": "Justin P. Mattock",
        "email": "justinmattock@gmail.com",
        "time": "Sat Oct 16 10:36:23 2010 -0700"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Oct 18 11:03:21 2010 +0200"
      },
      "message": "Update broken web addresses in arch directory.\n\nThe patch below updates broken web addresses in the arch directory.\n\nSigned-off-by: Justin P. Mattock \u003cjustinmattock@gmail.com\u003e\nSigned-off-by: Maciej W. Rozycki \u003cmacro@linux-mips.org\u003e\nCc: Finn Thain \u003cfthain@telegraphics.com.au\u003e\nCc: Randy Dunlap \u003crdunlap@xenotime.net\u003e\nReviewed-by: Finn Thain \u003cfthain@telegraphics.com.au\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "5c189208b606a85b4e97109af70d59f10a42fdfd",
      "tree": "a39e52ce6cb5d2f0ef1e9b4df50097f2574c2fc8",
      "parents": [
        "cdaf9a2f280b25dd2fb1e04da5d3899411766e1b"
      ],
      "author": {
        "name": "Anders Larsen",
        "email": "al@alarsen.net",
        "time": "Thu Oct 07 20:44:15 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Oct 08 10:00:36 2010 +0100"
      },
      "message": "ARM: 6436/1: AT91: Fix power-saving in idle-mode on 926T processors\n\nAccording to Atmel, their 926T processors (AT91 post RM9200) requires\n\u0027Wait for Interrupt\u0027 mode be entered right after disabling the processor clock\nin order to minimise current consumption when idle, so do both provided we\u0027re\nnot running on a 920T (an RM9200).\n\nFurthermore, get rid of the #ifndef CONFIG_DEBUG_KERNEL, since arch_idle()\ncan be turned off completely with the kernel parameter \u0027nohlt\u0027.\n\nCc: Andrew Victor \u003cavictor.za@gmail.com\u003e\nSigned-off-by: Anders Larsen \u003cal@alarsen.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ee621dd619b9a85eced150fc06e352fef54cfda0",
      "tree": "7aa5877e7ecae0f41c39f10e70221f4ca4857fb1",
      "parents": [
        "cb809b1a5ebffca8cf0314b788919989e8e4ab5f"
      ],
      "author": {
        "name": "Jean-Christophe PLAGNIOL-VILLARD",
        "email": "plagnioj@jcrosoft.com",
        "time": "Sun Aug 08 06:21:33 2010 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Thu Oct 07 19:56:55 2010 +0200"
      },
      "message": "net: atmel_macb Kconfig: remove long dependency line\n\nMany Atmel SOC are embedding a MACB controller. This patch removes the long\ndependency line for this Atmel MACB ethernet driver configuration entry.\nThe HAVE_NET_MACB configuration option is located in the net Kconfig file\nas it may be setup by ARM/AT91 and AVR32 chips.\n\nSigned-off-by: Jean-Christophe PLAGNIOL-VILLARD \u003cplagnioj@jcrosoft.com\u003e\nCc: David Miller \u003cdavem@davemloft.net\u003e\nCc: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\nAcked-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\n"
    },
    {
      "commit": "cb809b1a5ebffca8cf0314b788919989e8e4ab5f",
      "tree": "fec437f53dbc5dd30b7289415ce731ec5db1b5f2",
      "parents": [
        "a6e016f19d393fbe4e040bee8155b03b840fa689"
      ],
      "author": {
        "name": "Greg Ungerer",
        "email": "gerg@snapgear.com",
        "time": "Tue Sep 21 20:39:40 2010 +1000"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Thu Oct 07 19:56:54 2010 +0200"
      },
      "message": "AT91: fix use of clock disable on idle for AT91x40 devices\n\nThe simpler AT91x40 processors do not have the same power management\ncontroller as the new AT91 devices. They do have a simpler power\ncontroller module that we can use to disable the CPU clock at idle\ntime. Add code to support that.\n\nSigned-off-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nAcked-by: Jean-Christophe PLAGNIOL-VILLARD \u003cplagnioj@jcrosoft.com\u003e\nAcked-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\n"
    },
    {
      "commit": "a6e016f19d393fbe4e040bee8155b03b840fa689",
      "tree": "b68b4a7d8c999a75b0693f7f82b8083e5508ad3f",
      "parents": [
        "9a400da84ffe7205b9921c87ac24069217442c84"
      ],
      "author": {
        "name": "Jean-Christophe PLAGNIOL-VILLARD",
        "email": "plagnioj@jcrosoft.com",
        "time": "Tue Sep 21 18:01:37 2010 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Thu Oct 07 19:56:31 2010 +0200"
      },
      "message": "AT91: at91sam9g20ek: merge 2mmc version in one board\n\nThe board-sam9g20ek-2slot-mmc.c was a revision of the at91sam9g20ek\nsince board revision C. It contains 2 sd/mmc slots.\n\nThis merge keep the support of the old machine ID\nMACH_AT91SAM9G20EK_2MMC for backward compatibility.\n\nNow we use the ATAG to pass the hardware functionality to kernel\nwith this board revision encoding\n bit 0:\n     0 \u003d\u003e 1 sd/mmc slot\n     1 \u003d\u003e 2 sd/mmc slots connectors (board from revision C)\n\nsystem_rev tested on Barebox commit d8f3ee103a9f4bd\n\nSigned-off-by: Jean-Christophe PLAGNIOL-VILLARD \u003cplagnioj@jcrosoft.com\u003e\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\n"
    },
    {
      "commit": "9a400da84ffe7205b9921c87ac24069217442c84",
      "tree": "f4cf9aba687730d7fb48fe3c959116cb2a55c4d0",
      "parents": [
        "67dd8995fd60bab890b9c3c4cd3e9f00d5811c25"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Thu Jul 01 10:55:45 2010 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Thu Oct 07 19:56:30 2010 +0200"
      },
      "message": "AT91: Correct configuration define value\n\nThe MTD nand driver for Atmel chips is atmel_nand and not at91_nand anymore.\nChange wrong configuration variables that were remaining.\n\nReported-by: Christoph Egger \u003csiccegge@cs.fau.de\u003e\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\n"
    },
    {
      "commit": "67dd8995fd60bab890b9c3c4cd3e9f00d5811c25",
      "tree": "0632a5ceee260372ae1acd361ab63daa22c1fe45",
      "parents": [
        "cb655d0f3d57c23db51b981648e452988c0223f9"
      ],
      "author": {
        "name": "Jean-Christophe PLAGNIOL-VILLARD",
        "email": "plagnioj@jcrosoft.com",
        "time": "Wed Sep 22 07:55:59 2010 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Thu Oct 07 19:55:55 2010 +0200"
      },
      "message": "AT91: at91sam9m10g45ek: use the right machine id\n\nToday the board use 2 machines id AT91SAM9G45EKES and AT91SAM9M10G45EK\nnow will use only AT91SAM9M10G45EK.\n\nThe other boards revision will be specified via system_rev.\n\nfor 9g45ekes, m10g45ekes and m10g45ek boards and revisions\n\nSigned-off-by: Jean-Christophe PLAGNIOL-VILLARD \u003cplagnioj@jcrosoft.com\u003e\nCc: Patrice Vilchez \u003cpatrice.vilchez@atmel.com\u003e\nAcked-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\n"
    },
    {
      "commit": "8ed9059533eb89b4372d7fc31b6565c053e5253b",
      "tree": "98f9ccba8864d2896285e04a42f31b23c23cf4d0",
      "parents": [
        "2bfc96a127bc1cc94d26bfaa40159966064f9c8c"
      ],
      "author": {
        "name": "Maxim Osipov",
        "email": "maxim.osipov@gmail.com",
        "time": "Wed Sep 15 11:54:49 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Oct 04 20:41:37 2010 +0100"
      },
      "message": "ARM: 6393/1: AT91: Add flexibity board support\n\nThis patch adds support for Flexibity Connect platform from\nhttp://www.flexibity.com/ (AT91SAM9260 based).\n\nSigned-off-by: Maxim Osipov \u003cmaxim.osipov@gmail.com\u003e\nAcked-by: Jean-Christophe PLAGNIOL-VILLARD \u003cplagnioj@jcrosoft.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "1d5b4c0fa9ff79a4f01e5efc1caefd16b190a3dc",
      "tree": "3d6650d378615d829d0f89e15755a0c95228a7e3",
      "parents": [
        "94bf27586631d32ed08dd49eeaa77222b7874cf3"
      ],
      "author": {
        "name": "Peter Korsgaard",
        "email": "jacmet@sunsite.dk",
        "time": "Wed Sep 22 21:29:59 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Sep 23 15:08:48 2010 +0100"
      },
      "message": "ARM: 6406/1: at91sam9g45: fix i2c bus speed\n\nUse a correct udelay value to get bus speed around 100KHz. The udelay\nvalue was most likely copied from the older devices, but the 9g45\nis signicantly faster (400MHz, DDR, ..), so a udelay of 2 gives a\nbus speed of around 190KHz, which is too fast for some devices.\nA udelay value of 5 gives a bus speed of around 90KHz here.\n\nSigned-off-by: Peter Korsgaard \u003cjacmet@sunsite.dk\u003e\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4deb22a6001eb0d4058295c3645c36190a0ec603",
      "tree": "b1f5abf1f12a1bd733a7fe016f4707635b75c192",
      "parents": [
        "64d72bbeeb68b536a27319471f212d413f58bf6f"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Fri Sep 10 14:36:06 2010 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Fri Sep 10 14:36:06 2010 +0200"
      },
      "message": "AT91: at91sam9261ek: remove C99 comments but keep information\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\n"
    },
    {
      "commit": "64d72bbeeb68b536a27319471f212d413f58bf6f",
      "tree": "3b36de76c98d8951425bd6af67580d474a7f4a41",
      "parents": [
        "1879c45cce6411fe97b0b65ccad38f5206700dda"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Fri Sep 10 11:26:42 2010 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Fri Sep 10 12:00:56 2010 +0200"
      },
      "message": "AT91: at91sam9261ek board: remove warnings related to use of SPI or SD/MMC\n\nThe sd/mmc data structure is not used if SPI is selected. The configuration\nof PIO on the board prevent from using both interfaces at the same time\n(board dependent).\nRemove the warnings at compilation time adding a preprocessor condition.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\n"
    },
    {
      "commit": "1879c45cce6411fe97b0b65ccad38f5206700dda",
      "tree": "fa44aa094049ce78f33b1259f6e79a35518a66fe",
      "parents": [
        "ab64511cbbd03196d84bcc32c6e7b9d46543df7b"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Fri Sep 10 11:38:43 2010 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Fri Sep 10 11:39:23 2010 +0200"
      },
      "message": "AT91: dm9000 initialization update\n\nAdd information in dm9000 mac/phy chip initialization:\n- irq resource details\n- platform data details\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\n"
    },
    {
      "commit": "ab64511cbbd03196d84bcc32c6e7b9d46543df7b",
      "tree": "a8b9e33180a7ff4d08b6a2daef8ed9bb3d4dc74e",
      "parents": [
        "5afddee415c829704d3a91031ae634008bc332e9"
      ],
      "author": {
        "name": "Fabian Godehardt",
        "email": "fg@emlix.com",
        "time": "Fri Sep 03 13:31:33 2010 +0100"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Thu Sep 09 20:14:43 2010 +0200"
      },
      "message": "AT91: SAM9G45 - add a separate clock entry for every single TC block\n\nWithout this patch you will not be able to register the first block\nbecause of the second association call on at91_add_device_tc().\n\nSigned-off-by: Fabian Godehardt \u003cfg@emlix.com\u003e\n[nicolas.ferre@atmel.com: change tcb1_clk to fake child clock of tcb0_clk]\nAcked-by: Jean-Christophe PLAGNIOL-VILLARD \u003cplagnioj@jcrosoft.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\n"
    },
    {
      "commit": "5afddee415c829704d3a91031ae634008bc332e9",
      "tree": "40dbd82e8596a03a07733ca796442da91ba0844b",
      "parents": [
        "8d2602e0778299e2d6084f03086b716d6e7a1e1e"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Thu Sep 09 19:58:23 2010 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Thu Sep 09 20:13:23 2010 +0200"
      },
      "message": "AT91: clock: peripheral clocks can have other parent than mck\n\nWhile registering clock allow to set parent clock other\nthan mck. It is useful for clocks than can be seen as\nchild clock of a peripheral.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Jean-Christophe PLAGNIOL-VILLARD \u003cplagnioj@jcrosoft.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\n"
    },
    {
      "commit": "8d2602e0778299e2d6084f03086b716d6e7a1e1e",
      "tree": "7c96aa2d2fa2bcdbc681a8c5fbccbefab0d6961d",
      "parents": [
        "2bfc96a127bc1cc94d26bfaa40159966064f9c8c"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Fri Aug 20 16:44:33 2010 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Tue Sep 07 18:53:33 2010 +0200"
      },
      "message": "AT91: change dma resource index\n\nReported-by: Dan Liang \u003cdan.liang@atmel.com\u003e\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\n"
    },
    {
      "commit": "5f6878b0d22f9b93f9698f88c335007e2a3c3bbc",
      "tree": "cb5ed8d029d8b0a1d499c4431527e97438d79804",
      "parents": [
        "8436b410806d9a9a8ebfa1b924d8a96da893561a"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Tue Aug 10 22:17:19 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 10 22:46:56 2010 +0100"
      },
      "message": "ARM: 6323/1: cam60: don\u0027t use __init for cam60_spi_{flash_platform_data,partitions}\n\nFrom: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\nTo: linux-arm-kernel@lists.infradead.org\nSubject: [PATCH 12/19] ARM: cam60: don\u0027t use __init for cam60_spi_{flash_platform_data,partitions}\nDate: Thu,  5 Aug 2010 16:08:46 +0200\nMessage-Id: \u003c1281017333-5563-12-git-send-email-u.kleine-koenig@pengutronix.de\u003e\n\nThese two structs are referenced by cam60_spi_devices.  The latter is\ncopied at init time to kmalloced memory and so the copy isn\u0027t freed after\nbooting.  So it must not contain references to .init memory.\n\nThis isn\u0027t noticed by modpost as cam60_spi_devices is in .init.data, too.\n\nNoticed-and-Acked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\n\nSigned-off-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "8436b410806d9a9a8ebfa1b924d8a96da893561a",
      "tree": "698140891cdaed9240cbeca155bda8ecbd0b621a",
      "parents": [
        "4df772d76d2f9be2f3207ad154452e349b04a972"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Tue Aug 10 22:16:08 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Aug 10 22:46:42 2010 +0100"
      },
      "message": "ARM: 6324/1: cam60: move cam60_spi_devices to .init.data\n\ncam60_spi_devices is passed to at91_add_device_spi which calls\nspi_register_board_info.  The latter makes a copy of it, so living in\n.init.data is OK.\n\nThis fixes the following warning in cam60_defconfig:\n\tWARNING: vmlinux.o(.data+0x2a00): Section mismatch in reference from the variable cam60_spi_devices to the (unknown reference) .init.data:(unknown)\n\tThe variable cam60_spi_devices references\n\tthe (unknown reference) __initdata (unknown)\n\tIf the reference is valid then annotate the\n\tvariable with __init* or __refdata (see linux/init.h) or name the variable:\n\t*_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console,\n\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4037242c4f5ff77afe61bf07ca1e8a99490219e5",
      "tree": "467e63d58278eaf401b5e4528702bc1d58c71bf3",
      "parents": [
        "064baaca873c64feaea0e4476d14d4c9fd978e9e"
      ],
      "author": {
        "name": "Ryan Mallon",
        "email": "ryan@bluewatersys.com",
        "time": "Tue Jul 13 05:09:16 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Jul 18 20:39:10 2010 +0100"
      },
      "message": "ARM: 6209/3: at91_udc: Add vbus polarity and polling mode\n\nAllow the vbus signal to optionally use polling. This is required if\nthe vbus signal is connected to an non-interrupting io expander for\nexample. If vbus is in polling mode, then it is assumed that the vbus\ngpio may sleep. Also add an option to have vbus be an active low\nsignal. Both options are set in the platform data for the device.\n\nSigned-off-by: Ryan Mallon \u003cryan@bluewatersys.com\u003e\nAcked-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "064baaca873c64feaea0e4476d14d4c9fd978e9e",
      "tree": "13cd35f066445e908fdd046368e45813e3544b78",
      "parents": [
        "708ee98c5b9437f699ec445bc6fe66b31b2b6ac7"
      ],
      "author": {
        "name": "Ryan Mallon",
        "email": "ryan@bluewatersys.com",
        "time": "Tue Jul 06 21:48:53 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jul 09 12:31:52 2010 +0100"
      },
      "message": "ARM: 6209/2: at91: Add support for Bluewater Systems Snapper 9260/9G20 modules\n\nAdd support for Bluewater Systems Snapper 9260/9G20 modules\n\nSigned-off-by: Ryan Mallon \u003cryan@bluewatersys.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "708ee98c5b9437f699ec445bc6fe66b31b2b6ac7",
      "tree": "aacd9f1e571a1672844e26a8cbd9be5583fdb9f2",
      "parents": [
        "7dca3343fc5ae5af2fa9248057cd65077a5576e1"
      ],
      "author": {
        "name": "Ryan Mallon",
        "email": "ryan@bluewatersys.com",
        "time": "Mon Jun 28 22:03:25 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jul 09 12:31:51 2010 +0100"
      },
      "message": "ARM: 6200/1: AT91: Define NR_BUILTIN_GPIO\n\nAdd definition for NR_BUILTIN_GPIO for AT91 family\n\nSigned-off-by: Ryan Mallon \u003cryan@bluewatersys.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "7dca3343fc5ae5af2fa9248057cd65077a5576e1",
      "tree": "973030fa645ffe756cde695dd069768a42e52486",
      "parents": [
        "5f9f0a412f16b2b849624f1b760477fb35ceff4a"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Mon Jun 21 14:59:27 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Jul 09 12:31:50 2010 +0100"
      },
      "message": "ARM: 6185/1: AT91: PM: dual ram controller support\n\nThis rework allows to address tow memory controllers. AT91SAM9263 and\nAT91SAM9G45 family have tow SDRAM or DDR/SDRAM controllers. Power management\nshould take care of this.\nThis patch modify the way RAM IP header files are implemented to allow\naccess to registers of both controllers ; it also adds some macros.\n\nWe also modify the power management files to use those modified header files.\nSlow clock (assembly) and regular power management functions are synchronized\nfor setting of RAM self-refresh procedure:\n(lpr \u0026 ~AT91_DDRSDRC_LPCB) | AT91_DDRSDRC_LPCB_SELF_REFRESH\n\nNote that AT91RM9200 is not impacted by this modification.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5f9f0a412f16b2b849624f1b760477fb35ceff4a",
      "tree": "947aeebdc3fbb9828da3e99dbebe2f7322092bf4",
      "parents": [
        "8a5c9e39379610bf347241c64132d7ee073c3959"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Fri Jun 11 12:53:14 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jun 16 23:00:02 2010 +0100"
      },
      "message": "ARM: 6169/1: AT91: add new at91 chips in at91sam9g45 family\n\nThis is the basic support for at91sam9g46, at91sam9m10 and at91sam9m11. Those\nare just very basic cpu macros and clock definition.\n\nSigned-off-by: Patrice Vilchez \u003cpatrice.vilchez@atmel.com\u003e\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "8a5c9e39379610bf347241c64132d7ee073c3959",
      "tree": "7178bfd46443a44ace6136796cafafb8caeffda6",
      "parents": [
        "5e886f68e5b1c0a62c64cbc3707304259ba46183"
      ],
      "author": {
        "name": "Dmitry Eremin-Solenikov",
        "email": "dbaryshkov@gmail.com",
        "time": "Thu Jun 03 13:57:55 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jun 16 23:00:01 2010 +0100"
      },
      "message": "ARM: 6163/1: at91sam9g20ek: add fixed-value regulator for wm8731\n\nIf CONFIG_REGULATOR is enabled, wm8731 fails on AT91SAM9G20EK board,\nsince codec driver requires several voltage supplies and none are\nprovided currently. As requires voltages are hardwired to 3V3, use fixed\nvoltage regulator for this chip.\n\nSigned-off-by: Dmitry Eremin-Solenikov \u003cdbaryshkov@gmail.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5e886f68e5b1c0a62c64cbc3707304259ba46183",
      "tree": "b1e38019d3a29e6e2d80a0a6aca59c7d74926ed5",
      "parents": [
        "4f4c5e36e7cd26c9b5bf89d66caeee5fc3d75362"
      ],
      "author": {
        "name": "Dmitry Eremin-Solenikov",
        "email": "dbaryshkov@gmail.com",
        "time": "Thu Jun 03 13:56:32 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jun 16 23:00:01 2010 +0100"
      },
      "message": "ARM: 6162/1: at91sam9g20ek: add fixed-value regulator for wm8731\n\nIf CONFIG_REGULATOR is enabled, wm8731 fails on AT91SAM9G20EK board,\nsince codec driver requires several voltage supplies and none are\nprovided currently. As requires voltages are hardwired to 3V3, use fixed\nvoltage regulator for this chip.\n\nSigned-off-by: Dmitry Eremin-Solenikov \u003cdbaryshkov@gmail.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "becba8a3589fdbc364b6dc09e90f54e4d459d4cd",
      "tree": "964ca89456ff2c4e5e0a2ac3fa7ac5db16368549",
      "parents": [
        "7b2e6a162447e217b0abe0710409c517d2b7c0b3"
      ],
      "author": {
        "name": "Andrea Gelmini",
        "email": "andrea.gelmini@gelma.net",
        "time": "Sun May 23 22:09:58 2010 +0200"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 24 20:40:13 2010 +0100"
      },
      "message": "ARM: mach-at91: duplicated include\n\narch/arm/mach-at91/board-sam9m10g45ek.c: mach/hardware.h is included more than once\n\nSigned-off-by: Andrea Gelmini \u003candrea.gelmini@gelma.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "717e7c2672e37253a4d3aa70e4716b5b0a658761",
      "tree": "9e4ce198c6c74dfedd20671188277ddd582989fc",
      "parents": [
        "ac1d426e825ab5778995f2f6f053ca2e6b45c622"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue May 18 08:17:56 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue May 18 08:17:56 2010 +0100"
      },
      "message": "ARM: remove \u0027select GENERIC_TIME\u0027\n\nGENERIC_TIME is now enabled by default, so \u0027select GENERIC_TIME\u0027\nis redundant.  Remove them.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "ac1d426e825ab5778995f2f6f053ca2e6b45c622",
      "tree": "75b91356ca39463e0112931aa6790802fb1e07a2",
      "parents": [
        "fda0e18c8a7a3e02747c2b045b4fcd2c920410b9",
        "a3685f00652af83f12b63e3b4ef48f29581ba48b"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 17 17:24:04 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 17 17:24:04 2010 +0100"
      },
      "message": "Merge branch \u0027devel-stable\u0027 into devel\n\nConflicts:\n\tarch/arm/Kconfig\n\tarch/arm/include/asm/system.h\n\tarch/arm/mm/Kconfig\n"
    },
    {
      "commit": "c39e52a793f5599582dbacf4d8f62634a492f79e",
      "tree": "7379649b5a722ceb45cc66f049a7571c66054dcd",
      "parents": [
        "762253741942d8ddbaca1c1ee62d7ed57544332b",
        "8716011315a5b2fa932fa1e7570c34975ed2cb14",
        "4fec9978822a66b25f5645eb20c115034a18cfd1",
        "de4338f40e48da3b604219909a1d4aa7aa60870f",
        "47ab0dee661dbd5aca67abe44a333e471134fbf9",
        "2a847513cdecd517f7efc06296c539c3a936cf98",
        "883413341e479d4e9f9c69def4884b4c6e1cef4e",
        "3e9cc70590287f7cb7e38793bbf968b3362b7612",
        "4c18e77f718cdda33363132127db4df795eadbd9",
        "f417cbad7394fdccec850d13d7d5621516d693ce"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 17 11:52:31 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon May 17 11:53:39 2010 +0100"
      },
      "message": "Merge branches \u0027at91\u0027, \u0027bcmring\u0027, \u0027ep93xx\u0027, \u0027iop\u0027, \u0027misc\u0027, \u0027nomadik\u0027, \u0027omap\u0027, \u0027pxa\u0027, \u0027spear\u0027 and \u0027versatile\u0027 into devel\n\nConflicts:\n\tarch/arm/Makefile\n\tarch/arm/common/Makefile\n\tarch/arm/mm/Kconfig\n"
    },
    {
      "commit": "e8faff7330a3501eafc9bfe5f4f15af444be29f5",
      "tree": "f0348e3831698baed6cc122972b8239bd155ecdf",
      "parents": [
        "aec9562f3db8ece218125042e0b2b7ac5b7091e7"
      ],
      "author": {
        "name": "Claudio Scordino",
        "email": "claudio@evidence.eu.com",
        "time": "Mon May 03 13:31:28 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue May 04 16:59:11 2010 +0100"
      },
      "message": "ARM: 6092/1: atmel_serial: support for RS485 communications\n\nFinal version of the patch that adds support for RS485 communications to the atmel_serial driver.\n\nThe patch has been already sent and discussed on both linux-kernel and linux-arm-kernel mailing lists several times.\n\nMany people collaborated to improve and test the code:\n\nTested-by: Sebastian Heutling \u003cSebastian.Heutling@who-ing.de\u003e\nTested-by: Bernhard Roth \u003cbr@pwrnet.de\u003e\nReviewed-by: Ryan Mallon \u003cryan@bluewatersys.com\u003e\nSigned-off-by: Claudio Scordino \u003cclaudio@evidence.eu.com\u003e\nSigned-off-by: Michael Trimarchi \u003cmichael@evidence.eu.com\u003e\nSigned-off-by: Rick Bronson \u003crick@efn.org\u003e\nSigned-off-by: Sebastian Heutling \u003cSebastian.Heutling@who-ing.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "aec9562f3db8ece218125042e0b2b7ac5b7091e7",
      "tree": "047bd61d5794b40dd2283f1925af0bdb00f3f0bc",
      "parents": [
        "e2941054ed596dd67a6094b7aca165af1b1f9926"
      ],
      "author": {
        "name": "Anders Larsen",
        "email": "al@alarsen.net",
        "time": "Tue Apr 13 12:05:32 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun May 02 23:13:13 2010 +0100"
      },
      "message": "ARM: 6053/1: AT91: Save power by disabling the processor clock when CPU is idle\n\nDisable the processor clock when the CPU is idle.\n\nThis saves much more power than merely entering \u0027Wait for Interrupt\u0027 mode.\nSince JTAG-debugging doesn\u0027t work when the processor clock is switched off,\nmake it conditional on CONFIG_DEBUG_KERNEL.\n\nSigned-off-by: Anders Larsen \u003cal@alarsen.net\u003e\nAcked-by: Andrew Victor \u003cavictor.za@gmail.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "e2941054ed596dd67a6094b7aca165af1b1f9926",
      "tree": "b9064f2ab8371bde299964df3f9cb8a6f3c365d4",
      "parents": [
        "67be0b8dbaffc5ecdcc4dae3c8824a5197204c55"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Wed Apr 14 17:54:04 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Apr 14 16:56:27 2010 +0100"
      },
      "message": "ARM: 6056/1: AT91: at91sam9g10 chip identification changed\n\nA bit in the at91sam9g10 identification number changed between Engineering\nSample and final product. This patch will identify both as being at91sam9g10.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "9b404b7cc3b066c57078b87f475562c37a74b814",
      "tree": "f342bfa9fccbd369855c8983c07987c1ea10c33e",
      "parents": [
        "39710479303fd3affb3e204e9a7a75cc676977b5"
      ],
      "author": {
        "name": "Christian Glindkamp",
        "email": "christian.glindkamp@taskit.de",
        "time": "Tue Apr 13 14:55:10 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Apr 14 11:24:53 2010 +0100"
      },
      "message": "ARM: 6054/1: AT91: taskit PortuxG20 and Stamp9G20 board support\n\nBoth boards share the same board file, as the PortuxG20 is basically an\nSBC based on the Stamp9G20.\n\nSigned-off-by: Christian Glindkamp \u003cchristian.glindkamp@taskit.de\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "b1cdbb5f8342d99b732c5535ee7d2de8e7b2cc2e",
      "tree": "1403aa7f71000bc34562b100abcaf60ac1b2bf98",
      "parents": [
        "3f2d4f561fab4588344cc519fd323382ab950928"
      ],
      "author": {
        "name": "Ernst Schwab",
        "email": "linuxdev@gik.de",
        "time": "Thu Mar 04 10:15:39 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Apr 14 11:22:44 2010 +0100"
      },
      "message": "ARM: 5974/1: arm/mach-at91 Makefile: remove two blanks.\n\nCosmetic change to mach-at91 Makefile: remove two blanks introduced\nby earlier patches.\n\nSigned-off-by: Ernst Schwab \u003ceschwab@online.de\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "317aa408d69a5b833a116317c18c7e957989ce44",
      "tree": "3471e79c93b005a5f4028b89e2cd62cfb960175c",
      "parents": [
        "2ba3abd8186f24c7fb418927025b4e2120e3a362"
      ],
      "author": {
        "name": "Anders Larsen",
        "email": "al@alarsen.net",
        "time": "Thu Mar 04 11:22:53 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Apr 14 11:08:43 2010 +0100"
      },
      "message": "ARM: 5975/1: AT91 slow-clock suspend: don\u0027t wait when turning PLLs off\n\nFrom: Julien Langer \u003cjulien.langer@gmail.com\u003e\n\nAT91: when turning off the PLLs during suspend, don\u0027t wait for the lock\nflag to be set. Previously the code would always run into the loop\nlimitation of 1000 iterations because the flag is never set when turning\nthe PLLs off.\n\nComments from Anders Larsen:\n\n (in http://marc.info/?l\u003dlinux-kernel\u0026m\u003d127058929724193\u0026w\u003d2)\n\nSigned-off-by: Julien Langer \u003cjulien.langer@gmail.com\u003e\nSigned-off-by: Anders Larsen \u003cal@alarsen.net\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "9823f1a8463fb631fe965110fe19adeb3df239c4",
      "tree": "e55e3f1a8ba2f1dee33a3d189061027e34fd4c15",
      "parents": [
        "bb3c9d4f851d51bb6302ef0df830dcec88d7c529"
      ],
      "author": {
        "name": "Anders Larsen",
        "email": "al@alarsen.net",
        "time": "Thu Apr 08 11:48:16 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Apr 09 08:31:04 2010 +0100"
      },
      "message": "ARM: 6043/1: AT91 slow-clock resume: Don\u0027t wait for a disabled PLL to lock\n\nat91 slow-clock resume: Don\u0027t wait for a disabled PLL to lock.\n\nWe run into this problem with the PLLB on the at91: ohci-at91 disables\nthe PLLB when going to suspend. The slowclock code however tries to do\nthe same: It saves the PLLB register value and when restoring the value\nduring resume, it waits for the PLLB to lock again. However the PLL will\nnever lock and the loop would run into its timeout because the slowclock\ncode just stored and restored an empty register.\nThis fixes the problem by only restoring PLLA/PLLB when they were enabled\nat suspend time.\n\nCc: Andrew Victor \u003cavictor.za@gmail.com\u003e\nSigned-off-by: Anders Larsen \u003cal@alarsen.net\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5cfc8ee0bb5134e1204e1ec5843e164f24315021",
      "tree": "56a5ef91318f0bba164f944ad3f06bc200bd94dd",
      "parents": [
        "e4bf5becccf4685754c4d8e4485bb2ff7d28147f"
      ],
      "author": {
        "name": "John Stultz",
        "email": "johnstul@us.ibm.com",
        "time": "Wed Mar 24 00:22:36 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Mar 24 08:08:58 2010 +0000"
      },
      "message": "ARM: convert arm to arch_gettimeoffset()\n\nConvert arm to use GENERIC_TIME via the arch_getoffset() infrastructure,\nreducing the amount of arch specific code we need to maintain.\n\nThe arm architecture is the last arch that need to be converted.\n\nSigned-off-by: John Stultz \u003cjohnstul@us.ibm.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n"
    },
    {
      "commit": "438ff39d7813515d3aac20f53b5b95aaa58b38f9",
      "tree": "68b22f32bc7abd06bd7384317754236587940afe",
      "parents": [
        "a2302b45d8ab41a55e84c39a6c6f813586ad8493"
      ],
      "author": {
        "name": "Rob Alley",
        "email": "rob.alley@navmanwireless.com",
        "time": "Thu Mar 11 02:15:04 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Mar 13 10:48:21 2010 +0000"
      },
      "message": "ARM: 5986/1: at91sam9g20-ek: Correct braces in I2C registration code\n\nThe change introduced in patch 5596/1 used incorrect bracing which\nresulted in the AT24 EEPROM no longer being registered.  This patch\ncorrects the bracing and allows both the WM8731 audio device and AT24\nEEPROM device to be registered.\n\nSigned-off-by: Rob Alley \u003crob.alley@navmanwireless.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c32da02342b7521df25fefc2ef20aee0e61cf887",
      "tree": "7e38f664fa3e13602c357d37f77d8adcf82fccc2",
      "parents": [
        "dca1d9f6d7ae428c193f32bd3e9a4ca13176648b",
        "318ae2edc3b29216abd8a2510f3f80b764f06858"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Mar 12 16:04:50 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Mar 12 16:04:50 2010 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (56 commits)\n  doc: fix typo in comment explaining rb_tree usage\n  Remove fs/ntfs/ChangeLog\n  doc: fix console doc typo\n  doc: cpuset: Update the cpuset flag file\n  Fix of spelling in arch/sparc/kernel/leon_kernel.c no longer needed\n  Remove drivers/parport/ChangeLog\n  Remove drivers/char/ChangeLog\n  doc: typo - Table 1-2 should refer to \"status\", not \"statm\"\n  tree-wide: fix typos \"ass?o[sc]iac?te\" -\u003e \"associate\" in comments\n  No need to patch AMD-provided drivers/gpu/drm/radeon/atombios.h\n  devres/irq: Fix devm_irq_match comment\n  Remove reference to kthread_create_on_cpu\n  tree-wide: Assorted spelling fixes\n  tree-wide: fix \u0027lenght\u0027 typo in comments and code\n  drm/kms: fix spelling in error message\n  doc: capitalization and other minor fixes in pnp doc\n  devres: typo fix s/dev/devm/\n  Remove redundant trailing semicolons from macros\n  fix typo \"definetly\" -\u003e \"definitely\" in comment\n  tree-wide: s/widht/width/g typo in comments\n  ...\n\nFix trivial conflict in Documentation/laptops/00-INDEX\n"
    },
    {
      "commit": "988addf82e4c03739375279de73929580a2d4a6a",
      "tree": "989ae1cd4e264bbad80c65f04480486246e7b9f3",
      "parents": [
        "004c1c7096659d352b83047a7593e91d8a30e3c5",
        "25cf84cf377c0aae5dbcf937ea89bc7893db5176"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Mar 08 20:21:04 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Mar 08 20:21:04 2010 +0000"
      },
      "message": "Merge branch \u0027origin\u0027 into devel-stable\n\nConflicts:\n\tarch/arm/mach-mx2/devices.c\n\tarch/arm/mach-mx2/devices.h\n\tsound/soc/pxa/pxa-ssp.c\n"
    },
    {
      "commit": "318ae2edc3b29216abd8a2510f3f80b764f06858",
      "tree": "ce595adde342f57f379d277b25e4dd206988a052",
      "parents": [
        "25cf84cf377c0aae5dbcf937ea89bc7893db5176",
        "3e58974027b04e84f68b964ef368a6cd758e2f84"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Mar 08 16:55:37 2010 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Mar 08 16:55:37 2010 +0100"
      },
      "message": "Merge branch \u0027for-next\u0027 into for-linus\n\nConflicts:\n\tDocumentation/filesystems/proc.txt\n\tarch/arm/mach-u300/include/mach/debug-macro.S\n\tdrivers/net/qlge/qlge_ethtool.c\n\tdrivers/net/qlge/qlge_main.c\n\tdrivers/net/typhoon.c\n"
    },
    {
      "commit": "186f93ea1f274f4cde4a356401c1786c818ff881",
      "tree": "de28f076c823d5423a5b4780f0d37554c242c982",
      "parents": [
        "3560adf62075829393743667ff338dd8fd26a5c2",
        "4e6d488af37980d224cbf298224db6173673f362"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 25 22:07:25 2010 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Feb 25 22:07:25 2010 +0000"
      },
      "message": "Merge branch \u0027tmpreg\u0027 into devel\n\nConflicts:\n\tarch/arm/Kconfig\n\tarch/arm/mach-ux500/include/mach/debug-macro.S\n"
    },
    {
      "commit": "4e6d488af37980d224cbf298224db6173673f362",
      "tree": "5e5d7276f321c239c129031892ec08a3ba034c2f",
      "parents": [
        "200b7a8dc09504bc0aedac567a307a6e533f39e5"
      ],
      "author": {
        "name": "Tony Lindgren",
        "email": "tony@atomide.com",
        "time": "Mon Feb 01 23:26:53 2010 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Feb 12 17:27:52 2010 +0000"
      },
      "message": "ARM: 5910/1: ARM: Add tmp register for addruart and loadsp\n\nOtherwise more complicated uart configuration won\u0027t be possible.\nWe can use r1 for tmp register for both head.S and debug.S.\n\nNOTE: This patch depends on another patch to add the the tmp register\ninto all debug-macro.S files. That can be done with:\n\n$ sed -i -e \"s/addruart,rx|addruart, rx/addruart, rx, tmp/\"\n\tarch/arm/*/include/*/debug-macro.S\n\nSigned-off-by: Tony Lindgren \u003ctony@atomide.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "1537a3638cbf741d3826c1002026cce487a6bee0",
      "tree": "ccb28bc0cbad64686c7cff704a6e7ee898aff35f",
      "parents": [
        "b5218a87cbe0f01d551b2dae90b54cad8ded72df"
      ],
      "author": {
        "name": "Daniel Mack",
        "email": "daniel@caiaq.de",
        "time": "Fri Jan 29 15:57:49 2010 +0800"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri Feb 05 12:22:45 2010 +0100"
      },
      "message": "tree-wide: fix \u0027lenght\u0027 typo in comments and code\n\nSome misspelled occurences of \u0027octet\u0027 and some comments were also fixed\nas I was on it.\n\nSigned-off-by: Daniel Mack \u003cdaniel@caiaq.de\u003e\nCc: Jiri Kosina \u003ctrivial@kernel.org\u003e\nCc: Joe Perches \u003cjoe@perches.com\u003e\nCc: Junio C Hamano \u003cgitster@pobox.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "501d70383aa9ffc78b41aa7e74f6b0254c7c731c",
      "tree": "b0a9421468f16aabff7ff8e92cf1655d17ef7eef",
      "parents": [
        "066000dd856709b6980123eb39b957fe26993f7b"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Mon Sep 21 09:30:09 2009 +0200"
      },
      "committer": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Fri Jan 22 17:04:39 2010 +0100"
      },
      "message": "arm/at91: Don\u0027t disable irqs in set_next_event and set_mode callbacks\n\non AT91 the timer irq is shared, so the handler might be entered without\nirqs being disabled.  Though this should not happen as the timer irq is\nregistered early, there have been some reports on the mailing list.\n\nTo make debugging that problem easier next time it pops up a\nWARN_ON_ONCE is added to the handler if irqs are not off.\n\nSigned-off-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\n"
    },
    {
      "commit": "c9a8fdd8b3ecdcfa3aa40e553c87c5787f5d70e4",
      "tree": "bf6d777a7bc847200269c89eedf3390ca3306a36",
      "parents": [
        "5e38efae9635436efa1e4952cf953085839a7121"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "linux@maxim.org.za",
        "time": "Tue Dec 15 22:00:18 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jan 20 12:36:27 2010 +0000"
      },
      "message": "ARM: 5851/1: [AT91] AT572D940HF-EK board support\n\nAdd support for the Atmel AT572D940HF-EK board (development board for\nthe AT572D940HF processor).\n\nSigned-off-by: Antonio R. Costa \u003ccosta.antonior@gmail.com\u003e\nSigned-off-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5e38efae9635436efa1e4952cf953085839a7121",
      "tree": "2e9d8a7b0476c72f8e876929416f940e78efece4",
      "parents": [
        "74d2e4f8d79ae0c4b6ec027958d5b18058662eea"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "linux@maxim.org.za",
        "time": "Tue Dec 15 21:57:27 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Jan 20 12:34:06 2010 +0000"
      },
      "message": "ARM: 5850/1: [AT91] AT572D940HF processor support\n\nAdd support for the Atmel AT572D940HF processor (DIOPSIS range).\nThis processor integrates an ARM926 core, a DSP and the SoC\nperipherals usually found on an AT91 processor (USART, SSC, SPI, TWI,\nCAN, etc)\n\nSigned-off-by: Antonio R. Costa \u003ccosta.antonior@gmail.com\u003e\nSigned-off-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "2635d1ba711560d521f6218c585a3e0401f566e1",
      "tree": "11c8f09f15cd2f19bfd6f2d2d9b2cac67544179f",
      "parents": [
        "bd68e0838fe85794b06892054772fa013a8d1986"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Mon Dec 14 18:01:30 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Dec 15 08:53:35 2009 -0800"
      },
      "message": "atmel-mci: change use of dma slave interface\n\nAllow the use of another DMA controller driver in atmel-mci sd/mmc driver.\n This adds a generic dma_slave pointer to the mci platform structure where\nwe can store DMA controller information.  In atmel-mci we use information\nprovided by this structure to initialize the driver (with new helper\nfunctions that are architecture dependant).\n\nThis also adds at32/avr32 chip modifications to cope with this new access\nmethod.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nCc: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\nCc: \u003clinux-mmc@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "fa395aaec823b9d1a5800913a6b5d0e6d1c5ced2",
      "tree": "d599abe9f4f48f1737da50fa9a48dadfd08100e3",
      "parents": [
        "3e7468313758913c5e4d372f35b271b96bad1298",
        "1f26978afd123deb22dd3c7dc75771a02f6e03f6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Dec 09 19:52:01 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Dec 09 19:52:01 2009 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (51 commits)\n  Input: appletouch - give up maintainership\n  Input: dm355evm_kbd - switch to using sparse keymap library\n  Input: wistron_btns - switch to using sparse keymap library\n  Input: add generic support for sparse keymaps\n  Input: fix memory leak in force feedback core\n  Input: wistron - remove identification strings from DMI table\n  Input: psmouse - remove identification strings from DMI tables\n  Input: atkbd - remove identification strings from DMI table\n  Input: i8042 - remove identification strings from DMI tables\n  DMI: allow omitting ident strings in DMI tables\n  Input: psmouse - do not carry DMI data around\n  Input: matrix-keypad - switch to using dev_pm_ops\n  Input: keyboard - fix lack of locking when traversing handler-\u003eh_list\n  Input: gpio_keys - scan gpio state at probe and resume time\n  Input: keyboard - add locking around event handling\n  Input: usbtouchscreen - add support for ET\u0026T TC5UH touchscreen controller\n  Input: xpad - add two new Xbox 360 devices\n  Input: polled device - do not start polling if interval is zero\n  Input: polled device - schedule first poll immediately\n  Input: add S3C24XX touchscreen driver\n  ...\n"
    },
    {
      "commit": "0719dc341389882cc834ed18fc9b7fc6006b2b85",
      "tree": "794480ac62c07ea8cc4e69c2cb3d2b83bb7f36b7",
      "parents": [
        "e28edb723e64200554194da17617ee6e82de6690",
        "677f4f64e4b2336682f0e15c69b206ade6f6b131"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Dec 05 10:35:33 2009 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Dec 05 10:35:33 2009 +0000"
      },
      "message": "Merge branch \u0027devel-stable\u0027 into devel\n"
    },
    {
      "commit": "e28edb723e64200554194da17617ee6e82de6690",
      "tree": "6116b7166054a17c9fbd94ade6db070d31c7c786",
      "parents": [
        "2fc42814d8a9dd757abc7f80fbf11e9247e97d40",
        "01c62c9b32ec122bf5e3edeecec4d826cb8e81e5",
        "43234b1ef630388c2cffb34eeeaa84dd731602cc",
        "183bd50f4fe6cd49c1790a90163e3d1ece80f344",
        "50dcfa0234753c32e1c838cc0e6d7952dda73201",
        "045868df2c5eee2330c052f8237b428afa9394fd",
        "6635529987cd01f9af0c3996cf2e7b9e2bbb4aa7",
        "870725d9fcdecb23eab696d405fa90df46151865"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Dec 05 10:35:18 2009 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Dec 05 10:35:18 2009 +0000"
      },
      "message": "Merge branches \u0027at91\u0027, \u0027ep93xx\u0027, \u0027etm\u0027, \u0027ks8695\u0027, \u0027nuc\u0027, \u0027u300\u0027 and \u0027u8500\u0027 into devel\n"
    },
    {
      "commit": "467832032cc07626880363efa8625719c16c04eb",
      "tree": "ee9a62c04f0b3106e412bc1b2dd1cea5566d5ca7",
      "parents": [
        "66d2a5952eab875f1286e04f738ef029afdaf013",
        "22763c5cf3690a681551162c15d34d935308c8d7"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Wed Dec 02 23:38:13 2009 -0800"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Wed Dec 02 23:38:13 2009 -0800"
      },
      "message": "Merge commit \u0027v2.6.32\u0027 into next\n"
    },
    {
      "commit": "985f37f827f5012f88e286914cdbae87b9f50ed1",
      "tree": "6dbb690f3a34f6728aba392f8644ce48af1b7b95",
      "parents": [
        "423c9b0dc3d01e50a4df4e48e8477bfb33638d6e"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Thu Nov 19 09:32:52 2009 -0800"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri Nov 20 00:55:38 2009 -0800"
      },
      "message": "AT91: add touchscreen support for at91sam9g45ekes\n\nNew at91sam9g45ekes board provides a LCD with resistive touchscreen.\nThis is the support of this feature by atmel_tsadcc driver. This also\nsets up platform parameters to be passed to the driver.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "423c9b0dc3d01e50a4df4e48e8477bfb33638d6e",
      "tree": "e7bc6d9725bad87619ae6f84488fbea05390a19f",
      "parents": [
        "970435a141b55b2334c6b7e834ed5da7a87daae5"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Thu Nov 19 09:31:20 2009 -0800"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri Nov 20 00:55:29 2009 -0800"
      },
      "message": "AT91: add platform parameters for atmel_tsadcc in at91sam9rlek\n\nSetup platform parameters in at91sam9rl-ek board to be passed to\natmel_tsadcc touchscreen.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "0f74296a0f818d8ae52d9b77ec531e8dd804dda3",
      "tree": "0ef487e756e7956f8c41fd083bc5ed072f6bf2d3",
      "parents": [
        "a9366e61b03f55a6e009e687ad10e706714c9907"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Tue Oct 20 16:32:53 2009 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Mon Nov 16 16:57:50 2009 +0100"
      },
      "message": "at91: at91sam9g20ek modify dual slot evaluation kit\n\nat91sam9g20ek rev. C and onwards embed two SD/MMC slots. This patch modify the\nprevious dual slot board definition to match the official rev. C board. It also\nallows the use of at91_mci SD/MMC driver in addition to the atmel-mci one.\n\nSome pins have been re-affected from leds or Ethernet phy IRQ to the SD/MMC\nslot A. This lead to a modification of those definitions.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\n"
    },
    {
      "commit": "0912e5359f89f303f53fd4874dadab77a4949a8a",
      "tree": "720d2f12f0293229c4ebd085b159cd0ad4da2dd1",
      "parents": [
        "2ef9f59a7a3a0894be63836542f0902a45ffdd22"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Tue Jun 23 16:30:56 2009 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Mon Nov 16 16:56:23 2009 +0100"
      },
      "message": "atmel_lcdfb Kconfig: remove long dependency line\n\nMany Atmel SOC are embedding a LCD controller. This patch removes the long\ndependency line for this Atmel LCD framebuffer driver configuration entry.\nThe HAVE_FB_ATMEL configuration option is located in the video Kconfig file\nas it may be setup by ARM/AT91 and AVR32 chips.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Jean-Christophe PLAGNIOL-VILLARD \u003cplagnioj@jcrosoft.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\n"
    },
    {
      "commit": "2ef9f59a7a3a0894be63836542f0902a45ffdd22",
      "tree": "19b3a3f831fd5bd302279f554b1fba3dcf7b40f9",
      "parents": [
        "c4e4ab9f23d26498a01316428d710833fb96f214"
      ],
      "author": {
        "name": "Jean-Christophe PLAGNIOL-VILLARD",
        "email": "plagnioj@jcrosoft.com",
        "time": "Thu Oct 22 18:50:26 2009 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Mon Nov 16 16:56:22 2009 +0100"
      },
      "message": "at91: Kconfig simplification\n\nInstead of adding \"depends on\" at config level, introduce HAVE_* config\nvariables. Add them at machine or soc level to specify the ability of a\nparticular support.\nIt will ease new board introduction and readability.\n\nSigned-off-by: Jean-Christophe PLAGNIOL-VILLARD \u003cplagnioj@jcrosoft.com\u003e\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\n"
    },
    {
      "commit": "c4e4ab9f23d26498a01316428d710833fb96f214",
      "tree": "0b2d6e57b6afdff8d1637eb789a383d59fa1fb3c",
      "parents": [
        "fdcad71cef68529a1f54331f533763ca53814f96"
      ],
      "author": {
        "name": "Jean-Christophe PLAGNIOL-VILLARD",
        "email": "plagnioj@jcrosoft.com",
        "time": "Thu Oct 22 18:41:41 2009 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Mon Nov 16 16:56:21 2009 +0100"
      },
      "message": "at91: remove not needed depends on\n\nThose \"depends on\" are a double check as all machine entries are\nsurrounded by \"if \u003cARCH_xxx\u003e\" conditions.\n\nSigned-off-by: Jean-Christophe PLAGNIOL-VILLARD \u003cplagnioj@jcrosoft.com\u003e\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\n"
    },
    {
      "commit": "fdcad71cef68529a1f54331f533763ca53814f96",
      "tree": "0ef487e756e7956f8c41fd083bc5ed072f6bf2d3",
      "parents": [
        "a9366e61b03f55a6e009e687ad10e706714c9907"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Tue Oct 20 16:32:53 2009 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Mon Nov 16 16:55:55 2009 +0100"
      },
      "message": "at91: at91sam9g20ek modify dual slot evaluation kit\n\nat91sam9g20ek rev. C and onwards embed two SD/MMC slots. This patch modify the\nprevious dual slot board definition to match the official rev. C board. It also\nallows the use of at91_mci SD/MMC driver in addition to the atmel-mci one.\n\nSome pins have been re-affected from leds or Ethernet phy IRQ to the SD/MMC\nslot A. This lead to a modification of those definitions.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\n"
    },
    {
      "commit": "01c62c9b32ec122bf5e3edeecec4d826cb8e81e5",
      "tree": "707d95579beead1faffece0e76b3c1dace297571",
      "parents": [
        "1ea60cf7062271f0d53d09268726aa1544bf4836"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Tue Nov 03 20:39:02 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Nov 10 23:46:35 2009 +0000"
      },
      "message": "ARM: 5782/1: at91: support for eco920\n\nCONFIG_MACH_ECO920 is enabled in at91rm9200dk_defconfig.  The name is\nwrong, but this is better than adding another defconfig or don\u0027t get\ncompile coverage at all.\n\nSigned-off-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "1ea60cf7062271f0d53d09268726aa1544bf4836",
      "tree": "4e975655fa555fd2346ec50112fbbc8244cb03da",
      "parents": [
        "cd3abf98aeaec9b23a926159856b54a95707ee88"
      ],
      "author": {
        "name": "Albin Tonnerre",
        "email": "albin.tonnerre@free-electrons.com",
        "time": "Sun Nov 01 18:40:50 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Nov 10 23:46:35 2009 +0000"
      },
      "message": "ARM: 5778/1: AT91: Add cpuidle support\n\nThis patch adds the support for cpuidle on AT91 SoCs, taken from the\ncpuidle support in mach-kirkwood.\ncpuidle needs sdram_selfrefresh_enable and _disable, so move their\ndefinition to a separate header file instead of duplicating the code\nalready used in pm.c.\n\nTested-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nSigned-off-by: Albin Tonnerre \u003calbin.tonnerre@free-electrons.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "d8951adeba05719b9efd7ce875a3294ffdbb37ea",
      "tree": "27a933c75730e6e0b1d46f695fb5022eadb18264",
      "parents": [
        "2f5d46d2f669a6d0083e50f457ce4e32fb90568c"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Mon Sep 21 12:03:56 2009 +0200"
      },
      "committer": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Tue Nov 03 18:42:31 2009 +0100"
      },
      "message": "at91: at91sam9g45 family: identify several chip versions\n\ncpu_is_xxx() macros are identifying generic at91sam9g45 chip. This patch adds\nthe capacity to differentiate Engineering Samples and final lots through the\ninclusion of  at91_cpu_fully_identify() and the related chip IDs with chip\nversion field preserved.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Jean-Christophe PLAGNIOL-VILLARD \u003cplagnioj@jcrosoft.com\u003e\nAcked-by: Hans-Christian Egtvedt \u003chans-christian.egtvedt@atmel.com\u003e\n"
    },
    {
      "commit": "f51f78c06c7fb442d304b93b68b3a1ebe3785a55",
      "tree": "b93409cff89072685231a64bbabdba90a8db3187",
      "parents": [
        "2fdc246aaf9a7fa088451ad2a72e9119b5f7f029"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Fri Sep 25 12:11:32 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Oct 25 16:00:33 2009 +0000"
      },
      "message": "ARM: 5726/1: at91/USB: at91sam9g45 series USB host integration\n\nThis is the at91 specific part of USB host integration. The EHCI high speed\ncontroller has a companion OHCI controller to manage USB full and low speed.\nThey are sharing the same IRQ line and vbus pin.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4726374fb4cc93472b83765ef786d8093e352afa",
      "tree": "d7ad829aa7f93b4721c359d323ec958768277a23",
      "parents": [
        "8c5b0f9a85cd78e98123417a8e9d58857968ff13"
      ],
      "author": {
        "name": "Yegor Yefremov",
        "email": "yegorslists@googlemail.com",
        "time": "Tue Oct 20 08:39:41 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Oct 21 13:08:14 2009 +0100"
      },
      "message": "ARM: 5766/1: Fix watchdog enabling for AT91SAM9G45\n\nThe macro for the watchdog has been changed from CONFIG_AT91SAM9_WATCHDOG\nto CONFIG_AT91SAM9X_WATCHDOG due to AT91CAP9 chips support\n\nSigned-off-by: Yegor Yefremov \u003cyegorslists@googlemail.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "5c3cc2084dd9dc26b258f88abb629550090956e0",
      "tree": "78bad2d2f412e0700384268f065823879f8ef1da",
      "parents": [
        "851b147e4411df6a1e7e90e2a609773c277eefd2",
        "b8273570f802a7658827dcb077b0b517ba75a289"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Sep 25 07:22:11 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Sep 25 07:22:11 2009 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6: (94 commits)\n  genetlink: fix netns vs. netlink table locking (2)\n  3c59x: Get rid of \"Trying to free already-free IRQ\"\n  tunnel: eliminate recursion field\n  ems_pci: fix size of CAN controllers BAR mapping for CPC-PCI v2\n  net: fix htmldocs sunrpc, clnt.c\n  Phonet: error on broadcast sending (unimplemented)\n  Phonet: fix race for port number in concurrent bind()\n  pktgen: better scheduler friendliness\n  pktgen: T_TERMINATE flag is unused\n  ipv4: check optlen for IP_MULTICAST_IF option\n  ath9k: Initialize txgain and rxgain for newer AR9287 chipsets.\n  iwlagn: fix panic in iwl{5000,4965}_rx_reply_tx\n  ath9k: Fix RFKILL bugs\n  drivers/net/wireless: Use usb_endpoint_dir_out\n  cfg80211: don\u0027t overwrite privacy setting\n  wl12xx: fix kconfig/link errors\n  rt2x00: fix the definition of rt2x00crypto_rx_insert_iv\n  iwlwifi: reduce noise when skb allocation fails\n  iwlwifi: do not send sync command while holding spinlock\n  mac80211: fix DTIM setting\n  ...\n"
    },
    {
      "commit": "8b3f6af86378d0a10ca2f1ded1da124aef13b62c",
      "tree": "de6ca90295730343c495be8d98be8efa322140ef",
      "parents": [
        "139d6065c83071d5f66cd013a274a43699f8e2c1",
        "94e0fb086fc5663c38bbc0fe86d698be8314f82f"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Sep 24 15:13:11 2009 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Sep 24 15:13:11 2009 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of /home/davem/src/GIT/linux-2.6/\n\nConflicts:\n\tdrivers/staging/Kconfig\n\tdrivers/staging/Makefile\n\tdrivers/staging/cpc-usb/TODO\n\tdrivers/staging/cpc-usb/cpc-usb_drv.c\n\tdrivers/staging/cpc-usb/cpc.h\n\tdrivers/staging/cpc-usb/cpc_int.h\n\tdrivers/staging/cpc-usb/cpcusb.h\n"
    },
    {
      "commit": "baea7b946f00a291b166ccae7fcfed6c01530cc6",
      "tree": "4aa275fbdbec9c7b9b4629e8bee2bbecd3c6a6af",
      "parents": [
        "ae19ffbadc1b2100285a5b5b3d0a4e0a11390904",
        "94e0fb086fc5663c38bbc0fe86d698be8314f82f"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Sep 24 21:22:33 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Sep 24 21:22:33 2009 +0100"
      },
      "message": "Merge branch \u0027origin\u0027 into for-linus\n\nConflicts:\n\tMAINTAINERS\n"
    },
    {
      "commit": "864f38ebdcb1f7dc4138b7ccb801f16f1696eb8e",
      "tree": "390fddc2e951479b0b66a8a93e1895e483394488",
      "parents": [
        "04d699c3643fbf75dd72c03a4eacec87149c4aca"
      ],
      "author": {
        "name": "Rob Emanuele",
        "email": "rob@emanuele.us",
        "time": "Tue Sep 22 16:45:22 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Sep 23 07:39:37 2009 -0700"
      },
      "message": "AT91: atmel-mci: Platform configuration to the the atmel-mci driver\n\nCreated a modified version of the at91sam9g20 evaluation kit platform\n(board-sam9g20ek-2slot-mmc.c) and device support to make use of the\nupdated atmel-mci driver.\n\nAs the use of two slots modify GPIO pin allocation, we create another\nboard file.\n\nThis requires getting the most updated arch/arm/tools/mach-types from\nhttp://www.arm.linux.org.uk/developer/machines/download.php to have the machine\ntype for the at91sam9g20ek-2slot-mmc board.\n\n[nicolas.ferre@atmel.com: printk, slot_count modification in at91sam9260_devices.c file]\n[akpm@linux-foundation.org: coding-style fixes]\nSigned-off-by: Rob Emanuele \u003crob@emanuele.us\u003e\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nCc: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\nCc: Andrew Victor \u003clinux@maxim.org.za\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: \u003clinux-mmc@vger.kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a7a1a05f9dc0308b1710c5a9545bb98ca250bb8d",
      "tree": "8e467226e3594f1496eac2363695e3e4d8aaf247",
      "parents": [
        "58a587dc2abd436a6a8d0de729d9ed7e40ce0ac9"
      ],
      "author": {
        "name": "Marc Kleine-Budde",
        "email": "mkl@pengutronix.de",
        "time": "Wed Sep 16 23:37:33 2009 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Sep 22 14:45:09 2009 -0700"
      },
      "message": "at91sam9263ek: activate at91 CAN controller\n\nThis patch activates the at91 CAN controller for the at91sam9263ek\ndevelopment board.\n\nSigned-off-by: Hans J. Koch \u003chjk@linutronix.de\u003e\nSigned-off-by: Marc Kleine-Budde \u003cmkl@pengutronix.de\u003e\nAcked-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "58a587dc2abd436a6a8d0de729d9ed7e40ce0ac9",
      "tree": "64a821e8fa0ea28b35a5f0994707fef2b6d86d17",
      "parents": [
        "ec4756238239f1a331d9fb95bad8b281dad56855"
      ],
      "author": {
        "name": "Marc Kleine-Budde",
        "email": "mkl@pengutronix.de",
        "time": "Wed Sep 16 23:37:32 2009 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Sep 22 14:45:06 2009 -0700"
      },
      "message": "at91sam9263: add at91_can device to generic device definition\n\nThis patch adds the device definition for the at91_can device to\nthe generic device definiton file for the at91sam9263.\n\nSigned-off-by: Hans J. Koch \u003chjk@linutronix.de\u003e\nSigned-off-by: Marc Kleine-Budde \u003cmkl@pengutronix.de\u003e\nAcked-by: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "ae19ffbadc1b2100285a5b5b3d0a4e0a11390904",
      "tree": "3c2086ab67398a019089a47ca3f362a4bc6db74f",
      "parents": [
        "34e84f39a27d059a3e6ec6e8b94aafa702e6f220",
        "9173a8ef24a6b1b8031507b35b8ffe5f85a87692"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 22 20:54:53 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 22 21:01:40 2009 +0100"
      },
      "message": "Merge branch \u0027master\u0027 into for-linus\n"
    },
    {
      "commit": "9173a8ef24a6b1b8031507b35b8ffe5f85a87692",
      "tree": "9245114aabaa107b845da58789f73cca3cc15cf4",
      "parents": [
        "2003b7af259611312ea132da1f5006ae0b8e47d7"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "linux@maxim.org.za",
        "time": "Tue Sep 22 10:47:50 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Sep 22 20:54:28 2009 +0100"
      },
      "message": "ARM: 5719/1: [AT91] Fix AC97 breakage\n\nFix AC97 build breakage with converting to the shared AT91/AVR32 AC97 driver:\n  struct atmel_ac97_data  -\u003e struct ac97c_platform_data\n  CONFIG_SND_AT91_AC97 -\u003e CONFIG_SND_ATMEL_AC97C\n\nSigned-off-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "439a33074c7d0895dd1e13ac354b8b4505d3ea43",
      "tree": "e1c251dbdfd7c81abf03b8eb4ecca2ba369c4973",
      "parents": [
        "378ac65e6c6779c526c9016cafb61d84ff9cbecd"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Fri Sep 18 16:14:21 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 21 16:03:01 2009 +0100"
      },
      "message": "ARM: 5710/1: at91: add AC97 support to at91sam9rl and at91sam9rlek board\n\nAdd the support of AC97 on the at91sam9rl chip and -ek board.\nIt will share the code with AVR32 ac97c alsa driver \"atmel_ac97c\".\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "378ac65e6c6779c526c9016cafb61d84ff9cbecd",
      "tree": "5416b93d6320fcca8a2c1625616b897a4bb7bb84",
      "parents": [
        "28f9f19db9dda54c851d5689539d86f6fc008773"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Fri Sep 18 16:14:22 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 21 16:02:59 2009 +0100"
      },
      "message": "ARM: 5709/1: at91: add AC97 support to at91sam9g45 series and at91sam9m10g45ek board\n\nAdd the support of AC97 on the at91sam9g45 chip series and -ek board.\nIt will share the code with AVR32 ac97c alsa driver \"atmel_ac97c\".\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "40262b2b6efac507005a2c981175266bf81152a7",
      "tree": "8d5ed29c6ffb02702e6d790966f97f24a5bff796",
      "parents": [
        "6ff89e9d62014b0e21fad96cf4d72d68b3aa0d8c"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Fri Jul 24 11:43:01 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 21 16:02:15 2009 +0100"
      },
      "message": "ARM: 5621/1: at91/dmaengine: integration of at_hdmac driver in at91sam9g45 series\n\nThis is the integration of DMA engine driver into at91sam9g45 series\ndevice file.\nThe associated driver is at_hdmac.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "6ff89e9d62014b0e21fad96cf4d72d68b3aa0d8c",
      "tree": "dab21b0760c053c3ffa668671cba6195ef5699e9",
      "parents": [
        "9e6c82cd3e1a739ef48bf8c1decc8e7a7d8de3ac"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Fri Jul 24 11:43:00 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 21 16:02:14 2009 +0100"
      },
      "message": "ARM: 5620/1: at91/dmaengine: integration of at_hdmac driver in at91sam9rl\n\nThis is the integration of DMA engine driver into at91sam9rl device file. The\nassociated driver is at_hdmac.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4f37940d64a155c025968118849b596f6aaa8128",
      "tree": "29c6d5a7bccfeea402c6f25569e3c3ab3fc31e00",
      "parents": [
        "3f6db50f1ebc4fa797445dd89af7211cafc52a92"
      ],
      "author": {
        "name": "Samuel R. C. Vale",
        "email": "srcvale@holoscopio.com",
        "time": "Fri Jul 10 12:07:15 2009 -0300"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Sep 21 15:14:55 2009 +0200"
      },
      "message": "trivial: fix typos in comments s/DGBU/DBGU/\n\nDBGU means Debug Unit, was refered as \"DGBU\" in some files. Fixed to \"DBGU\".\n\nSigned-off-by: Samuel R. C. Vale \u003csrcvale@holoscopio.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "ddd559b13f6d2fe3ad68c4b3f5235fd3c2eae4e3",
      "tree": "d827bca3fc825a0ac33efbcd493713be40fcc812",
      "parents": [
        "cf7a2b4fb6a9b86779930a0a123b0df41aa9208f",
        "f17a1f06d2fa93f4825be572622eb02c4894db4e"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Sep 12 12:02:26 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Sep 12 12:02:26 2009 +0100"
      },
      "message": "Merge branch \u0027devel-stable\u0027 into devel\n\nConflicts:\n\tMAINTAINERS\n\tarch/arm/mm/fault.c\n"
    },
    {
      "commit": "cf7a2b4fb6a9b86779930a0a123b0df41aa9208f",
      "tree": "a5542d40aa2e321b7479c676a8234fee31b4c351",
      "parents": [
        "b736b89f8a001cb73f020ca90a6fac77861cddf6",
        "8c3cbd5a2b2cc244277f6089dae83f09f1e7a27b",
        "57a473f2f97cf3bca78df08aac2f438ddef03bee",
        "af1057abd7d5f97e17ab96e34d1920746188ddcb",
        "c1cb6b7fb5190ad55b31aa3289d48fedd288ddaa",
        "65cec8e3db606608fd1f8dfc4a1c7c37bfba9173",
        "8e22676e56673494a15ba95b57af21eb47d8b98a"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Sep 12 12:01:34 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Sep 12 12:01:34 2009 +0100"
      },
      "message": "Merge branches \u0027arm\u0027, \u0027at91\u0027, \u0027bcmring\u0027, \u0027ep93xx\u0027, \u0027mach-types\u0027, \u0027misc\u0027 and \u0027w90x900\u0027 into devel\n"
    },
    {
      "commit": "8c3cbd5a2b2cc244277f6089dae83f09f1e7a27b",
      "tree": "d2f30645dc64555222e48df89f997bb182241465",
      "parents": [
        "d656f07a7405e788e1275d0238b67f593615f2bb"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Wed Aug 26 15:33:16 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Sep 06 20:57:27 2009 +0100"
      },
      "message": "ARM: 5686/1: at91: Correct AC97 reset line in at91sam9263ek board\n\nBoard code was wrongly setting up the reset pin for AC97 on at91sam9263ek.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "d656f07a7405e788e1275d0238b67f593615f2bb",
      "tree": "0f68594dfb6258e2180f9cfba0b92ad00557cc18",
      "parents": [
        "0c30df6fe0bd1e3845357e793dc1bfd908751c45"
      ],
      "author": {
        "name": "sedji gaouaou",
        "email": "sedji.gaouaou@atmel.com",
        "time": "Thu Aug 06 15:20:22 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sun Sep 06 20:57:26 2009 +0100"
      },
      "message": "ARM: 5640/1: This patch modifies the support of AC97 on the at91sam9263 ek board\n\nThis patch modifies the support of AC97 on the at91sam9263 ek board, so it would\nshare the code with AVR32.\nPlus it removes a typo in at91sam9263_devices.c.\n\nSigned-off-by: Sedji Gaouaou \u003csedji.gaouaou@atmel.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "0c30df6fe0bd1e3845357e793dc1bfd908751c45",
      "tree": "24b59ef0186784f7623e91236c5b1f03b79d6331",
      "parents": [
        "fb85205ada3fef98122a40b700ecb71efb33ae71"
      ],
      "author": {
        "name": "Sergey Matyukevich",
        "email": "geomatsi@gmail.com",
        "time": "Thu Jul 30 22:29:07 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Aug 01 16:24:59 2009 +0100"
      },
      "message": "ARM: 5632/1: Board-specific data for IDE support on afeb9260\n\nThis patch adds board-specific data for IDE support on afeb9260.\n\nDepends on #5631/1\n\nTested-by: Sergey Matyukevich \u003cgeomatsi@gmail.com\u003e\nSigned-off-by: Sergey Matyukevich \u003cgeomatsi@gmail.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nAcked-by: Sergey Lapin \u003cslapin@ossfans.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "fb85205ada3fef98122a40b700ecb71efb33ae71",
      "tree": "a982b9e9a43587dd602fad08a37d8e8e1108019c",
      "parents": [
        "10233a939812450e4fe07cf529585bab5b4d99ec"
      ],
      "author": {
        "name": "Sergey Matyukevich",
        "email": "geomatsi@gmail.com",
        "time": "Thu Jul 30 22:23:24 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Aug 01 16:24:59 2009 +0100"
      },
      "message": "ARM: 5631/1: Platform data for CF/IDE support in AT91SAM9260\n\nThis patch adds platform data for CF/IDE support\nand SMC init code for AT91SAM9260 SoC.\n\nTested-by: Sergey Matyukevich \u003cgeomatsi@gmail.com\u003e\nSigned-off-by: Sergey Matyukevich \u003cgeomatsi@gmail.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "db06816cb9ceb21a2bf24122407b7b4fe419c3fc",
      "tree": "25a96cbc392edfe35ea6dcfaa4b0b2a7601d779d",
      "parents": [
        "784b1d6b21cb25791b68276af27a7c2321d5a86f",
        "808347f6a31792079e345ec865e9cfcb6e8ae6b2"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jul 30 16:46:31 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jul 30 16:46:31 2009 -0700"
      },
      "message": "Merge branch \u0027next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx\n\n* \u0027next\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx:\n  dmaengine: at_hdmac: add DMA slave transfers\n  dmaengine: at_hdmac: new driver for the Atmel AHB DMA Controller\n  dmaengine: dmatest: correct thread_count while using multiple thread per channel\n  dmaengine: dmatest: add a maximum number of test iterations\n  drivers/dma: Remove unnecessary semicolons\n  drivers/dma/fsldma.c: Remove unnecessary semicolons\n  dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMA\n  fsldma: do not clear bandwidth control bits on the 83xx controller\n  fsldma: enable external start for the 83xx controller\n  fsldma: use PCI Read Multiple command\n"
    },
    {
      "commit": "10233a939812450e4fe07cf529585bab5b4d99ec",
      "tree": "eec0dfcddf0e7fd473c24f4874894e87dca08a02",
      "parents": [
        "41a353d126ca332c20cfd97683b6261992743840"
      ],
      "author": {
        "name": "Eric Bénard",
        "email": "eric@eukrea.com",
        "time": "Thu Jul 30 07:23:42 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jul 30 17:48:41 2009 +0100"
      },
      "message": "ARM: 5630/1: Add support for Eukrea\u0027s CPUAT91\n\nCPUAT91 is based on Atmel\u0027s AT91RM9200 with up to 16MB Strataflash,\nup to 128MB SDRAM and an ethernet PHY in RMII mode.\n\nSigned-off-by: Eric Benard \u003cebenard@eukrea.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "41a353d126ca332c20cfd97683b6261992743840",
      "tree": "9117fa0236f130bbc26d0a01ccb8bc810a80c9ff",
      "parents": [
        "4c8abb556b393b3ed73d72481ba27705294f6dc6"
      ],
      "author": {
        "name": "Eric Bénard",
        "email": "eric@eukrea.com",
        "time": "Thu Jul 30 07:20:03 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Jul 30 17:48:40 2009 +0100"
      },
      "message": "ARM: 5629/1: Add support for Eukrea\u0027s CPU9260 \u0026 CPU9G20\n\nCPU9260 and CPU9G20 share the same PCB populated with either\nAtmel\u0027s AT91SAM9260B or AT91SAM9G20B with up to 64MB Strataflash,\nup to 128MB SDRAM, up to 2GB NAND and an ethernet PHY in RMII mode.\n\nSigned-off-by: Eric Benard \u003ceric@eukrea.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4c8abb556b393b3ed73d72481ba27705294f6dc6",
      "tree": "b76ea596977819d08e5a62372fdd507e42d5d0ea",
      "parents": [
        "915190f7d4f08e413e5fde6b0abcd5375aeacdf4"
      ],
      "author": {
        "name": "Nicolas Ferre",
        "email": "nicolas.ferre@atmel.com",
        "time": "Fri Jul 24 12:16:57 2009 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jul 25 17:10:10 2009 +0100"
      },
      "message": "ARM: 5622/1: at91: at91sam9g45 headers: DMA peripheral identifiers\n\nIt adds DMA peripheral identifiers for hardware handshaking interface. It will\nbe used in platform code.\n\nSigned-off-by: Nicolas Ferre \u003cnicolas.ferre@atmel.com\u003e\nAcked-by: Andrew Victor \u003clinux@maxim.org.za\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    }
  ],
  "next": "808347f6a31792079e345ec865e9cfcb6e8ae6b2"
}
