)]}'
{
  "log": [
    {
      "commit": "ac987c1f65cedd98d953e14ba219db2f8cc009d4",
      "tree": "46026acc7933c318dff9e360351c5ed5983e0ab3",
      "parents": [
        "8c750c0bd2fa6f73cd3cd3f1a58d48f94de343b6"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Mar 23 16:38:21 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Apr 14 11:18:33 2006 -0700"
      },
      "message": "[PATCH] w83792d: Be quiet on misdetection\n\nMake the w83792d driver keep quiet when misdetecting a chip. This can\nhappen, and the user doesn\u0027t need to know.\n\nAlso renumber the messages, and add one, for consistency.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "b3f28a9a26d9e8a02119cc8d1604fdb891c23697",
      "tree": "4c4824ace558ee350d1a1c68701c30d50bdd1bb7",
      "parents": [
        "4791c03d2c3b9b6822784f6d7c8e5bbadb1f35ae"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Apr 10 22:54:32 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:45 2006 -0700"
      },
      "message": "[PATCH] hdaps: use ENODEV\n\nUse ENODEV when the hdaps hardware isn\u0027t there, not ENXIO.\n\nCc: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Robert Love \u003crml@novell.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "0f6c840d774d669baf4727c0499ab0674826429f",
      "tree": "ce1b99e404df0feef8cd029f3fa948307bfb68c9",
      "parents": [
        "80e8ff634169be3fc2ac48f258cc7638e898cd46"
      ],
      "author": {
        "name": "Robert Love",
        "email": "rml@novell.com",
        "time": "Mon Apr 10 22:54:11 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:42 2006 -0700"
      },
      "message": "[PATCH] hdaps: support new Lenovo machines\n\nAdd support for forthcoming Lenovo-branded machines to the HDAPS driver.\n\nSigned-off-by: Robert Love \u003crml@novell.com\u003e\nCc: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Dmitry Torokhov \u003cdtor_core@ameritech.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "653edba1a8b2ed018bdfb078131324dfbfe1dd6a",
      "tree": "b86b80652e05509e276cdbdf10e7a4f7cdce0032",
      "parents": [
        "5bd1db65ec3d21db6d34e96679c7443c18e135c5"
      ],
      "author": {
        "name": "Frank Gevaerts",
        "email": "frank@gevaerts.be",
        "time": "Mon Apr 10 22:53:51 2006 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Tue Apr 11 06:18:39 2006 -0700"
      },
      "message": "[PATCH] hdaps: add support for Thinkpad R52\n\nThis adds support for my Thinkpad R52, which for some reason is not matched\nby the \"ThinkPad R52\" line.\n\nSigned-off-by: Frank Gevaerts \u003cfrank@gevaerts.be\u003e\nCc: Robert Love \u003crml@novell.com\u003e\nCc: Dmitry Torokhov \u003cdtor_core@ameritech.net\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "597a7679dd83691be2f3a53e1f3f915b4a7f6eba",
      "tree": "9794dc1c2b2e9d5a5e3162a1c3e86cc5d99855d5",
      "parents": [
        "7f344f0aa7d4ec0e4c1c676329aff1353f90fb38"
      ],
      "author": {
        "name": "Arjan van de Ven",
        "email": "arjan@linux.intel.com",
        "time": "Sun Apr 02 19:24:57 2006 +0200"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sun Apr 02 13:02:05 2006 -0700"
      },
      "message": "[PATCH] revert incorrect mutex conversion in hdaps driver\n\nThis reverts the mutex conversion that was recently done to the hdaps\ndriver; this coversion was buggy because the hdaps driver started using\nthis semaphore in IRQ context, which mutexes do not allow.  Easiest\nsolution for now is to just revert the patch (the patch was part of a\nbigger GIT commit, 9a61bf6300533d3b64d7ff29adfec00e596de67d but this\nonly reverts this one file)\n\nSigned-off-by: Arjan van de Ven \u003carjan@linux.intel.com\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "53b3531bbbf70ac7551b32d1acc229d94de52658",
      "tree": "644440c93f599bbf64bb0b703c97b03b4dc5d737",
      "parents": [
        "29afd49b72a9b2c26fa8c678bcf3976d0540446b"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Fri Mar 24 03:16:13 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Mar 24 07:33:24 2006 -0800"
      },
      "message": "[PATCH] s/;;/;/g\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "ded2b66615613093eeb83b81499bc270de8fc499",
      "tree": "118f87f38a4b7a2c8d65f38beb85fa63da78fb4f",
      "parents": [
        "f6c27fc17c5e575c5471fb344bdbd5f5f6072136"
      ],
      "author": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Sun Mar 05 23:13:47 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Mar 23 14:21:55 2006 -0800"
      },
      "message": "[PATCH] hwmon: add required idr locking\n\nAdd required locking around idr_ routines, retry the idr_pre_get/idr_get_new\npair properly, and sprinkle in some likely/unlikely for good measure.\n\n(Lack of idr locking didn\u0027t hurt when all callers were I2C clients, as the\ni2c-core serialized for us anyway.  Now that we have non I2C hwmon drivers,\nthis is truly necessary.)\n\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "f6c27fc17c5e575c5471fb344bdbd5f5f6072136",
      "tree": "0b6b2e884ef47278471e450f5a346ada5c451f00",
      "parents": [
        "279a022d4a12598b58aee47a73faf2d8cc72c91f"
      ],
      "author": {
        "name": "Darren Jenkins",
        "email": "darrenrjenkins@gmail.com",
        "time": "Mon Feb 27 23:14:58 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Mar 23 14:21:55 2006 -0800"
      },
      "message": "[PATCH] I2C: hwmon: Rename register parameters\n\n\"register\" is a reserved keyword so using it as a parameter name\ncan confuse some compilers, most notably ICC.\n\nThe patch below just renames all occurences to reg which fits the actual\nfunction declarations.\n\nSigned-off-by: Darren Jenkins \u003cdarrenrjenkins@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "fabddcd49d8b4fca40ce346f701853888d98b5d2",
      "tree": "ee3722562be9d1106f3c311dd2e8a84abdcd5bc9",
      "parents": [
        "41fc49337d7779eefb6b5e85a8a3cd9e11e9de08"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Feb 05 23:26:51 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Mar 23 14:21:53 2006 -0800"
      },
      "message": "[PATCH] w83781d: Don\u0027t reset the chip by default\n\nStop resetting the chip on load by default, so as to preserve the BIOS\ninitializations. Same was done in the w83627hf driver some times ago\nfor the same reasons.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "412fec8216bb71ecbe255af702b0daf7ad55a7c4",
      "tree": "d6995537f0a34932564250a664bb1cd60887a6a8",
      "parents": [
        "4c537fb287e68b84df685f4730348e83a163367b"
      ],
      "author": {
        "name": "Yuan Mu",
        "email": "ymu@winbond.com.tw",
        "time": "Sun Feb 05 23:24:16 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Mar 23 14:21:53 2006 -0800"
      },
      "message": "[PATCH] w83627ehf: Refactor the sysfs interface\n\nUse dynamic sysfs callbacks and array of attributes to reduce the\nw83627ehf driver size.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "4c537fb287e68b84df685f4730348e83a163367b",
      "tree": "641d9cc7019eadf02904945c6ae53a66a4ffb1bd",
      "parents": [
        "c2db6ce14a743ac5f8973124272cf425c4f86b90"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Feb 05 23:21:05 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Mar 23 14:21:52 2006 -0800"
      },
      "message": "[PATCH] hwmon: Support the Pentium M VID code\n\nAdd support for the Intel Pentium M series to the hwmon-vid driver.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Rudolf Marek \u003cr.marek@sh.cvut.cz\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "c2db6ce14a743ac5f8973124272cf425c4f86b90",
      "tree": "ae55d515d46acf40c52b0b62c2ee31ae6c3a0897",
      "parents": [
        "f08191849e42e67ab6ad556d9c2e8cbed1ddf303"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 18 23:22:12 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Mar 23 14:21:52 2006 -0800"
      },
      "message": "[PATCH] hwmon: Add support for the Winbond W83687THF\n\nAdd support for the Winbond W83687THF chip to the w83627hf hardware\nmonitoring driver. This new chip is almost similar to the already\nsupported W83627THF chip, except for VID and a few other minor\nchanges.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "f08191849e42e67ab6ad556d9c2e8cbed1ddf303",
      "tree": "e27c84e6ebadc3417ec2b7b826f9f0e0bfd6fad0",
      "parents": [
        "9a61bf6300533d3b64d7ff29adfec00e596de67d"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 18 23:20:53 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Mar 23 14:21:52 2006 -0800"
      },
      "message": "[PATCH] hwmon: f71805f semaphore to mutex conversions\n\nConvert the new f71805f hardware monitoring driver to use mutexes\ninstead of semaphores.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "9a61bf6300533d3b64d7ff29adfec00e596de67d",
      "tree": "cadce1ae78b51a1dc4c4414699cb590e8c8625e1",
      "parents": [
        "3fb9a65529615944138d527b70174840c95c637a"
      ],
      "author": {
        "name": "Ingo Molnar",
        "email": "mingo@elte.hu",
        "time": "Wed Jan 18 23:19:26 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Mar 23 14:21:52 2006 -0800"
      },
      "message": "[PATCH] hwmon: Semaphore to mutex conversions\n\nconvert drivers/hwmon/*.c semaphore use to mutexes.\n\nthe conversion was generated via scripts, and the result was validated\nautomatically via a script as well.\n\nall affected hwmon drivers were build-tested.\n\nSigned-off-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "93766d2de6a3f7eead3fda57fd4638b90d6691fa",
      "tree": "e491425b19f46afd75179c3a7ba8e0383a87cc39",
      "parents": [
        "1f8dae31fe8d7b1dbeaa2110e063d876be91ed60"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 18 23:13:09 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Mar 23 14:21:51 2006 -0800"
      },
      "message": "[PATCH] hwmon: w83792d drop useless macros\n\nDrop 3 useless macros in the w83792d hardware monitoring driver.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "1f8dae31fe8d7b1dbeaa2110e063d876be91ed60",
      "tree": "50f758ba7ecd7f72ca30444f632f51949d3bb71c",
      "parents": [
        "70adca5a9f506942ec88fb2d9d6e71ef271888b7"
      ],
      "author": {
        "name": "Yuan Mu",
        "email": "ymu@winbond.com.tw",
        "time": "Wed Jan 18 23:11:55 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Mar 23 14:21:51 2006 -0800"
      },
      "message": "[PATCH] hwmon: w83792d use arrays of attributes\n\nUse arrays of attributes in the w83792d driver.\n\nSigned-off-by: Jim Cromie \u003cjim.cromie@gmail.com\u003e\nSigned-off-by: Yuan Mu \u003cymu@winbond.com.tw\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "2488a39d233a758d41ab7de70a220bc956f3c96c",
      "tree": "ad13b0f0e4934215a4378f63175dfc98e44e3061",
      "parents": [
        "dedc6a7803d9c9795b504ffd8530a4ba7b3fd9ed"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Jan 09 23:29:11 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Mar 23 14:21:49 2006 -0800"
      },
      "message": "[PATCH] hwmon: Use attribute arrays in f71805f\n\nConvert the f71805f driver to use arrays of attributes. This shrinks the\ncompiled module from 12.0 kB to 9.6 kB. We certainly should do the same\nfor as many hardware monitoring drivers as possible.\n\nThis, together with a nice chip design by Fintek, makes this driver\nvery small, both in terms of number of lines of code and memory\nconsumption.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "dedc6a7803d9c9795b504ffd8530a4ba7b3fd9ed",
      "tree": "a9e1cb0d15b8bafbc27120945cfd1f02b03e6739",
      "parents": [
        "42d3b83fecb7b576d477244347982baa02fa4f44"
      ],
      "author": {
        "name": "Jim Cromie",
        "email": "jim.cromie@gmail.com",
        "time": "Mon Jan 09 23:24:41 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Mar 23 14:21:48 2006 -0800"
      },
      "message": "[PATCH] hwmon: Use attribute arrays in pc87360\n\nConvert individual sensors to sensor-attr arrays by each sensor type,\nand initialize them in loops instead of long blocks of individual calls.\n\nSigned-off-by: Jim Cromie \u003cjim.cromie@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "be79c383254cd3eb50953d8c0a7cacdbf6db31c0",
      "tree": "18c8be9725b3e315f6acbb445e94744917e23d63",
      "parents": [
        "a40f0b0f2466483fad94e62177272d6a5711e50a"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Feb 07 17:53:32 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 13 22:30:10 2006 -0800"
      },
      "message": "[PATCH] it87: Fix oops on removal\n\nFix an oops on it87 module removal when no supported hardware was\nfound.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "c7f5d7edd8b3fa4204389efc4c9081cc90a811d2",
      "tree": "1264bb18887b398ea2dccbba03ade05bf9fe9539",
      "parents": [
        "e3efa5a7392e07471b5d0ef7e7cd7ab862f70284"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Feb 05 23:13:48 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 13 22:30:09 2006 -0800"
      },
      "message": "[PATCH] w83781d: Use real-time status registers\n\nUse the real-time status registers of the Winbond W83782D, W83783S and\nW83627HF chips, instead of the interrupt status registers. Interrupts\ncannot be trusted at least for voltage inputs, as they are two-times\ntriggers (as opposed to comparator mode, which we want.) The w83627hf\ndriver was fixed in a similar way some times ago.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "e3efa5a7392e07471b5d0ef7e7cd7ab862f70284",
      "tree": "c4b118150c8d78d7220669144d83559aafcab5a4",
      "parents": [
        "75c0141ca2fdae7c332d8f17412fbe0939dd005f"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Feb 05 23:11:16 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 13 22:30:09 2006 -0800"
      },
      "message": "[PATCH] vt8231: Fix sysfs temperature interface\n\nThe VT8231 low temperature limits are actually hysteresis temperatures\nto the high limits.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Roger Lucas \u003croger@planbit.co.uk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "c5e3fbf22ccba0879b174fab7ec0e322b1266c2c",
      "tree": "37529cd21d0f546a4e5578a554cac0371dbf4e85",
      "parents": [
        "e53004e20a58e9d28347e02adccb37a33e0d771a"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 18 22:39:48 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 06 12:02:15 2006 -0800"
      },
      "message": "[PATCH] hwmon: Fix reboot on it87 driver load\n\nOnly scan I2C address 0x2d. This is the default address and no IT87xxF\nchip was ever seen on I2C at a different address. These chips are\nbetter accessed through their ISA interface anyway.\n\nThis fixes bug #5889, although it doesn\u0027t address the whole class\nof problems. We\u0027d need the ability to blacklist arbitrary I2C addresses\non systems known to contain I2C devices which behave badly when probed.\n\nPlan the I2C interface for removal as well. If nobody complains within\na year, it will confirm my impression that the I2C interface isn\u0027t\nactually needed by anyone.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "e53004e20a58e9d28347e02adccb37a33e0d771a",
      "tree": "fb9f6c25ad12d7dda91f09ac28b901ea3fe76955",
      "parents": [
        "5db3d3da93fb93875c719239892ac526cfd2d584"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Jan 09 23:26:14 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 06 12:02:15 2006 -0800"
      },
      "message": "[PATCH] hwmon: New f71805f driver\n\nThis is my f71805f hardware monitoring driver ported from lm_sensors\nto Linux 2.6. This new driver differs from the other hardware monitoring\ndrivers in that it is implemented as a platform driver. This might not\nbe optimal yet (we would probably need a generic infrastructure and bus\ntype for Super-I/O logical devices) but it is certainly much better than\nthe i2c-isa solution.\n\nNote that this driver requires lm_sensors CVS. I hope to get it\nreleased as 2.10.0 soon.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "0d0ab7fe4c009c40dc485731f9ad98e1d336ddae",
      "tree": "d459f9a5551643307c92a790969ea6a181cadc68",
      "parents": [
        "806ba6409061ae49421319e3745026014abc49c2"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Jan 09 23:07:05 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 06 12:02:15 2006 -0800"
      },
      "message": "[PATCH] hwmon: Inline w83792d register access functions\n\nInline w83792d_{read,write}_value for better performance.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Yuan Mu \u003cYmu@winbond.com.tw\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "413b64515079a4063776d81067f69cc41bdb34ad",
      "tree": "1353d1b285b84963ad48abac3327a397cbc818d2",
      "parents": [
        "21bbd691827e3610ef975a88863859381ac8d8e0"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Jan 09 22:43:08 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 06 12:02:14 2006 -0800"
      },
      "message": "[PATCH] hwmon: Fix negative temperature readings in lm77 driver\n\nFix negative temperature readings in lm77 driver.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Michael Renzmann \u003cmrenzmann@otaku42.de\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "93b47684f60cf25e8cefe19a21d94aa0257fdf36",
      "tree": "f89ab5a9197cf9bb771a556f8b48989416848dce",
      "parents": [
        "46654728b55bf5d09dc91fa45f532131d8a609f2"
      ],
      "author": {
        "name": "Richard Knutsson",
        "email": "ricknu-0@student.ltu.se",
        "time": "Wed Nov 30 01:00:35 2005 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jan 09 12:13:23 2006 -0800"
      },
      "message": "[PATCH] drivers/*rest*: Replace pci_module_init() with pci_register_driver()\n\nReplace obsolete pci_module_init() with pci_register_driver().\n\nSigned-off-by: Richard Knutsson \u003cricknu-0@student.ltu.se\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "a7be58a126d4cd9f0588df23f58796ed996c1835",
      "tree": "26d0556bee4b8c241702fb9b49ea1936fc70ee4d",
      "parents": [
        "734a12a36676ad3b9418fa5a829c518afec02b8a"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Dec 18 16:40:14 2005 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jan 05 22:16:26 2006 -0800"
      },
      "message": "[PATCH] hwmon: it87 use u8 for vrm\n\nVRM values fit in u8 by design now.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "734a12a36676ad3b9418fa5a829c518afec02b8a",
      "tree": "2d59c180d831162b6afcdad9180965e7ead44883",
      "parents": [
        "99d855602c1d7968ca6b6cc99b773b0b47909690"
      ],
      "author": {
        "name": "Rudolf Marek",
        "email": "r.marek@sh.cvut.cz",
        "time": "Sun Dec 18 16:36:52 2005 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jan 05 22:16:26 2006 -0800"
      },
      "message": "[PATCH] hwmon: add VRM/VID support for some VIA CPUs\n\nThis patch adds the VIA CENTAUR CPUs to detection table.\nTable was updated to treat future Intel x86 CPUs as VRD10.\nStepping field was added, because some VIA CPUs have\ndifferent VRM specs across stepping. I changed the vrm type\nto u8 because all drivers use u8 anyway.\n\nSigned-off-by: Rudolf Marek \u003cr.marek@sh.cvut.cz\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "99d855602c1d7968ca6b6cc99b773b0b47909690",
      "tree": "3e79339c40f1819f90911c6d96b72cb73781dbdd",
      "parents": [
        "c9152deaa635cab09cb43c17cf80130b9e6ee29d"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Dec 18 16:34:28 2005 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jan 05 22:16:25 2006 -0800"
      },
      "message": "[PATCH] hwmon: w83792d simplify in low bits handling\n\nSimplify the way the w83792d driver handles the extra resolution\nbits of voltage input channels.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Yuan Mu \u003cYmu@winbond.com.tw\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "c9152deaa635cab09cb43c17cf80130b9e6ee29d",
      "tree": "f05e5e846b0c042d0f7421bf33c68337aaca20ed",
      "parents": [
        "79472132f555ae1e912699e116e5c82f338872f6"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Dec 18 16:29:40 2005 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jan 05 22:16:25 2006 -0800"
      },
      "message": "[PATCH] hwmon: w83792d misc cleanups\n\nCleanup the w83792d driver a bit:\n* Discard unused lock and irrelevant comments inherited from the\n  w83781d driver.\n* Simplify w83792d_{read,write}_value functions.\n* Drop useless address test during detection.\n* Drop useless bitmasking.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Yuan Mu \u003cYmu@winbond.com.tw\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "2b48716d1d2f2edb1e7cbc5ecf1cb2cb39373e33",
      "tree": "04c095d45dfa892b7710e338724a1ac4f1da7cba",
      "parents": [
        "de59cf9ed44f64991e52a9de6094729537f0420c"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Dec 06 15:33:15 2005 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jan 05 22:16:25 2006 -0800"
      },
      "message": "[PATCH] I2C: Remove .owner setting from i2c_driver as it\u0027s no longer needed\n\nNow that i2c_add_driver() doesn\u0027t need the module owner to be set by\nhand, we can delete it from the drivers.  This patch catches all of the\ndrivers that I found in the current tree (if a driver sets the .owner by\nhand, it\u0027s not a problem, just not needed.)\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nCc: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "cdaf79349c7d24e1d33acb6497849c9e956a33ea",
      "tree": "48f22bb5f215953ac0e57385282fbc5042a03955",
      "parents": [
        "a9718b0c1154dcbd955be6aaee47a314cde6a25a"
      ],
      "author": {
        "name": "Laurent Riffard",
        "email": "laurent.riffard@free.fr",
        "time": "Sat Nov 26 20:37:41 2005 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jan 05 22:16:23 2006 -0800"
      },
      "message": "[PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11\n\nWe should use the i2c_driver.driver\u0027s .name and .owner fields\ninstead of the i2c_driver\u0027s ones.\n\nThis patch updates the hwmon drivers.\n\nSigned-off-by: Laurent Riffard \u003claurent.riffard@free.fr\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "8a9947552d43b0d20d5fa23ac0ba435d526be454",
      "tree": "086844a62f549e488ebeecc196e1d4726a1d4598",
      "parents": [
        "ff179c8cf5caa17bf3d407edbb5872aa2eee6900"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Nov 26 20:28:06 2005 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jan 05 22:16:21 2006 -0800"
      },
      "message": "[PATCH] i2c: Drop i2c_driver.flags, 2 of 3\n\nJust about every i2c chip driver sets the I2C_DF_NOTIFY flag, so we\ncan simply make it the default and drop the flag. If any driver really\ndoesn\u0027t want to be notified when i2c adapters are added, that driver\ncan simply omit to set .attach_adapter. This approach is also more\nrobust as it prevents accidental NULL pointer dereferences.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "1de9e371b89e1cf4da123f0d92efa8eb134ca5e8",
      "tree": "2640b33775ee6f6ebfa19f35976c3fe6dbe55c02",
      "parents": [
        "1d26f455eb0db0bf4d4b7177547f4310b645a32a"
      ],
      "author": {
        "name": "Roger Lucas",
        "email": "roger@planbit.co.uk",
        "time": "Sat Nov 26 20:20:05 2005 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jan 05 22:16:21 2006 -0800"
      },
      "message": "[PATCH] hwmon: New vt8231 driver\n\nPort the vt8231 hardware monitoring driver from lm_sensors CVS to\nLinux 2.6.\n\nSigned-off-by: Roger Lucas \u003croger@planbit.co.uk\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "dd149c52223cfb05cdefb0755d3c2793e8d33ede",
      "tree": "78b0b51586442c66b0d4b948564a6d4863b29766",
      "parents": [
        "9c516ef496c857aa4b1b41dc313010f11d39c496"
      ],
      "author": {
        "name": "Yuan Mu",
        "email": "ymu@winbond.com.tw",
        "time": "Sat Nov 26 20:13:18 2005 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jan 05 22:16:20 2006 -0800"
      },
      "message": "[PATCH] hwmon: W83627THF VID fixes\n\nThis patch fixes the VID reading; no cpu0_vid and vrm files created if\nthe chip is w83627thf and GPIO5 not enabled.\n\nSigned-off-by: Yuan Mu \u003cymu@winbond.com.tw\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "9c516ef496c857aa4b1b41dc313010f11d39c496",
      "tree": "94fd2cc493def4ec290705b4d943335558eb304e",
      "parents": [
        "07421cabdc62519d0f747149b7c9b425b4d746cd"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Nov 26 20:07:54 2005 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jan 05 22:16:20 2006 -0800"
      },
      "message": "[PATCH] hwmon: Support the VRM 10 mode of the ADT7463\n\nSupport the VRM 10 mode of the ADT7463.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "07421cabdc62519d0f747149b7c9b425b4d746cd",
      "tree": "a72c4afdff890c7b61176591f155d18e4080c365",
      "parents": [
        "f9e8957937ebf60d22732a5ca9130f48a7603f60"
      ],
      "author": {
        "name": "Grant Coady",
        "email": "gcoady@gmail.com",
        "time": "Sun Nov 06 23:13:06 2005 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jan 05 22:16:20 2006 -0800"
      },
      "message": "[PATCH] hwmon: remove deprecated sysfs names of adm1025 and adm1026\n\ndrivers, hwmon, adm1025 and adm1026: remove deprecated sysfs names.\n\nthese names have been listed for removal for six months, time for them to go\n\nSigned-off-by: Grant Coady \u003cgcoady@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "9632051963cb6e6f7412990f8b962209b9334e13",
      "tree": "1f1fe030107d06e4b43dbee90e95b374ccec7fc2",
      "parents": [
        "d2ef5ebb4c4fe141a82252d4db8d8521e6765c5a"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Nov 29 22:27:14 2005 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Nov 29 21:39:22 2005 -0800"
      },
      "message": "[PATCH] hwmon: w83792d fix unused fan pins\n\n1. This patch add check for fan4,5,6,7 and do not create device file\n   if their pins are not configured as fan.\n2. Fix the issue that can not set fan divisor to 128.\n3. Fix the index out of bounds bug in w83792d_detect function.\n\nSigned-off-by: Yuan Mu \u003cymu@winbond.com.tw\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "657a19ebb74128ec52f20b7e34705bdeadc59400",
      "tree": "96961cb85ac5b3698a552eeb51fee4e6aca99f0d",
      "parents": [
        "07eab46db7f78b2ed49bc9e41eda80695f93886f"
      ],
      "author": {
        "name": "Eugeniy Meshcheryakov",
        "email": "eugen@univ.kiev.ua",
        "time": "Wed Nov 23 15:44:35 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 23 23:04:27 2005 -0800"
      },
      "message": "[PATCH] hwmon: hdaps missing an axis\n\nTrivial patch to report both hdaps axises to the joystick device, not\njust the X axis.\n\nSigned-off-by: Robert Love \u003crml@novell.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "07eab46db7f78b2ed49bc9e41eda80695f93886f",
      "tree": "edcde79443d524afd150770ea2f6a1877a858244",
      "parents": [
        "d0d3cd6965d8e957764663cbb5aaa5ff486a2616"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Nov 23 15:44:31 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 23 23:04:27 2005 -0800"
      },
      "message": "[PATCH] hwmon: Fix missing it87 fan div init\n\nFix a bug where setting the low fan speed limits will not work if no\ndata was ever read through the sysfs interface and the fan clock\ndividers have not been explicitely set yet either. The reason is that\ndata-\u003efan_div[nr] may currently be used before it is initialized from\nthe chip register values. The fix is to explicitely initialize\ndata-\u003efan_div[nr] before using it.\n\nBug reported, and fix tested, by Nicolas Mailhot.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d0d3cd6965d8e957764663cbb5aaa5ff486a2616",
      "tree": "04faf7ab4ea75656af0621e779e2bc00659a02bc",
      "parents": [
        "2723ab91cb4019def10bdb01b0fecb85e6ac7884"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Nov 23 15:44:26 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 23 23:04:26 2005 -0800"
      },
      "message": "[PATCH] hwmon: Fix lm78 VID conversion\n\nFix the lm78 VID reading, which I accidentally broke while making\nthis driver use the common vid_from_reg function rather than\nreimplementing its own in 2.6.14-rc1.\n\nI\u0027m not proud of it, trust me.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2723ab91cb4019def10bdb01b0fecb85e6ac7884",
      "tree": "753a9a0096bb1e41d79e5ef58370d7cfa8152228",
      "parents": [
        "1adc123079207bf9ba5bcf3dbf52bcdb22f82c7c"
      ],
      "author": {
        "name": "Yuan Mu",
        "email": "Ymu@winbond.com.tw",
        "time": "Wed Nov 23 15:44:21 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Wed Nov 23 23:04:26 2005 -0800"
      },
      "message": "[PATCH] hwmon: Fix missing boundary check when setting W83627THF in0 limits\n\nAdd SENSORS_LIMIT in store VCore limit functions. This fixes a potential\nu8 overflow on out-of-range user input.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "5643f000c1e10ab991182478b76550e1364c3570",
      "tree": "950b2f61a5dd742de1c668ba968a9c8a99f1eab6",
      "parents": [
        "177294d19174cf92de22434bb1fc9a8ecdbbe658",
        "3ae5eaec1d2d9c0cf53745352e7d4b152810ba24"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 09:24:26 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 09:24:26 2005 -0800"
      },
      "message": "Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel\n"
    },
    {
      "commit": "d12eb7e11cf30c30f639b2093735af2ac177830b",
      "tree": "bffb0a9d3670cde15c9e9456e427f8bff10de937",
      "parents": [
        "5e04e7fe774794b837e1d3897e6b96ae2d06679a"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dtor_core@ameritech.net",
        "time": "Thu Nov 10 22:10:55 2005 -0500"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Fri Nov 11 08:25:07 2005 -0800"
      },
      "message": "[PATCH] Input: convert hdaps to dynamic input_dev allocation.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "3ae5eaec1d2d9c0cf53745352e7d4b152810ba24",
      "tree": "d8825be54cefb6ad6707478d719c8e30605bee7b",
      "parents": [
        "00d3dcdd96646be6059cc21f2efa94c4edc1eda5"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Wed Nov 09 22:32:44 2005 +0000"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Wed Nov 09 22:32:44 2005 +0000"
      },
      "message": "[DRIVER MODEL] Convert platform drivers to use struct platform_driver\n\nThis allows us to eliminate the casts in the drivers, and eventually\nremove the use of the device_driver function pointer methods for\nplatform device drivers.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "4a1c4447e523003019a2bf9b972ed6fe411e84d2",
      "tree": "90dc9edf07dc4373e5c474c6d0083afd8a201998",
      "parents": [
        "ef9627464490fe67235bbd5724d55345b92c0315"
      ],
      "author": {
        "name": "Yuan Mu",
        "email": "Ymu@winbond.com.tw",
        "time": "Mon Nov 07 22:19:04 2005 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Nov 07 21:46:37 2005 -0800"
      },
      "message": "[PATCH] hwmon: Fix two w83627hf bugs\n\n* Fix in4 reads for W83627THF and W83637HF chips.\n* Use the correct register for alarm flags.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "b0020e3f526cdbb2eb9408bc1b12171b3b91625b",
      "tree": "19945e9a207728da08998bff90427cb94d2c1b01",
      "parents": [
        "b449f63c8ce4a517cb91f237cc3d68d083ec2dd3"
      ],
      "author": {
        "name": "Andrew Morton",
        "email": "akpm@osdl.org",
        "time": "Mon Nov 07 01:01:49 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 07:54:09 2005 -0800"
      },
      "message": "[PATCH] max1619 fix\n\nSomething horrid has happened to the indenting and braces in this function,\nproducing a warning:\n\ndrivers/hwmon/max1619.c: In function `max1619_detect\u0027:\ndrivers/hwmon/max1619.c:196: warning: `man_id\u0027 might be used uninitialized in this function\ndrivers/hwmon/max1619.c:196: warning: `chip_id\u0027 might be used uninitialized in this function\n\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "6044ec8882c726e325017bd948aa0cd94ad33abc",
      "tree": "3bfc5dc93434e8ad556540f6689abcd2699aa45d",
      "parents": [
        "2ea7533060e361810c21b2f5ee02151c4dfb85d8"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jesper.juhl@gmail.com",
        "time": "Mon Nov 07 01:01:32 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 07:54:05 2005 -0800"
      },
      "message": "[PATCH] kfree cleanup: misc remaining drivers\n\nThis is the remaining misc drivers/ part of the big kfree cleanup patch.\n\nRemove pointless checks for NULL prior to calling kfree() in misc files in\ndrivers/.\n\nSigned-off-by: Jesper Juhl \u003cjesper.juhl@gmail.com\u003e\nAcked-by: Aristeu Sergio Rozanski Filho \u003caris@cathedrallabs.org\u003e\nAcked-by: Roland Dreier \u003crolandd@cisco.com\u003e\nAcked-by: Pierre Ossman \u003cdrzeus@drzeus.cx\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nAcked-by: Len Brown \u003clen.brown@intel.com\u003e\nAcked-by: \"Antonino A. Daplas\" \u003cadaplas@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "8c65b4a60450590e79a28e9717ceffa9e4debb3f",
      "tree": "e0e42b5faee0a1c44746a36d9df7a8fbb2a2c24c",
      "parents": [
        "6fdcc2162285a8fc96ab12ff85086c37bceaa494"
      ],
      "author": {
        "name": "Tim Schmielau",
        "email": "tim@physik3.uni-rostock.de",
        "time": "Mon Nov 07 00:59:43 2005 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Mon Nov 07 07:53:41 2005 -0800"
      },
      "message": "[PATCH] fix remaining missing includes\n\nFix more include file problems that surfaced since I submitted the previous\nfix-missing-includes.patch.  This should now allow not to include sched.h\nfrom module.h, which is done by a followup patch.\n\nSigned-off-by: Tim Schmielau \u003ctim@physik3.uni-rostock.de\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "d052d1beff706920e82c5d55006b08e256b5df09",
      "tree": "dac91b70361b405ab8e15207f514a2f3e991e93d",
      "parents": [
        "8a212ab6b8a4ccc6f3c3d1beba5f92655c576404"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@dyn-67.arm.linux.org.uk",
        "time": "Sat Oct 29 19:07:23 2005 +0100"
      },
      "committer": {
        "name": "Russell King",
        "email": "rmk+kernel@arm.linux.org.uk",
        "time": "Sat Oct 29 19:07:23 2005 +0100"
      },
      "message": "Create platform_device.h to contain all the platform device details.\nConvert everyone who uses platform_bus_type to include\nlinux/platform_device.h.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "b890a07f7b002ee473986fa85ae3582de399a4cf",
      "tree": "d29b5a2d41d0a6ce7b5da57576cb876f53e29eac",
      "parents": [
        "90209b42d0498d57a804bf81fea427bf39c5315c"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Oct 26 22:21:24 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:14 2005 -0700"
      },
      "message": "[PATCH] hwmon: smsc47m1 documentation update\n\nThe SMSC LPC47M997 Super-I/O chip seems to be compatible with the\nLPC47M192, so it is supported by the smsc47m1 driver.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "90209b42d0498d57a804bf81fea427bf39c5315c",
      "tree": "e6668317e71a45ed585ecdb27eafa0b285dc9f33",
      "parents": [
        "c3df5806cdae6fac678c662b527cb974bef4b60c"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Oct 26 22:20:21 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:14 2005 -0700"
      },
      "message": "[PATCH] hwmon: lm90 documentation update\n\nUpdate the I2C addresses for the ADM1032 and ADT7461 chips.\nAlso update the links to the Analog Devices web site.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "c3df5806cdae6fac678c662b527cb974bef4b60c",
      "tree": "a510da8447852247907dd6896cdf51c7e3d60844",
      "parents": [
        "8256fe0f40f1cd72f80f2c46fe0ab1638f03a98d"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Oct 26 21:39:40 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:14 2005 -0700"
      },
      "message": "[PATCH] hwmon: Add PEC support to the lm90 driver\n\nAdd PEC support to the lm90 driver. Only the ADM1032 chip supports it,\nand in a rather tricky way, which is why this patch comes with\ndocumentation reinforcements. At least, this demonstrates that the new\nPEC support logic in i2c-core can properly deal with chips with partial\nPEC support.\n\nAs enabling PEC causes a significant performance drop, it can be\ndisabled through a sysfs file (unsurprisingly named \"pec\").\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "8256fe0f40f1cd72f80f2c46fe0ab1638f03a98d",
      "tree": "7a61802fe469ad3f199506ed832ad460d32b3649",
      "parents": [
        "e8aac4a9b417643dd9739b48473790a09b8b6cbe"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Oct 26 21:37:52 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:14 2005 -0700"
      },
      "message": "[PATCH] hwmon: Separate the lm90 register read function\n\nPreparatory patch to add PEC support to the lm90 driver. We need a\ncentralized function to read register values, where the PEC code will\nbe later inserted. A positive side effect is that read errors are now\nhandled properly.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "c49efceffa599299ab3f38b1cdf8c2f1bf9811c4",
      "tree": "e7b0124f85ad5563875c92679545f4c2fb38c956",
      "parents": [
        "d8d2061590c87c20bf78133461bc74df78803ecb"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Oct 26 21:07:25 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:13 2005 -0700"
      },
      "message": "[PATCH] hwmon: Static function fixes, 3 of 4\n\nFixup functions that have been declared static\nand then actually defined without the static on.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "d8d2061590c87c20bf78133461bc74df78803ecb",
      "tree": "39ca3da820be362cabfff53f9d5446f6c3dc8059",
      "parents": [
        "6536c49a1ee2bd85eee0e7fa41e67c5743f2f93e"
      ],
      "author": {
        "name": "Ben Dooks",
        "email": "ben-linux@fluff.org",
        "time": "Wed Oct 26 21:05:46 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:13 2005 -0700"
      },
      "message": "[PATCH] hwmon: Static function fixes, 2 of 4\n\nlm78.c and lm85.c have a number of items declared static\nthen implemented without the static on them. The following\npatch fixes these sparse errors.\n\nSigned-off-by: Ben Dooks \u003cben-linux@fluff.org\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ba9c2e8d15da029ea3051c95e446b2d638ef02e2",
      "tree": "28272b92080f18f16008c09464190939183c8698",
      "parents": [
        "2286066faf51890e49ad61e2ceab683666cd9108"
      ],
      "author": {
        "name": "Deepak Saxena",
        "email": "dsaxena@plexity.net",
        "time": "Mon Oct 17 23:08:32 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:12 2005 -0700"
      },
      "message": "[PATCH] hwmon: kzalloc conversion\n\nUse kzalloc instead of kmalloc+memset in all hardware monitoring\ndrivers.\n\nSigned-off-by: Deepak Saxena \u003cdsaxena@plexity.net\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ddec748f328af6b67e4d0ce0248a8e9f36751827",
      "tree": "ce99658260e0a5f3d56e67d5d33ce8e498947990",
      "parents": [
        "7ab83a9137ccd3e092fb6ad0cb105b4d1fb617ae"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Oct 17 23:02:42 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:11 2005 -0700"
      },
      "message": "[PATCH] hwmon: Missing class check in two hwmon drivers\n\nThe atxp1 and ds1621 drivers should make sure they do not probe\nnon-hwmon i2c adapters.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "7ab83a9137ccd3e092fb6ad0cb105b4d1fb617ae",
      "tree": "e76341e6617eac19514ce2e41768514f7c9acedb",
      "parents": [
        "1747ef1b8c9b7b9c6a9aae3543a9b99acabb7e10"
      ],
      "author": {
        "name": "Mark M. Hoffman",
        "email": "mhoffman@lightlink.com",
        "time": "Mon Oct 17 23:01:45 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:11 2005 -0700"
      },
      "message": "[PATCH] hwmon: New device ID for the smsc47b397 driver\n\nThis patch adds a new ID to the SMSC LPC47B397-NC hardware\nmonitoring driver - for a chip that is claimed to be 100%\ncompatible otherwise.\n\nSigned-off-by: Bryan Young (Utilitek Systems, Inc.)\nSigned-off-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "862bc36f682b25dd97833f702b4f8c97661b8811",
      "tree": "bdafe5326e72ec7cc9a677746ca7332ae73e7bd3",
      "parents": [
        "91749996287c230671788014f422f72e594e7b86"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Oct 08 00:12:01 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:10 2005 -0700"
      },
      "message": "[PATCH] hwmon: Drop useless w83627hf initialization step\n\nDrop a useless initialization step in the w83627hf driver. The comment\nsays that the W83627HF PWM2 can be disabled, but it can\u0027t. I suppose\nthis is a leftover from the w83781d driver (from which the w83627hf\ndriver is derived), as for example the W83782D had the ability to\ndisable PWM2.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "91749996287c230671788014f422f72e594e7b86",
      "tree": "65da0e02eba42ad395db31e36cc673b65a2c5706",
      "parents": [
        "80ce3b7d0f52877b80cddc3ace8b332d888f0131"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Oct 08 00:10:00 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:09 2005 -0700"
      },
      "message": "[PATCH] hwmon: Drop legacy ISA address support from it87\n\nDrop legacy ISA address support from the it87 driver. All supported\nchips are Super-I/O chips, so the device ISA address can be safely read\nfrom Super-I/O space rather than blindly assumed.\n\nTwo nearby inaccurate documentation statements have been fixed as well:\n* The IT8705F doesn\u0027t have an SMBus interface.\n* The SiS950 doesn\u0027t have a distinct prefix.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ada0c2f8fa087dc1dbc34e096c318739b1d6381a",
      "tree": "e7f80d1336e2190c138fd4226438195e2f67839d",
      "parents": [
        "bf813b314a2271c3f3903eb3279ebf5e09b3d27a"
      ],
      "author": {
        "name": "Petr Vandrovec",
        "email": "vandrove@vc.cvut.cz",
        "time": "Fri Oct 07 23:11:03 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:09 2005 -0700"
      },
      "message": "[PATCH] hwmon: Fix w83627ehf/hf vs PNPACPI conflict (bug #4014)\n\nThis patch changes w83627hf and w83627ehf drivers to reserve only ports\n0x295-0x296, instead of full 0x290-0x297 range.  While some other\nsensors chips respond to all addresses in 0x290-0x297 range, Winbond\nchips respond to 0x295-0x296 only (this behavior is implied by\ndocumentation, and matches behavior observed on real systems).  This is\nnot problem alone, as no BIOS was found to put something at these unused\naddresses, and sensors chip itself provides nothing there as well.\n\nBut in addition to only respond to these two addresses, also BIOS\nvendors report in their ACPI-PnP structures that there is some resource\nat I/O address 0x295 of length 2.  And when later this hwmon driver\nattempts to request region with base 0x290/length 8, it fails as one\nrequest_region cannot span more than one device.\n\nDue to this we have to ask only for region this hardware really\noccupies, otherwise driver cannot be loaded on systems with ACPI-PnP\nenabled.\n\nSigned-off-by: Petr Vandrovec \u003cvandrove@vc.cvut.cz\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "cb929eae78ec0b243dbf58039bce4af354f6020c",
      "tree": "bdd5d708bac06c95c4ff067ff8f21688e9b31143",
      "parents": [
        "709439a284bc5b7d42a70fee7119feb186c1ca99"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Sep 25 16:45:03 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:07 2005 -0700"
      },
      "message": "[PATCH] hwmon: Minor w83l785ts optimization\n\nUsing s8 instead of u8 to store temperature register values saves a\nfew instructions on sysfs file read. The very same was done for\nseveral other drivers a while ago (lm63, lm83, lm90...)\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n drivers/hwmon/w83l785ts.c |    4 ++--\n 1 file changed, 2 insertions(+), 2 deletions(-)\n"
    },
    {
      "commit": "709439a284bc5b7d42a70fee7119feb186c1ca99",
      "tree": "12b41b5091cac96e2cff9d3ee878944689642616",
      "parents": [
        "d6072f842a77014220683ee5b781b7cee8f020d1"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Sep 25 16:41:18 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:06 2005 -0700"
      },
      "message": "[PATCH] hwmon: w83l785ts converted to dynamic sysfs callbacks\n\nConvert the w83l785ts driver to use dynamic sysfs callbacks. This is a\nsmall driver so the benefit is thin, but still worth it.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n drivers/hwmon/w83l785ts.c |   36 ++++++++++++++++++------------------\n 1 file changed, 18 insertions(+), 18 deletions(-)\n"
    },
    {
      "commit": "7d845b10d06fa20a595a5161edabc5e846ed28a6",
      "tree": "93082c4be645f1d7a242e34de74d343e1aa3ff46",
      "parents": [
        "0200296310a454b39efc995e676f9ff60e641edb"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Sep 25 16:29:38 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:06 2005 -0700"
      },
      "message": "[PATCH] hwmon: Discard bogus comment about init setting limits\n\nDiscard a common out-of-date comment in 5 hardware monitoring drivers.\nThe hardware monitoring chip drivers are no more setting sensor limits\nat initialization time, for quite some time already.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n drivers/hwmon/lm78.c     |    1 -\n drivers/hwmon/via686a.c  |    1 -\n drivers/hwmon/w83627hf.c |    1 -\n drivers/hwmon/w83781d.c  |    1 -\n drivers/hwmon/w83792d.c  |    1 -\n 5 files changed, 5 deletions(-)\n"
    },
    {
      "commit": "0200296310a454b39efc995e676f9ff60e641edb",
      "tree": "9567c8d36528a4118e45c4d589dc40ea4af1cc85",
      "parents": [
        "605070952f0b41caaa211c47b02eeac703529008"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Sep 25 16:26:44 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:06 2005 -0700"
      },
      "message": "[PATCH] hwmon: Discard explicit static initializations to 0\n\nKill explicit static initializations to 0 in 2 hwmon drivers.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n drivers/hwmon/adm1021.c |    2 +-\n drivers/hwmon/via686a.c |    2 +-\n 2 files changed, 2 insertions(+), 2 deletions(-)\n"
    },
    {
      "commit": "b918ecd2429e1a89b846d9e49ca4520b963c13e8",
      "tree": "396e8a1f2e958f713722b53c2ab68c66e9b265b3",
      "parents": [
        "e415e48b68155bea8b5452113dedba4ec486f3f6"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Sep 25 16:18:49 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:06 2005 -0700"
      },
      "message": "[PATCH] hwmon: Do not forcibly enable via686a by default\n\nDo not enable the VIA VT82C686A/B integrated sensors by default, as\ndisabled sensors usually means that this feature is not used so the\nvalues won\u0027t make any sense. This has been confusing many users in the\npast:\n\n  http://www2.lm-sensors.nu/~lm78/readticket.cgi?ticket\u003d1786\n  http://www2.lm-sensors.nu/~lm78/readticket.cgi?ticket\u003d1811\n  http://www2.lm-sensors.nu/~lm78/readticket.cgi?ticket\u003d2052\n\nIt is still possible to forcibly enable the sensors by using the\nforce_addr module parameter.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n Documentation/hwmon/via686a |   17 +++++++++++++++--\n drivers/hwmon/via686a.c     |   18 +++++++++++-------\n 2 files changed, 26 insertions(+), 9 deletions(-)\n"
    },
    {
      "commit": "e415e48b68155bea8b5452113dedba4ec486f3f6",
      "tree": "6da1a29383371ab143d0ae5b3d5e6fd9f7d3d0fd",
      "parents": [
        "088341bd0c78143bf82ff21f7f0a715f99568c73"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Sep 25 16:14:18 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:06 2005 -0700"
      },
      "message": "[PATCH] hwmon: adm9240 whitespace cleanups\n\nThis whitespace cleanup patch removes one trailing space and breaks\nlines longer than 80 characters.\n\nSigned-off-by: Grant Coady \u003cgcoady@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n drivers/hwmon/adm9240.c |   33 +++++++++++++++++++++------------\n 1 file changed, 21 insertions(+), 12 deletions(-)\n"
    },
    {
      "commit": "088341bd0c78143bf82ff21f7f0a715f99568c73",
      "tree": "5044d28b37f1a7f46575810e5e2bb8bcee78d965",
      "parents": [
        "c7461a6652f40ce4f8e19d7368c7a807a618fb68"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Sep 10 23:00:46 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:05 2005 -0700"
      },
      "message": "[PATCH] hwmon: via686a: save 0.5k by long v[256] -\u003e s16 v[256]\n\nWe can save 0.5kB of data in the via686a driver.\n\nFrom: Denis Vlasenko \u003cvda@ilport.com.ua\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "c7461a6652f40ce4f8e19d7368c7a807a618fb68",
      "tree": "b70812c3be404c00d6733c0cf95a8f0bcbab0ab7",
      "parents": [
        "205cf13e0b57500e2cc6442effa991c1a63f4db7"
      ],
      "author": {
        "name": "Grant Coady",
        "email": "grant_lkml@dodo.com.au",
        "time": "Sat Sep 17 05:32:57 2005 +1000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:05 2005 -0700"
      },
      "message": "[PATCH] hwmon: adm9240 driver update - dynamic sysfs\n\nhwmon: adm9240 update 2/2: convert to use dynamic sysfs accessors\n\nThis patch converts adm9240 to use Yani Ioannou\u0027s dynamic sysfs callbacks,\nreducing driver memory footprint from 16312 to 14104 bytes on 2.6.14-rc1,\nremoving the old driver macro mess.\n\nRun tested on Intel SE440BX-2 mobo.\n\nSigned-off-by: Grant Coady \u003cgcoady@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "205cf13e0b57500e2cc6442effa991c1a63f4db7",
      "tree": "8519455083b045e270e0513646a76d351567b3bb",
      "parents": [
        "84860bf0644d7c45afe7ddbd30731c3e3c371fae"
      ],
      "author": {
        "name": "Grant Coady",
        "email": "grant_lkml@dodo.com.au",
        "time": "Sat Sep 17 05:32:55 2005 +1000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:05 2005 -0700"
      },
      "message": "[PATCH] hwmon: adm9240 driver update - cleanups\n\nhwmon: adm9240 update 1/2: cleanups:\n\no remove i2c read/write wrapper interface as it does nothing,\no change kmalloc + memset to kzalloc\n\nSigned-off-by: Grant Coady \u003cgcoady@gmail.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "9480e307cd88ef09ec9294c7d97ebec18e6d2221",
      "tree": "967e26d3a23c24dd52b114d672312c207714308c",
      "parents": [
        "a3a3395e487abc4c1371fe319a8ecbb3913a70a4"
      ],
      "author": {
        "name": "Russell King",
        "email": "rmk@arm.linux.org.uk",
        "time": "Fri Oct 28 09:52:56 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 09:52:56 2005 -0700"
      },
      "message": "[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks\n\nIn PM v1, all devices were called at SUSPEND_DISABLE level.  Then\nall devices were called at SUSPEND_SAVE_STATE level, and finally\nSUSPEND_POWER_DOWN level.  However, with PM v2, to maintain\ncompatibility for platform devices, I arranged for the PM v2\nsuspend/resume callbacks to call the old PM v1 suspend/resume\ncallbacks three times with each level in order so that existing\ndrivers continued to work.\n\nSince this is obsolete infrastructure which is no longer necessary,\nwe can remove it.  Here\u0027s an (untested) patch to do exactly that.\n\nSigned-off-by: Russell King \u003crmk+kernel@arm.linux.org.uk\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "53f4654272df7c51064825024340554b39c9efba",
      "tree": "e3e7b82a6bb0040ffbd267b250be2720704b98f2",
      "parents": [
        "51d172d5f3a193e4b8f76179b2e55d7a36b94117"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Oct 27 22:25:43 2005 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 09:52:52 2005 -0700"
      },
      "message": "[PATCH] Driver Core: fix up all callers of class_device_create()\n\nThe previous patch adding the ability to nest struct class_device\nchanged the paramaters to the call class_device_create().  This patch\nfixes up all in-kernel users of the function.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "4c87b74c72d42f7272aa4bf8f17c73bb53774eee",
      "tree": "0547b7d7d9f0fc8b271fdf22a5d78617bc8e4bca",
      "parents": [
        "609725f87709724218047a1049913ed233f79d3c"
      ],
      "author": {
        "name": "Robert Love",
        "email": "rml@novell.com",
        "time": "Thu Sep 22 21:44:00 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Thu Sep 22 22:17:34 2005 -0700"
      },
      "message": "[PATCH] hdaps: small update.\n\n- Handle dmi_system_check() elegantly, now that my bugfix is upstream.\n\n- Add support for the X41 and R52.\n\n- Cleanup some comments do I do not have to keep updating them with each\n  new whitelisted laptop.\n\nSigned-off-by: Robert Love \u003crml@novell.com\u003e\n\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "393ad299658d8464149820363ee09bdf3fd45566",
      "tree": "ac94978c75bc8587ad3fd232dabfee98e440943a",
      "parents": [
        "53d2be79d5981b7efc8c5ec1169613bba95bde20"
      ],
      "author": {
        "name": "Robert Love",
        "email": "rml@novell.com",
        "time": "Fri Sep 16 19:28:07 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@g5.osdl.org",
        "time": "Sat Sep 17 11:50:02 2005 -0700"
      },
      "message": "[PATCH] hdaps driver update\n\n- Remove the relative input device\n- Add an absolute input device\n- Misc. cleanup and bug fixing\n\nThe patch is sizable due to the cleanup from removing the relative input\ndevice (net -112 lines).\n\nSigned-off-by: Robert Love \u003crml@novell.com\u003e\nCc: Dmitry Torokhov \u003cdtor_core@ameritech.net\u003e\nCc: Greg KH \u003cgreg@kroah.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    },
    {
      "commit": "2251cf1a4b37bd483501614c2d78f5b8286f20d7",
      "tree": "40fee772d99be7e5d810ec9b493d98fadcaa4218",
      "parents": [
        "0db9714a0ca2a1a36721a2e90fbfcbdf3d5ff117"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Sep 04 22:52:17 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Sep 09 14:34:21 2005 -0700"
      },
      "message": "[PATCH] hwmon: w83627hf: no reset by default\n\nMake the reset of the chips in w83627hf optional rather than the\ndefault. This reset has been causing trouble several times already. It\nmay even go completely away unless it proves to be useful to at least\none user.\n\nCloses bug #5168:\nhttp://bugzilla.kernel.org/show_bug.cgi?id\u003d5168\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "0db9714a0ca2a1a36721a2e90fbfcbdf3d5ff117",
      "tree": "54925ad167934ff7a448a55ee0906b08eb78025e",
      "parents": [
        "b51f64c0de0355338480093abb35d5232f6d349a"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Sep 06 21:21:54 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Sep 09 14:34:20 2005 -0700"
      },
      "message": "[PATCH] hwmon: Update smsc47m1 head comment\n\nUpdate the head comment of the smsc47m1 driver to mention all the\nsupported devices.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "b51f64c0de0355338480093abb35d5232f6d349a",
      "tree": "5d72e0ef37629387c8613c2b48afadafbeaca6b4",
      "parents": [
        "860e1d6b46bd4cbc67d8d065f0f682143513382f"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Sep 08 22:42:36 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Sep 09 14:34:20 2005 -0700"
      },
      "message": "[PATCH] hwmon: fix sis5595, via686a force_addr module parameter\n\nRecent changes to the i2c-isa design broke the force_addr parameter of\ntwo hardware monitoring drivers as a side effect: sis5595 and via686a.\nThe last address test was in fact useless beforehand, and the redesign\nturned it into a bug. I\u0027m sorry about that.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "860e1d6b46bd4cbc67d8d065f0f682143513382f",
      "tree": "704018339937594b5242d1e153752e0749fec6b9",
      "parents": [
        "5dce225bd9ea60e28e17076de63df0dee51b2883"
      ],
      "author": {
        "name": "Robert Love",
        "email": "rml@novell.com",
        "time": "Wed Aug 31 23:57:59 2005 -0400"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Sep 09 14:23:07 2005 -0700"
      },
      "message": "[PATCH] updated hdaps driver.\n\nDriver for the IBM Hard Drive Active Protection System (HDAPS), an\naccelerometer found in most modern ThinkPads.\n\nSigned-off-by: Robert Love \u003crml@novell.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "11be27ea9bfd0ea7bca797ba6937285d18d426c2",
      "tree": "84d4952d0784b42990a3fbe1836d47992a22448d",
      "parents": [
        "694fa056a60828ef54a5db958468cc600c3b3622"
      ],
      "author": {
        "name": "Jim Cromie",
        "email": "jim.cromie@gmail.com",
        "time": "Fri Sep 02 23:05:07 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:26:55 2005 -0700"
      },
      "message": "[PATCH] hwmon: (3/3) pc87360 driver update\n\npc87360: consolidate fan helper\n\nThis patch consolidates the _set_fan_min() helper routine into the 2\nline sysfs-callback wrapper that uses it.\n\nSigned-off-by: Jim Cromie \u003cjim.cromie@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "694fa056a60828ef54a5db958468cc600c3b3622",
      "tree": "ad18cb871ffc475a6dfb7ff09dda6996b6e62f1b",
      "parents": [
        "f0986bd8f390392948db85dac526fb238752372b"
      ],
      "author": {
        "name": "Jim Cromie",
        "email": "jim.cromie@gmail.com",
        "time": "Fri Sep 02 22:57:52 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:26:55 2005 -0700"
      },
      "message": "[PATCH] hwmon: (2/3) pc87360 driver update\n\npc87360: number-skew to init\n\nThe temp, therm, fan, pwm callbacks all have an offset skew in the code\nwhich accommodates attribute numbering conventions under\n/sys/bus/i2c/devices/9191-6620/ (ie they start at 1)\n\nThis patch moves that skew into the declaration, and out of the\nfunctions (except for therm, where we simplify from 2 skews to 1). The\ndeclarative skew is clearer, less error-prone, and more efficient.\n\nThe use of 11+offset-4 below reflects the fact that the sysfs numbering\nof these units is 4, 5, 6, but they use internal VLM units 11, 12, 13 to\nmeasure the thermistor voltages.\n\nThere\u0027s one remaining skew factor, in *_crit callbacks below, because\nthere are no critical thresholds for voltages 0-10, only for those\nsupporting the thermistors.\n\nSigned-off-by: Jim Cromie \u003cjim.cromie@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "f0986bd8f390392948db85dac526fb238752372b",
      "tree": "2d4851d8d17ac9576ca8dbd223ee378700475bbe",
      "parents": [
        "a89923fff79f8eeed0ccdf51e13453754e48a71e"
      ],
      "author": {
        "name": "Jim Cromie",
        "email": "jim.cromie@gmail.com",
        "time": "Fri Sep 02 22:52:43 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:26:54 2005 -0700"
      },
      "message": "[PATCH] hwmon: (1/3) pc87360 driver update\n\nUse the new \"dynamic sysfs callbacks\", as introduced recently by Yani\nIoannou, in pc87360.\n\nNote that this change isn\u0027t indiscriminate.  Only those attributes that\nwould benefit from having an index (i.e., those which are\nmacro-repeated) have been converted.\n\nThis significantly shrinks the size of the module:\n  before:  49235  drivers/hwmon/pc87360.ko\n  after:   32532  drivers/hwmon/pc87360.ko\n\nSigned-off-by: Jim Cromie \u003cjim.cromie@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "3b6c0634cc989f0735a1541ccf9288947685cab5",
      "tree": "55c4697ce3835e35148d18572ceb7a30253b315e",
      "parents": [
        "19f673eddb5a406be72989fb57b7f286772b8cf4"
      ],
      "author": {
        "name": "R.Marek@sh.cvut.cz",
        "email": "R.Marek@sh.cvut.cz",
        "time": "Fri Aug 05 15:40:11 2005 +0000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:24 2005 -0700"
      },
      "message": "[PATCH] hwmon: VID table update\n\nThis patch updates the VID entries, so any future\nIntel CPU will be detected as unknown rather than 9.0\n\nSigned-off-by: Rudolf Marek \u003cr.marek@sh.cvut.cz\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "19f673eddb5a406be72989fb57b7f286772b8cf4",
      "tree": "d552112cd0721467e6ff0a13f8eef7c3491c847c",
      "parents": [
        "d0f282706df877f8fd8869419e308d24eedb523b"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Jul 31 22:12:09 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:24 2005 -0700"
      },
      "message": "[PATCH] hwmon: hwmon vs i2c, second round (11/11)\n\nUse the common vid_from_reg function in lm78 rather than\nreimplementing it.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "d0f282706df877f8fd8869419e308d24eedb523b",
      "tree": "a0305b5bcb691fa7bc7005b56b4dc45263fb3cbb",
      "parents": [
        "ee70d3a33368038d41985474d9e70ac07f19651c"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Aug 01 22:50:08 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:23 2005 -0700"
      },
      "message": "[PATCH] hwmon: hwmon vs i2c, second round (10/11)\n\nI see very little reason why vid_from_reg is inlined. It is not\nexactly short, its parameters are seldom known in advance, and it is\nnever called in speed critical areas. Uninlining it should cause\nlittle performance loss if any, and saves a signficant space as well\nas compilation time.\n\nAs suggested by Alexey Dobriyan, I am leaving vid_to_reg inline for now,\nas it is short and has a single user so far.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "da97a5a3279340462e8be6612feabc4b28883f87",
      "tree": "d4c40ea5d37cffc2316c0528a8d9807fe114abde",
      "parents": [
        "303760b44a7a142cb9f4c9df4609fb63bbda98db"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Jul 31 21:54:28 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:22 2005 -0700"
      },
      "message": "[PATCH] hwmon: hwmon vs i2c, second round (08/11)\n\nCleanup hwmon-vid a bit, fixing typos, rewording some comments and\nreindenting properly at places.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "303760b44a7a142cb9f4c9df4609fb63bbda98db",
      "tree": "8097f99cd993bc005b25e14a5690770b6e351195",
      "parents": [
        "f4b50261207c987913f076d867c2e154d71fd012"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Jul 31 21:52:01 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:22 2005 -0700"
      },
      "message": "[PATCH] hwmon: hwmon vs i2c, second round (07/11)\n\nThe only part left in i2c-sensor is the VRM/VRD/VID handling code.\nThis is in no way related to i2c, so it doesn\u0027t belong there. Move\nthe code to hwmon, where it belongs.\n\nNote that not all hardware monitoring drivers do VRM/VRD/VID\noperations, so less drivers depend on hwmon-vid than there were\ndepending on i2c-sensor.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "f4b50261207c987913f076d867c2e154d71fd012",
      "tree": "0b50cfa93f2e1e6a877f51028f93539db0e4547e",
      "parents": [
        "96478ef3f3f71fa929cc905cc794993e312d9a5d"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Jul 31 21:49:03 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:21 2005 -0700"
      },
      "message": "[PATCH] hwmon: hwmon vs i2c, second round (06/11)\n\nThe only thing left in i2c-sensor.h are module parameter definition\nmacros. It\u0027s only an extension of what i2c.h offers, and this extension\nis not sensors-specific. As a matter of fact, a few non-sensors drivers\nuse them. So we better merge them in i2c.h, and get rid of i2c-sensor.h\naltogether.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "2ed2dc3c116d26fc6a9384e83d136b15cc203b6c",
      "tree": "c79308b2cfe55eaddc95c47cbcafa6e0cae27413",
      "parents": [
        "b78ec31582c60578ee1d3bb470791d6dde96ccf7"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sun Jul 31 21:42:02 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:20 2005 -0700"
      },
      "message": "[PATCH] hwmon: hwmon vs i2c, second round (04/11)\n\ni2c_probe and i2c_detect now do the exact same thing and operate on\nthe same data structure, so we can have everyone call i2c_probe.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5cb802293e87035920d47979107af8cf42a2f62a",
      "tree": "f543daa9379e4ddfbf1de92283680d3c49ee69e5",
      "parents": [
        "53ae11b08353268c4012ef107bf205a0724d71aa"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Fri Jul 29 20:51:54 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:17 2005 -0700"
      },
      "message": "[PATCH] hwmon: lm85: trivial cleanups\n\nRemove an unused macro and an outdated comment from the lm85 driver.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "53ae11b08353268c4012ef107bf205a0724d71aa",
      "tree": "10820fdc417eb80a329a3326315fe74d5f545ae3",
      "parents": [
        "b6d7b3d1b5a388b7e9af2629a9ecccedee064078"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Jul 28 23:14:59 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:17 2005 -0700"
      },
      "message": "[PATCH] hwmon: move SENSORS_LIMIT to hwmon.h\n\nMove SENSORS_LIMIT from i2c-sensor.h to hwmon.h, as it is in no way\nrelated to i2c.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "e6cfb3ad7209e4f4dcdc14f5fc437db55667041f",
      "tree": "13f6390bd5a31db45012ff93d9b93968256a7ab7",
      "parents": [
        "7bef559455fc71f66f8573cc1aafe1dd33966c1c"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jul 27 21:32:02 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:15 2005 -0700"
      },
      "message": "[PATCH] hwmon: tag super-i/o find functions __init\n\nSuper-I/O find functions in hardware monitoring drivers can be tagged\n__init as they are only called from functions themselves tagged __init.\nTwo of them (smsc47b397 and w83627ehf) already do, but the other four\nof them (it87, pc87360, smsc47m1 and w83627hf) did not.\n\nThis saves a few bytes of memory after the drivers are loaded, 192 in\nthe case of the it87 driver.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "7bef559455fc71f66f8573cc1aafe1dd33966c1c",
      "tree": "6c342574710f730d39bf5383f81eaa9f9bb10a25",
      "parents": [
        "1ff4e3065b41847b6fe5908b1214cb508dd49e61"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jul 27 22:14:49 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:14 2005 -0700"
      },
      "message": "[PATCH] I2C: refactor message in i2c_detach_client\n\nWe could refactor the error message 34 different i2c drivers print if\ni2c_detach_client() fails in this function itself. Saves quite a few\nlines of code. Documentation is updated to reflect that change.\n\nNote that this patch should be applied after Rudolf Marek\u0027s w83792d\npatches.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ce785ab460ce8728a9daf337ba8fab3ba692b6aa",
      "tree": "ff3bbb4d1f417b4db05ad8d3c7e96f1ee82caf93",
      "parents": [
        "5563e27d3a42667734e81c1cb8ad72bff76321f6"
      ],
      "author": {
        "name": "R.Marek@sh.cvut.cz",
        "email": "R.Marek@sh.cvut.cz",
        "time": "Wed Jul 27 11:50:18 2005 +0000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:13 2005 -0700"
      },
      "message": "[PATCH] I2C: W83792D add hwmon class register 2/3\n\nThis patch adds registration of hwmon class. Tested with help of i2c-stub.\n\nSigned-off-by: Rudolf Marek \u003cr.marek@sh.cvut.cz\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5563e27d3a42667734e81c1cb8ad72bff76321f6",
      "tree": "c04676ff2cd3730efeb1a5b3dda2d9df9b1c1279",
      "parents": [
        "570aefc361d3315ec6749f573009286106b0b2d8"
      ],
      "author": {
        "name": "R.Marek@sh.cvut.cz",
        "email": "R.Marek@sh.cvut.cz",
        "time": "Wed Jul 27 11:43:47 2005 +0000"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:13 2005 -0700"
      },
      "message": "[PATCH] I2C: W83792D driver 1/3\n\nI would like to announce support for W83792D chip. This driver was developed\nby Winbond Electronics Corp. I added sysfs attributes callbacks infrastructure\nplus various code fixes and codingstyle cleanups. I would like to thank Winbond\nfor supporting free software.\n\nThis patch is against 2.6.13rc3 plus hwmon-class and hwmon-split.\nSeparate patch for documantation and hwmon class register will follow.\n\nSigned-off-by: Rudolf Marek \u003cr.marek@sh.cvut.cz\u003e\nSigned-off-by: Chunhao Huang \u003cDZShen@Winbond.com.tw\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "02ff982c6911de1484e13a1d765d7bd31a0f8fee",
      "tree": "94e8c388df0de6561da7f10840f4e87dead18724",
      "parents": [
        "5071860aba7fc69279ab822638ed2c2e4549f9fd"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jul 20 00:05:33 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:12 2005 -0700"
      },
      "message": "[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (8/9)\n\nKill all uses of i2c_is_isa_adapter except for the hybrid drivers (it87,\nlm78, w83781d). The i2c-isa adapter not being registered with the i2c\ncore anymore, drivers don\u0027t have to fear being erroneously attached to\nit.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5071860aba7fc69279ab822638ed2c2e4549f9fd",
      "tree": "e23a3c7eba547c9d81c7680a40c41536c8a45da3",
      "parents": [
        "4926c0d4de77c5396a274ee7941ed7fc02afed26"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jul 20 00:02:32 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:12 2005 -0700"
      },
      "message": "[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (7/9)\n\nKill normal_isa in header files, documentation and all chip drivers, as\nit is no more used.\n\nnormal_i2c could be renamed to normal, but I decided not to do so at the\nmoment, so as to limit the number of changes. This might be done later\nas part of the i2c_probe/i2c_detect merge.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "2d8672c5a6ba0d3f1d8d3ad61ef67868941364f0",
      "tree": "f01f038198bad63fee4c7d23af806ad0ab4e5071",
      "parents": [
        "5042c7d752fe72c6924037058367f63902e68c5c"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Jul 19 23:56:35 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:10 2005 -0700"
      },
      "message": "[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (5/9)\n\nCall the ISA chip drivers detection function directly instead of relying\non i2c_detect. The net effect is that address lists won\u0027t be handled\nanymore, but they were mostly useless in the ISA case anyway (pc87360,\nsmsc47m1, smsc47b397 had already dropped them).\n\nWe don\u0027t need to handle multiple devices, all we may need is a way to\nforce a given address instead of the original one (some drivers already\ndo: sis5595, via686a, w83627hf), and, for drivers supporting multiple\nchips, a way to force one given kind. All this may be added later on\ndemand, but I actually don\u0027t think there will be much demand.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "5042c7d752fe72c6924037058367f63902e68c5c",
      "tree": "5ae9c01c08497279fb3ffeac0394261412bdd6a9",
      "parents": [
        "fde0950903ce8cc38a91dd095280decceda2ff82"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Jul 19 23:53:07 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:10 2005 -0700"
      },
      "message": "[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (4/9)\n\nAll ISA hardware monitoring drivers (including hybrid drivers) now have\na hard dependency on i2c-isa, so they must select I2C_ISA. As a result,\nCONFIG_I2C_ISA doesn\u0027t need to be left visible to the user. The good\nthing here is that users will stop complaining that some driver doesn\u0027t\nwork just because they forgot to compile or load i2c-isa.\n\nAt this point, all drivers are working again and the cleanup phase can\nbegin.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "fde0950903ce8cc38a91dd095280decceda2ff82",
      "tree": "5a970459793ac46ad7082f0d722616730b0589c2",
      "parents": [
        "400c455eaa0d0819d18cd42a74070e0e238a73dc"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Jul 19 23:51:07 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Sep 05 09:14:09 2005 -0700"
      },
      "message": "[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (3/9)\n\nConvert the 10 ISA hardware monitoring drivers (it87, lm78, pc87360,\nsis5595, smsc47b397, smsc47m1, via686a, w83627hf, w83627ehf, w83781d) to\nexplicitely register with i2c-isa. For hybrid drivers (it87, lm78,\nw83781d), we now have two separate instances of i2c_driver, one for the\nI2C interface of the chip, and one for ISA interface. In the long run,\nthe one for ISA will be replaced with a different driver type.\n\nAt this point, all drivers are working again, except for missing\ndependencies in Kconfig.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    }
  ],
  "next": "943b0830cebe4711354945ed3cb44e84152aaca0"
}
