)]}'
{
  "log": [
    {
      "commit": "94a9f8ad337aec011da2ca901ef89ae7e885f24c",
      "tree": "755d75783ca7c0e3e3ea49ac42cda720d7d887c9",
      "parents": [
        "cbf7e9490ea3d1680362b4be3a7809042d493617",
        "6d0f0dfdbc8bdb0c52759224b0d423c35f828397"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Oct 12 11:51:32 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Oct 12 11:51:32 2008 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog:\n  [WATCHDOG] orion5x_wdt.c: add spinlocking\n  [WATCHDOG] Orion: add hardware watchdog support\n  [WATCHDOG] omap_wdt.c: cleanup a bit omap_wdt.c\n  [WATCHDOG] omap_wdt.c: another ioremap() fix\n  [WATCHDOG] omap_wdt.c: sync linux-omap changes\n  [WATCHDOG] Add AT91SAM9X watchdog\n  [WATCHDOG] Add driver for winbond w83697ug/uf watchdog feature\n  [WATCHDOG] add watchdog driver IT8716 IT8726 IT8712J/K\n"
    },
    {
      "commit": "56c5d900dbb8e042bfad035d18433476931d8f93",
      "tree": "00b793965beeef10db03e0ff021d2d965c410759",
      "parents": [
        "4dd95b63ae25c5cad6986829b5e8788e9faa0330",
        "ead9d23d803ea3a73766c3cb27bf7563ac8d7266"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Oct 11 12:39:35 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sat Oct 11 12:39:35 2008 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6\n\nConflicts:\n\n\tsound/core/memalloc.c\n"
    },
    {
      "commit": "7cc4e87f912bbefa440a51856b8d076e5d1f554a",
      "tree": "1b8df8683f3de37d2e8211ffa8d151f60d59af62",
      "parents": [
        "5ba2f67afb02c5302b2898949ed6fc3b3d37dcf1",
        "69fc7eed5f56bce15b239e5110de2575a6970df4"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Oct 11 10:09:45 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Oct 11 10:09:45 2008 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm\n\n* \u0027for-linus\u0027 of master.kernel.org:/home/rmk/linux-2.6-arm: (236 commits)\n  [ARM] 5300/1: fixup spitz reset during boot\n  [ARM] 5295/1: make ZONE_DMA optional\n  [ARM] 5239/1: Palm Zire 72 power management support\n  [ARM] 5298/1: Drop desc_handle_irq()\n  [ARM] 5297/1: [KS8695] Fix two compile-time warnings\n  [ARM] 5296/1: [KS8695] Replace macro\u0027s with trailing underscores.\n  [ARM] pxa: allow multi-machine PCMCIA builds\n  [ARM] pxa: add preliminary CPUFREQ support for PXA3xx\n  [ARM] pxa: add missing ACCR bit definitions to pxa3xx-regs.h\n  [ARM] pxa: rename cpu-pxa.c to cpufreq-pxa2xx.c\n  [ARM] pxa/zylonite: add support for USB OHCI\n  [ARM] ohci-pxa27x: use ioremap() and offset for register access\n  [ARM] ohci-pxa27x: introduce pxa27x_clear_otgph()\n  [ARM] ohci-pxa27x: use platform_get_{irq,resource} for the resource\n  [ARM] ohci-pxa27x: move OHCI controller specific registers into the driver\n  [ARM] ohci-pxa27x: introduce flags to avoid direct access to OHCI registers\n  [ARM] pxa: move I2S register and bit definitions into pxa2xx-i2s.c\n  [ARM] pxa: simplify DMA register definitions\n  [ARM] pxa: make additional DCSR bits valid for PXA3xx\n  [ARM] pxa: move i2c register and bit definitions into i2c-pxa.c\n  ...\n\nFixed up conflicts in\n\tarch/arm/mach-versatile/core.c\n\tsound/soc/pxa/pxa2xx-ac97.c\n\tsound/soc/pxa/pxa2xx-i2s.c\nmanually.\n"
    },
    {
      "commit": "6d0f0dfdbc8bdb0c52759224b0d423c35f828397",
      "tree": "878f982d59c70af592fef43f1fbddcafba134254",
      "parents": [
        "22ac92322c83334b562024414b770e48927ae963"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Oct 02 09:32:45 2008 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Oct 10 13:17:43 2008 +0000"
      },
      "message": "[WATCHDOG] orion5x_wdt.c: add spinlocking\n\nAdd spin_locking to orion5x_wdt.c to prevent races.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "22ac92322c83334b562024414b770e48927ae963",
      "tree": "0d0686491ec9559c3318f2ee8301c52a7555d702",
      "parents": [
        "b3112180fe0b8dd80053d1d83e6fc421a266e47a"
      ],
      "author": {
        "name": "Sylver Bruneau",
        "email": "sylver.bruneau@googlemail.com",
        "time": "Thu Jun 26 10:47:45 2008 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Oct 10 13:14:17 2008 +0000"
      },
      "message": "[WATCHDOG] Orion: add hardware watchdog support\n\nThis patch allows the use of the hardware watchdog in the\nMarvell Orion series of ARM SoCs.\n\nSigned-off-by: Sylver Bruneau \u003csylver.bruneau@googlemail.com\u003e\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@marvell.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "b3112180fe0b8dd80053d1d83e6fc421a266e47a",
      "tree": "68f9e18555ba5ccb2c760af56a0614a54c8543b7",
      "parents": [
        "9f69e3b0c22200998caa73b23a39c03950b2752d"
      ],
      "author": {
        "name": "Felipe Balbi",
        "email": "felipe.balbi@nokia.com",
        "time": "Sat Sep 20 04:14:03 2008 +0300"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Oct 10 13:12:41 2008 +0000"
      },
      "message": "[WATCHDOG] omap_wdt.c: cleanup a bit omap_wdt.c\n\nTrivial cleanup patch.\n\nSigned-off-by: Felipe Balbi \u003cfelipe.balbi@nokia.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "9f69e3b0c22200998caa73b23a39c03950b2752d",
      "tree": "005c2d3b5aafe0ae4b950eabb56fbdf6c8ae85f5",
      "parents": [
        "2817142f31bfbf26c216bf4f9192540c81b2d071"
      ],
      "author": {
        "name": "Felipe Balbi",
        "email": "felipe.balbi@nokia.com",
        "time": "Sat Sep 20 04:14:02 2008 +0300"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Oct 10 13:11:44 2008 +0000"
      },
      "message": "[WATCHDOG] omap_wdt.c: another ioremap() fix\n\nconvert to use ioremap() and __raw_{read/write} friends.\n\nSigned-off-by: Felipe Balbi \u003cfelipe.balbi@nokia.com\u003e\nSigned-off-by: George G. Davis \u003cgdavis@mvista.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "2817142f31bfbf26c216bf4f9192540c81b2d071",
      "tree": "4cc6e07cadde49821499800f91310e12e49d0ce9",
      "parents": [
        "e6bb42e3d669afbeb4c971994614bcf241687666"
      ],
      "author": {
        "name": "Felipe Balbi",
        "email": "felipe.balbi@nokia.com",
        "time": "Sat Sep 20 04:14:01 2008 +0300"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Oct 10 13:11:10 2008 +0000"
      },
      "message": "[WATCHDOG] omap_wdt.c: sync linux-omap changes\n\nThese are changes that have been sitting in linux-omap\nand were never sent upstream.\n\nHopefully, it\u0027ll never happen again at least for this\ndriver.\n\nSigned-off-by: Felipe Balbi \u003cfelipe.balbi@nokia.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "e6bb42e3d669afbeb4c971994614bcf241687666",
      "tree": "707f13c14ccfa2bea894f7e670d6ffe69dd67fc2",
      "parents": [
        "7d8b09066117e3023e55964ae4626c107f437b60"
      ],
      "author": {
        "name": "Renaud CERRATO",
        "email": "r.cerrato@til-technologies.fr",
        "time": "Mon Jun 23 17:05:49 2008 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Oct 10 13:09:51 2008 +0000"
      },
      "message": "[WATCHDOG] Add AT91SAM9X watchdog\n\nAdd a driver for the watchdog timer embedded into AT91SAM9X chips.\n\nSigned-off-by: Renaud Cerrato \u003cr.cerrato@til-technologies.fr\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "7d8b09066117e3023e55964ae4626c107f437b60",
      "tree": "eda88e7a4cb04bc19361e5354d7b2fcb677ab288",
      "parents": [
        "e1fee94f346387739e683b31815ab54dc0a30bd6"
      ],
      "author": {
        "name": "Flemming Frandsen",
        "email": "ff@nrvissing.net",
        "time": "Thu Apr 17 11:29:54 2008 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Oct 10 13:09:28 2008 +0000"
      },
      "message": "[WATCHDOG] Add driver for winbond w83697ug/uf watchdog feature\n\nAdapted the w83627hf_wdt.c driver to work with the w83697ug/uf chip, \nfound on MSI Fuzzy CX700 boards.\n\nThe method used is taken directly from the winbond datasheet and \nsurprisingly it differs slightly from all the other winbond watchdogs.\n\nSo far it has only been tested on the CX700 board that I have, but it \nseems to work nicely.\n\nSigned-off-by: Flemming Frandsen \u003cff@nrvissing.net\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "e1fee94f346387739e683b31815ab54dc0a30bd6",
      "tree": "033e9a8ba356d021feceab3ba5ee03bcfa36779f",
      "parents": [
        "3fa8749e584b55f1180411ab1b51117190bac1e5"
      ],
      "author": {
        "name": "Oliver Schuster",
        "email": "olivers137@aol.com",
        "time": "Wed Mar 05 16:48:45 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Oct 10 13:09:17 2008 +0000"
      },
      "message": "[WATCHDOG] add watchdog driver IT8716 IT8726 IT8712J/K\n\nAdd it87xx watchdog driver\nIT8716 IT8718 IT8726 IT8712-J IT8712-K\n\nSigned-off-by: Oliver Schuster \u003colivers137@aol.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "6a4690c22f5da1eb1c898b61b6a80da52fbd976f",
      "tree": "a03891a32abe0da191fb765fe669a597e07423c6",
      "parents": [
        "90bb28b0644f7324f8bd1feb27b35146e6785ba2",
        "8ec53663d2698076468b3e1edc4e1b418bd54de3"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Oct 09 21:31:56 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Oct 09 21:31:56 2008 +0100"
      },
      "message": "Merge branch \u0027ptebits\u0027 into devel\n\nConflicts:\n\n\tarch/arm/Kconfig\n"
    },
    {
      "commit": "7275fc8c36dbad3a871f82b1f9f1f524688176ea",
      "tree": "a232bba6b12be48ec644ebdb0d11fb34fa020fa6",
      "parents": [
        "edf86c9b98b5162bed64a70f9424bd2dd58a717e"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Sep 18 12:26:15 2008 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Sep 23 08:12:30 2008 +0000"
      },
      "message": "[WATCHDOG] unlocked_ioctl changes\n\nFix some drivers so that they use the unlocked_ioctl call.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "edf86c9b98b5162bed64a70f9424bd2dd58a717e",
      "tree": "a22adacfc23fd6711dca4e7dfa58c721227e1c87",
      "parents": [
        "7f605ac00416d763c2d9681e378a75e7adbb06e8"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Tue Sep 16 11:31:01 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Sep 23 08:06:57 2008 +0000"
      },
      "message": "[WATCHDOG] wdt285: fix sparse warnings\n\nThe wdt285.c watchdog driver is producing a number of\nsparse errors due to missing __user attributes to calls\nto put_user and copy_to_user, as well as in the prototype\nof watchdog_write.\n\nwdt285.c:144:21: warning: incorrect type in argument 1 (different address spaces)\nwdt285.c:144:21:    expected void [noderef] \u003casn:1\u003e*to\nwdt285.c:144:21:    got void *\u003cnoident\u003e\nwdt285.c:150:9: warning: incorrect type in initializer (different address spaces)\nwdt285.c:150:9:    expected int const [noderef] \u003casn:1\u003e*register __p\nwdt285.c:150:9:    got int *\u003cnoident\u003e\nwdt285.c:159:9: warning: incorrect type in initializer (different address spaces)\nwdt285.c:159:9:    expected int const [noderef] \u003casn:1\u003e*register __p\nwdt285.c:159:9:    got int *\u003cnoident\u003e\nwdt285.c:174:9: warning: incorrect type in initializer (different address spaces)\nwdt285.c:174:9:    expected int const [noderef] \u003casn:1\u003e*register __p\nwdt285.c:174:9:    got int *\u003cnoident\u003e\nwdt285.c:183:12: warning: incorrect type in initializer (incompatible argument 2 (different address spaces))\nwdt285.c:183:12:    expected int ( *write )( ... )\nwdt285.c:183:12:    got int ( static [toplevel] *\u003cnoident\u003e )( ... )\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n\n"
    },
    {
      "commit": "7f605ac00416d763c2d9681e378a75e7adbb06e8",
      "tree": "8d5e343681f5ead44ab854605d76f13b8a3bdf16",
      "parents": [
        "cec5eb7be3a104fffd27ca967ee8e15a123050e2"
      ],
      "author": {
        "name": "Akinobu Mita",
        "email": "akinobu.mita@gmail.com",
        "time": "Sat Sep 13 18:47:19 2008 +0900"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Sep 23 08:05:32 2008 +0000"
      },
      "message": "[WATCHDOG] ibmasr: remove unnecessary spin_unlock()\n\n__asr_toggle() is always called with asr_lock held.\nBut there is unnecessary spin_unlock() call in __asr_toggle().\n\nSigned-off-by: Akinobu Mita \u003cakinobu.mita@gmail.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nAcked-by: Andrey Panin \u003cpazke@donpac.ru\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n\n"
    },
    {
      "commit": "2e57572a50a4de41c6cbc879a4866a312d4cd316",
      "tree": "c4f58ec96c06642c4b415b881d3f0a3b673d5b44",
      "parents": [
        "9b2e43ae4e9609f80034dfe8de895045cac52d77",
        "f948cc6ab9e61a8e88d70ee9aafc690e6d26f92c"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Sep 16 14:11:43 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Sep 16 14:11:43 2008 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6\n\nConflicts:\n\n\tarch/sparc64/kernel/pci_psycho.c\n"
    },
    {
      "commit": "0ba8b9b273c45dd23f60ff700e265a0069b33758",
      "tree": "cb6aef90464889a27215cf9b7204c11b12e7c628",
      "parents": [
        "b8e6c91c74e9f0279b7c51048779b3d62da60b88"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sun Aug 10 18:08:10 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 01 12:06:23 2008 +0100"
      },
      "message": "[ARM] cputype: separate definitions, use them\n\nAdd asm/cputype.h, moving functions and definitions from asm/system.h\nthere.  Convert all users of \u0027processor_id\u0027 to the more efficient\nread_cpuid_id() function.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "fd098316ef533e8441576f020ead4beab93154ce",
      "tree": "6188bbbf2357585dbeeac9d055ef2e771b78bac8",
      "parents": [
        "933b2a1d8d458d6fe12b5efd63a0432852c44d6d"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Aug 31 01:23:17 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Sun Aug 31 01:23:17 2008 -0700"
      },
      "message": "sparc: Annotate of_device_id arrays with const or __initdata.\n\nAs suggested by Stephen Rothwell.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "8ab0dc333eacb2249c63d1fc7c5241299fa0493f",
      "tree": "5e4118de12ec27b390a5e6238d4f69378ada6092",
      "parents": [
        "c5f8556cb5b8ab020f234191a6071cbeeeabd638"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 29 17:07:01 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 29 17:07:01 2008 -0700"
      },
      "message": "cpwatchdog: Move to drivers/watchdog/cpwd.c\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "e25ecd08c43e5111148dc4d847ac7e139ef76888",
      "tree": "06780c89b2eb5f4b76f42a7e56178b12771ae2d5",
      "parents": [
        "957183f32e136450eb9a4b8eed52dfac46834eed"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 29 15:42:31 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 29 15:42:31 2008 -0700"
      },
      "message": "riowd: Distinguish between driver name and OF device node name.\n\nDriver messages should print the driver name, rather than the\nOF device node name.\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "957183f32e136450eb9a4b8eed52dfac46834eed",
      "tree": "8c0b70602f1c2043e5bab7337580ca666e70ca99",
      "parents": [
        "e42311d75107ca78868ded0286b691aad2df1f29"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 29 15:40:24 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Fri Aug 29 15:40:24 2008 -0700"
      },
      "message": "riowatchdog: Move under drivers/watchdog\n\nThe config stuff was already in drivers/watchdog/Kconfig\n\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "3ccd3ec6d4a7750c49c4d2bbcc1d0e82cd4c8a7f",
      "tree": "97f322acde4c9f6223df5d706b9f3d7ad151dfb3",
      "parents": [
        "95f62bdc550eecfb9c7396b0f7cb5ebd349d0835"
      ],
      "author": {
        "name": "Huang Weiyi",
        "email": "weiyi.huang@gmail.com",
        "time": "Sun Aug 17 07:51:12 2008 +0800"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Aug 26 20:32:02 2008 +0000"
      },
      "message": "[WATCHDOG] removed unused #include \u003cversion.h\u003e\n\nThe drivers below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.\n  drivers/watchdog/pc87413_wdt.c\n\nThis patch removes the said #include \u003cversion.h\u003e.\n\nSigned-off-by: Huang Weiyi \u003cweiyi.huang@gmail.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "95f62bdc550eecfb9c7396b0f7cb5ebd349d0835",
      "tree": "93a2efa894d226ba5139effeb09064d42a85e6d6",
      "parents": [
        "593fc178f634b742d03660a35fcb5694c0751718"
      ],
      "author": {
        "name": "Ilpo Jarvinen",
        "email": "ilpo.jarvinen@helsinki.fi",
        "time": "Tue Aug 19 09:01:14 2008 +0300"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Aug 26 20:20:55 2008 +0000"
      },
      "message": "[WATCHDOG] at91rm9200_wdt.c: fix misleading indentation\n\nSigned-off-by: Ilpo Jarvinen \u003cilpo.jarvinen@helsinki.fi\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "593fc178f634b742d03660a35fcb5694c0751718",
      "tree": "fa0ac9b0431b6de5f62b93495c8ff49d3cdbc4d8",
      "parents": [
        "ab4ba3cdeb59e85552422680b5bac99e28740330"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Wed Aug 20 16:38:36 2008 -0700"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Aug 26 20:20:44 2008 +0000"
      },
      "message": "[WATCHDOG] mpc8xxx_wdt: fix modular build\n\nFix the following build error when mpc8xxx_wdt is selected to build as a\nmodule:\n\ndrivers/watchdog/mpc8xxx_wdt.c:304: error: redefinition of \u0027__inittest\u0027\ndrivers/watchdog/mpc8xxx_wdt.c:298: error: previous definition of \u0027__inittest\u0027 was here\ndrivers/watchdog/mpc8xxx_wdt.c:304: error: redefinition of \u0027init_module\u0027\ndrivers/watchdog/mpc8xxx_wdt.c:298: error: previous definition of \u0027init_module\u0027 was here\n\nReported-by: Dave Jones \u003cdavej@redhat.com\u003e\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nCc: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n\n"
    },
    {
      "commit": "ab4ba3cdeb59e85552422680b5bac99e28740330",
      "tree": "1e719af71d194a489064a8bc84c7261fe7014482",
      "parents": [
        "03ec58568a3c66cac4b23ff74db95c966a1521de"
      ],
      "author": {
        "name": "Thomas Mingarelli",
        "email": "Thomas.Mingarelli@hp.com",
        "time": "Tue Jul 15 19:40:41 2008 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Aug 26 20:20:32 2008 +0000"
      },
      "message": "[WATCHDOG] hpwdt.c kdebug support\n\nadd kdebug support for the hpwdt.c driver.\n\nSigned-off-by: Thomas Mingarelli \u003cThomas.Mingarelli@hp.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "03ec58568a3c66cac4b23ff74db95c966a1521de",
      "tree": "a6c846dcd9afd72a3286e601dcd30255b5e43f20",
      "parents": [
        "b3e8f2c13ae964a8889fe96a2f3f7fd7e0cfae76"
      ],
      "author": {
        "name": "Florian Fainelli",
        "email": "florian.fainelli@telecomint.eu",
        "time": "Mon Feb 25 13:11:31 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Aug 26 20:20:20 2008 +0000"
      },
      "message": "[WATCHDOG] Add support for the IDT RC32434 watchdog\n\nAdd driver for the IDT RC32434 SoC built-in watchdog.\n\nSigned-off-by: Florian Fainelli \u003cflorian.fainelli@telecomint.eu\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "b3e8f2c13ae964a8889fe96a2f3f7fd7e0cfae76",
      "tree": "8b6a2156f20d5205e86c3d094d6af42820764f35",
      "parents": [
        "eaa95eb6ea43e6de8bea702c13556de9a1a1195a"
      ],
      "author": {
        "name": "Florian Fainelli",
        "email": "florian.fainelli@telecomint.eu",
        "time": "Mon Feb 25 12:59:26 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Aug 26 20:20:05 2008 +0000"
      },
      "message": "[WATCHDOG] Add support for the built-int RDC R-321x SoC watchdog\n\nThis patch adds support for the built-in RDC R-321x SoC watchdog.\n\nSigned-off-by: Florian Fainelli \u003cflorian.fainelli@telecomint.eu\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "eaa95eb6ea43e6de8bea702c13556de9a1a1195a",
      "tree": "76bd1f60d25550117128f4be673b66e0dce8a227",
      "parents": [
        "0e65fb2978467a3538af69858ae6bc13d332b9b2"
      ],
      "author": {
        "name": "Jochen Friedrich",
        "email": "jochen@scram.de",
        "time": "Thu Jul 24 12:22:05 2008 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Aug 26 20:19:56 2008 +0000"
      },
      "message": "[WATHDOG] delete unused driver mpc8xx_wdt.c\n\nThe watchdog driver mpc8xx_wdt.c was a device interface to\narch/ppc/syslib/m8xx_wdt.c for MPC8xx hardware. Now that ARCH\u003dppc is\ngone, this driver is of no more use. For ARCH\u003dpowerpc, MPC8xx hardware\nis supported by mpc8xxx_wdt.c.\n\nSigned-off-by: Jochen Friedrich \u003cjochen@scram.de\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nAcked-by: Vitaly Bordug \u003cvitb@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n\n"
    },
    {
      "commit": "0e65fb2978467a3538af69858ae6bc13d332b9b2",
      "tree": "dff256acbd5e244656be1f4f1faa37d86ccf7e03",
      "parents": [
        "9e3eaf149043f29cfcb77c2fa163dfa1d2ccbfab"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Jun 22 22:36:51 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Aug 26 20:18:59 2008 +0000"
      },
      "message": "[WATCHDOG] Fix s3c2410_wdt driver coding style issues\n\nFixup coding style issues in the s3c2410_wdt driver.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "9e3eaf149043f29cfcb77c2fa163dfa1d2ccbfab",
      "tree": "657630f5f018454d89f6ac79ce4ccbb4d384d27b",
      "parents": [
        "b4253f8fc1293cdbfb6a474394e1a66febb70e3d"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Jun 22 22:36:50 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Aug 26 20:18:54 2008 +0000"
      },
      "message": "[WATCHDOG] Clean out header of s3c2410_wdt driver.\n\nRemove the changelog from the top of the driver, which\nis redundant as this information is more accurately\nrepresented from the revision control holding the\nfile.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "b4253f8fc1293cdbfb6a474394e1a66febb70e3d",
      "tree": "3076a569735d13a031edb0fd049c1f1ab95502ef",
      "parents": [
        "1941246dd98089dd637f44d3bd4f6cc1c61aa9e4"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Sun Jun 22 22:36:49 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Aug 26 20:18:52 2008 +0000"
      },
      "message": "[WATCHDOG] Fix NULL usage in s3c2410_wdt driver.\n\nFix comparison of a pointer to 0, instead of using\nNULL for a invalid pointer.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "9c0d2a20fe331946c1a65a5865faf56e93255c5c",
      "tree": "9d47a9239b6249a5dd4244195ec4cc1e55fda3cd",
      "parents": [
        "5e6b83ed8c00f2e2ae5b2413c5907bed735b600d",
        "66bfa2f03191aec2e2958414b1dfb80a56637133"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 16 16:48:45 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sat Aug 16 16:48:45 2008 -0700"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-arm\n\n* master.kernel.org:/home/rmk/linux-2.6-arm: (38 commits)\n  [ARM] 5191/1: ARM: remove CVS keywords\n  [ARM] pxafb: fix the warning of incorrect lccr when lcd_conn is specified\n  [ARM] pxafb: add flag to specify output format on LDD pins when base is RGBT16\n  [ARM] pxafb: fix the incorrect configuration of GPIO77 as ACBIAS for TFT LCD\n  [ARM] 5198/1: PalmTX: PCMCIA fixes\n  [ARM] Fix a pile of broken watchdog drivers\n  [ARM] update mach-types\n  [ARM] 5196/1: fix inline asm constraints for preload\n  [ARM] 5194/1: update .gitignore\n  [ARM] add proc-macros.S include to proc-arm940 and proc-arm946\n  [ARM] 5192/1: ARM TLB: add v7wbi_{possible,always}_flags to {possible,always}_tlb_flags\n  [ARM] 5193/1: Wire up missing syscalls\n  [ARM] traps: don\u0027t call undef hook functions with spinlock held\n  [ARM] 5183/2: Provide Poodle LoCoMo GPIO names\n  [ARM] dma-mapping: provide sync_range APIs\n  [ARM] dma-mapping: improve type-safeness of DMA translations\n  [ARM] Kirkwood: instantiate the orion_spi driver in the platform code\n  [ARM] prevent crashing when too much RAM installed\n  [ARM] Kirkwood: Instantiate mv_xor driver\n  [ARM] Orion: Instantiate mv_xor driver for 5182\n  ...\n"
    },
    {
      "commit": "8b5942c391ff92417b0a133abf7a970fa4fc942a",
      "tree": "2109334bda7c94edba3294ba8301b4e276a53e7b",
      "parents": [
        "da4d77cda07c349d10be1398004ebdfd1a22c426"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Sun Aug 10 12:33:08 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Aug 16 09:30:44 2008 +0100"
      },
      "message": "[ARM] Fix a pile of broken watchdog drivers\n\nThese patches from Adrian fix:\n- ixp4xx_wdt: 20d35f3e50ea7e573f9568b9fce4e98523aaee5d\n  CC      drivers/watchdog/ixp4xx_wdt.o\nixp4xx_wdt.c:32: error: expected \u0027\u003d\u0027, \u0027,\u0027, \u0027;\u0027, \u0027asm\u0027 or \u0027__attribute__\u0027\nixp4xx_wdt.c: In function \u0027wdt_enable\u0027:\nixp4xx_wdt.c:41: error: \u0027wdt_lock\u0027 undeclared (first use in this\nixp4xx_wdt.c:41: error: (Each undeclared identifier is reported only\nixp4xx_wdt.c:41: error: for each function it appears in.)\nixp4xx_wdt.c: In function \u0027wdt_disable\u0027:\nixp4xx_wdt.c:52: error: \u0027wdt_lock\u0027 undeclared (first use in this\nixp4xx_wdt.c: In function \u0027ixp4xx_wdt_init\u0027:\nixp4xx_wdt.c:186: error: \u0027wdt_lock\u0027 undeclared (first use in this\nmake[3]: *** [drivers/watchdog/ixp4xx_wdt.o] Error 1\n\n- at91rm9200_wdt: 2760600da2a13d5a2a335ba012d0f3ad5df4c098\n  CC      drivers/watchdog/at91rm9200_wdt.o\nat91rm9200_wdt.c:188: error: \u0027at91_wdt_ioctl\u0027 undeclared here (not in a\nmake[3]: *** [drivers/watchdog/at91rm9200_wdt.o] Error 1\n\n- wdt285: d0e58eed05f9baf77c4f75e794ae245f6dae240a\n  CC [M]  drivers/watchdog/wdt285.o\nwdt285.c: In function \u0027footbridge_watchdog_init\u0027:\nwdt285.c:211: error: \u0027KERN_WARN\u0027 undeclared (first use in this function)\nwdt285.c:211: error: (Each undeclared identifier is reported only once\nwdt285.c:211: error: for each function it appears in.)\nwdt285.c:212: error: expected \u0027)\u0027 before string constant\nmake[3]: *** [drivers/watchdog/wdt285.o] Error 1\n\nAnd this patch from rmk:\n- s3c2410_wdt: 41dc8b72e37c514f7332cbc3f3dd864910c2a1fa\n  CC      drivers/watchdog/s3c2410_wdt.o\ns3c2410_wdt.c: In function `s3c2410wdt_start\u0027:\ns3c2410_wdt.c:161: warning: `return\u0027 with a value, in function returning void\n\nReported-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "bdd873540df9271634b0aae189f91c064f8b6147",
      "tree": "bd9f8a33f41a5de015f15eb63896bcc3f450922a",
      "parents": [
        "5f8c3c8edff426fd87098f057688463107fcd9ce"
      ],
      "author": {
        "name": "Alexander Clouter",
        "email": "alex@digriz.org.uk",
        "time": "Tue Aug 12 15:09:12 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Aug 12 16:07:31 2008 -0700"
      },
      "message": "ALi M7101 PMU also available on Sun Netra\u0027s too\n\nMy Sun Netra T1 AC200 has one of these... bit harsh not letting me use it\nand all :)\n\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\nalex@woodchuck:~$ lspci -nn\n00:01.0 PCI bridge [0604]: Sun Microsystems Computer Corp. Simba Advanced PCI Bridge [108e:5000] (rev 13)\n00:01.1 PCI bridge [0604]: Sun Microsystems Computer Corp. Simba Advanced PCI Bridge [108e:5000] (rev 13)\n01:03.0 Non-VGA unclassified device [0000]: ALi Corporation M7101 Power Management Controller [PMU] [10b9:7101]\n01:05.1 Ethernet controller [0200]: Sun Microsystems Computer Corp. RIO GEM [108e:1101] (rev 01)\n01:05.3 USB Controller [0c03]: Sun Microsystems Computer Corp. RIO USB [108e:1103] (rev 01)\n01:07.0 ISA bridge [0601]: ALi Corporation M1533/M1535 PCI to ISA Bridge [Aladdin IV/V/V+] [10b9:1533]\n01:0c.0 Bridge [0680]: Sun Microsystems Computer Corp. RIO EBUS [108e:1100] (rev 01)\n01:0c.1 Ethernet controller [0200]: Sun Microsystems Computer Corp. RIO GEM [108e:1101] (rev 01)\n01:0c.3 USB Controller [0c03]: Sun Microsystems Computer Corp. RIO USB [108e:1103] (rev 01)\n01:0d.0 IDE interface [0101]: ALi Corporation M5229 IDE [10b9:5229] (rev c3)\n02:08.0 SCSI storage controller [0100]: LSI Logic / Symbios Logic 53C896/897 [1000:000b] (rev 07)\n02:08.1 SCSI storage controller [0100]: LSI Logic / Symbios Logic 53C896/897 [1000:000b] (rev 07)\n\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\u003d\n\nSigned-off-by: Alexander Clouter \u003calex@digriz.org.uk\u003e\nCc: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "36cbaa8777dd5a79cb56c2a3d7d56f0c80b2bab6",
      "tree": "6f69d07be655cad3894b6353e85daa1ebcb6e1b4",
      "parents": [
        "9229376e9beba0dd449dd4869283545c1d042128"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Aug 10 21:57:03 2008 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Aug 10 21:57:03 2008 +0000"
      },
      "message": "[WATCHDOG] pcwd.c - fix open_allowed type.\n\nFix following warnings:\ndrivers/watchdog/pcwd.c: In function \u0027pcwd_open\u0027:\ndrivers/watchdog/pcwd.c:703: warning: passing argument 2 of \u0027test_and_set_bit\u0027 from incompatible pointer type\ndrivers/watchdog/pcwd.c: In function \u0027pcwd_close\u0027:\ndrivers/watchdog/pcwd.c:723: warning: passing argument 2 of \u0027clear_bit\u0027 from incompatible pointer type\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "9229376e9beba0dd449dd4869283545c1d042128",
      "tree": "0c1a75b94c3ea21f515d0bd5ab4ee1bddefa57c0",
      "parents": [
        "3f11df21ac09e1c75b32d903031550cfc55a7f81"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Sun Aug 10 14:03:41 2008 +0300"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Aug 10 20:23:29 2008 +0000"
      },
      "message": "[WATCHDOG] fix watchdog/ixp4xx_wdt.c compilation\n\nThis patch fixes the following compile error caused by\ncommit 20d35f3e50ea7e573f9568b9fce4e98523aaee5d\n([WATCHDOG 22/57] ixp4xx_wdt: unlocked_ioctl):\n\n\u003c--  snip  --\u003e\n\n...\n  CC      drivers/watchdog/ixp4xx_wdt.o\nixp4xx_wdt.c:32: error: expected \u0027\u003d\u0027, \u0027,\u0027, \u0027;\u0027, \u0027asm\u0027 or \u0027__attribute__\u0027 \nixp4xx_wdt.c: In function \u0027wdt_enable\u0027:\nixp4xx_wdt.c:41: error: \u0027wdt_lock\u0027 undeclared (first use in this \nixp4xx_wdt.c:41: error: (Each undeclared identifier is reported only \nixp4xx_wdt.c:41: error: for each function it appears in.)\nixp4xx_wdt.c: In function \u0027wdt_disable\u0027:\nixp4xx_wdt.c:52: error: \u0027wdt_lock\u0027 undeclared (first use in this \nixp4xx_wdt.c: In function \u0027ixp4xx_wdt_init\u0027:\nixp4xx_wdt.c:186: error: \u0027wdt_lock\u0027 undeclared (first use in this \nmake[3]: *** [drivers/watchdog/ixp4xx_wdt.o] Error 1\n\n\u003c--  snip  --\u003e\n\nReported-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "3f11df21ac09e1c75b32d903031550cfc55a7f81",
      "tree": "c95b0188592bc5e4dafce78486311b3d9dbc9ecb",
      "parents": [
        "3c4fafd65055d16d98cfaff1e99d4b319336b9b4"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Fri Aug 08 19:03:46 2008 +0300"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Aug 10 20:23:13 2008 +0000"
      },
      "message": "[WATCHDOG] fix watchdog/wdt285.c compilation\n\nThis patch fixes the following compile error caused by\ncommit d0e58eed05f9baf77c4f75e794ae245f6dae240a\n([WATCHDOG 55/57] wdt285: switch to unlocked_ioctl and tidy up ...):\n\n\u003c--  snip  --\u003e\n\n...\n  CC [M]  drivers/watchdog/wdt285.o\nwdt285.c: In function \u0027footbridge_watchdog_init\u0027:\nwdt285.c:211: error: \u0027KERN_WARN\u0027 undeclared (first use in this function)\nwdt285.c:211: error: (Each undeclared identifier is reported only once\nwdt285.c:211: error: for each function it appears in.)\nwdt285.c:212: error: expected \u0027)\u0027 before string constant\nmake[3]: *** [drivers/watchdog/wdt285.o] Error 1\n\n\u003c--  snip  --\u003e\n\nReported-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "3c4fafd65055d16d98cfaff1e99d4b319336b9b4",
      "tree": "b1390525cac2d8c982716fe72ee5ebbe7fa7c0c3",
      "parents": [
        "58cf41984a3791e7a516641f107ff70bd844ef72"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Fri Aug 08 18:57:45 2008 +0300"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Aug 10 20:23:03 2008 +0000"
      },
      "message": "[WATCHDOG] fix watchdog/at91rm9200_wdt.c compilation\n\nThis patch fixes the following compile error:\n\n\u003c--  snip  --\u003e\n\n...\n  CC      drivers/watchdog/at91rm9200_wdt.o\nat91rm9200_wdt.c:188: error: \u0027at91_wdt_ioctl\u0027 undeclared here (not in a \nmake[3]: *** [drivers/watchdog/at91rm9200_wdt.o] Error 1\n\n\u003c--  snip  --\u003e\n\nReported-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "58cf41984a3791e7a516641f107ff70bd844ef72",
      "tree": "8224333334ad1bb2216f9c35b9a9df5d451bbd80",
      "parents": [
        "f8494e061799905dc2eb787c148cfbfb134b928f"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Fri Aug 08 18:39:11 2008 +0300"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Aug 10 20:22:32 2008 +0000"
      },
      "message": "[WATCHDOG] fix watchdog/shwdt.c compilation\n\nThis patch fixes the following compile errors caused by\ncommit 70b814ec1a484279a51bf9f7193551b996627247\n([WATCHDOG 45/57] shwdt: coding style, cleanup, switch to unlocked_io):\n\n\u003c--  snip  --\u003e\n\n...\n  CC      drivers/watchdog/shwdt.o\nshwdt.c:64: error: \u0027WTCSR_CKS_4096\u0027 undeclared here (not in a function)\nshwdt.c: In function \u0027sh_wdt_start\u0027:\nshwdt.c:92: error: \u0027wdt_lock\u0027 undeclared (first use in this function)\nshwdt.c:92: error: (Each undeclared identifier is reported only once\nshwdt.c:92: error: for each function it appears in.)\nshwdt.c:97: error: implicit declaration of function \u0027sh_wdt_read_csr\u0027\nshwdt.c:98: error: \u0027WTCSR_WT\u0027 undeclared (first use in this function)\nshwdt.c:99: error: implicit declaration of function \u0027sh_wdt_write_csr\u0027\nshwdt.c:101: error: implicit declaration of function \u0027sh_wdt_write_cnt\u0027\nshwdt.c:112: error: \u0027WTCSR_TME\u0027 undeclared (first use in this function)\nshwdt.c:113: error: \u0027WTCSR_RSTS\u0027 undeclared (first use in this function)\nshwdt.c: In function \u0027sh_wdt_stop\u0027:\nshwdt.c:142: error: \u0027wdt_lock\u0027 undeclared (first use in this function)\nshwdt.c:147: error: \u0027WTCSR_TME\u0027 undeclared (first use in this function)\nshwdt.c: In function \u0027sh_wdt_keepalive\u0027:\nshwdt.c:160: error: \u0027wdt_lock\u0027 undeclared (first use in this function)\nshwdt.c: In function \u0027sh_wdt_set_heartbeat\u0027:\nshwdt.c:176: error: \u0027wdt_lock\u0027 undeclared (first use in this function)\nshwdt.c: In function \u0027sh_wdt_ping\u0027:\nshwdt.c:192: error: \u0027wdt_lock\u0027 undeclared (first use in this function)\nshwdt.c:197: error: \u0027WTCSR_IOVF\u0027 undeclared (first use in this function)\nshwdt.c: At top level:\nshwdt.c:417: error: conflicting type qualifiers for \u0027sh_wdt_info\u0027\nshwdt.c:71: error: previous declaration of \u0027sh_wdt_info\u0027 was here\nmake[3]: *** [drivers/watchdog/shwdt.o] Error 1\n\n\u003c--  snip  --\u003e\n\nReported-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "f8494e061799905dc2eb787c148cfbfb134b928f",
      "tree": "b4798b4956e45dcb3f23b81d6d5738d6e0adc05e",
      "parents": [
        "e0960f4bfbe98152ee5edfd25d7da9e2b00e1aba"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Fri Aug 08 18:18:46 2008 +0300"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Aug 10 20:19:11 2008 +0000"
      },
      "message": "[WATCHDOG] fix watchdog/txx9wdt.c compilation\n\nThis patch fixes the following compile error caused by\ncommit 8dc244f7deac4c0e95ce0ffd26f494bb6e1534c0\n([WATCHDOG 48/57] txx9: Fix locking, switch to unlocked_ioctl):\n\n\u003c--  snip  --\u003e\n\n...\n  CC      drivers/watchdog/txx9wdt.o\ntxx9wdt.c:48: warning: type defaults to \u0027int\u0027 in declaration of \ntxx9wdt.c:48: warning: parameter names (without types) in function \ntxx9wdt.c: In function \u0027txx9wdt_ping\u0027:\ntxx9wdt.c:52: error: \u0027txx9_lock\u0027 undeclared (first use in this function)\ntxx9wdt.c:52: error: (Each undeclared identifier is reported only once\ntxx9wdt.c:52: error: for each function it appears in.)\ntxx9wdt.c: In function \u0027txx9wdt_start\u0027:\ntxx9wdt.c:59: error: \u0027txx9_lock\u0027 undeclared (first use in this function)\ntxx9wdt.c: In function \u0027txx9wdt_stop\u0027:\ntxx9wdt.c:71: error: \u0027txx9_lock\u0027 undeclared (first use in this function)\nmake[3]: *** [drivers/watchdog/txx9wdt.o] Error 1\n\n\u003c--  snip  --\u003e\n\nReported-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "d6efcab8a394c6493ccc2fcaf23c5dc0a16f052d",
      "tree": "ac27e2061e212a8a1cf3d77ac16aa8fb7733a175",
      "parents": [
        "796aadeb1b2db9b5d463946766c5bbfd7717158c"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Fri Aug 08 10:29:21 2008 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Aug 10 20:18:07 2008 +0000"
      },
      "message": "[WATCHDOG] Fix build with CONFIG_ITCO_VENDOR_SUPPORT\u003dn\n\nThe problem is that iTCO_vendor_support.ko is still being built while\niTCO_vendor.h claims that its functions do not exist. The following\nMakefile update fixes that. It causes iTCO_vendor_support.ko to no\nlonger be built if CONFIG_ITCO_VENDOR_SUPPORT\u003dn.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "097d9eb537ff4d88b74c3fe67392e27c478ca3c5",
      "tree": "9034d676d9096857a380aab9d99e3e88fccb6bfe",
      "parents": [
        "c41107c2d4fd31924533f4dbc4c3428acc2b5894",
        "aeee90dfa01844168cd7f8051d0a0f969c573067"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Fri Aug 08 17:33:47 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Fri Aug 08 19:18:18 2008 +0100"
      },
      "message": "Merge Linus\u0027 latest into master\n\nConflicts:\n\n\tdrivers/watchdog/at91rm9200_wdt.c\n\tdrivers/watchdog/davinci_wdt.c\n\tdrivers/watchdog/ep93xx_wdt.c\n\tdrivers/watchdog/ixp2000_wdt.c\n\tdrivers/watchdog/ixp4xx_wdt.c\n\tdrivers/watchdog/ks8695_wdt.c\n\tdrivers/watchdog/omap_wdt.c\n\tdrivers/watchdog/pnx4008_wdt.c\n\tdrivers/watchdog/sa1100_wdt.c\n\tdrivers/watchdog/wdt285.c\n"
    },
    {
      "commit": "c1ec8295f6e8c888230bbc9b7a416dc26d03688e",
      "tree": "52198f5cedfd1fa6464945ad72d345cf1c2019a2",
      "parents": [
        "3d8cd0c5d75c424f986c0602dc26579fbb7c8080"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 07 18:10:12 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Aug 07 18:10:12 2008 -0700"
      },
      "message": "Fix up duplicate \u0027__s3c2410wdt_stop()\u0027 function\n\nLooks like somebody didn\u0027t get enough sleep.\n\nNoticed-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "afd2fc02ab7bae6062671c5ca80dd34c34a63fb7",
      "tree": "6048ce3ba252a95ac2195b680caa2b55c384073e",
      "parents": [
        "1f4de5a0e3b4a4b8afa2cddb46429d32e1053c14",
        "214c6a7ed13e01cab2addeef56124067e4d20147"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Aug 07 11:05:25 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Aug 07 11:06:47 2008 +0100"
      },
      "message": "Merge branch \u0027for-rmk\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6\n\nConflicts:\n\n\tarch/arm/mach-pxa/generic.c\n\tarch/arm/mach-pxa/pxa25x.c\n\tarch/arm/mach-pxa/pxa27x.c\n\tarch/arm/mach-pxa/pxa2xx.c\n\tarch/arm/mach-pxa/pxa3xx.c\n\tarch/arm/mach-pxa/reset.c\n\tarch/arm/mach-pxa/spitz.c\n\tarch/arm/mach-pxa/tosa.c\n\tdrivers/watchdog/sa1100_wdt.c\n"
    },
    {
      "commit": "a09e64fbc0094e3073dbb09c3b4bfe4ab669244b",
      "tree": "69689f467179891b498bd7423fcf61925173db31",
      "parents": [
        "a1b81a84fff05dbfef45b7012c26e1fee9973e5d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Aug 05 16:14:15 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Aug 07 09:55:48 2008 +0100"
      },
      "message": "[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach\n\nThis just leaves include/asm-arm/plat-* to deal with.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4fb8af10d0fd09372d52966b76922b9e82bbc950",
      "tree": "d240e4d40357583e3f3eb228dccf20122a5b31ed",
      "parents": [
        "f44f82e8a20b98558486eb14497b2f71c78fa325",
        "64a99d2a8c3ed5c4e39f3ae1cc682aa8fd3977fc"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Thu Aug 07 09:55:03 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Aug 07 09:55:03 2008 +0100"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes\n"
    },
    {
      "commit": "be509729356b7433f73df2b9a966674a437fbbc1",
      "tree": "5a3e90513c106f9dcf08405e4ebd3599fd14413c",
      "parents": [
        "0f8469a54f7bd65f2c740a5480c56260dc8a7ae0"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Aug 04 10:41:28 2008 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Thu Aug 07 09:40:08 2008 +0100"
      },
      "message": "[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead\n\nRemove includes of asm/hardware.h in addition to asm/arch/hardware.h.\nThen, since asm/hardware.h only exists to include asm/arch/hardware.h,\nupdate everything to directly include asm/arch/hardware.h and remove\nasm/hardware.h.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "7944d3a5a70ee5c1904ed1e8b1d71ff0af2854d9",
      "tree": "fe6ec1a557a4b27712266d9d86f791c69e8e2596",
      "parents": [
        "12b7a1523eda9cd72362fdda928ddb995ecdc06d"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Wed Aug 06 20:19:41 2008 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Wed Aug 06 20:19:41 2008 +0000"
      },
      "message": "[WATCHDOG] more coding style clean-up\u0027s\n\nMore coding style clean-up\u0027s.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "12b7a1523eda9cd72362fdda928ddb995ecdc06d",
      "tree": "b5f38749e148f3afb3c5afdae0c7cb4c81c8b973",
      "parents": [
        "0c06090c9472db0525cb6fe229c3bea33bbbbb3c"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Jul 18 19:59:48 2008 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Wed Aug 06 13:21:16 2008 +0000"
      },
      "message": "[WATCHDOG] sbc8360.c - move stop code into a function\n\nMove the sbc8360.c watchdog stop code into a seperate function.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "0c06090c9472db0525cb6fe229c3bea33bbbbb3c",
      "tree": "b01c21f6ef5649b6f0071dee4a55cb3ba236a7b8",
      "parents": [
        "5eb82498e3a6da8a979c48945e3c1a85c10ccc25"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Jul 18 11:41:17 2008 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Wed Aug 06 13:21:09 2008 +0000"
      },
      "message": "[WATCHDOG] Coding style - Indentation - part 2\n\nThis brings the watchdog drivers into line with coding style.\nThis patch takes cares of the indentation as described in chapter 1.\nMain changes:\n* Re-structure the ioctl switch call for all drivers as follows:\n\tswitch (cmd) {\n\tcase WDIOC_GETSUPPORT:\n\tcase WDIOC_GETSTATUS:\n\tcase WDIOC_GETBOOTSTATUS:\n\tcase WDIOC_GETTEMP:\n\tcase WDIOC_SETOPTIONS:\n\tcase WDIOC_KEEPALIVE:\n\tcase WDIOC_SETTIMEOUT:\n\tcase WDIOC_GETTIMEOUT:\n\tcase WDIOC_GETTIMELEFT:\n\tdefault:\n\t}\n\nThis to make the migration from the drivers to the uniform watchdog\ndevice driver easier in the future.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "5eb82498e3a6da8a979c48945e3c1a85c10ccc25",
      "tree": "bc16dd667fb48b83a5009407049c6ffb5a296cbc",
      "parents": [
        "0d7b101404f7bedcf3f448c1667c3744551cd9ee"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Jul 17 18:08:47 2008 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Wed Aug 06 13:21:05 2008 +0000"
      },
      "message": "[WATCHDOG] Coding style - Indentation - part 1\n\nThis brings the watchdog drivers into line with coding style.\nThis patch takes cares of the indentation as described in chapter 1:\n  The preferred way to ease multiple indentation levels in a switch\n  statement is to align the \"switch\" and its subordinate \"case\"\n  labels in the same column instead of \"double-indenting\" the \"case\"\n  labels.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "0d7b101404f7bedcf3f448c1667c3744551cd9ee",
      "tree": "b38363e88e0b02c4bdbc265c05b3fb770fe0b143",
      "parents": [
        "cb55d282a0d2156e7d40ee81726ab16b569e96d7"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Jul 03 23:51:36 2008 -0700"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Wed Aug 06 13:08:47 2008 +0000"
      },
      "message": "[WATCHDOG] mpc8xxx_wdt: add support for MPC8xx watchdogs\n\nThe mpc8xxx_wdt driver is using two registers: SWSRR to push magic\nnumbers, and SWCRR to control the watchdog.  Both registers are available\non the MPC8xx, and seem to have the same offsets and semantics as in\nMPC83xx/MPC86xx watchdogs.  The only difference is prescale value.  So\nthis driver simply works on the MPC8xx CPUs.\n\nOne quirk is needed for the MPC8xx, though.  It has small prescale value\nand slow CPU, so the watchdog resets board prior to the driver has time to\nload.  To solve this we should split initialization in two steps: start\nping the watchdog early, and register the watchdog userspace interface\nlater.\n\nMPC823 seem to be the first CPU in MPC8xx line, so we use fsl,mpc823-wdt\ncompatible matching.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nTested-by: Jochen Friedrich \u003cjochen@scram.de\u003e\nCc: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n\n"
    },
    {
      "commit": "cb55d282a0d2156e7d40ee81726ab16b569e96d7",
      "tree": "a5490a35bc099618ad8adedb98bf97242b77f556",
      "parents": [
        "59ca1b0d14ca71bdefef372ccd5035341e0ca091"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Jul 03 23:51:36 2008 -0700"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Wed Aug 06 13:07:32 2008 +0000"
      },
      "message": "[WATCHDOG] mpc8xxx_wdt: fix build\n\n  CC      drivers/watchdog/mpc8xxx_wdt.o\ndrivers/watchdog/mpc8xxx_wdt.c: In function \u0027mpc8xxx_wdt_ioctl\u0027:\ndrivers/watchdog/mpc8xxx_wdt.c:156: error: \u0027cmd\u0027 undeclared (first use in this function)\ndrivers/watchdog/mpc8xxx_wdt.c:156: error: (Each undeclared identifier is reported only once\ndrivers/watchdog/mpc8xxx_wdt.c:156: error: for each function it appears in.)\ndrivers/watchdog/mpc8xxx_wdt.c: At top level:\ndrivers/watchdog/mpc8xxx_wdt.c:176: warning: initialization from incompatible pointer type\n\nThis patch ought to be folded into\nmpc8xxx_wdt-various-renames-mostly-s-mpc83xx-mpc8xxx-g.patch\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nCc: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n\n"
    },
    {
      "commit": "59ca1b0d14ca71bdefef372ccd5035341e0ca091",
      "tree": "2008c9acb66da4b8531bbfe6468057e5a44c62cc",
      "parents": [
        "28acd02f9f9efe44718de3bbe8be22d6dfb7e47f"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Jul 03 23:51:35 2008 -0700"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Wed Aug 06 13:07:06 2008 +0000"
      },
      "message": "[WATCHDOG] mpc8xxx_wdt: various renames, mostly s/mpc83xx/mpc8xxx/g\n\nmpc83xx_wdt.c renamed to mpc8xxx_wdt.c, now we can do various renames in\nthe file itself.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nCc: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n\n"
    },
    {
      "commit": "28acd02f9f9efe44718de3bbe8be22d6dfb7e47f",
      "tree": "a9afe194d2d4cee5d3356f25c790b4486dd2b77a",
      "parents": [
        "500c919e3d699644cc9d6c1e93022481baafd8e1"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Jul 03 23:51:34 2008 -0700"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Wed Aug 06 13:06:25 2008 +0000"
      },
      "message": "[WATCHDOG] mpc83xx_wdt: rename to mpc8xxx_wdt\n\nRename the driver because now we support some MPC86xx processors.\n\nThere are no changes to the mpc83xx_wdt.c file, yet.  When possible, we do\nfile renames and changes separately (because Linus once asked so, because\nit helps git to track the renamed files).\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nCc: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n\n"
    },
    {
      "commit": "500c919e3d699644cc9d6c1e93022481baafd8e1",
      "tree": "4bf64f774303f6adbb8368093cca12170fc3f5ca",
      "parents": [
        "ef8ab12ec2d663f9b146c920a4dd589a7e767f2d"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Jul 03 23:51:34 2008 -0700"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Wed Aug 06 13:05:12 2008 +0000"
      },
      "message": "[WATCHDOG] mpc83xx_wdt: add support for MPC86xx CPUs\n\nOn MPC86xx the watchdog could be enabled only at power-on-reset, and could\nnot be disabled afterwards.  We must ping the watchdog from the kernel\nuntil the userspace handles it.\n\nMPC83xx CPUs are only differ in a way that watchdog could be disabled\nonce, but after it was enabled via software it becomes just the same as\nMPC86xx.\n\nThus, to support MPC86xx I added the kernel timer which pings the watchdog\nuntil the userspace opens it.\n\nSince we implemented the timer, now we\u0027re able to implement proper\nhandling for the CONFIG_WATCHDOG_NOWAYOUT case, for MPC83xx and MPC86xx.\n\nAlso move the probe code into subsys_initcall, because we want start\npinging the watchdog ASAP, and misc devices are available in\nsubsys_initcall.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nCc: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n\n"
    },
    {
      "commit": "ef8ab12ec2d663f9b146c920a4dd589a7e767f2d",
      "tree": "d040f166c76bcda1fbbfbea97f4a860517257bc2",
      "parents": [
        "c9488520512df659ad21df5d100b52fed96bdf07"
      ],
      "author": {
        "name": "Anton Vorontsov",
        "email": "avorontsov@ru.mvista.com",
        "time": "Thu Jul 03 23:51:32 2008 -0700"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Wed Aug 06 13:04:26 2008 +0000"
      },
      "message": "[WATCHDOG] mpc83xx_wdt: convert to the OF platform driver\n\nThis patch simply converts mpc83xx_wdt to the OF platform driver so we can\ndirectly work with the device tree without passing various stuff through\nplatform data.\n\nSigned-off-by: Anton Vorontsov \u003cavorontsov@ru.mvista.com\u003e\nAcked-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nCc: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n\n"
    },
    {
      "commit": "c9488520512df659ad21df5d100b52fed96bdf07",
      "tree": "72e64609e01ff031581f8b38da9dd9348a270b72",
      "parents": [
        "089ab0791d127e8ada526c4b4d18b7584be8acf0"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Thu Jul 03 23:51:32 2008 -0700"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Wed Aug 06 13:03:11 2008 +0000"
      },
      "message": "[WATCHDOG] pcwd: a couple of watchdogs escaped conversion\n\nFix them up.  Once we know the long term plan the watchdogs can all get\nshrunk massively anyway\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n\n"
    },
    {
      "commit": "089ab0791d127e8ada526c4b4d18b7584be8acf0",
      "tree": "55fc79dd4b1fb60cc6dbd361bd69af3163d3d467",
      "parents": [
        "9e74114d96bb5dbaa17b9292139b0c6205e0b971"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Jul 15 11:46:11 2008 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Wed Aug 06 13:02:16 2008 +0000"
      },
      "message": "[WATCHDOG] Clean-up includes\n\nUse #include \u003clinux/io.h\u003e instead of \u003casm/io.h\u003e\nUse #include \u003clinux/uaccess.h\u003e instead of \u003casm/uaccess.h\u003e\nClean-up includes.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "9e74114d96bb5dbaa17b9292139b0c6205e0b971",
      "tree": "26ee83afc09dc389cf00a3ece02fd7b277adc016",
      "parents": [
        "96e2e6fafaedd83bd899f682907e14d1eec17390"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Jul 15 11:18:04 2008 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Wed Aug 06 12:31:52 2008 +0000"
      },
      "message": "[WATCHDOG] hpwdt.c - fix double includes\n\nThe last clean-up created 2 times the same include. delete the doubles.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "96e2e6fafaedd83bd899f682907e14d1eec17390",
      "tree": "62371e739210426c1a6341b0afc5b2d933ef23ce",
      "parents": [
        "0967d61ea0d8e8a7826bd8949cd93dd1e829ac55",
        "7c4be5aa8dce9ba37fdd971d5560490d9e30c270"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Wed Aug 06 11:58:26 2008 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Wed Aug 06 11:58:26 2008 +0000"
      },
      "message": "[WATCHDOG] Merge code clean-up\u0027s from Alan Cox.\n\nMerge branch \u0027alan\u0027 of ../linux-2.6-watchdog-mm\nFixed Conflicts in the following files:\n\tdrivers/watchdog/booke_wdt.c\n\tdrivers/watchdog/mpc5200_wdt.c\n\tdrivers/watchdog/sc1200wdt.c\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "214c6a7ed13e01cab2addeef56124067e4d20147",
      "tree": "9b2fa4dcc925bdb8503562d5f601ecf500d95380",
      "parents": [
        "04fef228fb00dd79475a2313f4ba73b4fbfe2faa"
      ],
      "author": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Tue Jul 29 14:39:34 2008 +0800"
      },
      "committer": {
        "name": "Eric Miao",
        "email": "eric.miao@marvell.com",
        "time": "Tue Aug 05 09:26:06 2008 +0800"
      },
      "message": "[ARM] sa1100_wdt: use reset_status to remember watchdog reset status\n\nSigned-off-by: Eric Miao \u003ceric.miao@marvell.com\u003e\n"
    },
    {
      "commit": "103a1d5c57fac3623613b130b104f5b03367b31c",
      "tree": "4776a376860dcb3b37d1e65b8f511c61a70795e4",
      "parents": [
        "81830061bbae282d37c9af30084a1116b6239520"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon Aug 04 17:56:28 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:12:08 2008 -0700"
      },
      "message": "sc1200 watchdog driver: Fix locking, sems and coding style\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "81830061bbae282d37c9af30084a1116b6239520",
      "tree": "2409d8244feaa1aebe38a6e40fc849f881dd3f04",
      "parents": [
        "9f2d1f0da766f84fdb96c9bd79ed0f97036635cb"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@linux-foundation.org",
        "time": "Mon Aug 04 17:56:02 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:12:07 2008 -0700"
      },
      "message": "alpha: Fix breakage in wdt_pci\n\ndrivers/watchdog/wdt_pci.c: In function \u0027wdtpci_ctr_mode\u0027:\ndrivers/watchdog/wdt_pci.c:120: error: implicit declaration of function \u0027udelay\u0027\n{standard input}: Assembler messages:\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9f2d1f0da766f84fdb96c9bd79ed0f97036635cb",
      "tree": "398d413ab236da55522fe091be55d9e4ba798660",
      "parents": [
        "41dc8b72e37c514f7332cbc3f3dd864910c2a1fa"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon Aug 04 17:55:35 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:12:07 2008 -0700"
      },
      "message": "wdt: Cleanup and sort out locking and inb_p\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "41dc8b72e37c514f7332cbc3f3dd864910c2a1fa",
      "tree": "fbdb145a083f03a0e6c24a6fc527477b773c5099",
      "parents": [
        "d6547378df1c11bc6790b87abedb3526ded40ef9"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Mon Aug 04 17:54:46 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:12:07 2008 -0700"
      },
      "message": "s3c2410_wdt watchdog driver: Locking and coding style\n\nKill off use of semaphores.\nFix ioctl races and locking holes.\n\nFrom: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "d6547378df1c11bc6790b87abedb3526ded40ef9",
      "tree": "49efcdc86c8470fa5ea96375f380b690dfe53f97",
      "parents": [
        "670d59c0ae31a872341785b1d93add284c1653ff"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon Aug 04 17:54:01 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:12:07 2008 -0700"
      },
      "message": "it8712f_wdt: Locking and coding style\n\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "670d59c0ae31a872341785b1d93add284c1653ff",
      "tree": "f416b40c99a0449a47d60d24e803403f1b1b8f4f",
      "parents": [
        "d5cae364148088911bdf007a8aaefb46a92f16f7"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon Aug 04 17:53:22 2008 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Aug 04 17:12:07 2008 -0700"
      },
      "message": "ar7_wdt watchdog driver: Fix locking\n\nUse unlocked_ioctl\nRemove semaphores\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "d667b6ddbcdc036a27407c8b2c1243f1dfd69e26",
      "tree": "4c43d584afd7cd5b83d914ae3f4fd364b6c2da91",
      "parents": [
        "26c131c71e31973e273adde4027e6a80bde164dc"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Tue Jul 29 22:33:26 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jul 30 09:41:45 2008 -0700"
      },
      "message": "hpwdt: don\u0027t use static flags\n\nStatic (read: global) is potential problem.  Two threads can corrupt each\nother\u0027s interrupt status, better avoid this.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nCc: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nCc: Thomas Mingarelli \u003cthomas.mingarelli@hp.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "f606ddf42fd4edc558eeb48bfee66d2c591571d2",
      "tree": "193f00db121201255b2629fce43b99a53c4ec735",
      "parents": [
        "99764fa4ceeecba8b9e0a8a5565b418a2e94f83b"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Wed Jul 23 21:28:50 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jul 24 10:47:24 2008 -0700"
      },
      "message": "remove the v850 port\n\nTrying to compile the v850 port brings many compile errors, one of them exists\nsince at least kernel 2.6.19.\n\nThere also seems to be noone willing to bring this port back into a usable\nstate.\n\nThis patch therefore removes the v850 port.\n\nIf anyone ever decides to revive the v850 port the code will still be\navailable from older kernels, and it wouldn\u0027t be impossible for the port to\nreenter the kernel if it would become actively maintained again.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nAcked-by: Greg Ungerer \u003cgerg@uclinux.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "84c3d4aaec3338201b449034beac41635866bddf",
      "tree": "3412951682fb2dd4feb8a5532f8efbaf8b345933",
      "parents": [
        "43d2548bb2ef7e6d753f91468a746784041e522d",
        "fafa3a3f16723997f039a0193997464d66dafd8f"
      ],
      "author": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Jul 16 11:07:59 2008 +1000"
      },
      "committer": {
        "name": "Benjamin Herrenschmidt",
        "email": "benh@kernel.crashing.org",
        "time": "Wed Jul 16 11:07:59 2008 +1000"
      },
      "message": "Merge commit \u0027origin/master\u0027\n\nManual merge of:\n\n\tarch/powerpc/Kconfig\n\tarch/powerpc/kernel/stacktrace.c\n\tarch/powerpc/mm/slice.c\n\tarch/ppc/kernel/smp.c"
    },
    {
      "commit": "f6f88e9bfb6ced9871ed65ebe85c371de3c9e4be",
      "tree": "fec0def5fed9ab79340a04184bc4d48ac2b832ce",
      "parents": [
        "b3c9816b9fa9a7b75ab36111eb76eca03e5bab78"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Jul 15 22:08:52 2008 +0200"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Tue Jul 15 22:08:52 2008 +0200"
      },
      "message": "generic-ipi: more merge fallout\n\nfix more API change fallout in recently merged upstream changes.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "75195dabce797f49b7d96d272e4e9330873e4340",
      "tree": "2cb1b120e38136e35f88b950cc509b9c25a77675",
      "parents": [
        "76ef7dd030823518506d65237a12666fc3f5a0d4"
      ],
      "author": {
        "name": "Stephen Rothwell",
        "email": "sfr@canb.auug.org.au",
        "time": "Fri May 23 16:42:56 2008 +1000"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Sat Jul 12 12:10:53 2008 -0600"
      },
      "message": "powerpc/mpc5200_wdt: use linux/of_platform.h instead of asm\n\nSigned-off-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "63842cccb285259345f52025ef57bdfd79657a2d",
      "tree": "c245a13e1e1894cf74254194012f9334bee7a9fb",
      "parents": [
        "62786b9e81a2dbe9c073a2ade52d33a2627d6d85"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Jun 24 13:09:26 2008 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Jun 24 13:09:26 2008 +0000"
      },
      "message": "Revert \"[WATCHDOG] hpwdt: Add CFLAGS to get driver working\"\n\nAfter Linus fixed the inline assembly, the CFLAGS option is not\nneeded anymore.\n\nSigned-off-by: Thomas Mingarelli \u003cThomas.Mingarelli@hp.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "7c4be5aa8dce9ba37fdd971d5560490d9e30c270",
      "tree": "a1da4aa482d3f2c435327e5fccbddfe511770a7f",
      "parents": [
        "f2b79c6ede54cf07355ac8d8f3044d682cd0c5ca"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:10:02 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 20:09:22 2008 +0000"
      },
      "message": "[WATCHDOG 57/57] wdt501/pci: Clean up, coding style and switch to unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "f2b79c6ede54cf07355ac8d8f3044d682cd0c5ca",
      "tree": "5a234662d2bdd2fc520bd7b797d7c623ddc007e3",
      "parents": [
        "d0e58eed05f9baf77c4f75e794ae245f6dae240a"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:09:57 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 20:07:12 2008 +0000"
      },
      "message": "[WATCHDOG 56/57] wdt977: clean up, coding style and switch to unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "d0e58eed05f9baf77c4f75e794ae245f6dae240a",
      "tree": "cbe3d820d7efaaa5993c38e582a24b826943a847",
      "parents": [
        "dae67a2835149e6518a78c5cf37d6de715c214fc"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:09:51 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 20:04:09 2008 +0000"
      },
      "message": "[WATCHDOG 55/57] wdt285: switch to unlocked_ioctl and tidy up oddments of coding style\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "dae67a2835149e6518a78c5cf37d6de715c214fc",
      "tree": "3c2fd4d799136fd01916e70ee0326bfe309da23a",
      "parents": [
        "694b16b2bd23bbd13163762c29f1e7885fe0da41"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:09:45 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 20:02:25 2008 +0000"
      },
      "message": "[WATCHDOG 54/57] wdrtas: clean up, coding style, switch to unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "694b16b2bd23bbd13163762c29f1e7885fe0da41",
      "tree": "092ab06f36af521772db5c96f641c73858342c69",
      "parents": [
        "84af401af831567967250dec9c15680bceede5e4"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:09:40 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 19:59:31 2008 +0000"
      },
      "message": "[WATCHDOG 53/57] wafer5823wdt: Clean up, coding style, switch to unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "84af401af831567967250dec9c15680bceede5e4",
      "tree": "93b6be499623422002e8577db3777717f6209b6f",
      "parents": [
        "c1cfd1a2ffc5ee58f744b1ceb0887285df187668"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:09:34 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 19:57:08 2008 +0000"
      },
      "message": "[WATCHDOG 52/57] w83977f_wdt: clean up, coding style and switch to unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "c1cfd1a2ffc5ee58f744b1ceb0887285df187668",
      "tree": "aa8ab896272df078ed7d0040b3ff5d8885e05e52",
      "parents": [
        "c1c8dd39f53e56d6a92aa6a2db9940d912d7ee4c"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:09:29 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 19:55:51 2008 +0000"
      },
      "message": "[WATCHDOG 51/57] w83877f_wdt: clean up code, coding style, switch to unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "c1c8dd39f53e56d6a92aa6a2db9940d912d7ee4c",
      "tree": "490334541e889bd862d23c87d3520f25f831be45",
      "parents": [
        "46a3949ddc422882cc27c88d078838cd31885d78"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:09:23 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 19:53:43 2008 +0000"
      },
      "message": "[WATCHDOG 50/57] w83697hf_wdt: cleanup, coding style and switch to unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "46a3949ddc422882cc27c88d078838cd31885d78",
      "tree": "7462b9a5de2376cf3bdb03d76f5ee022b0b8e2eb",
      "parents": [
        "8dc244f7deac4c0e95ce0ffd26f494bb6e1534c0"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:09:18 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 16:17:43 2008 +0000"
      },
      "message": "[WATCHDOG 49/57] w83627hf: coding style, clean up and switch to unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "8dc244f7deac4c0e95ce0ffd26f494bb6e1534c0",
      "tree": "428e27d6a5e2f3c94369cf50e6c84bd671c80baa",
      "parents": [
        "f92d3749d70265468e28643652c0e32c5a56cd2b"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:09:12 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 16:15:57 2008 +0000"
      },
      "message": "[WATCHDOG 48/57] txx9: Fix locking, switch to unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "f92d3749d70265468e28643652c0e32c5a56cd2b",
      "tree": "64fd341b6ba7bb8b711a05f299aa111e02961f58",
      "parents": [
        "598467938dd8bcdcd4d88e9102c609f4caa9d9ef"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:09:06 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 15:40:42 2008 +0000"
      },
      "message": "[WATCHDOG 47/57] softdog: clean up, coding style and switch to unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "598467938dd8bcdcd4d88e9102c609f4caa9d9ef",
      "tree": "b80a246acf5f3f428a777db20cd5fcc20dcda695",
      "parents": [
        "70b814ec1a484279a51bf9f7193551b996627247"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:09:00 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 15:39:12 2008 +0000"
      },
      "message": "[WATCHDOG 46/57] smsc37b787_wdt: coding style, switch to unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "70b814ec1a484279a51bf9f7193551b996627247",
      "tree": "0eae3f63a32e794722de93e78f7b315295199bb6",
      "parents": [
        "9b748ed03cabf533a815e5ffc50108a21c98e40c"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:08:55 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 15:37:26 2008 +0000"
      },
      "message": "[WATCHDOG 45/57] shwdt: coding style, cleanup, switch to unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "9b748ed03cabf533a815e5ffc50108a21c98e40c",
      "tree": "fae47835f3cee807e491f2156c45132f20fd80a6",
      "parents": [
        "ff94806057fba557abd6295f7313f5f9e972a48f"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:08:49 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 15:35:02 2008 +0000"
      },
      "message": "[WATCHDOG 44/57] scx200_wdt: clean up and switch to unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "ff94806057fba557abd6295f7313f5f9e972a48f",
      "tree": "0538dc7842c50cad3072a4a5d28863ca157be57f",
      "parents": [
        "d14bccaadaa49b651fabcd1298b6ea07db3af552"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:08:44 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 15:30:57 2008 +0000"
      },
      "message": "[WATCHDOG 43/57] sc520_wdt: Clean up and switch to unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "d14bccaadaa49b651fabcd1298b6ea07db3af552",
      "tree": "65c4b0ceff84a2bd1c8a686b8b06ec17126ae1fb",
      "parents": [
        "df3c9de3dee539c6b18a9c0797b37f6cb90c6ccb"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:08:38 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 15:08:00 2008 +0000"
      },
      "message": "[WATCHDOG 42/57] sc1200_wdt: clean up, fix locking and use unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "df3c9de3dee539c6b18a9c0797b37f6cb90c6ccb",
      "tree": "4bbd2f47f306d1f39147a82a675b718707e151ee",
      "parents": [
        "f4f6f65a554d4a11e544070c39eea7c2ecc3ebfb"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:08:33 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 14:57:12 2008 +0000"
      },
      "message": "[WATCHDOG 41/57] sb_wdog: Clean up and switch to unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "f4f6f65a554d4a11e544070c39eea7c2ecc3ebfb",
      "tree": "0373aa4ee0c94e2269c4ddba77751bbee85b6eb7",
      "parents": [
        "9f53c8de1aef08cad678dcda0f85fd8914ad7666"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:08:27 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 14:46:05 2008 +0000"
      },
      "message": "[WATCHDOG 40/57] sbc_epx_c3_wdt: switch to unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "9f53c8de1aef08cad678dcda0f85fd8914ad7666",
      "tree": "d9a9c428606a7fc9a87ad03ff78a33b0f304da6a",
      "parents": [
        "619a8a2bb1d0c3f8270da4496a30f1e83e6eab5e"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:08:22 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 14:42:05 2008 +0000"
      },
      "message": "[WATCHDOG 39/57] sbc8360: clean up\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "619a8a2bb1d0c3f8270da4496a30f1e83e6eab5e",
      "tree": "ba0ce708dd95bb2781ebb0bad447b423253c1b98",
      "parents": [
        "1780de41406d783aa57459ba636a09aeda21d180"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:08:16 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 14:39:38 2008 +0000"
      },
      "message": "[WATCHDOG 38/57] stg7240_wdt: unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "1780de41406d783aa57459ba636a09aeda21d180",
      "tree": "c63016dbbe9cbe3dabbe1a88537dd2d985da8845",
      "parents": [
        "f19e031265dc6e05511308a6ecb9637e335b45b0"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:08:11 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 14:24:34 2008 +0000"
      },
      "message": "[WATCHDOG 37/57] sbc60xxwdt: clean up and switch to unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "f19e031265dc6e05511308a6ecb9637e335b45b0",
      "tree": "9e355f86d4c8cddd3440cfeefe35f642376c23d6",
      "parents": [
        "edef7a93f9414e1d4864150eabb49a618222c2bd"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:08:05 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 14:22:30 2008 +0000"
      },
      "message": "[WATCHDOG 36/57] sa1100_wdt: Switch to unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "edef7a93f9414e1d4864150eabb49a618222c2bd",
      "tree": "2976ad5816e0e335078c52f1f0bd3f1a3225f49f",
      "parents": [
        "72d5c0505bafae1a393f50e169e20b682d37f28e"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:08:00 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 14:10:15 2008 +0000"
      },
      "message": "[WATCHDOG 35/57] s3c2410: watchdog cleanup and switch to unlocked_ioctl\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "72d5c0505bafae1a393f50e169e20b682d37f28e",
      "tree": "e13eee24622055b0abfbffbe5e55718be7f95af3",
      "parents": [
        "84ca995c258df70a8914866e8c996845003ff938"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:07:54 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 14:01:31 2008 +0000"
      },
      "message": "[WATCHDOG 34/57] rm9k_wdt: clean up\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "84ca995c258df70a8914866e8c996845003ff938",
      "tree": "b3edde69f9d560ca62a9a54f1e40a69ba24f3f0d",
      "parents": [
        "261dcc70aae926ba7b9218da7302f0ad2f665b79"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@redhat.com",
        "time": "Mon May 19 14:07:48 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Jun 21 12:19:03 2008 +0000"
      },
      "message": "[WATCHDOG 33/57] pnx4008_wdt: unlocked_ioctl setup\n\nReview and switch to unlocked_ioctl\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "1f6ef2342972dc7fd623f360f84006e2304eb935",
      "tree": "4bc32bb53b6203ba570e21025e1385c0f1db6061",
      "parents": [
        "89f5b7da2a6bad2e84670422ab8192382a5aeb9f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 20 12:19:28 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jun 20 12:25:34 2008 -0700"
      },
      "message": "[watchdog] hpwdt: fix use of inline assembly\n\nThe inline assembly in drivers/watchdog/hpwdt.c was incredibly broken,\nand included all the function prologue and epilogue stuff, even though\nit was itself then inside a C function where the compiler would add its\nown prologue and epilogue on top of it all.\n\nThis then just _happened_ to work if you had exactly the right compiler\nversion and exactly the right compiler flags, so that gcc just happened\nto not create any prologue at all (the gcc-generated epilogue wouldn\u0027t\nmatter, since it would never be reached).\n\nBut the more proper way to fix it is to simply not do this.  Move the\ninline asm to the top level, with no surrounding function at all (the\nbetter alternative would be to remove the prologue and make it actually\nuse proper description of the arguments to the inline asm, but that\u0027s a\nbigger change than the one I\u0027m willing to make right now).\n\nTested-by: S.Çağlar Onur \u003ccaglar@pardus.org.tr\u003e\nAcked-by: Thomas Mingarelli \u003cThomas.Mingarelli@hp.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    }
  ],
  "next": "fdf7be6f13b920f0d80c249c70f794a2f6d53992"
}
