)]}'
{
  "log": [
    {
      "commit": "6188e10d38b8d7244ee7776d5f1f88c837b4b93f",
      "tree": "6675e02c47fb684a613e10513816b5dcc5de28a9",
      "parents": [
        "d7b1acd3b524b39f418e463e836b48ac041954d6"
      ],
      "author": {
        "name": "Matthew Wilcox",
        "email": "matthew@wil.cx",
        "time": "Fri Apr 18 22:21:05 2008 -0400"
      },
      "committer": {
        "name": "Matthew Wilcox",
        "email": "willy@linux.intel.com",
        "time": "Fri Apr 18 22:22:54 2008 -0400"
      },
      "message": "Convert asm/semaphore.h users to linux/semaphore.h\n\nSigned-off-by: Matthew Wilcox \u003cwilly@linux.intel.com\u003e\n"
    },
    {
      "commit": "f37d193c7c150c40059c7ce5de34e8b28a9cd4ae",
      "tree": "e684632da3a4efc458ef1580ad807fa7a42efccd",
      "parents": [
        "f4fce61d410b96ae263b001c45f73df1863dad8d"
      ],
      "author": {
        "name": "Kay Sievers",
        "email": "kay.sievers@vrfy.org",
        "time": "Thu Apr 10 21:29:23 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 11 08:06:44 2008 -0700"
      },
      "message": "watchdog: fix platform driver hotplug/coldplug\n\nSince 43cc71eed1250755986da4c0f9898f9a635cb3bf, the platform modalias is\nprefixed with \"platform:\".  Add MODULE_ALIAS() to the hotpluggable watchdog\ndrivers, to re-enable auto loading.\n\n[dbrownell@users.sourceforge.net: more drivers; registration fixes]\nSigned-off-by: Kay Sievers \u003ckay.sievers@vrfy.org\u003e\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "cc1020f15ad0f843c0111bf4b77bdfaabca79571",
      "tree": "8bb1d0fc8804bd5bc3af8d02fd2ac953bb3e2e8a",
      "parents": [
        "6fdf5e67fe8d3c83500dad9acae985132c2459a3"
      ],
      "author": {
        "name": "Andrew Paprocki",
        "email": "andrew@ishiboo.com",
        "time": "Wed Apr 02 02:43:19 2008 -0400"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Apr 06 19:12:22 2008 +0000"
      },
      "message": "[WATCHDOG] it8712f_wdt Zero MSB timeout byte when disabling watchdog\n\nI noticed this while testing the latest code. I\u0027m not sure if it is required,\nbut the normal (or LSB) timeout value is set to zero, so the MSB should\nbe as well to stay consistent.\n\nIf the chip revision is \u003e\u003d 8, set MSB of the 16-bit timeout value to zero\nwhen disabling the watchdog in it8712f_wdt_disable().\n\nSigned-off-by: Andrew Paprocki \u003candrew@ishiboo.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": "0e45adb8f5371f3d20a6df21cd13ce32fbe9bf15",
      "tree": "15a603c06c3cf93aac29db83c3458f4f73dbda4b",
      "parents": [
        "d5f1a21ca05cad212829460ee7900915128e3401"
      ],
      "author": {
        "name": "Oliver Schuster",
        "email": "oliver.s@inbox.com",
        "time": "Tue Apr 01 17:06:21 2008 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 01 11:31:05 2008 -0700"
      },
      "message": "[WATCHDOG] Fix it8712f_wdt.c wrong byte order accessing WDT_TIMEOUT\n\nThis patch corrects an error in the driver it8712f_wdt.  You cannot set\nthe 16-bit WDT_TIMEOUT access as a 16-bit outw, because the byte\nordering will be wrong.  So just do the high 8 bits as a separate\naccess.\n\nSigned-off-by: Oliver Schuster \u003colivers137@aol.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "8b1266f43d2671cbfc240bfd38fc77c6db02de54",
      "tree": "fb1fa944626134f731f44de469edf5e8e8682f23",
      "parents": [
        "996d62d449a7d5e691b0da22b7c877df08c2b0a4"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Fri Feb 22 21:58:02 2008 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Mar 06 21:32:21 2008 +0000"
      },
      "message": "[WATCHDOG] make watchdog/hpwdt.c:asminline_call() static\n\nThis patch makes the needlessly global asminline_call() static and \nremoves the not required \"asmlinkage\".\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nAcked-by: Thomas Mingarelli \u003cThomas.Mingarelli@hp.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n\n"
    },
    {
      "commit": "996d62d449a7d5e691b0da22b7c877df08c2b0a4",
      "tree": "cfad4f591da2f0d693a065b540b22703180665fd",
      "parents": [
        "fa9363c5f866d6beedf36d4f4b1393ba802d8248"
      ],
      "author": {
        "name": "Florian Fainelli",
        "email": "florian.fainelli@telecomint.eu",
        "time": "Mon Feb 25 13:39:57 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Mar 06 11:30:32 2008 +0000"
      },
      "message": "[WATCHDOG] Remove volatiles from watchdog device structures\n\nRemove the volatile since those are useless in such a structure.\n\nSigned-off-by: Florian Fainelli \u003cflorian.fainelli@telecomint.eu\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "fa9363c5f866d6beedf36d4f4b1393ba802d8248",
      "tree": "6651628e3e98ae419d24b46600e8de98304f2cc7",
      "parents": [
        "30ec910e02b35e7c3d600af694a5aec4b6690ddc"
      ],
      "author": {
        "name": "Harvey Harrison",
        "email": "harvey.harrison@gmail.com",
        "time": "Wed Mar 05 18:24:58 2008 -0800"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Mar 06 11:30:26 2008 +0000"
      },
      "message": "[WATCHDOG] replace remaining __FUNCTION__ occurrences\n\n__FUNCTION__ is gcc-specific, use __func__\n\nSigned-off-by: Harvey Harrison \u003charvey.harrison@gmail.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": "30ec910e02b35e7c3d600af694a5aec4b6690ddc",
      "tree": "5d482c467bbd615ff3008ecea70322b67e5ee7bc",
      "parents": [
        "ef82710a3f80cd24d459c508f91542ecccb1f340"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rdreier@cisco.com",
        "time": "Thu Feb 28 12:34:42 2008 -0800"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Mar 06 11:10:53 2008 +0000"
      },
      "message": "[WATCHDOG] hpwdt: Use dmi_walk() instead of own copy\n\nWe can simplify the code by deleting all of the duplicated DMI table\nwalking code and using the kernel\u0027s existing dmi_walk() interface to\nfind the DMI entry the driver is looking for.\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\nAcked-by: Thomas Mingarelli \u003cThomas.Mingarelli@hp.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": "ef82710a3f80cd24d459c508f91542ecccb1f340",
      "tree": "11c1454eb39f0f82378f179bb15f43b992093613",
      "parents": [
        "103018aca2e4ba0d0e230efa864231c59228f419"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rdreier@cisco.com",
        "time": "Thu Feb 28 09:48:10 2008 -0800"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Mar 06 11:10:44 2008 +0000"
      },
      "message": "[WATCHDOG] Fix return value warning in hpwdt\n\nThe return value of smbios_scan_machine() is never used, and when it\nsucceeds it doesn\u0027t return anything, so just make it void.  This fixes:\n\n    drivers/watchdog/hpwdt.c: In function \u0027smbios_scan_machine\u0027:\n    drivers/watchdog/hpwdt.c:562: warning: control reaches end of non-void function\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\nAcked-by: Thomas Mingarelli \u003cThomas.Mingarelli@hp.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": "103018aca2e4ba0d0e230efa864231c59228f419",
      "tree": "bc31aec77db886f23f26fca97ef341cc15d19a72",
      "parents": [
        "5e69960865ab6033a129f9ee35264adb2a1cfc94"
      ],
      "author": {
        "name": "Roland Dreier",
        "email": "rdreier@cisco.com",
        "time": "Thu Feb 28 09:38:44 2008 -0800"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Mar 06 11:10:35 2008 +0000"
      },
      "message": "[WATCHDOG] Fix declaration of struct smbios_entry_point in hpwdt\n\nOn my HP DL380 G5 system running a 64-bit kernel, loading the hpwdt\ndriver causes a crash because the driver attempts to ioremap an\ninvalid physical address.  This is because the driver has an incorrect\ndefinition of the SMBIOS table entry point structure: the table\naddress is only a 32-bit quantity, and making it a u64 means that the\nhigh-order 32 bits end up containing garbage.\n\nCorrecting the structure definition fixes the driver so that it loads\nwithout any problems on my system.\n\nSigned-off-by: Roland Dreier \u003crolandd@cisco.com\u003e\nAcked-by: Thomas Mingarelli \u003cThomas.Mingarelli@hp.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": "5e69960865ab6033a129f9ee35264adb2a1cfc94",
      "tree": "0fac0e3ffbbe1e9b2e097bf13e9d4ddd10c357c2",
      "parents": [
        "d7fe321eeba58f0a37cc4324d10e52092be457e0"
      ],
      "author": {
        "name": "Andrew Paprocki",
        "email": "andrew@ishiboo.com",
        "time": "Sun Feb 10 22:11:15 2008 -0500"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Mar 06 11:10:07 2008 +0000"
      },
      "message": "[WATCHDOG] it8712f_wdt support for 16-bit timeout values, WDIOC_GETSTATUS\n\nThis patch adds support for 16-bit watchdog timeout values which are\navailable in chip revisions \u003e\u003d 0x08. Values \u003c\u003d 65535 are seconds precision,\notherwise minutes precision is used up to a maximum value of 3932100. Added\nimplementation for WDIOC_GETSTATUS which checks the WDT status bit in the\nWDT control register.\n\nSigned-off-by: Andrew Paprocki \u003candrew@ishiboo.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "7f4da4745c34287938ce76b92b23409adeecb5b8",
      "tree": "21b7fa9619863c970e34fc2d264769540435aa74",
      "parents": [
        "bb59b5578a73d0e0e4e208a014fa7ea0c4f0ccb4"
      ],
      "author": {
        "name": "Thomas Mingarelli",
        "email": "thomas.mingarelli@hp.com",
        "time": "Tue Dec 04 17:41:54 2007 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Feb 18 17:06:21 2008 +0000"
      },
      "message": "[WATCHDOG] HP ProLiant WatchDog driver\n\nHp is providing a Hardware WatchDog Timer driver that will only work with the\nspecific HW Timer located in the HP ProLiant iLO 2 ASIC. The iLO 2 HW Timer\nwill generate a Non-maskable Interrupt (NMI) 9 seconds before physically\nresetting the server, by removing power, so that the event can be logged to\nthe HP Integrated Management Log (IML), a Non-Volatile Random Access Memory\n(NVRAM). The logging of the event is performed using the HP ProLiant ROM via\nan Industry Standard access known as a BIOS Service Directory Entry.\n\nSigned-off-by: Thomas Mingarelli \u003cthomas.mingarelli@hp.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "bb59b5578a73d0e0e4e208a014fa7ea0c4f0ccb4",
      "tree": "c55f6af2338c48cb05529c6fd3aa468a1edf59ba",
      "parents": [
        "6ea8115bb6f359df4f45152f2b40e1d4d1891392"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "michael.frysinger@analog.com",
        "time": "Wed Jan 30 17:38:21 2008 +0800"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Feb 18 16:54:11 2008 +0000"
      },
      "message": "[WATCHDOG] blackfin Watchdog driver: relocate all strings used in __init functions to __initdata\n\nSigned-off-by: Mike Frysinger \u003cmichael.frysinger@analog.com\u003e\nSigned-off-by: Bryan Wu \u003cbryan.wu@analog.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "6ea8115bb6f359df4f45152f2b40e1d4d1891392",
      "tree": "26316a283358636eab4d769cf30738655a527658",
      "parents": [
        "75c752e6c3147f596c13365b200b91d754b66f59"
      ],
      "author": {
        "name": "Florian Fainelli",
        "email": "florian.fainelli@telecomint.eu",
        "time": "Mon Jan 07 19:08:49 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Feb 18 16:54:02 2008 +0000"
      },
      "message": "[WATCHDOG] Convert mtx1 wdt to be a platform device and use generic GPIO API\n\nThis patch converts the MTX-1 to be a platform device, use the available\ngeneric GPIO API for the MTX-1 board and register the miscdev alias.\n\nSigned-off-by: Florian Fainelli \u003cflorian.fainelli@telecomint.eu\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "75c752e6c3147f596c13365b200b91d754b66f59",
      "tree": "7f8d6ad758b24ffe5633755b8322727353feaeae",
      "parents": [
        "1309d4e68497184d2fd87e892ddf14076c2bda98"
      ],
      "author": {
        "name": "Andrew Sharp",
        "email": "andy.sharp@onstor.com",
        "time": "Thu Dec 13 16:16:42 2007 -0800"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Feb 18 16:53:47 2008 +0000"
      },
      "message": "[WATCHDOG] Add support for SB1 hardware watchdog\n\nSupport watchdog timers built into SiByte MIPS SoCs.\n\nSigned-off-by: Andy Sharp \u003candy.sharp@onstor.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nCc: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n\n"
    },
    {
      "commit": "ee0fc097ef47a4a6ff6b4800f2391030131b7828",
      "tree": "827282becdc26dfac797181755cc73155e65302d",
      "parents": [
        "44363f14d9e7c9786ddbe7742d0f002b4ad685e1"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Sun Feb 03 17:32:52 2008 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Sun Feb 03 17:32:52 2008 +0200"
      },
      "message": "drivers/watchdog/: Spelling fixes\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\n"
    },
    {
      "commit": "1ceea8243aa917ac7fc5a4a6585dea4789f7c20f",
      "tree": "bbb46154ec73532cdd3cb4e56049224453d896a3",
      "parents": [
        "0ba6c33bcddc64a54b5f1c25a696c4767dc76292"
      ],
      "author": {
        "name": "Thomas Bogendoerfer",
        "email": "tsbogend@alpha.franken.de",
        "time": "Sun Dec 02 12:54:42 2007 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Jan 29 12:58:38 2008 +0000"
      },
      "message": "[WATCHDOG] use SGI_HAS_INDYDOG for INDYDOG depends\n\nUse SGI_HAS_INDYDOG for INDYDOG depends.\n\nSigned-off-by: Thomas Bogendoerfer \u003ctsbogend@alpha.franken.de\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nCc: Ralf Baechle \u003cralf@linux-mips.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n\n"
    },
    {
      "commit": "b47a166ed0baaaa30112532bad41b21e7c5e4d31",
      "tree": "21dd81db7259f3090758cfaeb05cc8234974c398",
      "parents": [
        "6f702fce387e16e16d7930b5c9927d5e71d36ece"
      ],
      "author": {
        "name": "Jan Engelhardt",
        "email": "jengelh@computergmbh.de",
        "time": "Tue Jan 22 20:48:10 2008 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Jan 25 20:41:30 2008 +0000"
      },
      "message": "[WATCHDOG] constify function pointer tables\n\n\"static struct file_operations\" should be\n\"static const struct file_operations\".\n\nSigned-off-by: Jan Engelhardt \u003cjengelh@computergmbh.de\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "6f702fce387e16e16d7930b5c9927d5e71d36ece",
      "tree": "e6ce779ccfcaec9827fba0613767bccaa86fdc9f",
      "parents": [
        "c6cb13aead3a3cf5bd3e2cfa945602d5cd7825cd"
      ],
      "author": {
        "name": "Atsushi Nemoto",
        "email": "anemo@mba.ocn.ne.jp",
        "time": "Mon Nov 12 01:32:17 2007 +0900"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Jan 25 20:34:55 2008 +0000"
      },
      "message": "[WATCHDOG] TXx9 watchdog driver\n\nThis is a driver for watchdog timer built into TXx9 MIPS SoCs.\n\nSigned-off-by: Atsushi Nemoto \u003canemo@mba.ocn.ne.jp\u003e\nCc: Ralf Baechle \u003cralf@linux-mips.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": "c6cb13aead3a3cf5bd3e2cfa945602d5cd7825cd",
      "tree": "ecff4a444e33d0ca24925e92fee4f9021ba981b8",
      "parents": [
        "01c785dcb4e9fd6c4c370fd9915fc10585ed64bd"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Wed Dec 26 20:32:51 2007 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Jan 25 20:31:50 2008 +0000"
      },
      "message": "[WATCHDOG] misc_register patch\t\n\nMake sure that we first do a register_reboot_notifier before we\ndo a misc_register. A misc_register opens the interface to\nuserspace and it\u0027s best to do this as the last action.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "01c785dcb4e9fd6c4c370fd9915fc10585ed64bd",
      "tree": "18afb2d73c5f2fe21cae6908c110440320b3fcff",
      "parents": [
        "b47711bfbcd4eb77ca61ef0162487b20e023ae55"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Wed Jan 09 21:36:01 2008 -0800"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Jan 25 20:23:28 2008 +0000"
      },
      "message": "[WATCHDOG] wdt: fix locking\n\nThe audit of _p usage shows various drivers assume inb_p is somehow atomic.\n Of course it isn\u0027t and the delay can be split from the I/O cycle causing a\ntiming violation on chips that matter (eg this one)\n\nWith the proposed use of udelay() for some _p delays this will cease to be\na mostly theoretical bug (as the delay stall is unsplittable) and wants\nfixing.\n\nLots of other drivers need fixing this way too.\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": "438ff3f3cc33833206a48492e9d6674e4e82bed8",
      "tree": "5159b43453c6a86949798af889d3cb0200818b74",
      "parents": [
        "281ef58ccf62eaa6c4e4b7e4c0a3ee6b52e84e5b"
      ],
      "author": {
        "name": "Haavard Skinnemoen",
        "email": "hskinnemoen@atmel.com",
        "time": "Mon Oct 29 15:28:07 2007 +0100"
      },
      "committer": {
        "name": "Haavard Skinnemoen",
        "email": "hskinnemoen@atmel.com",
        "time": "Fri Jan 25 08:31:41 2008 +0100"
      },
      "message": "[AVR32] Add support for AT32AP7001 and AT32AP7002\n\nThese are derivatives of the AT32AP7000 chip, which means that most of\nthe code stays the same. Rename a few files, functions, definitions\nand config symbols to reflect that they apply to all AP700x chips, and\nexclude some platform devices from chips where they aren\u0027t present.\n\nSigned-off-by: Haavard Skinnemoen \u003chskinnemoen@atmel.com\u003e\n"
    },
    {
      "commit": "cde10ba3ba439592d1bc094102ebfccdeee80cf9",
      "tree": "5c492dfdbd56b9f76a323b8150d03784efd4b61e",
      "parents": [
        "03bbe082cffc4533f6557bf23f0c672307067246"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Jan 18 21:01:34 2008 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Jan 18 21:01:34 2008 +0000"
      },
      "message": "[WATCHDOG] Revert \"Stop looking for device as soon as one is found\"\n\nThis reverts commit 3ff6eb4a2fe5757cbe7c5d57c8eb60ab0775f2f0.\n\nthe !found check in the for loop allready made sure that only one\ndevice was found.\n\nSigned-Off-By: Pádraig Brady \u003cP@draigBrady.com\u003e\nSigned-Off-By: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "c4c283357d865aad1f124c069f5f6e3f39e76790",
      "tree": "261561355eb90e63f5880f93b0c4e07f9559941c",
      "parents": [
        "783e6bcde4e6a7c849fa5fa7f35b0fba721ac5f4"
      ],
      "author": {
        "name": "Gilles Gigan",
        "email": "gilles.gigan@gmail.com",
        "time": "Wed Oct 31 16:31:42 2007 +1000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Dec 04 16:48:06 2007 +0000"
      },
      "message": "[WATCHDOG] add Nano 7240 driver\n\nAdds support for the built-in watchdog on EPIC Nano 7240 boards from IEI.\n\nTested on Nano-7240RS.\n\nHardware documentation of the platform (including watchdog) can be found\non the IEI website: http://www.ieiworld.com\n\nSigned-off-by: Gilles Gigan \u003cgilles.gigan@gmail.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "38ff6fd2fa4959925cf217ccaebea90fabd8ce04",
      "tree": "2f6680a4810d3cbc6964409c7b1bed01b550bf95",
      "parents": [
        "6027f661f8da653f084df80f4aade21359bcea35"
      ],
      "author": {
        "name": "Jorge Boncompte [DTI2]",
        "email": "jorge@dti2.net",
        "time": "Mon Nov 19 15:09:21 2007 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Nov 19 21:25:41 2007 +0000"
      },
      "message": "[WATCHDOG] IT8212F watchdog driver\n\nThis patch adds support for the ITE Tech Inc. IT8712F EC-LPC Super I/O \nchipset found on many Pentium III and AMD motherboards. Developed using code \nfrom other watchdog drivers and the datasheet on ITE Tech homepage.\n\nSigned-off-by: Jorge Boncompte \u003cjorge@dti2.net\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "bf6350a3dfcbd0a0811d7c210beacb66e90eca47",
      "tree": "f34cc7e93e3c83811089893db60a0ebb9ff5dace",
      "parents": [
        "3ff6eb4a2fe5757cbe7c5d57c8eb60ab0775f2f0"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "jirislaby@gmail.com",
        "time": "Sat Nov 10 05:58:44 2007 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Nov 19 21:09:42 2007 +0000"
      },
      "message": "[WATCHDOG] bfin_wdt, remove SPIN_LOCK_UNLOCKED\n\nbfin_wdt, remove SPIN_LOCK_UNLOCKED\n\nSPIN_LOCK_UNLOCKED is deprecated, use DEFINE_SPINLOCK instead\n\nSigned-off-by: Jiri Slaby \u003cjirislaby@gmail.com\u003e\nAcked-by: Mike Frysinger \u003cvapier.adi@gmail.com\u003e\nCc: Bryan Wu \u003cbryan.wu@analog.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": "3ff6eb4a2fe5757cbe7c5d57c8eb60ab0775f2f0",
      "tree": "31dfb08578e5fe20ccdfa15bd94aaa784a872e3a",
      "parents": [
        "bb133450ee95746a9387f12de8bd738e79c21433"
      ],
      "author": {
        "name": "Samuel Tardieu",
        "email": "sam@rfc1149.net",
        "time": "Sun Nov 04 20:20:23 2007 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Nov 19 21:09:16 2007 +0000"
      },
      "message": "[WATCHDOG] Stop looking for device as soon as one is found\n\nIf no address is given for the W83697HF/HG watchdog IO port, stop looping\nthrough possible locations when a watchdog device has been found.\n\nSigned-off-by: Samuel Tardieu \u003csam@rfc1149.net\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "bb133450ee95746a9387f12de8bd738e79c21433",
      "tree": "fb3d97f06f27740df69b7e86e3ab924eda91bfce",
      "parents": [
        "2ffbb8377c7a0713baf6644e285adc27a5654582"
      ],
      "author": {
        "name": "Hans-Christian Egtvedt",
        "email": "hcegtvedt@atmel.com",
        "time": "Tue Oct 30 14:56:20 2007 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Nov 19 21:08:57 2007 +0000"
      },
      "message": "[WATCHDOG] at32ap700x_wdt: add support for boot status and add fix for silicon errata\n\nThis patch enables the watchdog to read out the reset cause after a boot and\nprovide this to the user.\n\nThe driver will now also return -EIO if probed when booting from a watchdog\nreset. This is due to a silicon errata in the AT32AP700x devices.\n\nDetailed description and work-arounds can be found in the errata section of the\ndatasheet avilable from\nhttp://www.atmel.com/dyn/products/datasheets.asp?family_id\u003d682\n\nSigned-off-by: Hans-Christian Egtvedt \u003chcegtvedt@atmel.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": "71527bf8332ced9a961827272fe2f83fc5514f42",
      "tree": "ca20ec292a2d3111e2aa06fe01a5635e91a704b1",
      "parents": [
        "434a25d422db13729da14637325875dc64c05faf",
        "acf603513ebc0ebf209f087fb7b9237b0c0a2581"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Nov 02 19:36:26 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Nov 02 19:36:26 2007 -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] iTCO_wdt.c ICH8 pci-device-id\u0027s\n  [WATCHDOG] iTCO_wdt.c init \u0026 exit fixes\n  [WATCHDOG] iTCO_wdt.c pci_device_id table clean-up\n  [WATCHDOG] spin_lock_init() fixes\n  [WATCHDOG] Unlock in iTCO_wdt_start when reboot is disabled\n  [WATCHDOG] Add necessary braces to if (...) \\n #if... cases\n  [WATCHDOG] trivial fix two returns in void functions\n"
    },
    {
      "commit": "acf603513ebc0ebf209f087fb7b9237b0c0a2581",
      "tree": "09b66e166391019f1f39eb08c817001f7ff9ca27",
      "parents": [
        "08113e39dfd3d91053e8f1855fc0dc15305fb4c0"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Aug 31 08:23:10 2007 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Nov 02 22:25:43 2007 +0000"
      },
      "message": "[WATCHDOG] iTCO_wdt.c ICH8 pci-device-id\u0027s\n\nAdd the pci-device-id\u0027s for the ICH8M and the ICH8M-E chipsets.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "08113e39dfd3d91053e8f1855fc0dc15305fb4c0",
      "tree": "c1cd9a3de7e0b62169323e6fb913b3cbaa607ea4",
      "parents": [
        "c87b639a2a34ea2912000ee1b1bd313d46fda276"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Aug 31 08:15:34 2007 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Nov 02 22:25:35 2007 +0000"
      },
      "message": "[WATCHDOG] iTCO_wdt.c init \u0026 exit fixes\n\nMark init and exit procedures as __devinit \u0026 _-devexit.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "c87b639a2a34ea2912000ee1b1bd313d46fda276",
      "tree": "df3236ef5fe4148e8637c819321ee93f91db019e",
      "parents": [
        "c7dfd0cca300c5dc49213cf1c78c77393600410d"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Aug 19 20:17:58 2007 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Nov 02 22:25:21 2007 +0000"
      },
      "message": "[WATCHDOG] iTCO_wdt.c pci_device_id table clean-up\n\nMake the pci_device_id table more readable.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "c7dfd0cca300c5dc49213cf1c78c77393600410d",
      "tree": "5a4a5ecb5ab0215113eacf763a9d15500a02b0ee",
      "parents": [
        "2ba7d7b39f3adf3f71aa3acab00111a429056c7d"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@sw.ru",
        "time": "Thu Nov 01 16:27:08 2007 -0700"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Nov 02 19:09:07 2007 +0000"
      },
      "message": "[WATCHDOG] spin_lock_init() fixes\n\nSome watchdog drivers initialize global spinlocks in module\u0027s init function\nwhich is tolerable, but some do it in PCI probe function.  So, switch to\nstatic initialization to fix theoretical bugs and, more importantly, stop\ngiving people bad examples.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@sw.ru\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n\n"
    },
    {
      "commit": "e403149c92a2a0643211debbbb0a9ec7cc04cff7",
      "tree": "c3ef82a7fa02222aab2c3d3d79e644f8a1c95286",
      "parents": [
        "bdb76ef5a4bc8676a81034a443f1eda450b4babb"
      ],
      "author": {
        "name": "Dirk Hohndel",
        "email": "hohndel@linux.intel.com",
        "time": "Tue Oct 30 13:37:19 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Tue Oct 30 14:26:30 2007 -0700"
      },
      "message": "Kbuild/doc: fix links to Documentation files\n\nFix links to files in Documentation/* in various Kconfig files\n\nSigned-off-by: Dirk Hohndel \u003chohndel@linux.intel.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "2ba7d7b39f3adf3f71aa3acab00111a429056c7d",
      "tree": "53bbc5d5e523495955954bd5dcbcb9ec057c3c4c",
      "parents": [
        "59338d4cb68528062f294d95f116357265936076"
      ],
      "author": {
        "name": "Roel Kluin",
        "email": "12o3l@tiscali.nl",
        "time": "Tue Oct 23 03:08:27 2007 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Oct 27 10:43:39 2007 +0000"
      },
      "message": "[WATCHDOG] Unlock in iTCO_wdt_start when reboot is disabled\n\nUnlock in iTCO_wdt_start when reboot is disabled\n\nSigned-off-by: Roel Kluin \u003c12o3l@tiscali.nl\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "59338d4cb68528062f294d95f116357265936076",
      "tree": "9dbb3425c130b584844c1d12f32f05993e45a69e",
      "parents": [
        "bb0a38d8915b568a012888082dce731092b9803e"
      ],
      "author": {
        "name": "Ilpo Jarvinen",
        "email": "ilpo.jarvinen@helsinki.fi",
        "time": "Tue Oct 23 13:40:54 2007 -0700"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Oct 25 08:47:29 2007 +0000"
      },
      "message": "[WATCHDOG] Add necessary braces to if (...) \\n #if... cases\n\nSigned-off-by: Ilpo Jarvinen \u003cilpo.jarvinen@helsinki.fi\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\n\n"
    },
    {
      "commit": "bb0a38d8915b568a012888082dce731092b9803e",
      "tree": "8cb7aa520d4096c56116254de97a4df4f33fb722",
      "parents": [
        "c9927c2bf4f45bb85e8b502ab3fb79ad6483c244"
      ],
      "author": {
        "name": "Florian Fainelli",
        "email": "florian.fainelli@telecomint.eu",
        "time": "Wed Oct 17 15:42:22 2007 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Oct 25 08:36:20 2007 +0000"
      },
      "message": "[WATCHDOG] trivial fix two returns in void functions\n\nThis patch fixes two returns in the TI Davinci and\nPNX4008 in void functions.\n\nSigned-off-by: Florian Fainelli \u003cflorian.fainelli@telecomint.eu\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "c283cf2c09ca1b7f1e7677bde384a8f92b1b7584",
      "tree": "925026bb73224b863a53e674294554a1e574905d",
      "parents": [
        "01ed08c14de6933e9f29ba3359a46598dae6f5b7"
      ],
      "author": {
        "name": "Matteo Croce",
        "email": "technoboy85@gmail.com",
        "time": "Thu Sep 20 18:06:41 2007 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Oct 23 20:35:13 2007 +0000"
      },
      "message": "[WATCHDOG] AR7: watchdog timer\n\nDriver for the watchdog timer. Still doesn\u0027t reboots the machine\non some boards, but we have improved and cleaned it\n\nSigned-off-by: Matteo Croce \u003ctechnoboy85@gmail.com\u003e\nSigned-off-by: Nicolas Thill \u003cnico@openwrt.org\u003e\nSigned-off-by: Enrik Berkhan \u003cEnrik.Berkhan@akk.org\u003e\nSigned-off-by: Christer Weinigel \u003cwingel@nano-system.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "01ed08c14de6933e9f29ba3359a46598dae6f5b7",
      "tree": "1c67c18c07442e0207a1c93216aa69e45e5ee7c0",
      "parents": [
        "0895e91d60ef9bdef426d1ce14bb94bd5875870d"
      ],
      "author": {
        "name": "Veljkovic Srdjan",
        "email": "sveljko@gvs.co.yu",
        "time": "Wed Sep 12 15:22:26 2007 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Oct 23 20:35:00 2007 +0000"
      },
      "message": "[WATCHDOG] Linux kernel IPC SBC Watchdog Timer driver\n\nICP\u0027s Wafer 5823 SBC has, as far as I can tell, the same WDT as many,\nif not all ICP\u0027s SBC\u0027s (that do have a WDT). I have tested it with\nseveral boards, including Rocky 4783, Rocky 3703 and Rocky 3782. \n\nI propose a rename of the  Wafer 5823 watchdog timer driver\nto something like \"IPC (SBC) Watchdog Timer\", to reflect that it\nworks with other IPC boards (maybe even all of them).\n\nSigned-off-by: Veljkovic Srdjan \u003csveljko@gvs.co.yu\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "d24bc314c964e900ddf30efa1ef44565cf0cf44c",
      "tree": "ee79394490a55998b355ea63acee96d14821a37a",
      "parents": [
        "c5c01c9700e59a5b20d7bdd15808d33ab9d9e877"
      ],
      "author": {
        "name": "Marian Balakowicz",
        "email": "m8@semihalf.com",
        "time": "Fri Oct 19 04:44:24 2007 +1000"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Sun Oct 21 12:42:55 2007 -0600"
      },
      "message": "[POWERPC] Update device tree binding for mpc5200 gpt\n\nAdd \u0027fsl,\u0027 prefix to \u0027compatible\u0027 property for gpt nodes.\nAdd \u0027fsl,\u0027 prefix to empty, GPT0 specific \u0027has-wdt\u0027 property.\nThe fsl, prefix is being added to better match the convention of prefixing\nmanufacturer specific properties and values with the vendors name.\n\nSigned-off-by: Marian Balakowicz \u003cm8@semihalf.com\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "96de0e252cedffad61b3cb5e05662c591898e69a",
      "tree": "e3eb7d3e65ec27d39e1da13a17f6f0f91b28f5e9",
      "parents": [
        "3f5b98a2a0cba3351f96fcaa6d79aa1a0d93ee78"
      ],
      "author": {
        "name": "Jan Engelhardt",
        "email": "jengelh@gmx.de",
        "time": "Fri Oct 19 23:21:04 2007 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Fri Oct 19 23:21:04 2007 +0200"
      },
      "message": "Convert files to UTF-8 and some cleanups\n\n* Convert files to UTF-8.\n\n  * Also correct some people\u0027s names\n    (one example is Eißfeldt, which was found in a source file.\n    Given that the author used an ß at all in a source file\n    indicates that the real name has in fact a \u0027ß\u0027 and not an \u0027ss\u0027,\n    which is commonly used as a substitute for \u0027ß\u0027 when limited to\n    7bit.)\n\n  * Correct town names (Goettingen -\u003e Göttingen)\n\n  * Update Eberhard Mönkeberg\u0027s address (http://lkml.org/lkml/2007/1/8/313)\n\nSigned-off-by: Jan Engelhardt \u003cjengelh@gmx.de\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\n"
    },
    {
      "commit": "1977f032722c27ee3730284582fd3991ad9ac81b",
      "tree": "00ba5692a697a387399131850c56e01345c7cace",
      "parents": [
        "1276b103c20603835d9b903cae099125e8c2c5a3"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "jirislaby@gmail.com",
        "time": "Thu Oct 18 23:40:25 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 19 11:53:41 2007 -0700"
      },
      "message": "remove asm/bitops.h includes\n\nremove asm/bitops.h includes\n\nincluding asm/bitops directly may cause compile errors. don\u0027t include it\nand include linux/bitops instead. next patch will deny including asm header\ndirectly.\n\nCc: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Jiri Slaby \u003cjirislaby@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "b7e04f8c61a46d742de23af5d7ca2b41b33e40ac",
      "tree": "c52a7ea568648e2d8ed0d423098b42298de2058b",
      "parents": [
        "d85714d81cc0408daddb68c10f7fd69eafe7c213"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Aug 17 08:38:02 2007 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Oct 18 10:39:03 2007 +0000"
      },
      "message": "mv watchdog tree under drivers\n\nmove watchdog tree from drivers/char/watchdog to drivers/watchdog.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    }
  ]
}
