)]}'
{
  "log": [
    {
      "commit": "16a515fd0cd3711a7da464d36009f18cd8e23f07",
      "tree": "b589e59c08f90d3e8b33947325be3ab06aad79fd",
      "parents": [
        "f91a79fe86a0becdf2506c189cdde154e82c787c"
      ],
      "author": {
        "name": "Michael Borisov",
        "email": "niro@tut.by",
        "time": "Fri Aug 15 00:40:32 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Aug 15 08:35:43 2008 -0700"
      },
      "message": "drivers/hwmon/w83791d.c: fix unused var warning\n\ndrivers/hwmon/w83791d.c: In function `w83791d_probe\u0027:\ndrivers/hwmon/w83791d.c:1049: warning: unused variable `val1\u0027\n\nSigned-off-by: Michael Borisov \u003cniro@tut.by\u003e\nCc: \"Mark M. Hoffman\" \u003cmhoffman@lightlink.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ad02ad85cf221c9a0574b48516762e37cceca0da",
      "tree": "6ba4a83e4ca37bc252ce90a734984f761462cc16",
      "parents": [
        "05a5e477687ac7a22c0791b3e899ed7d539f7b95"
      ],
      "author": {
        "name": "Marc Hulsman",
        "email": "m.hulsman@tudelft.nl",
        "time": "Wed Aug 06 22:41:04 2008 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@mahadeva.delvare",
        "time": "Wed Aug 06 22:41:04 2008 +0200"
      },
      "message": "hwmon: (w83791d) Use fan divisor bits from vbat register\n\nUpdate w83791d with fan bits in vbat mon register (7.48 of the\ndatasheet). This change allows all fans to have a divisor of 128, \nand fixes a problem with incorrectly reported fan speeds. \n\nSigned-off-by: Marc Hulsman \u003cm.hulsman@tudelft.nl\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "cb0c1af37996f3016e34e9c709e5f727646f7207",
      "tree": "e23570869a8a8b728bd80022fa127d8e9f1f02cb",
      "parents": [
        "ccf37488322429bf8709f2227f3d48466add2b6b"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jul 16 19:30:17 2008 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@mahadeva.delvare",
        "time": "Wed Jul 16 19:30:17 2008 +0200"
      },
      "message": "hwmon: (w83791d) Convert to a new-style i2c driver\n\nThe new-style w83791d driver implements the optional detect()\ncallback to cover the use cases of the legacy driver.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Marc Hulsman \u003cm.hulsman@tudelft.nl\u003e\n"
    },
    {
      "commit": "25e9c86d5a6d82ea45eb680fc66bf73ac5e50dff",
      "tree": "ef93558823da87fa425256d9c420113641bfe119",
      "parents": [
        "57df46d6d9ccd6ced95f169020f79ae637423087"
      ],
      "author": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sun Feb 17 22:28:03 2008 -0500"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Mon Feb 18 21:58:15 2008 -0500"
      },
      "message": "hwmon: normal_i2c arrays should be const\n\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "8f74efe81d122c071410fd74f42879ef81439fa4",
      "tree": "3febd18d58fb42d248ea565d23daa468094797e7",
      "parents": [
        "345a22245451c0fd2c44b2afb5dfb75628b487fa"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Dec 01 11:25:33 2007 +0100"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Feb 07 20:39:44 2008 -0500"
      },
      "message": "hwmon: VRM is not written to registers\n\nWhat was true of reading the VRM value is also true of writing it: not\nbeing a register value, it doesn\u0027t need hardware access, so we don\u0027t\nneed a reference to the i2c client. This allows for a minor code\ncleanup. As gcc appears to be smart enough to simplify the generated\ncode by itself, this cleanup only affects the source code, the\ngenerated binaries are unchanged.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "898eb71cb17644964c5895fb190e79e3d0c49679",
      "tree": "96be8f0a40feaf56fef836634c89955e432b12db",
      "parents": [
        "6c0286b199c3eb2caa973525dfc8a7ed67090ec0"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Thu Oct 18 03:06:30 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Oct 18 14:37:28 2007 -0700"
      },
      "message": "Add missing newlines to some uses of dev_\u003clevel\u003e messages\n\nFound these while looking at printk uses.\n\nAdd missing newlines to dev_\u003clevel\u003e uses\nAdd missing KERN_\u003clevel\u003e prefixes to multiline dev_\u003clevel\u003es\nFixed a wierd-\u003eweird spelling typo\nAdded a newline to a printk\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nCc: \"Luck, Tony\" \u003ctony.luck@intel.com\u003e\nCc: Jens Axboe \u003cjens.axboe@oracle.com\u003e\nCc: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\nCc: Tilman Schmidt \u003ctilman@imap.cc\u003e\nCc: David Woodhouse \u003cdwmw2@infradead.org\u003e\nCc: Jeff Garzik \u003cjeff@garzik.org\u003e\nCc: Stephen Hemminger \u003cshemminger@linux-foundation.org\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nCc: Jeremy Fitzhardinge \u003cjeremy@goop.org\u003e\nCc: Geert Uytterhoeven \u003cgeert@linux-m68k.org\u003e\nCc: Alessandro Zummo \u003ca.zummo@towertech.it\u003e\nCc: David Brownell \u003cdavid-b@pacbell.net\u003e\nCc: James Smart \u003cJames.Smart@Emulex.Com\u003e\nCc: Andrew Vasquez \u003candrew.vasquez@qlogic.com\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nCc: Evgeniy Polyakov \u003cjohnpol@2ka.mipt.ru\u003e\nCc: Russell King \u003crmk@arm.linux.org.uk\u003e\nCc: Jaroslav Kysela \u003cperex@suse.cz\u003e\nCc: Takashi Iwai \u003ctiwai@suse.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "90d6619a916062cb75a176aacb318d108758b4a5",
      "tree": "4178d9061f8f85538820270afe50f8b3f5be9fb3",
      "parents": [
        "a1aa5a770dc31dc7e88313ddd2a76e0a875b9b43"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Oct 08 18:24:35 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:32 2007 -0400"
      },
      "message": "hwmon: VRM is not read from registers\n\nThe VRM value is not read from chip registers, so there\u0027s no need\nto update the device data cache before exporting the VRM value to\nuser-space.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Hans de Goede \u003cj.w.r.degoede@hhs.nl\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "6438312367523b26bd628b60cfd16f25a7a6f7ae",
      "tree": "70798f9f3d2c19993e227e1205861982ca636059",
      "parents": [
        "7b6d1f044d95395ca103bfb6869caa996fedbbd2"
      ],
      "author": {
        "name": "Charles Spirakis",
        "email": "bezaur@gmail.com",
        "time": "Tue Sep 04 13:31:56 2007 -0700"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:30 2007 -0400"
      },
      "message": "hwmon: (w83791d) new sysfs beep/alarm methodology\n\nAdd new sysfs alarm methodology to w83791d driver\n\nSigned-off-by: Charles Spirakis \u003cbezaur@gmail.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "1beeffe43311f64df8dd0ab08ff6b1858c58363f",
      "tree": "039324186049a69f3c791165e90404aef497f3cc",
      "parents": [
        "59a35bafb223bbb0553ba1a3bb9280bda668a8d8"
      ],
      "author": {
        "name": "Tony Jones",
        "email": "tonyj@suse.de",
        "time": "Mon Aug 20 13:46:20 2007 -0700"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:30 2007 -0400"
      },
      "message": "hwmon: Convert from class_device to device\n\nConvert from class_device to device for hwmon_device_register/unregister\n\nSigned-off-by: Tony Jones \u003ctonyj@suse.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Kay Sievers \u003ckay.sievers@vrfy.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "34fc921a253f3ddfc4ad9de1dbc88683f84fbaaa",
      "tree": "9e1bc568db0226d8dfaa6535fce80437696ea134",
      "parents": [
        "73ed9a86cd77b6a3b46beec8d353ac3b0d4f50c1"
      ],
      "author": {
        "name": "Jim Cromie",
        "email": "jim.cromie@gmail.com",
        "time": "Sun Oct 08 21:56:29 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Oct 18 13:03:08 2006 -0700"
      },
      "message": "w83791d: Fix unchecked return status\n\nReplace all unchecked calls to device_create_file with a single group\ndeclaration, and one call to sysfs_create_group, and check that one\nreturn status. Also remove the files on device detach.\n\nSigned-off-by: Jim Cromie \u003cjim.cromie@gmail.com\u003e\nSigned-off by: Charles Spirakis \u003cbezaur@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "038b0a6d8d32db934bba6a24e74e76e4e327a94f",
      "tree": "5fbeb3e8f140e20f8ce0e33e12b32ec5b0724cd6",
      "parents": [
        "78b656b8bf933101b42409b4492734b23427bfc3"
      ],
      "author": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Wed Oct 04 03:38:54 2006 -0400"
      },
      "committer": {
        "name": "Dave Jones",
        "email": "davej@redhat.com",
        "time": "Wed Oct 04 03:38:54 2006 -0400"
      },
      "message": "Remove all inclusions of \u003clinux/config.h\u003e\nkbuild explicitly includes this at build time.\n\nSigned-off-by: Dave Jones \u003cdavej@redhat.com\u003e\n"
    },
    {
      "commit": "125751cb833f20c12c7237782b2a4680fd636ed0",
      "tree": "1f815c587d404c32f4127ac6454804d1a68f3cad",
      "parents": [
        "2d45771e6ea79f56a7d85e448f702f60ef86c228"
      ],
      "author": {
        "name": "Charles Spirakis",
        "email": "bezaur@gmail.com",
        "time": "Sun Sep 24 20:53:04 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Sep 28 15:31:16 2006 -0700"
      },
      "message": "w83791d: Documentation update\n\nw83791d: Documentation update\n\nThe alarm bits and the beep enable bits are in different positions in\nthe hardware. Document the problem and leave it to the user-space code\nto handle the situation. When this driver is updated to the standardized\nsysfs alarm/beep methodology, this won\u0027t be a problem.\n\nThis is a documentation only change.\n\nSigned-off by: Charles Spirakis \u003cbezaur@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "9873964d6eb24bd0205394f9b791de9eddbcb855",
      "tree": "b0e4a6f72f31e4a1215d2ae1e79a16d6e753f617",
      "parents": [
        "4f507ea1560805b16cf4a4359e304ae0db0c2dcb"
      ],
      "author": {
        "name": "Charles Spirakis",
        "email": "bezaur@gmail.com",
        "time": "Tue Apr 25 14:21:03 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:33 2006 -0700"
      },
      "message": "[PATCH] HWMON: w83791d: New hardware monitoring driver for the Winbond W83791D\n\nAdd support for the w83791d sensor chip. The w83791d hardware is\nsomewhere between the w83781d and the w83792d and this driver code\nis derived from the code that supports those chips.\n\nSigned-off-by: Charles Spirakis \u003cbezaur@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    }
  ]
}
