)]}'
{
  "log": [
    {
      "commit": "655516c80ccb3ab2ba2d3063715889b00552a8b3",
      "tree": "0fc0821a08dd30658e996d42b8bbc30607d0fe40",
      "parents": [
        "03a8e359cf760a876f4da9b5c0c165c49564f95a"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Apr 19 23:02:56 2006 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon May 15 21:38:14 2006 +0200"
      },
      "message": "[WATCHDOG] s3c2410_wdt.c stop watchdog after boot\n\nIf the s3c2410 watchdog timer is not enabled by\nthe driver at startup, ensure that it is stopped\nin-case the boot process has enabled it.\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@osdl.org\u003e\n\n"
    },
    {
      "commit": "03a8e359cf760a876f4da9b5c0c165c49564f95a",
      "tree": "2fd1d5aac0f2443dada7b1e9b3c474a05e67370f",
      "parents": [
        "92930d9e8121223e14131809c6e9959ee9e0c43f"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Apr 16 12:52:35 2006 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon May 15 21:37:58 2006 +0200"
      },
      "message": "[WATCHDOG] i8xx_tco.c - remove support for ICH6 + ICH7\n\nTemporary remove support for ICH6 + ICH7. In these newer TCO\u0027s\nthe watchdog timer has changed: the TCO_TMR register is not at\nthe TCOBASE+0x1 offset, but changed it\u0027s place to TCOBASE+0x12\nand became 10 bit long [0:9]. (Kernel BUG 6031).\n\nICH6 + ICH7 support will be added in a new driver. Code is\nunder test.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n\n"
    },
    {
      "commit": "7071e522a58cb1b3469e4cd8664ef03a32076349",
      "tree": "1c61882b28b4b7c86c4425726c8bd5f95384d770",
      "parents": [
        "d8c3291c73b958243b33f8509d4507e76dafd055"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Mon Apr 03 16:04:48 2006 -0700"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon May 15 21:37:36 2006 +0200"
      },
      "message": "[WATCHDOG] sc1200wdt.c printk fix\n\nFix printk output.\n\nsc1200wdt: build 20020303\u003c3\u003esc1200wdt: io parameter must be specified\n\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n\n"
    },
    {
      "commit": "853807fb500a9442d88646b7be92bfa51334f8e8",
      "tree": "5848d577206581bcf28494d11429b8b52857300a",
      "parents": [
        "c9d1a0b8d52e7539e22f3c3190f8b6e0c80b6cfe"
      ],
      "author": {
        "name": "Andrew Victor",
        "email": "andrew@sanpeople.com",
        "time": "Tue Mar 14 11:11:04 2006 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Apr 02 18:52:01 2006 +0200"
      },
      "message": "[WATCHDOG] at91_wdt.c - Atmel AT91RM9200 watchdog driver\n\nWatchdog driver for the Atmel AT91RM9200 processor.\n\nSigned-off-by: Andrew Victor \u003candrew@sanpeople.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "c9d1a0b8d52e7539e22f3c3190f8b6e0c80b6cfe",
      "tree": "ea27a7a0e334f925eb6e42fb060d252c8439166a",
      "parents": [
        "6bbc20bc0b5d9c5a351fb3a027e60e396c1329a6"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Fri Mar 10 19:04:38 2006 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Apr 02 18:51:50 2006 +0200"
      },
      "message": "[WATCHDOG] pcwd_usb.c: fix a NULL pointer dereference\n\nThe Coverity checker noted that this resulted in a NULL pointer\nreference if we were coming from\n\n        if (usb_pcwd \u003d\u003d NULL) {\n                printk(KERN_ERR PFX \"Out of memory\\n\");\n                    goto error;\n        }\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "6bbc20bc0b5d9c5a351fb3a027e60e396c1329a6",
      "tree": "26bd8c577eaf6af838e775b90996c3e214fa3f6b",
      "parents": [
        "369fa25294b8225cb3a7fefabf047a2676bf6abd"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Mar 02 20:05:16 2006 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Apr 02 18:51:40 2006 +0200"
      },
      "message": "[WATCHDOG] pcwd.c sprintf/strcpy fix\n\nchange sprintf(pcwd_private.fw_ver_str, \"ERROR\");\nto strcpy... as pointed out by Andrew Morton.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "369fa25294b8225cb3a7fefabf047a2676bf6abd",
      "tree": "914b84dd8a99ac548ccff579502845a6d4cfd023",
      "parents": [
        "c324ab4281d6b7a3130e9291d74b5c2361a16d56"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 17:44:57 2006 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Apr 02 18:51:24 2006 +0200"
      },
      "message": "[WATCHDOG] pcwd.c general clean-up after patches\n\nremoval of includes (since we don\u0027t use kmalloc and\nTASK_INTERRUPTABLE anymore).\nAddition of missing commands.\nPrintk that lets the user know when the module was\nunloaded.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "c324ab4281d6b7a3130e9291d74b5c2361a16d56",
      "tree": "90515ec6fdb52ed8ada9e8f9964513454ae31d5b",
      "parents": [
        "69f83d5216e4bfffd51bb5729be2df38df0aeaf2"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 17:12:55 2006 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Apr 02 18:51:15 2006 +0200"
      },
      "message": "[WATCHDOG] pcwd.c add debug info\n\nAdd debugging info for the pcwd.c module.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "69f83d5216e4bfffd51bb5729be2df38df0aeaf2",
      "tree": "140f067ffd549c88ec0c0a7e57928f92fe9d9935",
      "parents": [
        "2891b6ad188f8cd1407f17e52befb26b7e1f4de1"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 16:51:34 2006 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Apr 02 18:50:57 2006 +0200"
      },
      "message": "[WATCHDOG] pcwd.c pcwd_cleanup_module patch\n\nstatic void pcwd_cleanup_module doesn\u0027t need a return;\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "2891b6ad188f8cd1407f17e52befb26b7e1f4de1",
      "tree": "2d9c4c7d9b2ad89856d935c636f67c6efedbd0ec",
      "parents": [
        "4206f0c4de9f9683676a8507ef56941535761579"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 16:47:34 2006 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Apr 02 18:39:48 2006 +0200"
      },
      "message": "[WATCHDOG] pcwd.c firmware-info patch\n\nGet the firmware version into the private data struct\nof the ISA-PC watchdog card.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "4206f0c4de9f9683676a8507ef56941535761579",
      "tree": "730291d3ee46e2bfe2751794f9133b1727d98e73",
      "parents": [
        "683aa4012f53b2ada0f430487e05d37b0d94e90a"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 16:37:36 2006 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Apr 02 18:36:43 2006 +0200"
      },
      "message": "[WATCHDOG] pcwd.c control status patch\n\nClean-up the control status code (insert tabs where relevant),\nAdd new Control Status defines, Make sure that the R2DS bit\nstays the same.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "f52ac8fec8a13e207f675b0c16e0d5f800c1c204",
      "tree": "9e9150a6c89aa2460c8f714809494d36a5f72283",
      "parents": [
        "214fda1f6e1b8ef2a5292b0372744037fc80d318"
      ],
      "author": {
        "name": "Alessandro Zummo",
        "email": "a.zummo@towertech.it",
        "time": "Sat Mar 25 03:06:37 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Mar 25 08:22:49 2006 -0800"
      },
      "message": "[PATCH] cirrus ep93xx watchdog driver\n\nAdd a driver for the on-chip watchdog on the cirrus ep93xx series of ARM\nCPUs.\n\nSigned-off-by: Lennert Buytenhek \u003cbuytenh@wantstofly.org\u003e\nCc: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Alessandro Zummo \u003ca.zummo@towertech.it\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6f87f0deebaff2716a3ce9232f948d702690562a",
      "tree": "85f532fe39be7c224635dd9ed0198668c30bafa3",
      "parents": [
        "b1c82b5c55851bf309f4019994610789f7042757"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Thu Mar 23 03:00:27 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Mar 23 07:38:11 2006 -0800"
      },
      "message": "[PATCH] sem2mutex: drivers/char/\n\nSemaphore to mutex conversion.\n\nThe conversion was generated via scripts, and the result was validated\nautomatically via a script as well.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "eee8ab75c609fa0c452246f69237ff577b931243",
      "tree": "b0dd3e1b8ec8e084411b87ae96f9b10bc29c84b3",
      "parents": [
        "d39b6cfe664079ca79ae1cfebac4725a877fd61d"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor_core@ameritech.net",
        "time": "Wed Mar 22 00:07:54 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Mar 22 07:53:56 2006 -0800"
      },
      "message": "[PATCH] mv64x600_wdt: convert to the new platform device interface\n\nmv64x600_wdt: convert to the new platform device interface Do not use\nplatform_device_register_simple() as it is going away.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "489447380a2921ec0e9154f773c44ab3167ede4b",
      "tree": "10edc2bca15765dae7699b8d26cf3d828869bc3c",
      "parents": [
        "305b3228f9ff4d59f49e6d34a7034d44ee8ce2f0"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "dvrabel@arcom.com",
        "time": "Thu Jan 19 17:56:29 2006 +0000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Mar 20 13:42:57 2006 -0800"
      },
      "message": "[PATCH] handle errors returned by platform_get_irq*()\n\nplatform_get_irq*() now returns on -ENXIO when the resource cannot be\nfound.  Ensure all users of platform_get_irq*() handle this error\nappropriately.\n\nSigned-off-by: David Vrabel \u003cdvrabel@arcom.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a7122f916978a6cd58b765949cb315aabcddf151",
      "tree": "2aadb0e490fc02f1a2338f7529771aaa3ce6d2a0",
      "parents": [
        "af3b38d99d7d52340cf59a06ff90d90e0fa25b6d"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Jan 09 22:07:22 2006 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 14:46:48 2006 +0100"
      },
      "message": "[WATCHDOG] pcwd.c - update module version info\n\nUpdate the module version defines.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "af3b38d99d7d52340cf59a06ff90d90e0fa25b6d",
      "tree": "3a8e4deb0f0c27ca8d60b37b0a8cca2e947fb159",
      "parents": [
        "85875211acc94ecb76fe04fbebc6aca12b6da60d"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Jan 09 22:03:41 2006 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 14:46:43 2006 +0100"
      },
      "message": "[WATCHDOG] pcwd.c show card info patch\n\nPut all code for showing the card\u0027s boot info in\none sub-routine.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "85875211acc94ecb76fe04fbebc6aca12b6da60d",
      "tree": "218ff9c2e9109c00e5f536341758942634147e75",
      "parents": [
        "8f0235dccc3f7bffc32abcef2aec3d1b15c61927"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Jan 09 21:59:39 2006 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 14:46:39 2006 +0100"
      },
      "message": "[WATCHDOG] pcwd.c move get_support to pcwd_check_temperature_support\n\nRename get_support function to pcwd_check_temperature_support\nso that it is clearer what the function does.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "8f0235dccc3f7bffc32abcef2aec3d1b15c61927",
      "tree": "22215221b708dcc71aba27525f671f1298a8657b",
      "parents": [
        "a2be8786006ec0d21dcb1d322fc480b85ea82c66"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Jan 09 21:56:09 2006 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 14:46:32 2006 +0100"
      },
      "message": "[WATCHDOG] pcwd.c Control Status #2 patch\n\nAdd Control Status #2 bits (with defines)\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "a2be8786006ec0d21dcb1d322fc480b85ea82c66",
      "tree": "810324396cf784d1b057d11a476795faa095026e",
      "parents": [
        "f1c3a0567aa5086e755e58385740f9ece911c06e"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Jan 09 21:53:33 2006 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 14:46:25 2006 +0100"
      },
      "message": "[WATCHDOG] pcwd.c private data struct patch\n\nmore private data of the card to one struct.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "f1c3a0567aa5086e755e58385740f9ece911c06e",
      "tree": "6e3848ed7c80d4fe2b048b4bd5145f469efabc69",
      "parents": [
        "fd41fa616f21efc36eb80696475ceb33ea047a6a"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Dec 10 14:36:24 2005 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 14:46:11 2006 +0100"
      },
      "message": "[WATCHDOG] pcwd.c card_found-- fix.\n\nWhen doing a __devexit from a card we should also\ndecrement the cards_found counter.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "fd41fa616f21efc36eb80696475ceb33ea047a6a",
      "tree": "5730d4775e3796861be4a0ffd039c04410a86490",
      "parents": [
        "3a69e5791379a7c7d23c531a7679428300bb5072"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Dec 10 14:22:37 2005 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 14:45:56 2006 +0100"
      },
      "message": "[WATCHDOG] pcwd.c add comments + tabs\n\nadd extra comments for the include files\nchanges spaces by tabs where it is appropriate.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "3a69e5791379a7c7d23c531a7679428300bb5072",
      "tree": "a97274af65a6d3fe40fab98e2e56be0816a968e2",
      "parents": [
        "bc6d7fdf460ec5292d66bb551dbfa49ca682bebf"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "icampbell@arcom.com",
        "time": "Mon Nov 07 10:21:24 2005 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Feb 12 12:58:17 2006 +0100"
      },
      "message": "[WATCHDOG] sa1100_wdt.c sparse clean (2)\n\nThe following makes drivers/char/watchdog/sa1100_wdt.c sparse clean.\n(similar to the other watchdog drivers)\n\nSigned-off-by: Ian Campbell \u003cicampbell@arcom.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n\n"
    },
    {
      "commit": "73a09e626b9717851d3f7fd0230e401492ee326b",
      "tree": "0ef9368493ab13981f0c8821c9b64896b0b359e9",
      "parents": [
        "dad08dfc48529e3f907c2680f8b34f1fe2d75880"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Wed Feb 01 06:04:15 2006 -0500"
      },
      "committer": {
        "name": "Al Viro",
        "email": "viro@zeniv.linux.org.uk",
        "time": "Tue Feb 07 20:57:58 2006 -0500"
      },
      "message": "[PATCH] drivers/char/watchdog/sbc_epx_c3.c __user annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n"
    },
    {
      "commit": "de6c642ca9566ed358e1cde5fa0e25f7788a5566",
      "tree": "efba9a9cc23f0f7351a7ea01c29bcdd400698744",
      "parents": [
        "5423980245c56fd968840b6d36bbddc2719084e4"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@lxorguk.ukuu.org.uk",
        "time": "Fri Feb 03 03:03:58 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Feb 03 08:32:02 2006 -0800"
      },
      "message": "[PATCH] SBC EPX does not check/claim I/O ports it uses (2nd Edition)\n\nSigned-off-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a073404272e8003816d9198f639b1bf11ff0a864",
      "tree": "67036411b7afd327ce3ac72b001578509652094e",
      "parents": [
        "6b4977ce0fb9a989ba24fd6b757d07a566abc23d"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "icampbell@arcom.com",
        "time": "Wed Nov 02 08:56:49 2005 +0000"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Jan 15 21:06:13 2006 +0100"
      },
      "message": "[WATCHDOG] sa1100_wdt.c sparse cleanups\n\nThe following makes drivers/char/watchdog/sa1100_wdt.c sparse clean.\n\nSigned-off-by: Ian Campbell \u003cicampbell@arcom.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "fabbfb9e8c53416eaa4f62b957430211376c9c82",
      "tree": "a17bd86d02975f724471dbc8ed23f4b38005b739",
      "parents": [
        "7339ff8302fd70aabf5f1ae26e0c4905fa74a495"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@gate.crashing.org",
        "time": "Sat Jan 14 13:20:50 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Jan 14 18:27:07 2006 -0800"
      },
      "message": "[PATCH] powerpc: Add support for the MPC83xx watchdog\n\nAdd support for the PowerPC MPC83xx watchdog.  The MPC83xx has a simple\nwatchdog that once enabled it can not be stopped, has some simple timeout\nrange selection, and the ability to either reset the processor or take a\nmachine check.\n\nSigned-off-by: Dave Updegraff \u003cdave@cray.org\u003e\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nCc: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Paul Mackerras \u003cpaulus@samba.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "eed6565f70ce3fc958e5a3483c48fc4a8e111bdc",
      "tree": "43f3bb533401eff6197f8a0beebf690fc0b4feac",
      "parents": [
        "ee7be5de357b8ff69afc8c39648b336cd917218a"
      ],
      "author": {
        "name": "Calin A. Culianu",
        "email": "calin@ajvar.org",
        "time": "Sat Jan 14 13:20:46 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Jan 14 18:27:07 2006 -0800"
      },
      "message": "[PATCH] Watchdog: Winsystems EPX-C3 SBC\n\nThis is a 2.6 patch that adds support for the watchdog timer built into the\nEPX-C3 single board computer manufactured by Winsystems, Inc.\n\nDriver details:\n\nThis is for x86 only.  This watchdog is pretty basic and simple.  It is\nonly configurable via jumpers on the SBC, and it only has either a 1.5s or\n200s interval.  The watchdog can either be auto-configured to start as soon\nas the machine powers up (bad idea for the 1.5s interval!) or it can be\nenabled and disabled by writing to io port 0x1ee.  Petting the watchdog\ninvolves writing any value to io port 0x1ef.\n\nThe only unfortunate thing about this watchdog (and it is not at all\nuncommmon in watchdogs that linux supports) is that it is not a PCI or\nISA-PNP device and as such it isn\u0027t at all probeable.  Either the watchdog\nexists as 2 bytes at 0x1ee, or it doesn\u0027t.  Thus, using this driver on a\nmachine that doesn\u0027t have that watchdog can potentially hang/crash the\nsystem, etc.  So only use this driver if you in fact are on a Winsystems\nEPX-C3 SBC.\n\nAnyway this driver fits into the already-existing watchdog framework quite\nnicely and I already tested it on my EPX-C3 and it works like a charm.\n\nSigned-off-by: Calin A. Culianu \u003ccalin@ajvar.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3fe0c2776113c24b4b30374003f934cf44280db5",
      "tree": "0b0039205fd82fb7da94370be23e2634757573c1",
      "parents": [
        "906c3b75f6c09b4693a20387aaa6aaa50d327082"
      ],
      "author": {
        "name": "Steven Rostedt",
        "email": "rostedt@goodmis.org",
        "time": "Mon Jan 09 15:59:26 2006 -0800"
      },
      "committer": {
        "name": "Ingo Molnar",
        "email": "mingo@hera.kernel.org",
        "time": "Mon Jan 09 15:59:26 2006 -0800"
      },
      "message": "[PATCH] mutex subsystem, semaphore to completion: CPU3WDT\n\nchange CPU3WDT semaphores to completions.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\n"
    },
    {
      "commit": "6150c32589d1976ca8a5c987df951088c05a7542",
      "tree": "94073696576323ff966e365d8c47b8ecd8372f97",
      "parents": [
        "44637a12f80b80157d9c1bc5b7d6ef09c9e05713",
        "be42d5fa3772241b8ecebd443f1fb36247959c54"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Jan 09 10:03:44 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Jan 09 10:03:44 2006 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge\n"
    },
    {
      "commit": "4dab06fa7b6d07ee95c8bba5ddd0840633069159",
      "tree": "18c54a1af00ec4effc062d67f45dfc3d8bc096ee",
      "parents": [
        "70c00ba0bbfb583e39b964ebd88620c18aa02c62"
      ],
      "author": {
        "name": "Woody Suwalski",
        "email": "woodys@xandros.com",
        "time": "Sun Jan 08 01:00:31 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Jan 08 20:12:39 2006 -0800"
      },
      "message": "[PATCH] ARM Netwinder watchdog wdt977 update\n\nCleanup for the ARM-only watchdog driver wdt977.\n\nThis is probably the last update, since we want to merge with w83977f_wdt.\nJose Goncalves has ported this driver to i386, so probably we can iron out\nconfiguration differences.\n\nSigned-off-by: Woody Suwalski \u003cwoodys@xandros.com\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "398f68580f3edd99728028facf571e4a07f9a035",
      "tree": "c789dc4c5d71225c38748cc9d9af82c800951bc0",
      "parents": [
        "237a0989e2902b7d43c4228a36d82f8691fb2118"
      ],
      "author": {
        "name": "Marcelo Tosatti",
        "email": "marcelo.tosatti@cyclades.com",
        "time": "Mon Dec 05 19:31:36 2005 -0200"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jan 09 14:52:01 2006 +1100"
      },
      "message": "[PATCH] powerpc/8xx: Fix m8xx_wdt issues\n\nThe following fixes some issues with the last mpc8xx_wdt update:\n\n- Adds missing #include \u003casm/io.h\u003e\n- Use \"uint __iomem\" pointer for in_be32/out_be32\n\nSigned-off-by: Marcelo Tosatti \u003cmarcelo.tosatti@cyclades.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "fb64c2446b20bf0206a690e9e1df88b25ac421e6",
      "tree": "53d6e17957d29d881f8cff83ed952b4229d811bd",
      "parents": [
        "623703f620453c798b6fa3eb79ad8ea27bfd302a"
      ],
      "author": {
        "name": "Marcelo Tosatti",
        "email": "marcelo.tosatti@cyclades.com",
        "time": "Thu Nov 24 11:32:09 2005 -0200"
      },
      "committer": {
        "name": "Paul Mackerras",
        "email": "paulus@samba.org",
        "time": "Mon Jan 09 14:50:51 2006 +1100"
      },
      "message": "[PATCH] ppc32: m8xx watchdog update\n\nThis updates m8xx_wdt as follows:\n\n1) Remove now obsolete fpos check in the write() function. The driver is\ncurrently non functional due to this bug.\n\n2) Use in/out macros for register access.\n\n3) Allows m8xx_wdt to use a kernel timer instead of the builtin RTC/PIT\nfor keep-alive trigger (which is responsible for servicing the watchdog\nuntil an userspace application takes over). For instance Cyclades PRxK\nboards (MPC 855T based) have a non-functional internal RTC/PIT unit.\nBehaviour for boards with RTC/PIT is unchaged.\n\n4) The last change required moving the RTCSC register setting code\nto a weak function which can be overriden by board specific files.\nOtherwise the timer init code trashes the register making it impossible\nfor m8xx_wdt to detect the situation.\n\nSigned-off-by: Marcelo Tosatti \u003cmarcelo.tosatti@cyclades.com\u003e\nSigned-off-by: Paul Mackerras \u003cpaulus@samba.org\u003e\n"
    },
    {
      "commit": "f8ce25476d5f12ffa29b885e49c38cd95053437e",
      "tree": "640fbdaacbf375f13feaf0eee49306d90b778b8a",
      "parents": [
        "de1d815fccee1f4766a7e56054ab0ec3f6f3a7db"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Jan 07 16:15:52 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jan 07 16:15:52 2006 +0000"
      },
      "message": "[ARM] Move asm/hardware/clock.h to linux/clk.h\n\nThis is needs to be visible to other architectures using the AMBA\nbus and peripherals.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "123656d4cc8c946f578ebd18c2050f5251720428",
      "tree": "3d5432eff034a3b9cfdc98b37e245abe5695342d",
      "parents": [
        "a62c80e559809e6c7851ec04d30575e85ad6f6ed",
        "0aec63e67c69545ca757a73a66f5dcf05fa484bf"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Jan 07 14:40:05 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Jan 07 14:40:05 2006 +0000"
      },
      "message": "Merge with Linus\u0027 kernel.\n"
    },
    {
      "commit": "347a8dc3b815f0c0fa62a1df075184ffe4cbdcf1",
      "tree": "a6ec76690127e87fe6efa42b6238caadd6c07e7b",
      "parents": [
        "9bbc8346fb21fad3f678220b067450e436e45dbf"
      ],
      "author": {
        "name": "Martin Schwidefsky",
        "email": "schwidefsky@de.ibm.com",
        "time": "Fri Jan 06 00:19:28 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Jan 06 08:33:53 2006 -0800"
      },
      "message": "[PATCH] s390: cleanup Kconfig\n\nSanitize some s390 Kconfig options.  We have ARCH_S390, ARCH_S390X,\nARCH_S390_31, 64BIT, S390_SUPPORT and COMPAT.  Replace these 6 options by\nS390, 64BIT and COMPAT.\n\nSigned-off-by: Martin Schwidefsky \u003cschwidefsky@de.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3adfd4e2b8804e926a5245062ba8ee12e88d30c3",
      "tree": "abcd17bd38ac7609566977bc5070573f16ed1be3",
      "parents": [
        "4da5cc2cec8caec1d357053e85a7a32f243f93a1"
      ],
      "author": {
        "name": "Deepak Saxena",
        "email": "dsaxena@plexity.net",
        "time": "Tue Jan 03 12:50:30 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jan 04 16:47:42 2006 -0800"
      },
      "message": "[PATCH] Fix IXP4xx watchdog errata workaround\n\nThe IXP4xx driver bails out on all A0 CPUs, but it should only do\nso on IXP42x as IXP46x has functioning HW.\n\nSigned-off-by: Deepak Saxena \u003cdsaxena@plexity.net\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "75318d2d7cab77b14c5d3dbd5e69f2680a769e16",
      "tree": "13098167bd41d7dd0b0d3f678534a6daa29b4005",
      "parents": [
        "2143acc6dc79bdbff812f02a7dc5ab9d4fc81fc8"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Nov 21 14:53:03 2005 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Jan 04 13:48:34 2006 -0800"
      },
      "message": "[PATCH] USB: remove .owner field from struct usb_driver\n\nIt is no longer needed, so let\u0027s remove it, saving a bit of memory.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a8d3584a2df28827094f6338cde1303c467bc1f0",
      "tree": "d2cdb824f4b2f109ad6a74285455b56e5a2dd118",
      "parents": [
        "f47fc0ac7ead5ed91a11fcabfad6ee44c17ee934"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Tue Jan 03 18:41:37 2006 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Tue Jan 03 18:41:37 2006 +0000"
      },
      "message": "[ARM] Remove clk_use()/clk_unuse()\n\nIt seems that clk_use() and clk_unuse() are additional complexity\nwhich isn\u0027t required anymore.  Remove them from the clock framework\nto avoid the additional confusion which they cause, and update all\nARM machine types except for OMAP.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a78719c387cc25ed97304a235a20c24f0f89399b",
      "tree": "f2e394bf22e90c0bad6fc4a05838b98260352042",
      "parents": [
        "42245e65f356ed54fdf7a1f9a0095e0bc40f73a3"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Fri Dec 16 22:35:28 2005 +0000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Dec 16 14:43:05 2005 -0800"
      },
      "message": "[PATCH] ppc: booke_wdt compile fix\n\nbooke_wdt.c had been missed in cpu_specs[] removal sweep\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "538bacf8a4802d209f955726b66891b8a921dabf",
      "tree": "835186127bdd2c18259c9d7c1956bf13332ff46f",
      "parents": [
        "d22043940eb8d660df9a94e8e439ab4d3d16edab"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Dec 15 09:18:20 2005 +0000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 15 10:04:30 2005 -0800"
      },
      "message": "[PATCH] __user annotations (booke_wdt.c)\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "e896fd9861181140617aa9ff3a54dac25e46351d",
      "tree": "557fc0b8d7189ce2aa25a979bb044bb6ebb64bec",
      "parents": [
        "5ad9201be7f7d52d712fe3c3e841fdc19216ede1"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Dec 15 09:18:05 2005 +0000"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Dec 15 10:04:30 2005 -0800"
      },
      "message": "[PATCH] wdrtas.c: fix __user annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9ddf61bd09a7668279d2b208a96eba784bec3d80",
      "tree": "55116fe3e45703ca7d45f4400ac3ced091537632",
      "parents": [
        "db20da32a22ccfa3a118408034eeb0ba61a42329"
      ],
      "author": {
        "name": "Marcelo Tosatti",
        "email": "marcelo.tosatti@cyclades.com",
        "time": "Mon Dec 05 10:15:06 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Dec 05 10:15:06 2005 +0000"
      },
      "message": "[ARM SMP] mpcore_wdt bogus fpos check\n\ndrivers/char/watchdog/mpcore_wdt.c write function contains a check for\n(ppos !\u003d \u0026file-\u003ef_pos). Such check used to make sense when a pointer to\nfile-\u003ef_pos was handed by vfs_write(), not a copy of it as it stands\nnow.\n\nSigned-off-by: Marcelo Tosatti \u003cmarcelo.tosatti@cyclades.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4c8d3d997ef3c0594350fba716529905b314287e",
      "tree": "8439efcf2aa645a0e9bebd9e40d138c95d279671",
      "parents": [
        "c1986ee9bea3d880bcf0d3f1a31e055778f306c7"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@gate.crashing.org",
        "time": "Sun Nov 13 16:06:30 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Nov 13 18:14:10 2005 -0800"
      },
      "message": "[PATCH] Update email address for Kumar\n\nChanged jobs and the Freescale address is no longer valid.\n\nSigned-off-by: Kumar Gala \u003cgalak@kernel.crashing.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5643f000c1e10ab991182478b76550e1364c3570",
      "tree": "950b2f61a5dd742de1c668ba968a9c8a99f1eab6",
      "parents": [
        "177294d19174cf92de22434bb1fc9a8ecdbbe658",
        "3ae5eaec1d2d9c0cf53745352e7d4b152810ba24"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 09:24:26 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 09:24:26 2005 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel\n"
    },
    {
      "commit": "249bb070f5e821503c1118e1e87c0ccb1432d191",
      "tree": "8736af4ab6dfa5e95001194603225b96def849bb",
      "parents": [
        "863b18f4b5e7d9e6903b353328cf6fa084dbb619"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 04 18:56:13 2005 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Nov 10 16:09:17 2005 -0800"
      },
      "message": "[PATCH] PCI: removed unneeded .owner field from struct pci_driver\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "3ae5eaec1d2d9c0cf53745352e7d4b152810ba24",
      "tree": "d8825be54cefb6ad6707478d719c8e30605bee7b",
      "parents": [
        "00d3dcdd96646be6059cc21f2efa94c4edc1eda5"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Nov 09 22:32:44 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Nov 09 22:32:44 2005 +0000"
      },
      "message": "[DRIVER MODEL] Convert platform drivers to use struct platform_driver\n\nThis allows us to eliminate the casts in the drivers, and eventually\nremove the use of the device_driver function pointer methods for\nplatform device drivers.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "de4ae58fc9f46482f96306301011dfc8b404491f",
      "tree": "b7b86327638d0273c1874c9a08edef2b2414accb",
      "parents": [
        "b3faed6373bfd4468384880a39d4014ead7159f7"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Oct 23 15:21:44 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Nov 01 19:31:59 2005 +0100"
      },
      "message": "[WATCHDOG] adds device_driver .owner field\n\nInitialise the .owner field of the device driver\nwith the module that owns it, for easier tracking\nof device driver ownership. (probably also better\nfor sysfs...)\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "b3faed6373bfd4468384880a39d4014ead7159f7",
      "tree": "f2260ddfa608558bed4dcaa192ef3a4f584abe39",
      "parents": [
        "d05101738a4e23fa6f22460150a6ef4775d6473f"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Oct 22 16:27:19 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Nov 01 19:31:48 2005 +0100"
      },
      "message": "[WATCHDOG] pcwd_pci.c update comments\n\nupdate copyright + update bells and whistles driver for v2.6\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "d05101738a4e23fa6f22460150a6ef4775d6473f",
      "tree": "2fdddabcef4584e5c5c0de1054cc1c8980fd3856",
      "parents": [
        "30da9404bcc028385867acf689a615495642bc0f"
      ],
      "author": {
        "name": "Pozsar Balazs",
        "email": "pozsy@uhulinux.hu",
        "time": "Fri Oct 21 10:52:01 2005 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Nov 01 19:31:37 2005 +0100"
      },
      "message": "[WATCHDOG] w83627hf_wdt trivial typo\n\nThe most trivial typo fix in the world.\n\nSigned-off-by: Pozsar Balazs \u003cpozsy@uhulinux.hu\u003e\nSigned-off-by: Pádraig Brady \u003cP@draigBrady.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "30da9404bcc028385867acf689a615495642bc0f",
      "tree": "de6b3455604c6017b2509e12f7a8f523313213ca",
      "parents": [
        "df70b17f88a4d1d8545d3569a1f6d28c6004f9e4"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Mon Oct 10 01:28:30 2005 +0100"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Nov 01 19:31:19 2005 +0100"
      },
      "message": "[WATCHDOG] s3c2410 wdt - add .owner field\n\nInitialise the .owner field of the device driver\nwith the module that owns it, for easier tracking\nof device driver ownership.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "4fd5f8267dd37aaebadfabe71d9c808821eea05a",
      "tree": "50774592eaba942cf378fca731d307f901b737b7",
      "parents": [
        "eb16292ba8a6655a560ab10a7d73a7816f0c0ac0",
        "8576762ff5d109b841fcf4e7d3883e0cf794f3cf"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 31 07:32:56 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Oct 31 07:32:56 2005 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel\n\nManual #include fixups for clashes - there may be some unnecessary\n"
    },
    {
      "commit": "4e57b6817880946a3a78d5d8cad1ace363f7e449",
      "tree": "b6b5f3f9e8e52cc55d98239a4992e72e983c8fa4",
      "parents": [
        "b0423a0d9cc836b2c3d796623cd19236bfedfe63"
      ],
      "author": {
        "name": "Tim Schmielau",
        "email": "tim@physik3.uni-rostock.de",
        "time": "Sun Oct 30 15:03:48 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 30 17:37:32 2005 -0800"
      },
      "message": "[PATCH] fix missing includes\n\nI recently picked up my older work to remove unnecessary #includes of\nsched.h, starting from a patch by Dave Jones to not include sched.h\nfrom module.h. This reduces the number of indirect includes of sched.h\nby ~300. Another ~400 pointless direct includes can be removed after\nthis disentangling (patch to follow later).\nHowever, quite a few indirect includes need to be fixed up for this.\n\nIn order to feed the patches through -mm with as little disturbance as\npossible, I\u0027ve split out the fixes I accumulated up to now (complete for\ni386 and x86_64, more archs to follow later) and post them before the real\npatch.  This way this large part of the patch is kept simple with only\nadding #includes, and all hunks are independent of each other.  So if any\nhunk rejects or gets in the way of other patches, just drop it.  My scripts\nwill pick it up again in the next round.\n\nSigned-off-by: Tim Schmielau \u003ctim@physik3.uni-rostock.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ed8b39d0aaea90df528ebe3756cbef8f735a93e6",
      "tree": "3f2257b41d1bdfdc18116a901e3468e4d2bdd7cf",
      "parents": [
        "413a42e2eac0c90264a6a0c9ce1913dfb2376f7a"
      ],
      "author": {
        "name": "Laurent Riffard",
        "email": "laurent.riffard@free.fr",
        "time": "Sun Oct 30 15:03:09 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Oct 30 17:37:26 2005 -0800"
      },
      "message": "[PATCH] watchdog: update .owner field of struct pci_driver\n\nThis updates .owner field of struct pci_driver.\n\nThis allows SYSFS to create the symlink from the driver to the module which\nprovides it.\n\nSigned-off-by: Laurent Riffard \u003claurent.riffard@free.fr\u003e\nAcked-by: Alan Cox \u003calan@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d052d1beff706920e82c5d55006b08e256b5df09",
      "tree": "dac91b70361b405ab8e15207f514a2f3e991e93d",
      "parents": [
        "8a212ab6b8a4ccc6f3c3d1beba5f92655c576404"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Oct 29 19:07:23 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Oct 29 19:07:23 2005 +0100"
      },
      "message": "Create platform_device.h to contain all the platform device details.\nConvert everyone who uses platform_bus_type to include\nlinux/platform_device.h.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "9480e307cd88ef09ec9294c7d97ebec18e6d2221",
      "tree": "967e26d3a23c24dd52b114d672312c207714308c",
      "parents": [
        "a3a3395e487abc4c1371fe319a8ecbb3913a70a4"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@arm.linux.org.uk",
        "time": "Fri Oct 28 09:52:56 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 09:52:56 2005 -0700"
      },
      "message": "[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks\n\nIn PM v1, all devices were called at SUSPEND_DISABLE level.  Then\nall devices were called at SUSPEND_SAVE_STATE level, and finally\nSUSPEND_POWER_DOWN level.  However, with PM v2, to maintain\ncompatibility for platform devices, I arranged for the PM v2\nsuspend/resume callbacks to call the old PM v1 suspend/resume\ncallbacks three times with each level in order so that existing\ndrivers continued to work.\n\nSince this is obsolete infrastructure which is no longer necessary,\nwe can remove it.  Here\u0027s an (untested) patch to do exactly that.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "58a2c3221e3c78ea6c71148eb84d4170358981fb",
      "tree": "8d922766f438081b9721ed33b6c446a0b22858d1",
      "parents": [
        "dcbd39a1f1073b10debdb965fccc0ab806d59780",
        "195331d7c9813fe7f1a93c09afa2c7dcdf2790a8"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Oct 08 14:58:25 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Oct 08 14:58:25 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog\n"
    },
    {
      "commit": "b2846dfa4aa1bbbf3f9977d67566952d7f621009",
      "tree": "5c58a8e6dc823daa49b41d4c3e802915454a4788",
      "parents": [
        "ae8aed0314064da3002879fedc2d262c72865a17"
      ],
      "author": {
        "name": "Al Viro",
        "email": "viro@ftp.linux.org.uk",
        "time": "Thu Sep 29 00:42:27 2005 +0100"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 29 08:46:27 2005 -0700"
      },
      "message": "[PATCH] mv64x60_wdt __user annotations and cleanups\n\n - use nonseekable_open() instead of messing with\n\n\tif (*ppos !\u003d file-\u003ef_pos)\n\t\treturn -EISPIPE\n\n   in -\u003ewrite() (-\u003eread is NULL).\n\n - trivial __user annotations\n\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "195331d7c9813fe7f1a93c09afa2c7dcdf2790a8",
      "tree": "758db912533901b7fa08f02b321665f28191c56e",
      "parents": [
        "a0800f6da7c4590d49ae513d9d5ee8b1ad203b82"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Sep 29 16:22:30 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Sep 29 16:22:30 2005 +0200"
      },
      "message": "[WATCHDOG] pcwd_pci.c add debug module_param\n\nAdd debugging code for the pcwd_pci driver.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "a0800f6da7c4590d49ae513d9d5ee8b1ad203b82",
      "tree": "da058f1c7d075a5e0541b0250e1455c47406bd97",
      "parents": [
        "664cceb0093b755739e56572b836a99104ee8a75"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Sep 29 16:21:50 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Thu Sep 29 16:21:50 2005 +0200"
      },
      "message": "[WATCHDOG] pcwd_pci.c control status + boot-code clean-up\n\n* Clean-up control status code (use control status defines +\n  change pcipcwd_clear_status)\n* Clean-up boot-code (move card info to pcipcwd_show_card_info() )\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "ad4162f3712ddf25e148cff1e7dc37eafdff3e51",
      "tree": "240ec360a832a2efe0b8b0ea92fc0ff4933f2f74",
      "parents": [
        "d8ac10639b6a1ed900efbee38c18baaca31e64dc"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Sep 14 09:56:38 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Sep 14 09:56:38 2005 +0100"
      },
      "message": "[ARM SMP] Add timer/watchdog defines for MPCore\n\nThe timer/watchdog register definitions were missing from\nthe mpcore watchdog patch.  Add them.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "a8cd2e5045688157479a654786b2c08ab85f4d8f",
      "tree": "03631c4a879e808ec39ef7b79b945766df048c08",
      "parents": [
        "0160f53e427e9f1f6d19b898867c105406037b6f",
        "c315b7e840a1f336ffefb21d3130f9799af2ecd6"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 13 09:45:20 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Sep 13 09:45:20 2005 -0700"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog \n"
    },
    {
      "commit": "b9d36b851a5085d35b9598235a456604532f306e",
      "tree": "3429bd4ff158a573c88cb86dead121e776eb2c53",
      "parents": [
        "357d596bd552ad157a906289ab13ea6ba7e66e3d"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Mon Sep 12 22:56:56 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Mon Sep 12 22:56:56 2005 +0100"
      },
      "message": "[ARM SMP] Add MPCore watchdog driver\n\nAdd platform independent parts of the ARM MPCore watchdog driver.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "c315b7e840a1f336ffefb21d3130f9799af2ecd6",
      "tree": "c390286cddcc399aeabfaf62cbf17e1bb164fd24",
      "parents": [
        "3908bb1867e7455c4ea132b758970c312513c37d"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Sep 12 00:21:19 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Sep 12 09:38:26 2005 +0200"
      },
      "message": "[WATCHDOG] pcwd_pci-include+WDIOC_SETOPTIONS-patch\n\nClean-up includes\nCheck results for start + stop in the WDIOC_SETOPTIONS ioctl call\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "3908bb1867e7455c4ea132b758970c312513c37d",
      "tree": "03798efb1e31376c1de419a9aceede2478669d7b",
      "parents": [
        "b4cc4aa24ca47b6a2bdb9029020502cff7c6e774"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Sep 11 23:58:22 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Sep 12 09:37:41 2005 +0200"
      },
      "message": "[WATCHDOG] sbc8360+w83977f_wdt-consolidate_CONFIG_WATCHDOG_NOWAYOUT_handling\n\nAttached patch removes #ifdef CONFIG_WATCHDOG_NOWAYOUT mess and\nreplaces it with common define in linux/watchdog.h.\n\nSigned-Off-By: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "b4cc4aa24ca47b6a2bdb9029020502cff7c6e774",
      "tree": "7b621a12b7266599b7ee54ef74f7040f8919e2e3",
      "parents": [
        "3809ad384af43ad883f47ee22a6faa33cedd61bc"
      ],
      "author": {
        "name": "Jose Miguel Goncalves",
        "email": "jose.goncalves@inov.pt",
        "time": "Tue Sep 06 17:05:30 2005 -0700"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Mon Sep 12 09:34:39 2005 +0200"
      },
      "message": "[WATCHDOG] w83977f-watchdog-driver.patch\n\nIn a project for my company I\u0027ve needed to use the watchdog device in a\nPCM-5335 SBC from AAEON.  The watchdog timer is from a Winbond\u0027s SuperIO\nchip, the W83977F.\n\nI\u0027ve made this driver based on two others already on the kernel tree,\nthe w83877f_wdt and the wdt977.\n\nSigned-off-by: Jose Goncalves \u003cjose.goncalves@inov.pt\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "3809ad384af43ad883f47ee22a6faa33cedd61bc",
      "tree": "3e99fc14554105ad5d4b9fe3ebf414480d773845",
      "parents": [
        "266aa1c4b3d004123d330eb412cc26a3d10f9029"
      ],
      "author": {
        "name": "Ian E. Morgan",
        "email": "imorgan@webcon.ca",
        "time": "Thu Sep 01 22:49:17 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Sep 11 22:14:27 2005 +0200"
      },
      "message": "[WATCHDOG] New SBC8360 watchdog driver (revised)\n\nNew SBC8360 watchdog driver patch\n\nFrom: Ian E. Morgan \u003cimorgan@webcon.ca\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "266aa1c4b3d004123d330eb412cc26a3d10f9029",
      "tree": "823db05ca5e63f0787842741d4ff221f13152c21",
      "parents": [
        "cd7b80079b120406de902ee1eaa2dbdaa867dada"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Fri Aug 19 23:31:41 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Sep 11 22:11:40 2005 +0200"
      },
      "message": "[WATCHDOG] driver-for-ibm-automatic-server-restart-watchdog-fix2.patch\n\nThe device/watchdog has a fixed timeout/heartbeat.\nSo we don\u0027t support the WDIOC_SETTIMEOUT ioctl call\nand we also may not set the WDIOF_SETTIMEOUT flag.\n\nCc: Andrey Panin \u003cpazke@donpac.ru\u003e\nCc: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "cd7b80079b120406de902ee1eaa2dbdaa867dada",
      "tree": "df5fb858fa892adb8fd5b41dfb16da61d04474e7",
      "parents": [
        "d532134d4cad1da0ad0efc1d5db9f74475df80c6"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Fri Aug 19 23:21:01 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Sep 11 22:09:54 2005 +0200"
      },
      "message": "[WATCHDOG] driver-for-ibm-automatic-server-restart-watchdog-fix\n\nAdd fixed timeout comments\n\nCc: Andrey Panin \u003cpazke@donpac.ru\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "d532134d4cad1da0ad0efc1d5db9f74475df80c6",
      "tree": "4993dda18b6f8408b404666a026561778f2c7bc1",
      "parents": [
        "abda5c8bd20d3bd42718b0438b8a81a73ffa4372"
      ],
      "author": {
        "name": "Andrey Panin",
        "email": "pazke@donpac.ru",
        "time": "Fri Aug 19 23:15:11 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Sep 11 22:07:34 2005 +0200"
      },
      "message": "[WATCHDOG] driver-for-ibm-automatic-server-restart-watchdog.patch\n\nThis patch adds driver for IBM Automatic Server Restart watchdog hardware\nfound in some IBM eServer xSeries machines.  This driver is based on the ugly\ndriver provided by IBM.  Driver was tested on IBM eServer 226.\n\nSigned-off-by: Andrey Panin \u003cpazke@donpac.ru\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "abda5c8bd20d3bd42718b0438b8a81a73ffa4372",
      "tree": "e0cbb2600ba3ea45a7c6a354cff6c98dd81a50c6",
      "parents": [
        "bb5dc36644975ca5237a415fb63f59f9803d84fa"
      ],
      "author": {
        "name": "David Hardeman",
        "email": "david@2gen.com",
        "time": "Thu Sep 01 22:34:53 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Sep 11 22:01:58 2005 +0200"
      },
      "message": "[WATCHDOG] i6300.h-removal-patch\n\nthe attached patch moves the content of drivers/char/watchdog/i6300.h\ninto drivers/char/watchdog/i6300.c, since it is the only file using the\ndefines there is no real reason to have a separate header.\n\nAlso cleaned up the comments a bit and added myself to the copyright\nholders.\n\nSigned-off-by: David Hardeman \u003cdavid@2gen.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "bb5dc36644975ca5237a415fb63f59f9803d84fa",
      "tree": "b1c15ddc813c7869bbbaaf1d3cb3701b95b5331e",
      "parents": [
        "811f999160487c586917937e95506cb8528472a3"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "xslaby@fi.muni.cz",
        "time": "Mon Aug 22 09:05:03 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Sep 11 21:56:10 2005 +0200"
      },
      "message": "[WATCHDOG] i6300esb.c-2-bugs-little-cleanup.patch\n\nIn i6300esb.c watchdog card driver were 2 bugs (misused pc_match_device and\npci_dev_put wasn\u0027t called in one error case) and one little cleanup was\ndone (long line was converted to a shorter one with using built-in macro).\n\nSigned-off-by: Jiri Slaby \u003cxslaby@fi.muni.cz\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "811f999160487c586917937e95506cb8528472a3",
      "tree": "cc5d555f3ff4581ae83d7fa594b66232dc6c5bd9",
      "parents": [
        "ce2f50b4ae71f700c7b4b0bf0ff11c328611dae8"
      ],
      "author": {
        "name": "Naveen Gupta",
        "email": "ngupta@google.com",
        "time": "Sun Aug 21 13:02:41 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Sep 11 21:53:32 2005 +0200"
      },
      "message": "[WATCHDOG] i6300esb.c-pci_dev_put+nowayout-patch\n\nOne pci_dev_put was misused (there was one case without putting\nthe device).\nChanged nowayout according to other drivers.\n\nSigned-off-by: Jiri Slaby \u003cxslaby@fi.muni.cz\u003e\nSigned-off-by: Naveen Gupta \u003cngupta@google.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "ce2f50b4ae71f700c7b4b0bf0ff11c328611dae8",
      "tree": "52570a06396baa2fa96eafe4b7403b9328b676ed",
      "parents": [
        "28562af3d4b21d687dd57c44006aeeed1036c781"
      ],
      "author": {
        "name": "Naveen Gupta",
        "email": "ngupta@google.com",
        "time": "Wed Aug 17 09:11:46 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Sep 11 21:51:18 2005 +0200"
      },
      "message": "[WATCHDOG] i6300esb-set_correct_reload_register_bit\n\nThis patch writes into bit 8 of the reload register to perform the\ncorrect \u0027Reload Sequence\u0027 instead of writing into bit 4 of Watchdog for\nIntel 6300ESB chipset.\n\nSigned-off-by: Naveen Gupta \u003cngupta@google.com\u003e\nSigned-off-by: David Hardeman \u003cdavid@2gen.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "28562af3d4b21d687dd57c44006aeeed1036c781",
      "tree": "46dd305650708846a09fbe41f3b9999803a8a7c4",
      "parents": [
        "c69af038cad5e6ea86e927a17b70b49af1f7cbfa"
      ],
      "author": {
        "name": "Naveen Gupta",
        "email": "ngupta@google.com",
        "time": "Wed Aug 17 09:10:10 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Sep 11 21:48:46 2005 +0200"
      },
      "message": "[WATCHDOG] i6300esb.c-WDT_ENABLE-bug\n\nThis patch sets the WDT_ENABLE bit of the Lock Register to enable the\nwatchdog and WDT_LOCK bit only if nowayout is set. The old code always\nsets the WDT_LOCK bit of watchdog timer for Intel 6300ESB chipset. So, we\nend up locking the watchdog instead of enabling it.\n\nSigned-off-by: Naveen Gupta \u003cngupta@google.com\u003e\nSigned-off-by: David Hardeman \u003cdavid@2gen.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\n"
    },
    {
      "commit": "c69af038cad5e6ea86e927a17b70b49af1f7cbfa",
      "tree": "9b291185c3682f4dccf1fc13993578af8d8fe448",
      "parents": [
        "cc90ef0f9b24d1b017c8cfa22db5195c17b5c968"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "xslaby@fi.muni.cz",
        "time": "Wed Aug 17 09:09:13 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Sep 11 21:43:02 2005 +0200"
      },
      "message": "[WATCHDOG] removes pci_find_device from i6300esb.c\n\nThis patch changes pci_find_device to pci_get_device\n(encapsulated in for_each_pci_dev) in i6300esb watchdog\ncard with appropriate adding pci_dev_put.\n\nGenerated in 2.6.13-rc5-mm1 kernel version.\n\nSigned-off-by: Jiri Slaby \u003cxslaby@fi.muni.cz\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "cc90ef0f9b24d1b017c8cfa22db5195c17b5c968",
      "tree": "fd36afe9e9293c5387487af01247ee4c3cdb48b7",
      "parents": [
        "3be10211abcb631ba9631274d6cfe6e5b1e8559c"
      ],
      "author": {
        "name": "David Hardeman",
        "email": "david@2gen.com",
        "time": "Wed Aug 17 09:07:44 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sun Sep 11 21:39:45 2005 +0200"
      },
      "message": "[WATCHDOG] i6300esb.patch\n\nI wrote earlier to the list[1] asking for a driver for the watchdog\nincluded in the 6300ESB chipset.  I got a 2.4 driver via private email\nfrom Ross Biro which I\u0027ve changed into what I hope resembles a 2.6\ndriver (which was done by looking a lot at the watchdog drivers\nalready in the 2.6 tree).\n\nI\u0027ve attached the result, and I\u0027m hoping to get some feedback on the\ncoding as a first step.  I can\u0027t actually test it on the hardware\nright now as I won\u0027t have physical access until April. So my own tests\nhave been limited to \"compiles-without-warnings\" and\n\"can-be-insmodded-in-other-machine-without-oops\".\n\n[1] http://marc.theaimsgroup.com/?l\u003dlinux-kernel\u0026m\u003d110711079825794\u0026w\u003d2\n[2] http://marc.theaimsgroup.com/?l\u003dlinux-kernel\u0026m\u003d110711973917746\u0026w\u003d2\n\nSigned-off-by: David Hardeman \u003cdavid@2gen.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "3be10211abcb631ba9631274d6cfe6e5b1e8559c",
      "tree": "4688fbda4de0235b8f31000d35e521d14e27c393",
      "parents": [
        "180536f8274b76d69a589ab9af4b73d3b780e62f"
      ],
      "author": {
        "name": "James Chapman",
        "email": "jchapman@katalix.com",
        "time": "Wed Aug 17 09:01:33 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Sep 10 21:03:04 2005 +0200"
      },
      "message": "[WATCHDOG] mv64x60_wdt.patch\n\nAdd mv64x60 (Marvell Discovery) watchdog support.\n\nSigned-off-by: James Chapman \u003cjchapman@katalix.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "180536f8274b76d69a589ab9af4b73d3b780e62f",
      "tree": "7dac34649a2891f524bb30e881f2b11c5766ffba",
      "parents": [
        "7b4af953321fa65ae5705cb3becc742ab1ba1d6f"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Sep 10 20:53:57 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Sep 10 20:53:57 2005 +0200"
      },
      "message": "[WATCHDOG] Kconfig+Makefile-clean2\n\nClean the Kconfig+Makefile according to a sorted list\nof the drivers of each architecture (and sub-architecture).\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "7b4af953321fa65ae5705cb3becc742ab1ba1d6f",
      "tree": "43f65ce8db4e4169f7b64e3acd6e68ab2034cce8",
      "parents": [
        "87fc767b832ef5a681a0ff9d203c3289bc3be2bf"
      ],
      "author": {
        "name": "Arnaud Patard (Rtp)",
        "email": "arnaud.patard@rtp-net.org",
        "time": "Thu Sep 08 07:42:02 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Sep 10 18:21:34 2005 +0200"
      },
      "message": "[WATCHDOG] s3c2410_wdt.c-state_warning.patch\n\nI\u0027ve noticed that the patch from Ben Dooks (commit\naf4bb822bc65efb087cd36b83789f22161a6515b on your git tree) is\nintroducing a warning. It\u0027s using \u0027u32 state\u0027 instead of \u0027pm_message_t\nstate\u0027. I\u0027ve attached a one liner to fix it.\n\nSigned-Off-By: Arnaud Patard \u003carnaud.patard@rtp-net.org\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "8d06afab73a75f40ae2864e6c296356bab1ab473",
      "tree": "1d9c8c24a1024a12a4e8df841fba5809fa914356",
      "parents": [
        "7c352bdf048811b8128019ffc1e886161e09c11c"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Fri Sep 09 13:10:40 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Sep 09 14:03:48 2005 -0700"
      },
      "message": "[PATCH] timer initialization cleanup: DEFINE_TIMER\n\nClean up timer initialization by introducing DEFINE_TIMER a\u0027la\nDEFINE_SPINLOCK.  Build and boot-tested on x86.  A similar patch has been\nbeen in the -RT tree for some time.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "67d2c36e901403bb97cb79ddb44d702c3284d0ba",
      "tree": "872805a9402f8186584075f1a8cf804b9606efea",
      "parents": [
        "94f8c66e5e543d79231abf203d6e514ecb668688",
        "1cc77248106aafc12ba529953f652d6f8db2c84d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Mon Sep 05 06:00:45 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Mon Sep 05 06:00:45 2005 -0700"
      },
      "message": "Merge watchdog driver updates\n\nAutomated merge from\n\n\tmaster.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog\n\nfailed due to duplicate different changes to Kconfig file. Manually fixed\nup. Hopefully.\n"
    },
    {
      "commit": "39cdc4bfb5c587c617ab6a28083c19101154e149",
      "tree": "fce5cd394602d0a003124910d32833e9b9f65d68",
      "parents": [
        "b0531b9b3299f3066b1db78f1693edabbba08b5c"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@freescale.com",
        "time": "Sat Sep 03 15:55:39 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Mon Sep 05 00:05:57 2005 -0700"
      },
      "message": "[PATCH] ppc32: Cleaned up global namespace of Book-E watchdog variables\n\nRenamed global variables used to convey if the watchdog is enabled and\nperiodicity of the timer and moved the declarations into a header for these\nvariables\n\nSigned-off-by: Matt McClintock \u003cmsm@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003ckumar.gala@freescale.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "a2f40ccd294d14e5aca464c1913e8e0d8de35fca",
      "tree": "d900ebdbf37656d77acf7934db40021b21d49fde",
      "parents": [
        "886b9fa49900b055e20cd98f379fda49835d1ee6"
      ],
      "author": {
        "name": "Kumar Gala",
        "email": "galak@freescale.com",
        "time": "Sat Sep 03 15:55:33 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@evo.osdl.org",
        "time": "Mon Sep 05 00:05:56 2005 -0700"
      },
      "message": "[PATCH] ppc32: Added support for the Book-E style Watchdog Timer\n\nPowerPC 40x and Book-E processors support a watchdog timer at the processor\ncore level.  The timer has implementation dependent timeout frequencies\nthat can be configured by software.\n\nOne the first Watchdog timeout we get a critical exception.  It is left to\nboard specific code to determine what should happen at this point.  If\nnothing is done and another timeout period expires the processor may\nattempt to reset the machine.\n\nCommand line parameters:\n  wdt\u003d0 : disable watchdog (default)\n  wdt\u003d1 : enable watchdog\n\n  wdt_period\u003dN : N sets the value of the Watchdog Timer Period.\n\n  The Watchdog Timer Period meaning is implementation specific. Check\n  User Manual for the processor for more details.\n\nThis patch is based off of work done by Takeharu Kato.\n\nSigned-off-by: Matt McClintock \u003cmsm@freescale.com\u003e\nSigned-off-by: Kumar Gala \u003ckumar.gala@freescale.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "1cc77248106aafc12ba529953f652d6f8db2c84d",
      "tree": "6e5f8ee1053e7add2ec1890b594dc4086ae39f09",
      "parents": [
        "93642ecd463df30d032da8ac37c2676cee4ad876"
      ],
      "author": {
        "name": "Chuck Ebbert",
        "email": "76306.1226@compuserve.com",
        "time": "Fri Aug 19 14:14:07 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Sep 03 13:59:46 2005 +0200"
      },
      "message": "[WATCHDOG] softdog-timer-running-oops.patch\n\nThe softdog watchdog timer has a bug that can create an oops:\n\n1.  Load the module without the nowayout option.\n2.  Open the driver and close it without writing \u0027V\u0027 before close.\n3.  Unload the module.  The timer will continue to run...\n4.  Oops happens when timer fires.\n\nReported Sun, 10 Oct 2004, by Michael Schierl \u003cschierlm@gmx.de\u003e\n\nFix is easy: always take a reference on the module on open.\nRelease it only when the device is closed and no timer is running.\nTested on 2.6.13-rc6 using the soft_noboot option.  While the\ntimer is running and the device is closed, the module use count\nstays at 1.  After the timer fires, it drops to 0.  Repeatedly\nopening and closing the driver caused no problems.  Please apply.\n\nSigned-off-by: Chuck Ebbert \u003c76306.1226@compuserve.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "93642ecd463df30d032da8ac37c2676cee4ad876",
      "tree": "11b4a099cf920a8d5ef639a4b8a6a3b23f6a15c9",
      "parents": [
        "94f1e9f316b10972b77a64344006c3bf8a4929b4"
      ],
      "author": {
        "name": "P@Draig Brady",
        "email": "P@draigBrady.com",
        "time": "Wed Aug 17 09:06:07 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Sep 03 13:58:03 2005 +0200"
      },
      "message": "[WATCHDOG] w83627hf_wdt.c-initialized_bios_bug\n\nAttached is a small update to the w83627hf watchdog driver\nto initialise appropriately if it was already initialised\nin the BIOS. On tyan motherboards for e.g. you can init\nthe watchdog to 4 mins, then when the driver is loaded it\nsets the watchdog to \"seconds\" mode, and then machine will\nreboot within 4 seconds. So this patch resets the timeout\nto the configured value if the watchdog is already running.\n\nSigned-off-by: P@draig Brady \u003cP@draigBrady.com\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "94f1e9f316b10972b77a64344006c3bf8a4929b4",
      "tree": "0671740ee1e05172d4254b322bcef62e7e945ee8",
      "parents": [
        "af4bb822bc65efb087cd36b83789f22161a6515b"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Aug 17 09:04:52 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Sep 03 13:56:06 2005 +0200"
      },
      "message": "[WATCHDOG] s3c2410 watchdog - replace reboot notifier\n\nPatch from Dimitry Andric \u003cdimitry.andric@tomtom.com\u003e\n\nChange to using platfrom driver\u0027s .shutdown method instead\nof an reboot notifier\n\nSigned-off-by: Dimitry Andric \u003cdimitry.andric@tomtom.com\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "af4bb822bc65efb087cd36b83789f22161a6515b",
      "tree": "72ce7609578358929453e65c0c67796d5bff2b07",
      "parents": [
        "2dab3cabc4b3c1ef53965233dc8a05e0ddeeb38e"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Aug 17 09:03:23 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Sep 03 13:54:16 2005 +0200"
      },
      "message": "[WATCHDOG] s3c2410 watchdog power management\n\nPatch from Dimitry Andric \u003cdimitry.andric@tomtom.com\u003e, updated\nby Ben Dooks \u003cben-linux@fluff.org\u003e. Patch is against 2.6.11-mm2\n\nAdd power management support to the s3c2410 watchdog, so that\nit is shut-down over suspend, and re-initialised on resume.\n\nAlso add Dimitry to the list of authors.\n\nSigned-off-by: Dimitry Andric \u003cdimitry.andric@tomtom.com\u003e\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "2dab3cabc4b3c1ef53965233dc8a05e0ddeeb38e",
      "tree": "82dd082d2f40b0e86fac99893ff1ce44c73b635a",
      "parents": [
        "09c8a9a0c0fe5b3182b6ecfa556fa77a55892c93"
      ],
      "author": {
        "name": "Olaf Hering",
        "email": "olh@suse.de",
        "time": "Wed Aug 17 08:58:34 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Sep 03 13:51:18 2005 +0200"
      },
      "message": "[WATCHDOG] correct sysfs name for watchdog devices\n\nWhile looking for possible candidates for our udev.rules package,\nI found a few odd -\u003ename properties. /dev/watchdog has minor 130\naccording to devices.txt. Since all watchdog drivers use the\nmisc_register() call, they will end up in /sys/class/misc/$foo.\nudev may create the /dev/watchdog node if the driver is loaded.\nI dont have such a device, so I cant test it.\nThe drivers below provide names with spaces and even with / in it.\nNot a big deal, but apps may expect /dev/watchdog.\n\nSigned-off-by: Olaf Hering \u003colh@suse.de\u003e\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "09c8a9a0c0fe5b3182b6ecfa556fa77a55892c93",
      "tree": "6e58e256da91f7c78221b4f887c0d0479ca3f304",
      "parents": [
        "be3df0f94d77ba3cff40c14c3e21a753c40ba6f2"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Sep 03 13:46:56 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Sep 03 13:46:56 2005 +0200"
      },
      "message": "[WATCHDOG] Kconfig+Makefile-clean\n\nClean the Kconfig+Makefile according to a sorted list\nof the drivers of each architecture (and sub-architecture).\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "be3df0f94d77ba3cff40c14c3e21a753c40ba6f2",
      "tree": "0c65ed434e64101630ac04944040cf9b17ae6ca2",
      "parents": [
        "f505380ba7b98ec97bf25300c2a58aeae903530b"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Wed Aug 17 01:49:24 2005 +0200"
      },
      "committer": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Sat Sep 03 13:15:32 2005 +0200"
      },
      "message": "[WATCHDOG] Makefile-probe_order-patch\n\nRe-arrange Makefile according to what we want to probe first.\n\nSigned-off-by: Wim Van Sebroeck \u003cwim@iguana.be\u003e\n"
    },
    {
      "commit": "01df0e3a79d3913df178e9a1047ade425a7c118f",
      "tree": "8e2640f616d6611cd32e8b6117d839b94ba5af6b",
      "parents": [
        "00dd1e433967872f3997a45d5adf35056fdf2f56"
      ],
      "author": {
        "name": "Wim Van Sebroeck",
        "email": "wim@iguana.be",
        "time": "Tue Aug 09 10:07:56 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Aug 09 12:08:21 2005 -0700"
      },
      "message": "[PATCH] i8xx_tco.c: arm watchdog only when started\n\ni8xx_tco.c v0.08: only \"arm\" the watchdog when the watchdog has been\nstarted.  (Kernel Bug 4251: system reset when battery is read and i8xx_tco\ndriver loaded)\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "9bbd03758945858c9303f3258b418b94c4ffd735",
      "tree": "74dca48bdcec507933ea3285d08c4f065563da8c",
      "parents": [
        "8c741ed74d121dbc97c9fb7f9a66c768d4c547c4"
      ],
      "author": {
        "name": "Ian Campbell",
        "email": "icampbell@arcom.com",
        "time": "Wed Aug 03 20:34:52 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Aug 03 20:34:52 2005 +0100"
      },
      "message": "[PATCH] ARM: 2833/2:  Remove support for WDIOF_MAGICCLOSE from sa1100-wdt\n\nPatch from Ian Campbell\n\nOn PXA255 there is no way to disable the watchdog. Turning off OIER[E3]\nas suggested in the existing comment does not work.\n\nI posted a note to the ARM mailing list a little while ago asking for\nopinions from people using SA1100. There was one reponse from Nico who\nbelieves that the SA1100 is the same as the PXA255 in this respect.\n\nYou also asked me to involve the watchdog maintainer which I tried to\ndo but didn\u0027t hear anything back. There are only a couple of other\ndrivers which can\u0027t stop the watchdog and there seems to be no\nconsistancy regarding printing an error etc. I decided to print\nsomething since that matches the case for all the other drivers when\nNOWAYOUT is turned on.\n\nAlso, I changed the device .name to \"watchdog\" like most of the other\nwatchdogs. udev uses it as the device name (by default) and spaces etc.\nget in the way.\n\nSuperceded 2833/1 because 2.6.13-rc4 caused rejects.\n\nSigned-off-by: Ian Campbell \u003cicampbell@arcom.com\u003e\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\n"
    },
    {
      "commit": "4bfdf37830111321e2cd1fe0102dd776ce93194d",
      "tree": "9791422b964d2aeae7772ac0462f1953e2f63447",
      "parents": [
        "7657e20e46e26b198b24e2aefc696410bbe889c9"
      ],
      "author": {
        "name": "Andrey Panin",
        "email": "pazke@donpac.ru",
        "time": "Wed Jul 27 11:43:58 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:54 2005 -0700"
      },
      "message": "[PATCH] consolidate CONFIG_WATCHDOG_NOWAYOUT handling\n\nAttached patch removes #ifdef CONFIG_WATCHDOG_NOWAYOUT mess duplicated in\nalmost every watchdog driver and replaces it with common define in\nlinux/watchdog.h.\n\nSigned-off-by: Andrey Panin \u003cpazke@donpac.ru\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "b7343f01e326374e69666ca6001bdb6a7c67e9f7",
      "tree": "2c1dc0a41127956dc5661a1fecb46ab25f136550",
      "parents": [
        "bba0e4670a4e1841a96b561dcc60ebe335049891"
      ],
      "author": {
        "name": "Rolf Eike Beer",
        "email": "eike-kernel@sf-tec.de",
        "time": "Wed Jul 27 11:43:42 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Jul 27 16:25:51 2005 -0700"
      },
      "message": "[PATCH] watchdog: add missing 0x in alim1535_wdt.c\n\nUsually the device IDs are given in hex.  This one is a bit strange: it is\nwithout 0x in the first place and used with it some lines later.  I suspect\nthe first one to be the wrong.\n\nSigned-off-by: Rolf Eike Beer \u003ceike-kernel@sf-tec.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "479d0f41e50646a618c43f69af7af31a8f748433",
      "tree": "37ffd2f69eb51d25916bebeb07e56b7c8b4b2d33",
      "parents": [
        "cc1d3a9a78f0f602fa1e7993dba4d16ad9781bc1"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Tue Jul 26 21:41:38 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 21:48:54 2005 -0700"
      },
      "message": "[PATCH] softdog build fix\n\ndrivers/char/watchdog/softdog.c:94: too many arguments to function `emergency_restart\u0027\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "cc1d3a9a78f0f602fa1e7993dba4d16ad9781bc1",
      "tree": "48dee72ac24026d83f5eddf77a96962b5e6aaac1",
      "parents": [
        "ae6578fe9b65208dee8eda40629984efd23740c4"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Tue Jul 26 21:41:37 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 21:48:54 2005 -0700"
      },
      "message": "[PATCH] eurotechwdt build fix\n\ndrivers/char/watchdog/eurotechwdt.c:165: too many arguments to function `emergency_restart\u0027\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "68acc05d0120e19c850e1f347ee96055f5aa032f",
      "tree": "2eca1b36a99212037d1aa6b33c4893a12a43cb28",
      "parents": [
        "fdde86ac50357b6a811e3574e47d189e81a21444"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 12:03:08 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:44 2005 -0700"
      },
      "message": "[PATCH] pcwd.c: Call kernel_power_off not machine_power_off\n\nThe call appears to come from process context so kernel_power_off\nshould be safe.  And acpi_power_off won\u0027t necessarily work if you just\ncall machine_power_off.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "f82567e55fcd25bb7addf2cfd8b79f36f409dc2e",
      "tree": "c579e6c540b10bfd69abc086f985fc066d2708fc",
      "parents": [
        "4de8b9b76017365572f778332d74fe050d9c8c2a"
      ],
      "author": {
        "name": "Eric W. Biederman",
        "email": "ebiederm@xmission.com",
        "time": "Tue Jul 26 11:53:19 2005 -0600"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Jul 26 14:35:43 2005 -0700"
      },
      "message": "[PATCH] Fix watchdog drivers to call emergency_reboot()\n\nIf a watchdog driver has decided it is time to reboot the system\nwe know something is wrong and we are in interrupt context\nso emergency_reboot() is what we want.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "75865858971add95809c5c9cd35dc4cfba08e33b",
      "tree": "e8b3fe78e15696f36156d1f94d35b7711590365f",
      "parents": [
        "299de0343c7d18448a69c635378342e9214b14af"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 30 02:18:12 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Jul 01 13:35:50 2005 -0700"
      },
      "message": "[PATCH] PCI: clean up dynamic pci id logic\n\nThe dynamic pci id logic has been bothering me for a while, and now that\nI started to look into how to move some of this to the driver core, I\nthought it was time to clean it all up.\n\nIt ends up making the code smaller, and easier to follow, and fixes a\nfew bugs at the same time (dynamic ids were not being matched\neverywhere, and so could be missed on some call paths for new devices,\nsemaphore not needed to be grabbed when adding a new id and calling the\ndriver core, etc.)\n\nI also renamed the function pci_match_device() to pci_match_id() as\nthat\u0027s what it really does.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    }
  ],
  "next": "b36bbb6c3d5244eaf52241ec69f79494137f2db0"
}
