)]}'
{
  "log": [
    {
      "commit": "55929332c92e5d34d65a8f784604c92677ea3e15",
      "tree": "555e922d470336d07ace32bb564ac5358379a3c4",
      "parents": [
        "703c631ebbcadcfd861d01e697fdda7c388fec9a"
      ],
      "author": {
        "name": "Arnd Bergmann",
        "email": "arnd@arndb.de",
        "time": "Tue Apr 27 00:24:05 2010 +0200"
      },
      "committer": {
        "name": "Frederic Weisbecker",
        "email": "fweisbec@gmail.com",
        "time": "Mon May 17 05:27:41 2010 +0200"
      },
      "message": "drivers: Push down BKL into various drivers\n\nThese are the last remaining device drivers using\nthe -\u003eioctl file operation in the drivers directory\n(except from v4l drivers).\n\n[fweisbec: drop i8k pushdown as it has been done from\nprocfs pushdown branch already]\n\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nSigned-off-by: Frederic Weisbecker \u003cfweisbec@gmail.com\u003e\n"
    },
    {
      "commit": "3f7cd7ea9383755eef53f92667c520489165667f",
      "tree": "ff148760ace3337d2426269da246732487ab7b63",
      "parents": [
        "4d7a5644e4adfafe76c2bd8ee168e3f3b5dae3a8"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "error27@gmail.com",
        "time": "Mon Mar 29 22:03:03 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Mar 29 22:03:03 2010 +0200"
      },
      "message": "hwmon: (w83793) Saving negative errors in unsigned\n\n\"ret\" is used to store the return value for watchdog_trigger() and it\nshould be signed for the error handling to work.\n\nSigned-off-by: Dan Carpenter \u003cerror27@gmail.com\u003e\nAcked-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n\n"
    },
    {
      "commit": "5852f9609d21794c45964129b03365883150a6d0",
      "tree": "cb49355a891eb942b785f98bfe958a095005547c",
      "parents": [
        "ebec05bdc4f7d3da852aa86fb54b163d9aeb9848"
      ],
      "author": {
        "name": "Sven Anders",
        "email": "anders@anduras.de",
        "time": "Fri Mar 05 22:17:22 2010 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Fri Mar 05 22:17:22 2010 +0100"
      },
      "message": "hwmon: (w83793) Add watchdog functionality\n\nAdd watchdog functionality to the Winbond W83793 driver.\n\nSigned-off-by: Sven Anders \u003canders@anduras.de\u003e\nAcked-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "1f86df49ddfd0067cce941187d57b2fd2f749a9e",
      "tree": "a8357108c8be9e39d040e71d473df4a8f46550da",
      "parents": [
        "c3813d6af177fab19e322f3114b1f64fbcf08d71"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Dec 14 21:17:26 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Dec 14 21:17:26 2009 +0100"
      },
      "message": "i2c: Drop I2C_CLIENT_INSMOD_1\n\nThis macro simply declares an enum, so drivers might as well declare\nit themselves.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nTested-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\n"
    },
    {
      "commit": "c3813d6af177fab19e322f3114b1f64fbcf08d71",
      "tree": "5189e18f95c954461040bc4becbca6acf739c13b",
      "parents": [
        "310ec79210d754afe51e2e4a983e846b60179abd"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Dec 14 21:17:25 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Dec 14 21:17:25 2009 +0100"
      },
      "message": "i2c: Get rid of struct i2c_client_address_data\n\nStruct i2c_client_address_data only contains one field at this point,\nwhich makes its usefulness questionable. Get rid of it and pass simple\naddress lists around instead.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nTested-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\n"
    },
    {
      "commit": "310ec79210d754afe51e2e4a983e846b60179abd",
      "tree": "98e592b60162cd55e367dc19ba3553617a45b0be",
      "parents": [
        "f40542532e96dda5506eb76badea322f2ae4731c"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Dec 14 21:17:23 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Dec 14 21:17:23 2009 +0100"
      },
      "message": "i2c: Drop the kind parameter from detect callbacks\n\nThe \"kind\" parameter always has value -1, and nobody is using it any\nlonger, so we can remove it.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nTested-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\n"
    },
    {
      "commit": "52df6440a29123eed912183fe785bbe174ef14b9",
      "tree": "3a3b9f4110d21c2ec4f5711444dd9cec6fb3d32c",
      "parents": [
        "a1fa4cdcc4abd4c02a81ab7052c16a342d29f060"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Dec 09 20:35:57 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Dec 09 20:35:57 2009 +0100"
      },
      "message": "hwmon: Clean up detect functions\n\nAs kind is now hard-coded to -1, there is room for code clean-ups.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Corentin Labbe \u003ccorentin.labbe@geomatys.fr\u003e\nCc: \"Mark M. Hoffman\" \u003cmhoffman@lightlink.com\u003e\nCc: Juerg Haefliger \u003cjuergh@gmail.com\u003e\nCc: Riku Voipio \u003criku.voipio@iki.fi\u003e\nAcked-by: \"Hans J. Koch\" \u003chjk@linutronix.de\u003e\nCc: Rudolf Marek \u003cr.marek@assembler.cz\u003e\n"
    },
    {
      "commit": "3aed198c35567e5a721f52c0bde23167867e6af6",
      "tree": "13c17bf66e033c55bff3b8efa8380480118cb3b8",
      "parents": [
        "6e34b187bc216fc632769fb8b906d3a29ccd8f14"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:32 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:32 2009 +0100"
      },
      "message": "hwmon: Don\u0027t overuse I2C_CLIENT_MODULE_PARM\n\nI2C_CLIENT_MODULE_PARM is overkill for force_subclients. We really\nonly use 4 out of the 48 slots, so we\u0027re better defining a custom\nvariable instead. This change saves 92 bytes of data for each of the\nfive drivers affected.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nAcked-by: Marc Hulsman \u003cm.hulsman@tudelft.nl\u003e\nCc: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "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"
    }
  ]
}
