)]}'
{
  "log": [
    {
      "commit": "87b4b6634ac112ddfe7b92aae50eb4bf7b128d1a",
      "tree": "3e7e5e671a9f0e6c997d98188336405d356e5aa6",
      "parents": [
        "d384e35a25445bb60457b7dab8cffe178c6b7ecb"
      ],
      "author": {
        "name": "Bjorn Helgaas",
        "email": "bjorn.helgaas@hp.com",
        "time": "Tue Jan 22 07:21:03 2008 -0500"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Jan 22 07:21:38 2008 -0500"
      },
      "message": "hwmon: (it87) request only Environment Controller ports\n\nThe IT8705F and related parts are Super I/O controllers that contain\nmany separate devices.\n\nSome BIOSes describe IT8705F I/O port usage under a motherboard device\n(PNP0C02) with overlapping regions, e.g., 0x290-0x29f and 0x290-0x294.\n\nThe it87 driver supports only the Environment Controller, which requires\nonly two ISA ports, but it used to request an eight-port range.  If that\nrange exceeds a range reported by the BIOS, as 0x290-0x297 would, the\nrequest fails, and the it87 driver cannot claim the device.\n\nThis patch makes the it87 driver request only the two ports used for the\nEnvironment Controller device.\n\nSystems where this problem has been reported:\n    Gigabyte GA-K8N Ultra 9\n    Gigabyte M56S-S3\n    Gigabyte GA-965G-DS3\n\nKernel bug reports:\n    http://bugzilla.kernel.org/show_bug.cgi?id\u003d9514\n    http://lkml.org/lkml/2007/12/4/466\n\nRelated change:\n    http://git.kernel.org/?p\u003dlinux/kernel/git/torvalds/linux-2.6.git;a\u003dcommitdiff;h\u003da7839e960675b549f06209d18283d5cee2ce9261\n\n    The patch above increases the number of PNP port resources we support.\n    Prior to this patch, we ignored some port resources, which masked the\n    it87 problem.\n\nSigned-off-by: Bjorn Helgaas \u003cbjorn.helgaas@hp.com\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "58e6e78119da2bdade9f6f588155f0320072b76b",
      "tree": "b7e45de93ee9f4e559a8e3a8cb7d06db0e99ba5c",
      "parents": [
        "ea67db4cdbbf7f4e74150e71da0984e25121f500"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Jan 03 07:33:31 2008 -0500"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Jan 03 07:33:31 2008 -0500"
      },
      "message": "hwmon: (w83627ehf) Be more careful when changing VID input level\n\nThe VID input level change has been reported to cause trouble. Be more\ncareful in this respect:\n* Only change the level on the W83627EHF/EHG. The W83627DHG is more\n  complex in this respect.\n* Don\u0027t change the level if the VID pins are in output mode.\n* Only set the level to TTL if VRM 9.x is used.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "561d9a969455cb009bb15b63e1d925dc527e7a9d",
      "tree": "c5465a27338ef4ca6cf0b554e86d0f2a880815d7",
      "parents": [
        "09b56adc98e0f8a21644fcb4d20ad367c3fceb55"
      ],
      "author": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Mon Dec 03 18:01:50 2007 +0100"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Dec 04 01:35:32 2007 -0500"
      },
      "message": "HWMON: coretemp, suspend fix\n\nIt\u0027s not permitted to unregister a device after devices have been suspended.\nIt causes deadlocks to appear on systems with coretemp hwmon loaded.  To avoid\nthis, we can make coretemp_cpu_callback() do nothing if the _FROZEN bit is set\nin action.\n \nAlso, in other cases it\u0027s generally too late to unregister the coretemp device\nif the CPU is already dead, so it should be unregistered on CPU_DOWN_PREPARE.\n \nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\nAcked-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\nCc: Jiri Slaby \u003cjirislaby@gmail.com\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "59a030a9b7a1bab5bdae57d469583e611759e90b",
      "tree": "31e1e0dfbf820b8d4eb33f3a38a875ea763777cd",
      "parents": [
        "7768aa76966f06c4add6ac2b0ef397ff34f3dab0"
      ],
      "author": {
        "name": "Darrick J. Wong",
        "email": "djwong@us.ibm.com",
        "time": "Fri Oct 26 11:55:11 2007 -0700"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Nov 08 08:42:47 2007 -0500"
      },
      "message": "hwmon: (i5k_amb) Convert macros to C functions\n\nakpm objected to some of the macros, so convert them into functions.\n\nSigned-off-by: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "7768aa76966f06c4add6ac2b0ef397ff34f3dab0",
      "tree": "b1b97cf56996fd848446add7930181eb743a1571",
      "parents": [
        "dcbd9f68aea41d22d5bd37468409da33151b4202"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 25 13:11:01 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Nov 08 08:42:47 2007 -0500"
      },
      "message": "hwmon: (w83781d) Add missing curly braces\n\nMissing curly braces cause an if statement to be evaluated when it\nshouldn\u0027t. It happens to be harmless, but that\u0027s still worth fixing.\nThanks to Riku Voipio for reporting.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-By: Riku Voipio \u003criku.voipio@movial.fi\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "dcbd9f68aea41d22d5bd37468409da33151b4202",
      "tree": "ed0b18bd733a082043c85cfd2b35b44e8dfb42e6",
      "parents": [
        "76e83bef15a11413e9f3da986c6e869a8192675e"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "j.w.r.degoede@hhs.nl",
        "time": "Wed Oct 24 14:33:18 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Nov 08 08:42:47 2007 -0500"
      },
      "message": "hwmon: (abituguru3) Identify ABit IP35 Pro as such\n\nThis patch changes the identification string for motherboards with an id of\n0x001A from unknown to \"Abit IP35 Pro\". Thanks to James Scott who has an Abit\nIP35 Pro.\n\nSigned-off-by: Hans de Goede \u003cj.w.r.degoede@hhs.nl\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "76e83bef15a11413e9f3da986c6e869a8192675e",
      "tree": "48417c4dd1a70b9338ab35d6aea1ee9a4e1e7f36",
      "parents": [
        "9aa69338924266ca0b1aceb0ab943e8842449b0a"
      ],
      "author": {
        "name": "Riku Voipio",
        "email": "riku.voipio@iki.fi",
        "time": "Fri Oct 26 14:14:23 2007 +0300"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Nov 08 08:42:47 2007 -0500"
      },
      "message": "hwmon: (f75375s) pwmX_mode sysfs files writable for f75375 variant\n\nFix value check in set_pwm_mode(). Instead of checking for chip variant there,\nmake pwmX_mode sysfs nodes only writable on f75375 variant.\n\nSigned-off-by: Riku Voipio \u003criku.voipio@movial.fi\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "ff312d07c2e1b1482fcc139b8af67ca39e9e98f0",
      "tree": "21297694fea8776dd7713b2ea7b0cc9985ac40f4",
      "parents": [
        "620c142db20477149bf04c7e8e8fde70d608e8c7"
      ],
      "author": {
        "name": "Riku Voipio",
        "email": "riku.voipio@iki.fi",
        "time": "Wed Sep 26 13:14:40 2007 +0300"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Nov 08 08:42:46 2007 -0500"
      },
      "message": "hwmon: (f75375s) Allow setting up fans with platform_data\n\nAllow initializing fans on systems where BIOS does not do that by\ndefault.\n\n - define f75375s_platform_data in new file f75375s.h\n - if platform_data was provided, set fans accordingly in f75375_init()\n - split set_pwm_enable() to a sysfs callback and directly usable\n   set_pwm_enable_direct()\n\nSigned-off-by: Riku Voipio \u003criku.voipio@movial.fi\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "620c142db20477149bf04c7e8e8fde70d608e8c7",
      "tree": "83a9a490e854d1604205d567f3f1375ce210e5d7",
      "parents": [
        "4bfe66048e97d29ab229519e9a821dbd4d929bd9"
      ],
      "author": {
        "name": "Riku Voipio",
        "email": "riku.voipio@movial.fi",
        "time": "Tue Oct 16 12:46:49 2007 +0300"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Nov 08 08:42:46 2007 -0500"
      },
      "message": "hwmon: (f75375s) Add new style bindings\n\nFollowing the example of David Brownell\u0027s work on lm75:\n\n - Create a second driver struct, using new-style driver binding methods.\n\n - Rename the old driver struct as f75375_legacy_driver.\n\n - Make the legacy bind/unbind logic delegate all its work.\n\nSigned-off-by: Riku Voipio \u003criku.voipio@movial.fi\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "4bfe66048e97d29ab229519e9a821dbd4d929bd9",
      "tree": "895466bc1b959880d6e642a1abae3db290e73de7",
      "parents": [
        "8de577095d65e8a51135793bf48c7be6c6c5bc77"
      ],
      "author": {
        "name": "Matthias Kaehlcke",
        "email": "matthias.kaehlcke@gmail.com",
        "time": "Wed Oct 24 14:59:09 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Nov 08 08:42:46 2007 -0500"
      },
      "message": "hwmon: (lm70) Convert semaphore to mutex\n\nSigned-off-by: Matthias Kaehlcke \u003cmatthias.kaehlcke@gmail.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "8de577095d65e8a51135793bf48c7be6c6c5bc77",
      "tree": "4b6295457a7a50c73af31ff10ad43cc358a4da04",
      "parents": [
        "ff8966acb9d6bacdbb8971762bbd3ba6480f6077"
      ],
      "author": {
        "name": "René Rebe",
        "email": "rene@exactcode.de",
        "time": "Tue Oct 16 14:19:20 2007 -0700"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Nov 08 08:42:46 2007 -0500"
      },
      "message": "hwmon: (applesmc) Add support for Mac Pro 2 x Quad-Core\n\nAt least the 2x Quad-Core Apple Mac Pro appears to have some over-heat\nprotection which suddenly powers off the whole box under load.  This adds\nsupport for the fans and temerature sensors in the Mac Pro - later some\n\"windwarm\" a-like code should probably monitor the values.  For now\nmanually tweaking the fans prevents the sudden shutdown for me.\n\ncd /sys/devices/platform/applesmc.768\nfor x in fan{1,2,3,4}; do\n\techo 1 \u003e ${x}_manual\n\techo 1285 \u003e ${x}_output\ndone\n\nTwo sensors are 0, while four are 129 °C, those might be removed again,\nlater.\n\nSigned-off-by: René Rebe \u003crene@exactcode.de\u003e\nCc: Nicolas Boichat \u003cnicolas@boichat.ch\u003e\nCc: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "ff8966acb9d6bacdbb8971762bbd3ba6480f6077",
      "tree": "dd861e0406298d8bcc0456b979e60f46258ddc2f",
      "parents": [
        "2ecb044e8d53245b7e987b30126c54a27db3bf7e"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "j.w.r.degoede@hhs.nl",
        "time": "Sun Oct 21 00:55:35 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Nov 08 08:42:46 2007 -0500"
      },
      "message": "hwmon: (abituguru3) Add support for 2 new motherboards\n\nSigned-of-by: Hans de Goede \u003cj.w.r.degoede@hhs.nl\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "2ecb044e8d53245b7e987b30126c54a27db3bf7e",
      "tree": "9c498dd9c062b06d0020ec2e44885ae6acd10fa2",
      "parents": [
        "298c752491f5bd8f6b04dd7fc40b53da4e86e093"
      ],
      "author": {
        "name": "Darrick J. Wong",
        "email": "djwong@us.ibm.com",
        "time": "Fri Oct 19 16:35:07 2007 -0700"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Nov 08 08:42:46 2007 -0500"
      },
      "message": "hwmon: (ibmpex) Change printk to dev_{info,err} macros\n\nClean up printk use in ibmpex.\n\nSigned-off-by: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "298c752491f5bd8f6b04dd7fc40b53da4e86e093",
      "tree": "be1be251adca01b0d3f0de3b82a6622a7cef70d5",
      "parents": [
        "19e4f3a616ce1753a21b1125fd1923ea6273cd0d"
      ],
      "author": {
        "name": "Darrick J. Wong",
        "email": "djwong@us.ibm.com",
        "time": "Thu Oct 18 13:22:43 2007 -0700"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Nov 08 08:42:46 2007 -0500"
      },
      "message": "hwmon: (i5k_amb) New memory temperature sensor driver\n\nNew driver to read FB-DIMM temperature sensors on systems with the\nIntel 5000 series chipsets.\n\nSigned-off-by: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "19e4f3a616ce1753a21b1125fd1923ea6273cd0d",
      "tree": "b76896bf6e99db727070e5a5d5dcf6cb643ba3bd",
      "parents": [
        "9be484446cf15b8d935ef493c59a9b059c0cbb71"
      ],
      "author": {
        "name": "Riku Voipio",
        "email": "riku.voipio@iki.fi",
        "time": "Thu Oct 18 09:29:53 2007 -0400"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Nov 08 08:42:46 2007 -0500"
      },
      "message": "hwmon: (f75375s) fix pwm mode setting\n\nSpotted by the Coverity checker. (Thanks Adrian Bunk)\n\nSigned-off-by: Riku Voipio \u003criku.voipio@iki.fi\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "9be484446cf15b8d935ef493c59a9b059c0cbb71",
      "tree": "61ff1bf261b59e0c68a2995fbf0cf3f3327ac6bb",
      "parents": [
        "76e63860daedb302bddd707a765411c902d936bd"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Wed Oct 17 21:29:02 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Nov 08 08:42:46 2007 -0500"
      },
      "message": "hwmon: (ibmpex.c) fix NULL dereference\n\nDon\u0027t dereference \"data\" when we know for sure it\u0027s NULL.\n\nSpotted by the Coverity checker.\n\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "76e63860daedb302bddd707a765411c902d936bd",
      "tree": "edca474909eea2964048e572f346311e655f5f48",
      "parents": [
        "5c726b3ba0d6692253a09d88c701f0c4b45ca248"
      ],
      "author": {
        "name": "Ivo Manca",
        "email": "pinkel@gmail.com",
        "time": "Mon Oct 15 13:27:13 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Nov 08 08:42:45 2007 -0500"
      },
      "message": "hwmon: (sis5595) Split sis5595_attributes_opt\n\nUse sysfs_create_group instead of individual calls to device_create_file by\nsplitting sis5595_attributes_opt into sis5595_attributes_in4 and\nsis5595_attributes_temp1.\n\nSigned-off-by: Ivo Manca \u003cpinkel@gmail.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "5c726b3ba0d6692253a09d88c701f0c4b45ca248",
      "tree": "9df4b3eadb8b07dea61afb00b3a5952ceb8e270c",
      "parents": [
        "2ca2fcd124c00a5e733fb0206ef106fade9a76a4"
      ],
      "author": {
        "name": "Ivo Manca",
        "email": "pinkel@gmail.com",
        "time": "Mon Oct 15 20:50:53 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Nov 08 08:42:45 2007 -0500"
      },
      "message": "hwmon: (sis5595) Add individual alarm files\n\nAdd individual alarm files needed by the new libsensors.\n\nSigned-off-by: Ivo Manca \u003cpinkel@gmail.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "2ca2fcd124c00a5e733fb0206ef106fade9a76a4",
      "tree": "a1e3b46c6e653d1fc66a281fe8bc8dc79ee60d53",
      "parents": [
        "df48ed804f44a040e990976b537efc1e133c74d8"
      ],
      "author": {
        "name": "Jim Cromie",
        "email": "jim.cromie@gmail.com",
        "time": "Sun Oct 14 17:20:50 2007 -0600"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Nov 08 08:42:45 2007 -0500"
      },
      "message": "hwmon: (w83627hf) push nr+1 offset into *_REG_FAN macros and simplify\n\npatch changes 2 macros to incorporate the +1, and drops the +1 from all the\ncallers.  This also allows a \u0027reroll\u0027 of an expanded loop, and adjusting\nindexes and loop limits on another.\n\nSigned-off-by:  Jim Cromie \u003cjim.cromie@gmail.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "df48ed804f44a040e990976b537efc1e133c74d8",
      "tree": "8d3a0324b795cfebb7409db9a89960069de44bc5",
      "parents": [
        "38fb56a223be9ec860e69e723d32c95fd70ad0b8"
      ],
      "author": {
        "name": "Jim Cromie",
        "email": "jim.cromie@gmail.com",
        "time": "Sun Oct 14 17:10:52 2007 -0600"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Nov 08 08:42:45 2007 -0500"
      },
      "message": "hwmon: (w83627hf) hoist nr-1 offset out of show-store-temp-X\n\nThis hoists nr-1 offset out of (show|store)_temp_*(.*) callbacks, and into\nSENSOR_DEVICE_ATTRs for sysfs tempN_X files.  It also combines\ntemp[1] and temp_add[2] (array) fields in w83627hf_data into 3 elem arrays,\nwhich simplifies special-case handling of nr, allowing simplification\nof callback bodies and rerolling a flattened loop in\nw83627hf_update_device(struct device *dev).\n\nThe array conversion changes temp[1] from u8 to u16, but this was\nhappening implicitly via the helper functions anyway.\n\nSigned-off-by:  Jim Cromie \u003cjim.cromie@gmail.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "c00046c279a2521075250fad682ca0acc10d4fd7",
      "tree": "78a7e9089c26f199ad9b0161bb564b7c1ca6daf9",
      "parents": [
        "9abbf7d028b1598b40ebdc81c48f30da7f3d5bf5",
        "8e8a1407ac23b43cec0412338c1b4f5e1c664550"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 19 20:36:17 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 19 20:36:17 2007 -0700"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial: (74 commits)\n  fix do_sys_open() prototype\n  sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistake\n  Documentation: Fix typo in SubmitChecklist.\n  Typo: depricated -\u003e deprecated\n  Add missing profile\u003dkvm option to Documentation/kernel-parameters.txt\n  fix typo about TBI in e1000 comment\n  proc.txt: Add /proc/stat field\n  small documentation fixes\n  Fix compiler warning in smount example program from sharedsubtree.txt\n  docs/sysfs: add missing word to sysfs attribute explanation\n  documentation/ext3: grammar fixes\n  Documentation/java.txt: typo and grammar fixes\n  Documentation/filesystems/vfs.txt: typo fix\n  include/asm-*/system.h: remove unused set_rmb(), set_wmb() macros\n  trivial copy_data_pages() tidy up\n  Fix typo in arch/x86/kernel/tsc_32.c\n  file link fix for Pegasus USB net driver help\n  remove unused return within void return function\n  Typo fixes retrun -\u003e return\n  x86 hpet.h: remove broken links\n  ...\n"
    },
    {
      "commit": "60812a4a99b796d894d2522dc63cb0fafc3be25e",
      "tree": "bbf3a441b71e3b9b670d91652094114852272db8",
      "parents": [
        "b04cde34cf1d006dfaf8523640f3a18bbb15ebaa",
        "92cb7612aee39642d109b8d935ad265e602c0563"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 19 15:06:00 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 19 15:06:00 2007 -0700"
      },
      "message": "Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86\n\n* ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86: (33 commits)\n  x86: convert cpuinfo_x86 array to a per_cpu array\n  x86: introduce frame_pointer() and stack_pointer()\n  x86 \u0026 generic: change to __builtin_prefetch()\n  i386: do not BUG_ON() when MSR is unknown\n  x86: acpi use cpu_physical_id\n  x86: convert cpu_llc_id to be a per cpu variable\n  x86: convert cpu_to_apicid to be a per cpu variable\n  i386: introduce \"used_vectors\" bitmap which can be used to reserve vectors.\n  x86: use raw locks during oopses\n  x86: honor _PAGE_PSE bit on page walks\n  i386: do cpuid_device_create() in CPU_UP_PREPARE instead of CPU_ONLINE.\n  x86: implement missing x86_64 function smp_call_function_mask()\n  x86: use descriptor\u0027s functions instead of inline assembly\n  i386: consolidate show_regs and show_registers for i386\n  i386: make callgraph use dump_trace() on i386/x86_64\n  x86: enable iommu_merge by default\n  i386: i386 add AMD64 Barcelona PMU MSR definitions to msr.h\n  x86: Unify i386 and x86-64 early quirks\n  x86: enable HPET on ICH3 and ICH4\n  x86: force enable HPET on VT8235/8237 chipsets\n  ...\n\nManually fix trivial conflict with task pid container helper changes in\narch/x86/kernel/process_32.c\n"
    },
    {
      "commit": "96de0e252cedffad61b3cb5e05662c591898e69a",
      "tree": "e3eb7d3e65ec27d39e1da13a17f6f0f91b28f5e9",
      "parents": [
        "3f5b98a2a0cba3351f96fcaa6d79aa1a0d93ee78"
      ],
      "author": {
        "name": "Jan Engelhardt",
        "email": "jengelh@gmx.de",
        "time": "Fri Oct 19 23:21:04 2007 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@kernel.org",
        "time": "Fri Oct 19 23:21:04 2007 +0200"
      },
      "message": "Convert files to UTF-8 and some cleanups\n\n* Convert files to UTF-8.\n\n  * Also correct some people\u0027s names\n    (one example is Eißfeldt, which was found in a source file.\n    Given that the author used an ß at all in a source file\n    indicates that the real name has in fact a \u0027ß\u0027 and not an \u0027ss\u0027,\n    which is commonly used as a substitute for \u0027ß\u0027 when limited to\n    7bit.)\n\n  * Correct town names (Goettingen -\u003e Göttingen)\n\n  * Update Eberhard Mönkeberg\u0027s address (http://lkml.org/lkml/2007/1/8/313)\n\nSigned-off-by: Jan Engelhardt \u003cjengelh@gmx.de\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@kernel.org\u003e\n"
    },
    {
      "commit": "7b19ada2ed3c1eccb9fe94d74b05e1428224663d",
      "tree": "a0c5975ce5236ff4023b92d431bd0a8fa321c6ce",
      "parents": [
        "d05be13bcc6ec615fb2e9556a9b85d52800669b6"
      ],
      "author": {
        "name": "Jiri Slaby",
        "email": "jirislaby@gmail.com",
        "time": "Thu Oct 18 23:40:32 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Fri Oct 19 11:53:42 2007 -0700"
      },
      "message": "get rid of input BIT* duplicate defines\n\nget rid of input BIT* duplicate defines\n\nuse newly global defined macros for input layer. Also remove includes of\ninput.h from non-input sources only for BIT macro definiton. Define the\nmacro temporarily in local manner, all those local definitons will be\nremoved further in this patchset (to not break bisecting).\nBIT macro will be globally defined (1\u003c\u003cx)\n\nSigned-off-by: Jiri Slaby \u003cjirislaby@gmail.com\u003e\nCc: \u003cdtor@mail.ru\u003e\nAcked-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\nCc: \u003clenb@kernel.org\u003e\nAcked-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nCc: \u003cperex@suse.cz\u003e\nAcked-by: Mauro Carvalho Chehab \u003cmchehab@infradead.org\u003e\nCc: \u003cvernux@us.ibm.com\u003e\nCc: \u003cmalattia@linux.it\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "92cb7612aee39642d109b8d935ad265e602c0563",
      "tree": "307f4183226f52418bd6842b5d970f03524ad1c1",
      "parents": [
        "f1df280f53d7c3ce8613a3b25d1efe009b9860dd"
      ],
      "author": {
        "name": "Mike Travis",
        "email": "travis@sgi.com",
        "time": "Fri Oct 19 20:35:04 2007 +0200"
      },
      "committer": {
        "name": "Thomas Gleixner",
        "email": "tglx@linutronix.de",
        "time": "Fri Oct 19 20:35:04 2007 +0200"
      },
      "message": "x86: convert cpuinfo_x86 array to a per_cpu array\n\ncpu_data is currently an array defined using NR_CPUS.  This means that\nwe overallocate since we will rarely really use maximum configured cpus.\nWhen NR_CPU count is raised to 4096 the size of cpu_data becomes\n3,145,728 bytes.\n\nThese changes were adopted from the sparc64 (and ia64) code.  An\nadditional field was added to cpuinfo_x86 to be a non-ambiguous cpu\nindex.  This corresponds to the index into a cpumask_t as well as the\nper_cpu index.  It\u0027s used in various places like show_cpuinfo().\n\ncpu_data is defined to be the boot_cpu_data structure for the NON-SMP\ncase.\n\nSigned-off-by: Mike Travis \u003ctravis@sgi.com\u003e\nAcked-by: Christoph Lameter \u003cclameter@sgi.com\u003e\nCc: Andi Kleen \u003cak@suse.de\u003e\nCc: James Bottomley \u003cJames.Bottomley@steeleye.com\u003e\nCc: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nCc: \"Antonino A. Daplas\" \u003cadaplas@pol.net\u003e\nCc: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Thomas Gleixner \u003ctglx@linutronix.de\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": "f2e1d89f9b349b3cd914b7c6ec6368632f4ad048",
      "tree": "5b0042924a9f9c8b3309c0be880f51795916fc28",
      "parents": [
        "85ffdd28be04c324349dfc7c9de3d4342c885c3f",
        "82ba56c273911f7eda79849cfa0fc2d2e5a3b75b"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Oct 15 13:41:39 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Mon Oct 15 13:41:39 2007 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (40 commits)\n  Input: use full RCU API\n  Input: remove tsdev interface\n  Input: add support for Blackfin BF54x Keypad controller\n  Input: appletouch - another fix for idle reset logic\n  HWMON: hdaps - switch to using input-polldev\n  Input: add support for SEGA Dreamcast keyboard\n  Input: omap-keyboard - don\u0027t pretend we support changing keymap\n  Input: lifebook - fix X and Y axis range\n  Input: usbtouchscreen - add support for GeneralTouch devices\n  Input: fix open count handling in input interfaces\n  Input: keyboard - add CapsShift lock\n  Input: adbhid - produce all CapsLock key events\n  Input: ALPS - add signature for ThinkPad R61\n  Input: jornada720_kbd - send MSC_SCAN events\n  Input: add support for the HP Jornada 7xx (710/720/728) touchscreen\n  Input: add support for HP Jornada 7xx onboard keyboard\n  Input: add support for HP Jornada onboard keyboard (HP6XX)\n  Input: ucb1400_ts - use schedule_timeout_uninterruptible\n  Input: xpad - fix dependancy on LEDS class\n  Input: auto-select INPUT for MAC_EMUMOUSEBTN option\n  ...\n\nResolved conflicts manually in drivers/hwmon/applesmc.c: converting from\na class device to a device and converting to use input-polldev created a\nfew apparently trivial clashes..\n"
    },
    {
      "commit": "4fa435018d740cb83d74c92306aa1f796da91ddd",
      "tree": "b2b5783837be3d17b65b924b051aeb01e6b1fce9",
      "parents": [
        "7441dd12e607651128e676866630a848b664d6e7",
        "a022fef5a2b19086b329d1cc64a5d78aa83e2908"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Oct 14 12:50:19 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Sun Oct 14 12:50:19 2007 -0700"
      },
      "message": "Merge branch \u0027release\u0027 of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6\n\n* \u0027release\u0027 of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6: (53 commits)\n  hwmon: (vt8231) fix sparse warning\n  hwmon: (sis5595) fix sparse warning\n  hwmon: (w83627hf) don\u0027t assume bank 0\n  hwmon: (w83627hf) Fix setting fan min right after driver load\n  hwmon: (w83627hf) De-macro sysfs callback functions\n  hwmon: Add new combined driver for FSC chips\n  hwmon: (ibmpex) Release IPMI user if hwmon registration fails\n  hwmon: (dme1737) Add sch311x support\n  hwmon: (dme1737) group functions logically\n  hwmon: (dme1737) cleanups\n  hwmon: IBM power meter driver\n  hwmon: (coretemp) Add support for Celeron 4xx\n  hwmon: (lm87) Disable VID when it should be\n  hwmon: (w83781d) Add individual alarm and beep files\n  hwmon: VRM is not read from registers\n  MAINTAINERS: update hwmon subsystem git trees\n  hwmon: Fix the code examples in documentation\n  hwmon: update sysfs interface document - error handling\n  hwmon: (thmc50) Fix a debug message\n  hwmon: (thmc50) Don\u0027t create temp3 if not enabled\n  ...\n"
    },
    {
      "commit": "a022fef5a2b19086b329d1cc64a5d78aa83e2908",
      "tree": "f5f0addf52b06ca24026080c3a7999b174258ad7",
      "parents": [
        "5460a9d0ffc860a370631e096a8a6f3682f3fc94"
      ],
      "author": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sun Oct 14 15:00:24 2007 -0400"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sun Oct 14 15:00:24 2007 -0400"
      },
      "message": "hwmon: (vt8231) fix sparse warning\n\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "5460a9d0ffc860a370631e096a8a6f3682f3fc94",
      "tree": "a8ba8154832dba93d5394074c9cf8d48f4fc3f3e",
      "parents": [
        "d58df9cd788e6fb4962e1c8d5ba7b8b95d639a44"
      ],
      "author": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sun Oct 14 14:57:35 2007 -0400"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sun Oct 14 14:57:35 2007 -0400"
      },
      "message": "hwmon: (sis5595) fix sparse warning\n\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "d58df9cd788e6fb4962e1c8d5ba7b8b95d639a44",
      "tree": "90a4d4b4ed5dc30f0e186a835f430bd8be4fb259",
      "parents": [
        "c09c5184a26158da32801e89d5849d774605f0dd"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Oct 10 16:30:23 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sat Oct 13 20:37:19 2007 -0400"
      },
      "message": "hwmon: (w83627hf) don\u0027t assume bank 0\n\nThe bank switching code assumes that the bank selector is set to 0\nwhen the driver is loaded. This might not be the case. This is exactly\nthe same bug as was fixed in the w83627ehf driver two months ago:\nhttp://git.kernel.org/?p\u003dlinux/kernel/git/torvalds/linux-2.6.git;a\u003dcommit;h\u003d0956895aa6f8dc6a33210967252fd7787652537d\n\nIn practice, this bug was causing the sensor thermal types to be\nimproperly reported for my W83627THF the first time I was loading the\nw83627hf driver. From the driver history, I\u0027d say that it has been\nbroken since September 2005 (when we stopped resetting the chip by\ndefault at driver load.)\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "c09c5184a26158da32801e89d5849d774605f0dd",
      "tree": "3dd783a912b980792d78d14f02118ec59a1518c2",
      "parents": [
        "07584c762541672e35735b52af031183ca17a5a2"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Fri Oct 12 21:53:07 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sat Oct 13 12:48:11 2007 -0400"
      },
      "message": "hwmon: (w83627hf) Fix setting fan min right after driver load\n\nWe need to read the fan clock dividers at initialization time,\notherwise the code in store_fan_min() may use uninitialized values.\nThat\u0027s pretty much the same bug and same fix as for the w83627ehf\ndriver last month.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "07584c762541672e35735b52af031183ca17a5a2",
      "tree": "f384c6e5189fa5dbec12e48d0b31e8d50535ec83",
      "parents": [
        "569ff1022662a88591b0a89ea316a3c44306d199"
      ],
      "author": {
        "name": "Jim Cromie",
        "email": "jim.cromie@gmail.com",
        "time": "Fri Oct 12 21:08:00 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sat Oct 13 12:34:53 2007 -0400"
      },
      "message": "hwmon: (w83627hf) De-macro sysfs callback functions\n\nThis patch to drivers/hwmon/w83627hf converts many sysfs items from DEVICE_ATTRs\nto SENSOR_DEVICE_ATTRs, and replaces macros which expand to define redundant\ncallbacks, with callbacks which use the SENSOR_DEV.nr to know what to do.\n\nSigned-off-by: Jim Cromie \u003cjim.cromie@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "aefca8ba5f1b95431e33a52736bab128fc4f80d4",
      "tree": "88a84cd919e8431387ea55aba7d8663853b0f9c6",
      "parents": [
        "b981d8b3f5e008ff10d993be633ad00564fc22cd"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor@insightbb.com",
        "time": "Fri Oct 12 21:30:36 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri Oct 12 21:30:36 2007 -0400"
      },
      "message": "HWMON: hdaps - switch to using input-polldev\n\nSwitch to using input-polldev skeleton instead of implementing polling loop\nby itself.  This also fixes problem with trylock on a mutex in atomic\ncontext.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "b981d8b3f5e008ff10d993be633ad00564fc22cd",
      "tree": "e292dc07b22308912cf6a58354a608b9e5e8e1fd",
      "parents": [
        "b11d2127c4893a7315d1e16273bc8560049fa3ca",
        "2b9e0aae1d50e880c58d46788e5e3ebd89d75d62"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri Oct 12 21:27:47 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Fri Oct 12 21:27:47 2007 -0400"
      },
      "message": "Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6\n\nConflicts:\n\n\tdrivers/macintosh/adbhid.c\n"
    },
    {
      "commit": "569ff1022662a88591b0a89ea316a3c44306d199",
      "tree": "a0420271733bae76afce1a13c8a3942a41607635",
      "parents": [
        "4cfdbe7f6cfdc07c27ae8ac490cd3453440dd9d8"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "j.w.r.degoede@hhs.nl",
        "time": "Thu Oct 11 08:06:29 2007 -0400"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Oct 11 08:11:24 2007 -0400"
      },
      "message": "hwmon: Add new combined driver for FSC chips\n\nThis patch adds a new merged driver for FSC sensor chips, it merges the fscher\nand fscpos drivers and adds support for the FSC Scylla, Heracles and Heimdall\nchips.\n\nSigned-off-by: Hans de Goede \u003cj.w.r.degoede@hhs.nl\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "4cfdbe7f6cfdc07c27ae8ac490cd3453440dd9d8",
      "tree": "9b1d9328b2879d594257bd2e1487ca3b22a2f101",
      "parents": [
        "e95c237d78c0dc8fc0ae1207cec87af7a37dd366"
      ],
      "author": {
        "name": "Darrick J. Wong",
        "email": "djwong@us.ibm.com",
        "time": "Tue Oct 09 15:08:24 2007 -0700"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Oct 11 07:42:00 2007 -0400"
      },
      "message": "hwmon: (ibmpex) Release IPMI user if hwmon registration fails\n\nRoel Kluin \u003c12o3l@tiscali.nl\u003e found a minor defect in the init code if\nhwmon device registration fails.\n\nSigned-off-by: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "e95c237d78c0dc8fc0ae1207cec87af7a37dd366",
      "tree": "b8c6a189c08918dbc5a52c26e38885f470426a9c",
      "parents": [
        "62ee3e10d3ea11f50bcec8dffb46555fa16d417b"
      ],
      "author": {
        "name": "Juerg Haefliger",
        "email": "juergh@gmail.com",
        "time": "Sun Oct 07 21:27:35 2007 -0700"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Wed Oct 10 22:47:13 2007 -0400"
      },
      "message": "hwmon: (dme1737) Add sch311x support\n\nThis patch adds support for the SMSC SCH3112, SCH3114, and SCH3116 Super-I/O\nchips. These chips feature identical hardware monitoring capabilites with the\nexpection that some of the fan inputs and pmw outputs don\u0027t exist.\n\nThe hardware monitoring features of the SCH311x chips can only be accessed via\nthe ISA bus. The driver therefore registers as a platform driver, if such a\nchip is detected.\n\nSigned-off-by: Juerg Haefliger \u003cjuergh at gmail.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "62ee3e10d3ea11f50bcec8dffb46555fa16d417b",
      "tree": "4d0718131216c190bc1ed765ac43409f5ece8405",
      "parents": [
        "57c7c3a0fdea95eddcaeba31e7ca7dfc917682ab",
        "67e2f3285ecff8ceaa555e7614d1603b76e09b95"
      ],
      "author": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Wed Oct 10 22:32:50 2007 -0400"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Wed Oct 10 22:45:54 2007 -0400"
      },
      "message": "hwmon: (dme1737) Fix some merge conflicts\n\nclass_dev -\u003e hwmon_dev\n\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "67e2f3285ecff8ceaa555e7614d1603b76e09b95",
      "tree": "1c8dd3a212e9a45aa367247293ca986fba797316",
      "parents": [
        "b237eb25d8e81c31ba561990445cfe4448c9de14"
      ],
      "author": {
        "name": "Juerg Haefliger",
        "email": "juergh@gmail.com",
        "time": "Mon Oct 01 21:20:28 2007 -0700"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Wed Oct 10 22:24:08 2007 -0400"
      },
      "message": "hwmon: (dme1737) group functions logically\n\nMove functions to group them logically. Device and I2C functions go in separate\nplaces. No functional changes (really!).\n\nSigned-off-by: Juerg Haefliger \u003cjuergh at gmail.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "b237eb25d8e81c31ba561990445cfe4448c9de14",
      "tree": "2cba3b05a7e0c14482dda2a7b6258f1be9ae947c",
      "parents": [
        "bbf25010f1a6b761914430f5fca081ec8c7accd1"
      ],
      "author": {
        "name": "Juerg Haefliger",
        "email": "juergh@gmail.com",
        "time": "Mon Oct 01 21:19:04 2007 -0700"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Wed Oct 10 22:23:04 2007 -0400"
      },
      "message": "hwmon: (dme1737) cleanups\n\nThis patch cleans up and prepares the dme1737 driver for support of the sch311x\nchips. (Almost) no functional changes.\n\n- Replaced whitespaces with tabs.\n- Removed empty lines.\n- Added _i2c_ to names of functions that are strictly I2C related.\n- Added 4 new functions: dme1737_create_files, dme1737_remove_files,\n  dme1737_sio_enter, and dme1737_sio_exit.\n- Added error messages in case client attach/detach fails.\n\nSigned-off-by: Juerg Haefliger \u003cjuergh at gmail.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "57c7c3a0fdea95eddcaeba31e7ca7dfc917682ab",
      "tree": "d315854afedf0fbb5b6d83849ed2c8c27c153b7f",
      "parents": [
        "c940336b4403540c498fceb102c7142799252129"
      ],
      "author": {
        "name": "Darrick J. Wong",
        "email": "djwong@us.ibm.com",
        "time": "Fri Sep 14 12:33:46 2007 -0700"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:32 2007 -0400"
      },
      "message": "hwmon: IBM power meter driver\n\nAdd a driver to export IBM PowerExecutive power meter sensors.\n\nSigned-off-by: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "c940336b4403540c498fceb102c7142799252129",
      "tree": "eaeb1c9fcd7c5e9ea0642d9394c6089c58f6db91",
      "parents": [
        "889af3d5d9586db795a06c619e416b4baee11da8"
      ],
      "author": {
        "name": "Rudolf Marek",
        "email": "r.marek@assembler.cz",
        "time": "Sun Oct 07 13:42:09 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:32 2007 -0400"
      },
      "message": "hwmon: (coretemp) Add support for Celeron 4xx\n\nThis patch adds support for the Celeron 4xx based on Core 2 core.\n\nSigned-off-by: Rudolf Marek \u003cr.marek@assembler.cz\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "889af3d5d9586db795a06c619e416b4baee11da8",
      "tree": "b52778c9da75e43e9bf629403596f50ae22fccdd",
      "parents": [
        "7d4a137491d96927ffca5e8557c328902a2d4de9"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Oct 08 22:48:10 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:32 2007 -0400"
      },
      "message": "hwmon: (lm87) Disable VID when it should be\n\nA stupid bit shifting bug caused the VID value to be always exported\neven when the hardware is configured for something different.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "7d4a137491d96927ffca5e8557c328902a2d4de9",
      "tree": "74fa2cd8439ae4d8dd46f2692bfcf22b2d274194",
      "parents": [
        "90d6619a916062cb75a176aacb318d108758b4a5"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Oct 08 18:29:43 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:32 2007 -0400"
      },
      "message": "hwmon: (w83781d) Add individual alarm and beep files\n\nThe upcoming libsensors 3 needs these individual alarm and beep files.\nFor the W83781D, this is quirky because this chip has a single alarm\nbit for both temp2 and temp3.\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": "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": "cc28a610d4fcce1831d26f2099e23fbb3eb7260c",
      "tree": "0a0e57e5f3be7011a81feb8f5691e6c1e0c84905",
      "parents": [
        "894c00cf3805670faddd41d3d5dcb3c0ab75a39d"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Sep 18 18:48:16 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:31 2007 -0400"
      },
      "message": "hwmon: (thmc50) Fix a debug message\n\ntype_name was used before being set. See why I don\u0027t like play-it-safe\nvariable initializations: they prevent the compiler from warning you\nabout such mistakes. So fix that as well.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "894c00cf3805670faddd41d3d5dcb3c0ab75a39d",
      "tree": "44134f7ef6c1a2f9d1740dad29f7c1c4af4a09e2",
      "parents": [
        "c2803b98557c10464f3a1fc65f56d0c8c01991bd"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Sep 18 18:44:42 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:31 2007 -0400"
      },
      "message": "hwmon: (thmc50) Don\u0027t create temp3 if not enabled\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "c2803b98557c10464f3a1fc65f56d0c8c01991bd",
      "tree": "90c251f232eab77c8e45bc8d843990196a226b45",
      "parents": [
        "b965d4b7f614522170af6a7e450be0333792ccd2"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Sep 26 23:39:01 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:31 2007 -0400"
      },
      "message": "hwmon: (lm87) Add individual alarm files\n\nAdd individual alarm files to the lm87 driver. The new libsensors\nneeds this.\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": "b965d4b7f614522170af6a7e450be0333792ccd2",
      "tree": "31f8ae8e50239905627687e454bb3c1f2cac30f1",
      "parents": [
        "428a7039c5717695935b946af9413e59f68928a4"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Sep 26 22:16:56 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:31 2007 -0400"
      },
      "message": "hwmon: (lm87) Fix a division by zero\n\nMissing parentheses in the definition of FAN_FROM_REG cause a division\nby zero for a specific register value.\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": "428a7039c5717695935b946af9413e59f68928a4",
      "tree": "d59028911c185b076401929178f11d7f7e0c5c34",
      "parents": [
        "69f2f96d9c189070ed5e40ec186b755ef697288d"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Sep 04 23:25:33 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:31 2007 -0400"
      },
      "message": "hwmon: (lm78) Add individual alarm files\n\nAdd individual alarm files to the lm78 driver, these are needed by\nthe next version of libsensors.\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": "69f2f96d9c189070ed5e40ec186b755ef697288d",
      "tree": "20b51b2c4be8ab05ac52d73b7321a6eecec21b0e",
      "parents": [
        "dabf375b87407757ec4c8ea54f936918ec88b7ca"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Sep 05 14:15:37 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:31 2007 -0400"
      },
      "message": "hwmon: (lm90) Export temperature offset values\n\nNow that we have standard sysfs names to export temperature offset\nvalues, add this feature to the lm90 driver. All supported chips\nexcept the MAX6657, MAX6658 and MAX6659 support it.\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": "dabf375b87407757ec4c8ea54f936918ec88b7ca",
      "tree": "8884eaa0acb3266b47156b15bbfff1951f820190",
      "parents": [
        "739ba2486e8444b27a3ec975205798ef17def963"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Aug 29 12:19:00 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:31 2007 -0400"
      },
      "message": "hwmon: Kconfig dependency cleanups\n\n* Drop HWMON from the dependency list of ABITUGURU3 and LM93: this is\n  now handled at menu level.\n* Make the Abit, Asus and FSC chip drivers depend on X86. These are\n  custom chips which can only be found on their respective manufacturer\u0027s\n  systems, and these manufacturers only do x86 hardware AFAIK.\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": "739ba2486e8444b27a3ec975205798ef17def963",
      "tree": "2375d991bc34ce5fabe1197b1faaacc7b8c27240",
      "parents": [
        "a8d6646e24fa72de38de5838df8bd1f21af59710"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Sun Sep 09 19:16:03 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:31 2007 -0400"
      },
      "message": "hwmon: (adm1021) individual alarm files\n\nThis patch converts the driver to individual alarm files\nas required by the new lmsensors library.\n\nSigned-off-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "a8d6646e24fa72de38de5838df8bd1f21af59710",
      "tree": "61ebbed4ea0f7d693ed92a77a592cd4ea7892fae",
      "parents": [
        "bba891c24a77419e9dcf76f866bd0d8ecf66d770"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Sun Sep 09 19:51:14 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:31 2007 -0400"
      },
      "message": "hwmon: (adm1021) dynamic sysfs callbacks conversion\n\nThis is conversion of the driver  to the dynamic sysfs callbacks.\n\nSigned-off-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "bba891c24a77419e9dcf76f866bd0d8ecf66d770",
      "tree": "61a79dfadf447efedeee3d3b0764030fe94b65a4",
      "parents": [
        "c7f1f7166a83f8f5607cc03c7a6c5f936cde6b0d"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Sun Sep 09 17:35:34 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:30 2007 -0400"
      },
      "message": "hwmon: (thmc50) Fix alarms clearing\n\nThis patch make use the interrupt status register instead\nof the interrupt status mirror register. Reading of the mirror\nregister does not clear alarms.\n\nSigned-off-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "c7f1f7166a83f8f5607cc03c7a6c5f936cde6b0d",
      "tree": "dbf005f88d2dfa4fb72504c913574adcbb39e22d",
      "parents": [
        "6438312367523b26bd628b60cfd16f25a7a6f7ae"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Sep 03 17:11:46 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:30 2007 -0400"
      },
      "message": "hwmon: (it87) Add support for fan4 and fan5\n\nAdd support for the IT8716F and IT8718F fan4 and fan5. The late\nrevisions of the IT8712F have these too but support is harder to add\nand nobody asked for it yet, so I didn\u0027t include it.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\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": "7b6d1f044d95395ca103bfb6869caa996fedbbd2",
      "tree": "5ab9d8a6665bda1f42aa60c0e9793ed81ab5fc0c",
      "parents": [
        "e7f62303b8a7f34ce6f97a1722b6907f0ddbd0a9"
      ],
      "author": {
        "name": "Auke Kok",
        "email": "auke-jan.h.kok@intel.com",
        "time": "Mon Aug 27 16:17:01 2007 -0700"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:30 2007 -0400"
      },
      "message": "hwmon: (sis5595) re-use s_bridge-\u003erevision\n\nSigned-off-by: Auke Kok \u003cauke-jan.h.kok@intel.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "e7f62303b8a7f34ce6f97a1722b6907f0ddbd0a9",
      "tree": "d599387b45da70a16ec6751762070d42ae3ba352",
      "parents": [
        "63f281a6e32ebc93c62dac0d399d8e054eb7b2ec"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Sep 04 14:03:43 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:30 2007 -0400"
      },
      "message": "hwmon: (lm93) Use standard names for vid files\n\nThe lm93 driver doesn\u0027t follow the standard naming convention for its\nvid files. Fix this so that libsensors will pick them.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Hans J. Koch \u003chjk@linutronix.de\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "63f281a6e32ebc93c62dac0d399d8e054eb7b2ec",
      "tree": "d60cf42951a3d274f263788f6f54c06695b2e41f",
      "parents": [
        "5a4d3ef317c845893fe3f9d3517cb0a99375da53"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Jul 05 20:39:40 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:30 2007 -0400"
      },
      "message": "hwmon: (lm85) Let the user set the fan min limit to 0\n\nTrying to set the fan min limit to 0 currently writes 0 to the\nregister, which is an invalid value. It\u0027s read back as -1 and the\nalarm flag is raised. Instead we should write 0xffff (maximum\nvalue), which reads back as 0 and no alarm flag is raised.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Juerg Haefliger \u003cjuergh at gmail.com\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "5a4d3ef317c845893fe3f9d3517cb0a99375da53",
      "tree": "3e1b29b3ef889d160f8cc29e5d534bd5f7a79464",
      "parents": [
        "bf76e9d3c42fae879feabe26a10bf8ebf27ab328"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Jul 05 20:38:32 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:30 2007 -0400"
      },
      "message": "hwmon: (lm85) Clean up the handling of additional resolution bits\n\nThe way the lm85 driver currently handles the additional resolution\nbits some chips have for the voltage and temperature measurements is\nquite complex. This is my attempt to make it simpler.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Juerg Haefliger \u003cjuergh at gmail.com\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "bf76e9d3c42fae879feabe26a10bf8ebf27ab328",
      "tree": "995b4e8097def5f1e9b1f010fce2b2934e995c40",
      "parents": [
        "6b9aad2d8acf309f99213875dd94f2ec691fe820"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Jul 05 20:37:58 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:30 2007 -0400"
      },
      "message": "hwmon: (lm85) Add individual alarm files\n\nThe future libsensors needs these individual alarm and fault files.\n\nAlso delete old and unused alarm defines.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Juerg Haefliger \u003cjuergh at gmail.com\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "6b9aad2d8acf309f99213875dd94f2ec691fe820",
      "tree": "a7a04fff758b33446674eec4cebf74aec75c309e",
      "parents": [
        "b353a487b9d835da331edb443afedfd7977b3d76"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Jul 05 20:37:21 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:30 2007 -0400"
      },
      "message": "hwmon: (lm85) Export in5, in6 and in7 voltage channels\n\nThe SMSC EMC6D100 supports 3 additional voltage channels. The lm85\ndriver reads the register values for these, but doesn\u0027t create the\ncorresponding sysfs files, so the user can\u0027t read the values nor write\nthe limits. Create the missing sysfs files.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Juerg Haefliger \u003cjuergh at gmail.com\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "b353a487b9d835da331edb443afedfd7977b3d76",
      "tree": "d4fc64e99a9c9f7085437f581a24088befab7dfa",
      "parents": [
        "1beeffe43311f64df8dd0ab08ff6b1858c58363f"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Jul 05 20:36:12 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:30 2007 -0400"
      },
      "message": "hwmon: (lm85) Use dynamic sysfs callbacks\n\nThis lets us get rid of macro-generated functions and shrinks the\ndriver size by about 10%. I used a new style suggested by Mark M.\nHoffman to retrieve the channel number. Instead of:\n\n\tstruct sensor_device_attribute *sda \u003d to_sensor_dev_attr(attr);\n\tint nr \u003d sda-\u003eindex;\n\nI do:\n\n\tint nr \u003d to_sensor_dev_attr(attr)-\u003eindex;\n\nThis looks better, and even allows the compiler to do some minor\noptimizations.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\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": "59a35bafb223bbb0553ba1a3bb9280bda668a8d8",
      "tree": "ee7079e34e1b6b2c45951455ca237524a171ee11",
      "parents": [
        "84f1e442968a9c754647a6f42accd9560c22ff39"
      ],
      "author": {
        "name": "Satyam Sharma",
        "email": "satyam@infradead.org",
        "time": "Thu Aug 23 09:14:25 2007 +0530"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:29 2007 -0400"
      },
      "message": "hwmon: (coretemp) Remove bogus __cpuinitdata etc cleanup\n\nThe CPU hotplug notifier_block coretemp_cpu_notifier is already defined\ninside an #ifdef HOTPLUG_CPU, therefore marking it as __cpuinitdata is\nquite a pointless thing to do.\n\nAlso, remove duplicate prototype of function coretemp_update_device()\nat the top of this file (another one already exists barely 10 lines\nabove this one :-)\n\nSigned-off-by: Satyam Sharma \u003csatyam@infradead.org\u003e\nAcked-by: Rudolf Marek \u003cr.marek@assembler.cz\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "84f1e442968a9c754647a6f42accd9560c22ff39",
      "tree": "9500aa2777089f9c106180d59c3189501490a36e",
      "parents": [
        "176544dc55b0a912a2e1bacb9f48ccbd4aabd55f"
      ],
      "author": {
        "name": "Riku Voipio",
        "email": "riku.voipio@iki.fi",
        "time": "Fri Aug 24 13:03:09 2007 +0300"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:29 2007 -0400"
      },
      "message": "hwmon: Add f75375s driver\n\nAdd support for Fintek F75375S/SP and F75373.\n\nSigned-off-by: Riku Voipio \u003criku.voipio@movial.fi\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "8477d026893d42b00474e9a13ab01ccce7fc2673",
      "tree": "6ed8037caf84ec0cba73c36e3cce99dcb9f7b803",
      "parents": [
        "67f921d164a046c957f06fb456cabc23c48667ab"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Aug 16 14:33:37 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:29 2007 -0400"
      },
      "message": "hwmon: (smsc47m1) No confusing debugging messages\n\nIt\u0027s confusing to display debugging messages for fan3 and pwm3 for\nchips which don\u0027t have them.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "67f921d164a046c957f06fb456cabc23c48667ab",
      "tree": "930ac484e2da2585f5a925a30103cd708f004196",
      "parents": [
        "471c606827394f59117cf45c808afd8fe638f902"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Fri Aug 17 17:31:35 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:29 2007 -0400"
      },
      "message": "hwmon: (lm70) Add a name attribute\n\nAdd a name attribute to the lm70 devices. This is required for\nlibsensors to recognize them.\n\nAlso drop the \"+\" before the temperature value, even though it did\nnot cause problems to libsensors, other hardware monitoring drivers\ndon\u0027t print it, so it\u0027s more consistent that way.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Hans de Goede \u003cj.w.r.degoede@hhs.nl\u003e\nAcked-by: Kaiwan \u003ckaiwan@designergraphix.com\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "b26f93309282bdfebb3edb8939e022a4bbe56dfe",
      "tree": "639c84137751e908b192de9586f8dc3ecefe718d",
      "parents": [
        "5bfedac045082a97e20d47d876071279ef984d28"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Aug 16 14:30:01 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:29 2007 -0400"
      },
      "message": "hwmon: Don\u0027t export thermistor beta\n\nDeprecate the use of thermistor beta values as thermal sensor types.\nNo driver supports changing the beta value anyway.\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": "5bfedac045082a97e20d47d876071279ef984d28",
      "tree": "c6432db00589d4858ca1b4a04624dc74be5ba181",
      "parents": [
        "dcf3b5fb7fb6e1b56bfaf705e665b04870213768"
      ],
      "author": {
        "name": "Christian Hohnstaedt",
        "email": "chohnstaedt@innominate.com",
        "time": "Thu Aug 16 11:40:10 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:29 2007 -0400"
      },
      "message": "hwmon: Allow writing of negative trigger temperatures\n\n- replace differing temperature variable types by long\n- use strtol() instead of strtoul() for conversion\n\nSigned-off-by: Christian Hohnstaedt \u003cchohnstaedt@innominate.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "dcf3b5fb7fb6e1b56bfaf705e665b04870213768",
      "tree": "3717c0f9b955dda6609784bad6ac587d5d333dca",
      "parents": [
        "6f9703d0be16f694ce24dde1ce1fc4a4e4e5ed55"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Wed Aug 22 14:05:22 2007 -0400"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:29 2007 -0400"
      },
      "message": "hwmon: (thmc50) add individual alarm \u0026 fault files\n\nThis patch adds individual alarm and fault files to\nthe thmc50 driver. These sysfs entries are required\nfor a new libsensors library.\n\nSigned-off-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "6f9703d0be16f694ce24dde1ce1fc4a4e4e5ed55",
      "tree": "ee34f61556db8e3db79698f1091818fde981c787",
      "parents": [
        "8afb10490b18e916e33707baa7d1cfc615d545ea"
      ],
      "author": {
        "name": "Darrick J. Wong",
        "email": "djwong@us.ibm.com",
        "time": "Tue Jul 31 11:06:52 2007 -0700"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:29 2007 -0400"
      },
      "message": "hwmon: add support for adt7470\n\nNew driver to expose temperature and fan controls attached to Analog\nDevices ADT7470 hwmon chips.\n\nSigned-off-by: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "8afb10490b18e916e33707baa7d1cfc615d545ea",
      "tree": "4d667696f234142503a4175045a3fa3c99a7a90c",
      "parents": [
        "45fb366940d51c309581813ef35bb70a9e34b17d"
      ],
      "author": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Aug 21 23:10:46 2007 -0400"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:29 2007 -0400"
      },
      "message": "hwmon: (f71882fg) trivial whitespace cleanup\n\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "45fb366940d51c309581813ef35bb70a9e34b17d",
      "tree": "c4d38da93550b564e5b6dffe411f2ab4ba82959b",
      "parents": [
        "9cab0217f3f35bd618363842576867badb72ca4b"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "j.w.r.degoede@hhs.nl",
        "time": "Fri Jul 13 14:34:19 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:29 2007 -0400"
      },
      "message": "hwmon: add support for Fintek F71882FG and F71883FG\n\nThis is the second version of a new driver for the hardware monitoring features\nof the Fintek F71882FG and F71883FG Super-I/O chips. This version has several\nsmall fixes for flaws discovered during the review of the first version.\n\nThis version of the driver does not support the pwm part of these chips (yet).\nI\u0027ll first design a sysfs api for this and post that for discussion, and then\nimplement pwm support as an incremental patch over this one.\n\nThis driver supports all sensors of this chip, except for the vid inputs. The\nvid inputs are somewhat documented in the datasheet, but I know nothing about\nvid/vrm stuff. Help with this would be much appreciated.\n\nSigned-off-by: Hans de Goede \u003cj.w.r.degoede@hhs.nl\u003e\nAcked-by: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "9cab0217f3f35bd618363842576867badb72ca4b",
      "tree": "5731aa857c7b1648cbc6d72ddd1b48fc583d517e",
      "parents": [
        "43e61a2d7e2ce70a093df83871a436732bc48125"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Jul 15 10:36:06 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:28 2007 -0400"
      },
      "message": "hwmon: (f71805f) List the F71806F/FG as supported\n\nThe Fintek F71806F/FG is compatible with the F71872F/FG, so it is\nalready supported by the f71805f hardware monitoring driver. In fact,\nboth chips have the same chip ID, so the driver can\u0027t even\ndifferentiate between them.\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": "43e61a2d7e2ce70a093df83871a436732bc48125",
      "tree": "59f94ce9762c21a299d8adbf8cf7194203b18f70",
      "parents": [
        "c83c41e4e623aa6504d30c858a05eac771048029"
      ],
      "author": {
        "name": "Gong Jun",
        "email": "jgong@winbond.com",
        "time": "Fri Jul 13 18:45:54 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:28 2007 -0400"
      },
      "message": "hwmon: (w83792d) Add individual alarm files\n\nw83792d: add individual alarm files for the new libsensors.\n\nSigned-off-by: Gong Jun \u003cjgong@winbond.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "c83c41e4e623aa6504d30c858a05eac771048029",
      "tree": "04291a6649877564863752615809c287b7bcc804",
      "parents": [
        "bbf25010f1a6b761914430f5fca081ec8c7accd1"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Thu Jul 19 08:00:17 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Tue Oct 09 22:56:28 2007 -0400"
      },
      "message": "hwmon: adm1021 clean ups\n\nThis patch provides some coding standard cleanups and general code improvements\n(more debug info, signed values for temperatures, changed names of ADM1023\nregs, removed read/write_value functions).\n\nSigned-off-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "1855256c497ecfefc730df6032243f26855ce52c",
      "tree": "b73947f1a5e1b798e1dec068ac1cda25ae910bf6",
      "parents": [
        "bbf25010f1a6b761914430f5fca081ec8c7accd1"
      ],
      "author": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Wed Oct 03 15:15:40 2007 -0400"
      },
      "committer": {
        "name": "Jeff Garzik",
        "email": "jeff@garzik.org",
        "time": "Tue Oct 09 20:22:20 2007 -0400"
      },
      "message": "drivers/firmware: const-ify DMI API and internals\n\nThree main sets of changes:\n\n1) dmi_get_system_info() return value should have been marked const,\n   since callers should not be changing that data.\n\n2) const-ify DMI internals, since DMI firmware tables should,\n   whenever possible, be marked const to ensure we never ever write to\n   that data area.\n\n3) const-ify DMI API, to enable marking tables const where possible\n   in low-level drivers.\n\nAnd if we\u0027re really lucky, this might enable some additional\noptimizations on the part of the compiler.\n\nThe bulk of the changes are #2 and #3, which are interrelated.  #1 could\nhave been a separate patch, but it was so small compared to the others,\nit was easier to roll it into this changeset.\n\nSigned-off-by: Jeff Garzik \u003cjgarzik@redhat.com\u003e\n"
    },
    {
      "commit": "3fdbc340876572e8b467d199946b7b475cb9cd75",
      "tree": "cc305d68ddf98c028d2e9a032580743b02414cf5",
      "parents": [
        "d5cf2b99dac2e3ff17c7a80fcc71e538b38a3c75"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Wed Sep 26 00:01:41 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Wed Sep 26 00:01:41 2007 -0400"
      },
      "message": "HWMON: ams - convert to use input-polldev\n\nSwitch to using input-polldev skeleton instead of implementing polling\nloop by itself.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nAcked-by: Michael Hanselmann \u003clinux-kernel@hansmi.ch\u003e\n"
    },
    {
      "commit": "d5cf2b99dac2e3ff17c7a80fcc71e538b38a3c75",
      "tree": "a977e721adafadd8755d26b7f4f10b4fdf7b9689",
      "parents": [
        "14134b31ae646220a5a451e38aae1dd023d457cb"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Wed Sep 26 00:01:35 2007 -0400"
      },
      "committer": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Wed Sep 26 00:01:35 2007 -0400"
      },
      "message": "HWMON: applesmc - convert to use input-polldev\n\nSwitch to using input-polldev skeleton instead of implementing polling loop by\nitself.  This also fixes problem with trylock on a mutex in atomic context.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\n"
    },
    {
      "commit": "15bde2f1a8e819213f54314505a5a0509673109b",
      "tree": "19a194edf4a00858fc1b22721677412533b8583d",
      "parents": [
        "b21010ed6498391c0f359f2a89c907533fe07fec"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Aug 29 10:39:57 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sun Sep 09 10:38:37 2007 -0400"
      },
      "message": "hwmon: End of I/O region off-by-one\n\nFix an off-by-one error in the I/O region declaration of two\nhardware monitoring drivers (lm78 and w83781d.) We were requesting\none extra port at the end of the region.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "68a50b567895ea677645ca3cebc484674123532d",
      "tree": "0489c8c726b70d98fd01e5e15607c3313f7d6ead",
      "parents": [
        "0956895aa6f8dc6a33210967252fd7787652537d"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Aug 12 13:58:50 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sun Aug 12 14:39:44 2007 -0400"
      },
      "message": "hwmon: (smsc47m1) restore missing name attribute\n\nThe smsc47m1 driver no longer creates the name attribute used by\nlibsensors to identify chip types. It was lost during the conversion\nto a platform driver. I was fooled by the fact that we do have a\ngroup with all attributes, but only to delete them all at once. The\ngroup is not used to create the attributes, so we have to explicitly\ncreate the name attribute.\n\nThis fixes lm-sensors ticket #2236:\nhttp://lm-sensors.org/ticket/2236\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "0956895aa6f8dc6a33210967252fd7787652537d",
      "tree": "d017ec09ddb25f14fe69c49a410298228a8e4634",
      "parents": [
        "ea7be66c44e56b6b7f1d61befc300871e855d43a"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 11 13:57:05 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sun Aug 12 14:38:31 2007 -0400"
      },
      "message": "hwmon: (w83627ehf) don\u0027t assume bank 0\n\nDon\u0027t assume that the default bank is 0. For one thing, we don\u0027t even\nset it to 0 when the driver is loaded, so the initial state might be\ndifferent. For another, something (say, the BIOS) might access the chip\nand leave with the bank set to something different, so assuming that\nthe bank value is 0 is not safe.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "ea7be66c44e56b6b7f1d61befc300871e855d43a",
      "tree": "200b1260928317b95e811a9193349a2ff87cb970",
      "parents": [
        "393cdad6267bc2abf75973d15310168ff3e15441"
      ],
      "author": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sun Aug 05 12:19:01 2007 -0400"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sun Aug 12 14:37:19 2007 -0400"
      },
      "message": "hwmon: (w83627ehf) read fan_div values during probe\n\nThis patch forces the driver to read the fan divider values during early init.\nOtherwise, a call to store_fan_min() could access uninitialized variables.\n\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "393cdad6267bc2abf75973d15310168ff3e15441",
      "tree": "4b6bfa114337d02ca16c1f3c51930edd30db58c9",
      "parents": [
        "ac07860264bd2b18834d3fa3be47032115524cea"
      ],
      "author": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Aug 09 08:12:46 2007 -0400"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sat Aug 11 14:22:57 2007 -0400"
      },
      "message": "hwmon: fix w83781d temp sensor type setting\n\nCommit 348753379a7704087603dad403603e825422fd9a introduced a regression that\ncaused temp2 and temp3 sensor type settings to be written to temp1 instead.\nThe result is that temp sensor readings could be way off.\n\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "5cccf4a1a258ea5bff20e8440deb3dfcf032b04a",
      "tree": "b249a6f03707b1f1761e473c6b3971e8a50bb0be",
      "parents": [
        "517ef0d2a470c69b303c66694b0c45f31ff716cd"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "j.w.r.degoede@hhs.nl",
        "time": "Thu Jul 19 15:57:20 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Mon Jul 30 21:14:00 2007 -0400"
      },
      "message": "hwmon: fscher read control bugfix\n\nHere is a small fscher bugfix for 2.6.23 merging, lifted from my other fscher\nwork, as requested by Jean. The current driver has a control sysfs attribute,\nwhich shows the contents of the control register, but the underlying\nglobal_control value in the data structure currently never gets filled with\nthe actual contents of this register.\n\nSigned-off-by: Hans de Goede \u003cj.w.r.degoede@hhs.nl\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "4688902dab051eae24a57e4e549d119c332f7ab0",
      "tree": "174d3b4135fadfb68c00d0428aedcc038e226de5",
      "parents": [
        "f5744e3775171b8deb2164577d3861968e33f72e"
      ],
      "author": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Sun Jul 29 16:57:01 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Mon Jul 30 21:11:21 2007 -0400"
      },
      "message": "hwmon: make abituguru3_read_increment_offset() static\n\nabituguru3_read_increment_offset() can become static.\n\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\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": "f5744e3775171b8deb2164577d3861968e33f72e",
      "tree": "f55f36f38c84acb457fdadf39cf1636170855866",
      "parents": [
        "1bed24b9785f7f5255c120f194e98343b998f6ce"
      ],
      "author": {
        "name": "Guillaume Chazarain",
        "email": "guichaz@yahoo.fr",
        "time": "Fri Jul 27 01:04:22 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Mon Jul 30 21:10:34 2007 -0400"
      },
      "message": "hwmon: Fix regression caused by typo in lm90.c\n\nThe commit http://git.kernel.org/?p\u003dlinux/kernel/git/torvalds/linux-2.6.git;a\u003dcommitdiff;h\u003d32c82a934759b2c9939c9e25865c2d7d1204b9e8\nbroke lm90 for my (Asus V6VA) laptop.\n\nBefore 2.6.23-rc1 and with the following patch, I get:\n\n[g ~]$ sensors\nmax6657-i2c-0-4c\nAdapter: SMBus I801 adapter at 0400\nM/B Temp:    +64Â°C  (low  \u003d    +0Â°C, high \u003d  +127Â°C)\nCPU Temp:  +78.9Â°C  (low  \u003d +73.2Â°C, high \u003d +88.2Â°C)\nM/B Crit:   +105Â°C  (hyst \u003d   +95Â°C)\nCPU Crit:   +105Â°C  (hyst \u003d   +95Â°C)\n\nWhich regressed into:\n\n[g ~]$ sensors\nNo sensors found!\nMake sure you loaded all the kernel drivers you need.\nTry sensors-detect to find out which these are.\nzsh: 2701 exit 1     sensors\n\nand dmesg contains:\n\ni2c-adapter i2c-0: Unsupported chip (man_id\u003d0x4D, chip_id\u003d0x4D).\n\nIt seems to be a typo, as address 0X4F is mentionned nowhere else in the file,\nand my chip is actually at 0x4C.\n\nSigned-off-by: Guillaume Chazarain \u003cguichaz@yahoo.fr\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "1bed24b9785f7f5255c120f194e98343b998f6ce",
      "tree": "b472833dab80f5d571c68c99bdfce77818428f9f",
      "parents": [
        "794f5434942614e5e8f70b9d65b9275e11ad1510"
      ],
      "author": {
        "name": "Martin Szulecki",
        "email": "mactel@sukimashita.com",
        "time": "Mon Jul 09 11:41:36 2007 -0700"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Mon Jul 30 21:09:49 2007 -0400"
      },
      "message": "hwmon: (applesmc) add temperature sensors set for Macbook\n\nSigned-off-by: Nicolas Boichat \u003cnicolas@boichat.ch\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Martin Szulecki \u003cmactel@sukimashita.com\u003e\nCc: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "794f5434942614e5e8f70b9d65b9275e11ad1510",
      "tree": "61ea8b370174226bd9e535110b2d254cdc2db269",
      "parents": [
        "c0f31403fe87cd2813dabb9b33107ceb56b84667"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "j.w.r.degoede@hhs.nl",
        "time": "Sun Jul 22 20:15:31 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Mon Jul 30 21:08:38 2007 -0400"
      },
      "message": "hwmon: fscher control update bugfix\n\nHere is another small fscher bugfix for 2.6.23 merging, this was caught by Jean\nwhile reviewing my other bugfix. The driver was updating its copy of the\ncontrol register as if it was clear to write, but its regular read/write.  This\npatch fixes this.\n\nSigned-off-by: Hans de Goede \u003cj.w.r.degoede@hhs.nl\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "c0f31403fe87cd2813dabb9b33107ceb56b84667",
      "tree": "52897e19f487216fdcfa1c0c997360560dd9badf",
      "parents": [
        "d0546128980c18748010c758903b02909e634830"
      ],
      "author": {
        "name": "Juerg Haefliger",
        "email": "juergh@gmail.com",
        "time": "Fri Jul 20 14:16:47 2007 -0700"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Mon Jul 30 21:07:23 2007 -0400"
      },
      "message": "hwmon: fix dme1737 temp fault attribute\n\nFix temp?_fault attribute. The temp was incorrectly compared against\n0x0800 rather than 0x8000. Only the upper 8 bits are compared as the\ndatasheet doesn\u0027t specify what happens to the lower bits in case of a\ndiode fault.\n\nSigned-off-by: Juerg Haefliger \u003cjuergh at gmail.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "d0546128980c18748010c758903b02909e634830",
      "tree": "68e78e4978a0102aa28e6c42dd09bc88427d0f92",
      "parents": [
        "2977110192cdd90d7ffeb12a83eb5e8bdf0cb1c5"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Jul 22 12:09:48 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Mon Jul 30 21:05:43 2007 -0400"
      },
      "message": "hwmon: Add missing __devexit tags in various drivers\n\nOn Sun, 22 Jul 2007 00:30:56 +0200, Gabriel C wrote:\n\u003e I noticed this warnings on current git:\n\u003e\n\u003e drivers/hwmon/pc87360.c:1082: warning: \u0027pc87360_remove\u0027 defined but not used\n\u003e drivers/hwmon/sis5595.c:580: warning: \u0027sis5595_remove\u0027 defined but not used\n\u003e drivers/hwmon/smsc47m1.c:608: warning: \u0027smsc47m1_remove\u0027 defined but not used\n\u003e drivers/hwmon/via686a.c:648: warning: \u0027via686a_remove\u0027 defined but not used\n\u003e drivers/hwmon/vt8231.c:755: warning: \u0027vt8231_remove\u0027 defined but not used\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "2977110192cdd90d7ffeb12a83eb5e8bdf0cb1c5",
      "tree": "a16c42361c38984bbca879d16917b2dcf84e2e30",
      "parents": [
        "acf346a311588e4cb659c183b9e312fa313dbb7f"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Sat Jul 21 17:02:01 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Mon Jul 30 21:05:26 2007 -0400"
      },
      "message": "hwmon: clean up duplicate includes\n\nThis patch cleans up duplicate includes in\n\tdrivers/hwmon/\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "acf346a311588e4cb659c183b9e312fa313dbb7f",
      "tree": "696f923c001deabca50d7ee7ed8377964ebfb706",
      "parents": [
        "f08a34874f93d5081c735ffcb2f9071be9b5d270"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "j.w.r.degoede@hhs.nl",
        "time": "Tue Jul 24 23:36:00 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Mon Jul 30 21:05:07 2007 -0400"
      },
      "message": "hwmon: fix lm78 detection regression\n\nHere is a small but important bugfix to the lm78 driver. I found out about this\nproblem because a Fedora user filed a bug that the lm78 driver no longer worked\non his system: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id\u003d249428\n\nThe problem is that sometime ago the isa lm78 detection was made more stringent\nand this new code now checks the chip-id, but does not accept a chip-id of 20h,\nhowever a chip-id of 20h is valid, and is excepted in the main probe function\nof the driver, see line 551. This fixed also makes the isa detection code\naccept the chip-id of 0x20 fixing this issue.\n\nSigned-off-by: Hans de Goede \u003cj.w.r.degoede@hhs.nl\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "f08a34874f93d5081c735ffcb2f9071be9b5d270",
      "tree": "f243afa3be5b81b7ef2501710f2ccca5e96cbfcf",
      "parents": [
        "add77c64ca8b00dae5dc0a6be9eb89f1514d21ea"
      ],
      "author": {
        "name": "Hans-Jürgen Koch",
        "email": "hjk@linutronix.de",
        "time": "Mon Jul 23 09:36:57 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Mon Jul 30 21:04:13 2007 -0400"
      },
      "message": "hwmon: fix array overruns in lm93.c\n\nThis fixes an array overflow bug. We have 4 pairs of min/max temperature\nlimits, not 3.\n\nSigned-off-by: Hans J. Koch \u003chjk@linutronix.de\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "add77c64ca8b00dae5dc0a6be9eb89f1514d21ea",
      "tree": "91f998c9c203d877cce43cf0c08d05848d624973",
      "parents": [
        "80ba80a9bf25d251237694c3fcee850a73324532"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Sun Jul 08 22:43:00 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Mon Jul 30 21:02:59 2007 -0400"
      },
      "message": "hwmon: add support for THMC50 and ADM1022\n\nThis patch adds support for THMC50 and ADM1022 hardware monitoring chips.\n\nSigned-off-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "40b42f1ebf653cd72c32eb1a1a0b9fea2dfbfd7d",
      "tree": "6a2adfcd8412189932a372ce25def8611e287b5c",
      "parents": [
        "5a021e9ffd56c22700133ebc37d607f95be8f7bd",
        "e24b8cb4fa2bb779bdf48656152366b6f52f748f"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Jul 19 14:24:57 2007 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.linux-foundation.org",
        "time": "Thu Jul 19 14:24:57 2007 -0700"
      },
      "message": "Merge branch \u0027release\u0027 of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6\n\n* \u0027release\u0027 of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6: (44 commits)\n  i2c: Delete the i2c-isa pseudo bus driver\n  hwmon: refuse to load abituguru driver on non-Abit boards\n  hwmon: fix Abit Uguru3 driver detection on some motherboards\n  hwmon/w83627ehf: Be quiet when no chip is found\n  hwmon/w83627ehf: No need to initialize fan_min\n  hwmon/w83627ehf: Export the thermal sensor types\n  hwmon/w83627ehf: Enable VBAT monitoring\n  hwmon/w83627ehf: Add support for the VID inputs\n  hwmon/w83627ehf: Fix timing issues\n  hwmon/w83627ehf: Add error messages for two error cases\n  hwmon/w83627ehf: Convert to a platform driver\n  hwmon/w83627ehf: Update the Kconfig entry\n  make coretemp_device_remove() static\n  hwmon: Add LM93 support\n  hwmon: Improve the pwmN_enable documentation\n  hwmon/smsc47b397: Don\u0027t report missing fans as spinning at 82 RPM\n  hwmon: Add support for newer uGuru\u0027s\n  hwmon/f71805f: Add temperature-tracking fan control mode\n  hwmon/w83627ehf: Preserve speed reading when changing fan min\n  hwmon: fix detection of abituguru volt inputs\n  ...\n\nManual fixup of trivial conflict in MAINTAINERS file\n"
    },
    {
      "commit": "c182f5bbfb399b1fa2ad65107b3caf9c1c69435e",
      "tree": "14ba543861f37d6afc79ff304c378df82b0618f1",
      "parents": [
        "9c2e14afb98f761ec80ea809adbc87b15b060e7b"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "j.w.r.degoede@hhs.nl",
        "time": "Tue Jul 10 17:09:57 2007 +0200"
      },
      "committer": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Thu Jul 19 14:25:04 2007 -0400"
      },
      "message": "hwmon: refuse to load abituguru driver on non-Abit boards\n\nWith this patch the abituguru refuses to load on non Abit motherboards, as\ndiscussed in lkml CONFIG_BREAK_MY_MACHINE thread.\n\nSigned-off-by: Hans de Goede \u003cj.w.r.degoede@hhs.nl\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    }
  ],
  "next": "9c2e14afb98f761ec80ea809adbc87b15b060e7b"
}
