)]}'
{
  "log": [
    {
      "commit": "a7f13a6ec40379fe2116c647ac8e569227ba8d4f",
      "tree": "a4f0f7a4b3b23d4ad8eaa032753d1ba2aed79d28",
      "parents": [
        "31d5d275a118527a2b9b0f68613428f176efbb8f"
      ],
      "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: (w83793) Convert to a new-style i2c driver\n\nThe new-style w83793 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\n"
    },
    {
      "commit": "93c75a4ac2d95834e7202965d853d3cd23aadb40",
      "tree": "6f80254db8035f627d1e4a998a748f70a9a8ab4f",
      "parents": [
        "4040c415f5566ecfe95b509ee84d68fb7050b30c"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Feb 12 11:25:07 2008 +0100"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sun Apr 27 09:23:12 2008 -0400"
      },
      "message": "hwmon: (w83793) VID and VRM handling cleanups\n\n* Rework the device initialization function so as to read the\n\"Multi-Function Pin Control\" register (0x58) once instead of twice.\nI2C transactions aren\u0027t cheap so this speeds up the driver loading.\n\n* Only create the \"vrm\" attribute if at least one VID value is\navailable.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Gong Jun \u003cjgong@winbond.com\u003e\nAcked-by: Rudolf Marek \u003cr.marek@assembler.cz\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\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": "5aebefb08682ebd67ea0b902950d00169e1451cb",
      "tree": "f708da371342a458f773aad2fa9b76dee67d64fb",
      "parents": [
        "6722feada7f6213ba06d510ef853e57ddcd59dae"
      ],
      "author": {
        "name": "Nicolas Kaiser",
        "email": "nikai@nikai.net",
        "time": "Wed Nov 07 13:28:59 2007 +0100"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Feb 07 20:39:40 2008 -0500"
      },
      "message": "hwmon: (w83793) remove duplicated defines\n\nRemove duplicated defines.\n\nSigned-off-by: Nicolas Kaiser \u003cnikai@nikai.net\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": "c70a8c345fd770ecb2ff334bdf88b63edaffb77d",
      "tree": "6285b3f5e57ab360ad06af697fba2560f33bef5a",
      "parents": [
        "c92943152884e3777439ad40a40126f2e51b8ea8"
      ],
      "author": {
        "name": "Gong Jun",
        "email": "jgong@winbond.com",
        "time": "Thu Jan 18 22:14:24 2007 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@arrakis.delvare",
        "time": "Thu Jan 18 22:14:24 2007 +0100"
      },
      "message": "hwmon/w83793: Hide invalid VID readings\n\nIgnore the VID readings when the motherboard has not designed\nthe function.  \n\nSigned-off-by: Gong Jun \u003cjgong@winbond.com\u003e\nSigned-off-by: Rudolf Marek \u003cr.marek@assembler.cz\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "c92943152884e3777439ad40a40126f2e51b8ea8",
      "tree": "17e027e06f1cee578cd9b95b54b166f12ec25a60",
      "parents": [
        "46bed4dfe5f95f1fc8f68ead592a7e295bbbe01e"
      ],
      "author": {
        "name": "Rudolf Marek",
        "email": "r.marek@assembler.cz",
        "time": "Thu Jan 18 22:14:24 2007 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@arrakis.delvare",
        "time": "Thu Jan 18 22:14:24 2007 +0100"
      },
      "message": "hwmon/w83793: Fix the fan input detection\n\nCatch the cases when alternative pins are used to route the\nfan9-12 input.\n\nSigned-off-by: Rudolf Marek \u003cr.marek@assembler.cz\u003e\nSigned-off-by: Gong Jun \u003cjgong@winbond.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "46bed4dfe5f95f1fc8f68ead592a7e295bbbe01e",
      "tree": "9595db3fd526ac8d3e2e54be8fd88dd3f44cf245",
      "parents": [
        "9fab2d8b75a4084e91f1dcb4e55368406fe53010"
      ],
      "author": {
        "name": "Gong Jun",
        "email": "jgong@winbond.com",
        "time": "Thu Jan 18 22:14:24 2007 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@arrakis.delvare",
        "time": "Thu Jan 18 22:14:24 2007 +0100"
      },
      "message": "hwmon/w83793: Ignore disabled temperature channels\n\nIgnore the temperature readings when its channel is disabled,\nignore AMDSI readings.\n\nSigned-off-by: Gong Jun \u003cjgong@winbond.com\u003e\nSigned-off-by: Rudolf Marek \u003cr.marek@assembler.cz\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "ddca933bd554b4f81f27776f3cb9daa67cf241b1",
      "tree": "7aa51286d08d67a807e453f8d5da3fb6389dad4b",
      "parents": [
        "a8b3485287731978899ced11f24628c927890e78"
      ],
      "author": {
        "name": "Gong Jun",
        "email": "jgong@winbond.com",
        "time": "Thu Jan 18 22:14:23 2007 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@arrakis.delvare",
        "time": "Thu Jan 18 22:14:23 2007 +0100"
      },
      "message": "hwmon/w83793: Remove the description of AMDSI and update the voltage formula\n\nFix the driver to match the information in datasheet 1.0. AMD \nSI interface is marked as reserved, computing formula for 5VDD\nand 5VSB is updated.\n\nSigned-off-by: Gong Jun \u003cjgong@winbond.com\u003e\nSigned-off-by: Rudolf Marek \u003cr.marek@assembler.cz\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "6800c3d027b4458a6fb5ab78064c2e3b7da2f94f",
      "tree": "3ce7ac734ea3bde22e1153372c4dbdfb6aad32a8",
      "parents": [
        "7188cc66b4facf749e4fc0a44165b06716e1b621"
      ],
      "author": {
        "name": "Rudolf Marek",
        "email": "r.marek@assembler.cz",
        "time": "Tue Dec 12 18:18:30 2006 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@arrakis.delvare",
        "time": "Tue Dec 12 18:18:30 2006 +0100"
      },
      "message": "hwmon: New Winbond W83793 hardware monitoring driver\n\nAdd support for the W83793 hardware monitoring chip. This driver\nwas originally contributed by Yuan Mu of Winbond Electronics Corp.\n\nSigned-off-by: Rudolf Marek \u003cr.marek@assembler.cz\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    }
  ]
}
