)]}'
{
  "log": [
    {
      "commit": "c7bf71c517abfc3b15970d67910e0f62e0522939",
      "tree": "7c426f987ba9c338a81456e551f3a868e2ac27ac",
      "parents": [
        "a25cecce88194b2edf38b8c3b1665e9318eb2d22"
      ],
      "author": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Mon Jan 17 12:48:20 2011 -0800"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Tue Jan 18 12:22:54 2011 -0800"
      },
      "message": "hwmon: (lm93) Add support for LM94\n\nThis patch adds basic support for LM94 to the LM93 driver. LM94 specific\nsensors and features are not supported.\n\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "06f3d9fb4a7d3528121446e94ee37b95bba4d106",
      "tree": "8b2b2088b7169463f3bb66ddcf63a58b3c288664",
      "parents": [
        "d4b94e1fa6c69fd74abca5b7db1ab350d65ce89b"
      ],
      "author": {
        "name": "Juerg Haefliger",
        "email": "juergh@gmail.com",
        "time": "Wed Jan 12 21:55:13 2011 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Jan 12 21:55:13 2011 +0100"
      },
      "message": "hwmon: (dme1737) Minor cleanups\n\nMinor cleanups. Mostly removing assignments in if statements to get\nrid of checkpatch errors.\n\nSigned-off-by: Juerg Haefliger \u003cjuergh@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "d4b94e1fa6c69fd74abca5b7db1ab350d65ce89b",
      "tree": "89a7d4a1a5439896f64862cfd89d91c0a2a74d57",
      "parents": [
        "7a1b76f2a46016809c7bcacf81e89948cc306703"
      ],
      "author": {
        "name": "Juerg Haefliger",
        "email": "juergh@gmail.com",
        "time": "Wed Jan 12 21:55:13 2011 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Jan 12 21:55:13 2011 +0100"
      },
      "message": "hwmon: (dme1737) Add support for in7 for SCH5127\n\nAdd support for the 1.5V voltage monitoring input (in7) of the\nSMSC SCH5127 chip.\n\nSigned-off-by: Juerg Haefliger \u003cjuergh@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "7a1b76f2a46016809c7bcacf81e89948cc306703",
      "tree": "b89eb772453831af1c3fcb5aced429fcac7bb8af",
      "parents": [
        "3ea1bd58b999ec77c28834aa8be671168dfb7b79"
      ],
      "author": {
        "name": "Jekyll Lai",
        "email": "jekyll_lai@wistron.com",
        "time": "Wed Jan 12 21:55:12 2011 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Jan 12 21:55:12 2011 +0100"
      },
      "message": "hwmon: (emc1403) Add EMC1423 support\n\nEMC1423 uses the similar register and adds a hardware shutdown pin to\nprotect exceed temperature. This function is set by resistor; it\u0027s not\nnecessary to do anything in the driver except add the emc1423 pid of 0x23.\n\nSigned-off-by: Jekyll Lai \u003cjekyll_lai@wistron.com\u003e\n[Updated Kconfig/comments and minor further changes asked for by the hwmon\n maintainers]\nSigned-off-by: Alan Cox \u003calan@linux.intel.com\u003e\n[Fixed checkpatch warning]\nSigned-of--by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "36c7fe133e29a0b2558edaef18b2401e99765417",
      "tree": "acf904bde2e82ee480c8c9cc37f70bf52e680466",
      "parents": [
        "1b7243e8f51157103dcca33236163a191c8afd01"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 12 21:55:11 2011 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Jan 12 21:55:11 2011 +0100"
      },
      "message": "hwmon: (w83793) Drop useless mutex\n\nThis is the same case as fschmd, from which the code was copied as far\nas I can see. So the same clean-up applies:\n\nThe WDIOC_GETSUPPORT ioctl only needs a mutex because it operates on a\nstatic variable. There is no good reason to keep this variable static,\nso let\u0027s just make it non-static and drop the now useless mutex\naltogether.\n\nSee the discussion at:\nhttp://marc.info/?l\u003dlm-sensors\u0026m\u003d125563869402323\u0026w\u003d2\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Hans de Goede \u003chdegoede@redhat.com\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\nAcked-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nAcked-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "1b7243e8f51157103dcca33236163a191c8afd01",
      "tree": "2253a2b45164f4d4ca9e384eb0eefa56dfb04860",
      "parents": [
        "1ca28218eb57143d9ae6298f10c8a193696458a8"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 12 21:55:11 2011 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Jan 12 21:55:11 2011 +0100"
      },
      "message": "hwmon: (fschmd) Drop useless mutex\n\nAs discussed one year ago, the WDIOC_GETSUPPORT ioctl only needs a\nmutex because it operates on a static variable. There is no good\nreason to keep this variable static, so let\u0027s just make it non-static\nand drop the now useless mutex altogether.\n\nSee the discussion at:\nhttp://marc.info/?l\u003dlm-sensors\u0026m\u003d125563869402323\u0026w\u003d2\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Hans de Goede \u003chdegoede@redhat.com\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\nAcked-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nAcked-by: Thomas Gleixner \u003ctglx@linutronix.de\u003e\n"
    },
    {
      "commit": "1ca28218eb57143d9ae6298f10c8a193696458a8",
      "tree": "3fa9dca8c4ae539402c390f5d72c2f511c78821c",
      "parents": [
        "5e24e0c365e0f83f9a6f5adb3bd0cf5ca5cd8ab1"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Jan 12 21:55:11 2011 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Jan 12 21:55:11 2011 +0100"
      },
      "message": "hwmon: (w83781d) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\n[JD: Optimize repeated debug messages]\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "5e24e0c365e0f83f9a6f5adb3bd0cf5ca5cd8ab1",
      "tree": "ffeb632700e12cf897c9782f848d7dcdd60dd233",
      "parents": [
        "9e991c6fad4618a9158437f1f650225f9ec485c3"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Jan 12 21:55:11 2011 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Jan 12 21:55:11 2011 +0100"
      },
      "message": "hwmon: (pc87427) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "9e991c6fad4618a9158437f1f650225f9ec485c3",
      "tree": "e4d1547059d766289bcb365c82a893e75f2c7149",
      "parents": [
        "ce47da742ddd950197c29df6f9f89cf8adb5a0a1"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Jan 12 21:55:11 2011 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Jan 12 21:55:11 2011 +0100"
      },
      "message": "hwmon: (pc87360) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\n[JD: Also convert debug messages]\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "ce47da742ddd950197c29df6f9f89cf8adb5a0a1",
      "tree": "b10ea8c06b13a7bf1a9595b37e5f9dbfa7e7a682",
      "parents": [
        "a8ca103793350bd66280d56ee58870c682b54e75"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Jan 12 21:55:10 2011 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Jan 12 21:55:10 2011 +0100"
      },
      "message": "hwmon: (lm78) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "a8ca103793350bd66280d56ee58870c682b54e75",
      "tree": "8bc202ec2beddaabf0794f413f2139912b9beea7",
      "parents": [
        "632bdb24d717f1b24841b9dc31efb6837afe0c55"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Jan 12 21:55:10 2011 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Jan 12 21:55:10 2011 +0100"
      },
      "message": "hwmon: (it87) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "a516dc3e9b19adbcaa9aeda0100ee8ee2938748a",
      "tree": "fc4f5427bc90718829dd15434e067382b7d9500d",
      "parents": [
        "c32301b5957bb77579eb80ff5a84324d34b97346"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 12 21:55:10 2011 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Jan 12 21:55:10 2011 +0100"
      },
      "message": "hwmon: (w83793) Implement the standard intrusion detection interface\n\nWe have a standard intrusion detection interface now, drivers should\nimplement it. I\u0027ve left the old interface in place for the time being,\nwith a deprecation warning, it will be removed later.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "c32301b5957bb77579eb80ff5a84324d34b97346",
      "tree": "6c37d1b19ba0693759cfc736146c32e31f097917",
      "parents": [
        "0de2b244800b2c0d88d0a85bbe4a0b95fee13332"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 12 21:55:09 2011 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Jan 12 21:55:09 2011 +0100"
      },
      "message": "hwmon: (w83792d) Implement the standard intrusion detection interface\n\nWe have a standard intrusion detection interface now, drivers should\nimplement it. I\u0027ve left the old interface in place for the time being,\nwith a deprecation warning, it will be removed later.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "0de2b244800b2c0d88d0a85bbe4a0b95fee13332",
      "tree": "0dc02243a53cb39402df923766d87a83a6d3b399",
      "parents": [
        "f790674d3f87df6390828ac21a7d1530f71b59c8"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 12 21:55:09 2011 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Jan 12 21:55:09 2011 +0100"
      },
      "message": "hwmon: (adm9240) Implement the standard intrusion detection interface\n\nWe have a standard intrusion detection interface now, drivers should\nimplement it. I\u0027ve left the old interface in place for the time being,\nwith a deprecation warning, it will be removed later.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "f790674d3f87df6390828ac21a7d1530f71b59c8",
      "tree": "0ecb41ffc87ec234c7dd4e62e9f835bd8265f20f",
      "parents": [
        "014bcd28a04ec085940ea3125f5ea91b16a1945d"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 12 21:55:09 2011 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Jan 12 21:55:09 2011 +0100"
      },
      "message": "hwmon: (via686a) Initialize fan_div values\n\nFunctions set_fan_min() and set_fan_div() assume that the fan_div\nvalues have already been read from the register. The driver currently\ndoesn\u0027t initialize them at load time, they are only set when function\nvia686a_update_device() is called. This means that set_fan_min() and\nset_fan_div() misbehave if, for example, \"sensors -s\" is called\nbefore any monitoring application (e.g. \"sensors\") is has been run.\n\nFix the problem by always initializing the fan_div values at device\nbind time.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: stable@kernel.org\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "014bcd28a04ec085940ea3125f5ea91b16a1945d",
      "tree": "e193fea269d089bc05953d3c3ae79f49ffe31b4c",
      "parents": [
        "5d84291da3a594ac391c85296e28f41ff92da0cf"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 12 21:55:09 2011 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Jan 12 21:55:09 2011 +0100"
      },
      "message": "hwmon: (w83795) Silent false warning from gcc\n\nThe code triggers a false warning with older versions of gcc:\nw83795.c: In function \u0027w83795_update_device\u0027:\nw83795.c:475: warning: \u0027lsb\u0027 may be used uninitialized in this function\n\nI admit that the code is a little tricky, but I see no way to write it\ndifferently without hurting performance. So let\u0027s just silent the\nwarning with a needless initialization.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "5d84291da3a594ac391c85296e28f41ff92da0cf",
      "tree": "9442a19295d4d71702372b835b9079d0ea3f3f83",
      "parents": [
        "4162cf64973df51fc885825bc9ca4d055891c49f"
      ],
      "author": {
        "name": "Steven Hardy",
        "email": "shardy@redhat.com",
        "time": "Wed Jan 12 21:55:08 2011 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Jan 12 21:55:08 2011 +0100"
      },
      "message": "hwmon: (ads7828) Update email contact details\n\nTrivial patch updating my email contact details due to change of\nemployer, and because I no longer have access to the previously used\ndomain.\n\nUnfortunately I also no longer have access to any ads7828 hardware, but\nam happy to support/maintain the driver if others are able to test\nchanges.\n\nSigned-off-by: Steve Hardy \u003cshardy@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "6099469805c24af14250e182bb9ca082b8a6b716",
      "tree": "9b08dd1a10ff89f2557575f5bf95b07babf92beb",
      "parents": [
        "430400b86304ea729ba10f2966a8af67da60a37f"
      ],
      "author": {
        "name": "Roland Stigge",
        "email": "stigge@antcom.de",
        "time": "Sun Jan 09 09:31:39 2011 -0500"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sun Jan 09 09:10:10 2011 -0800"
      },
      "message": "hwmon: Support for Dallas Semiconductor DS620\n\nDriver for Dallas Semiconductor DS620 temperature sensor and thermostat\n\nSigned-off-by: Roland Stigge \u003cstigge@antcom.de\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "430400b86304ea729ba10f2966a8af67da60a37f",
      "tree": "79abaa76d689a40923167103582bb11e69fd096c",
      "parents": [
        "c6c2c1636e30bcd26c6b0d208324055a03c5ab9c"
      ],
      "author": {
        "name": "Urs Fleisch",
        "email": "urs.fleisch@gmail.com",
        "time": "Fri Jan 07 07:15:39 2011 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:56:28 2011 -0800"
      },
      "message": "hwmon: driver for Sensirion SHT21 humidity and temperature sensor\n\nSigned-off-by: Urs Fleisch \u003curs.fleisch@sensirion.com\u003e\nAcked-by: Jonathan Cameron \u003cjic23@cam.ac.uk\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "ae9e0ce73e9fc55a620e0b3bd4a154330a7e64cc",
      "tree": "8a555118c540454744b4c1ab652b75eca04fd8a9",
      "parents": [
        "0f1deb4b820cfacf22492abd7b17e891dafc51ae"
      ],
      "author": {
        "name": "Jan Beulich",
        "email": "JBeulich@novell.com",
        "time": "Mon Dec 06 11:48:35 2010 -0500"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:48 2011 -0800"
      },
      "message": "hwmon: (via-cputemp) sync hotplug handling with coretemp/pkgtemp\n\nSigned-off-by: Jan Beulich \u003cjbeulich@novell.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "0f1deb4b820cfacf22492abd7b17e891dafc51ae",
      "tree": "a31792ed3546e5dbd292301dd212d84a5e581222",
      "parents": [
        "2bfe814826b7266a489895f731a777f8cbe37963"
      ],
      "author": {
        "name": "Davide Rizzo",
        "email": "elpa.rizzo@gmail.com",
        "time": "Thu Nov 18 07:23:00 2010 -0800"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:47 2011 -0800"
      },
      "message": "hwmon: (lm95241) Rewrite to avoid using macros\n\nSigned-off-by: Davide Rizzo \u003celpa.rizzo@gmail.com\u003e\n[guenter.roeck@ericsson.com: Formatting changes]\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "2bfe814826b7266a489895f731a777f8cbe37963",
      "tree": "9d4398dded8637c45ac24e06d59538cbad48513e",
      "parents": [
        "41e71f97174ba08fcca7f31bf448de92abc8862e"
      ],
      "author": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Wed Nov 10 10:42:21 2010 -0800"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:46 2011 -0800"
      },
      "message": "hwmon: (applesmc) Fix checkpatch errors and fix value range checks\n\nThis patch fixes all checkpatch errors and most of the checkpatch warnings.\nIt also fixes the range check in applesmc_store_fan_speed().\n\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\nAcked-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\n"
    },
    {
      "commit": "41e71f97174ba08fcca7f31bf448de92abc8862e",
      "tree": "9f5537be08249af34a4ccf0020cb7f7b5146545e",
      "parents": [
        "0b8ad5a57b75322e4b671ef420b5fe90e5154912"
      ],
      "author": {
        "name": "Henrik Rydberg",
        "email": "rydberg@euromail.se",
        "time": "Tue Nov 09 15:15:11 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:45 2011 -0800"
      },
      "message": "hwmon: (applesmc) Update copyright information\n\nWith the preceding patches, git blame assigns about half of\nthe file to the present author. Add a line to the copyright\nto reflect this.\n\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "0b8ad5a57b75322e4b671ef420b5fe90e5154912",
      "tree": "a4d675035ed0de5ba0feb13f8870936bcb2ef9a5",
      "parents": [
        "0b0b5dff8967a4468f05174d0d74e1ed6e369776"
      ],
      "author": {
        "name": "Henrik Rydberg",
        "email": "rydberg@euromail.se",
        "time": "Tue Nov 09 15:15:10 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:44 2011 -0800"
      },
      "message": "hwmon: (applesmc) Silence driver\n\nMake the driver report a single line on success.\n\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "0b0b5dff8967a4468f05174d0d74e1ed6e369776",
      "tree": "a3eada83d6495129c9575a2d97f00cff44657b18",
      "parents": [
        "3eba2bf7c5fb7863412554cd73646cb80ac293ff"
      ],
      "author": {
        "name": "Henrik Rydberg",
        "email": "rydberg@euromail.se",
        "time": "Tue Nov 09 15:15:09 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:43 2011 -0800"
      },
      "message": "hwmon: (applesmc) Simplify feature sysfs handling\n\nGiven the dynamic node construction method, the setup of the\naccelerometer, light sensor and keyboard backlight sysfs nodes\ncan be simplified. This patch does not contain any logic changes.\n\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "3eba2bf7c5fb7863412554cd73646cb80ac293ff",
      "tree": "caca1638ca1a022adcc8e77d8a7e23ad805e14ee",
      "parents": [
        "40ef06f1120bcc0a2ad483b5cd42f58c4df78a5b"
      ],
      "author": {
        "name": "Henrik Rydberg",
        "email": "rydberg@euromail.se",
        "time": "Tue Nov 09 15:15:08 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:42 2011 -0800"
      },
      "message": "hwmon: (applesmc) Dynamic creation of fan files\n\nWith the dynamic temperature group in place, the setup of fans\ncan be simplified. This patch sets up the fans dynamically, removing\na hundred lines of code.\n\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "40ef06f1120bcc0a2ad483b5cd42f58c4df78a5b",
      "tree": "02bf60d6d1b3a53fe12da9c41d695a0bae0ef245",
      "parents": [
        "dcdea2614ab9b7864a3ae620419d04e0cc4a65cc"
      ],
      "author": {
        "name": "Henrik Rydberg",
        "email": "rydberg@euromail.se",
        "time": "Wed Nov 10 10:58:05 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:41 2011 -0800"
      },
      "message": "hwmon: (applesmc) Extract all features generically\n\nWith temperature keys being determined automatically, the dmi match\ndata is only used to assign features that can easily be detected from\nthe smc. This patch removes the dmi match data altogether, and reduces\nthe match table to the main machine models.\n\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "dcdea2614ab9b7864a3ae620419d04e0cc4a65cc",
      "tree": "703762912f3898ecb3dc61639207974bb7377f38",
      "parents": [
        "9792dadfce22ae1518c88577ac743a3077a85084"
      ],
      "author": {
        "name": "Henrik Rydberg",
        "email": "rydberg@euromail.se",
        "time": "Tue Nov 09 15:15:06 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:40 2011 -0800"
      },
      "message": "hwmon: (applesmc) Handle new temperature format\n\nThe recent Macbooks have temperature registers of a new type.\nThis patch adds the logic to handle them.\n\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "9792dadfce22ae1518c88577ac743a3077a85084",
      "tree": "5dbfb4edaeb30221507abd226cbd6924ec8d86c1",
      "parents": [
        "5874583d5662de5550b0ed1c54a9dea70bcdcba4"
      ],
      "author": {
        "name": "Henrik Rydberg",
        "email": "rydberg@euromail.se",
        "time": "Wed Nov 10 10:58:04 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:39 2011 -0800"
      },
      "message": "hwmon: (applesmc) Dynamic creation of temperature files\n\nThe current driver creates temperature files based on a list\nof temperature keys given per device. Apart from slow adaption\nto new machine models, the number of sensors also depends on\nthe number of processors. This patch looks up the temperature\nkeys dynamically, thereby supporting all models.\n\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "5874583d5662de5550b0ed1c54a9dea70bcdcba4",
      "tree": "4f2ccb1b543674d183469cb562f8f2b0cce00c53",
      "parents": [
        "1ee7c71bd1aa9758f14e1be92310215a5bd0abe7"
      ],
      "author": {
        "name": "Henrik Rydberg",
        "email": "rydberg@euromail.se",
        "time": "Wed Nov 10 10:58:03 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:38 2011 -0800"
      },
      "message": "hwmon: (applesmc) Introduce a register lookup table\n\nOne main problem with the current driver is the inability to quickly\nsearch for supported keys, resulting in detailed feature maps per\nmachine model which are cumbersome to maintain.\n\nThis patch adds a register lookup table, which enables binary search\nfor supported keys. The lookup also reduces the io frequency, so the\noriginal mutex is replaced by locks around the actual io.\n\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\n[guenter.roeck@ericsson.com: Added value range check to key_at_index_store()]\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "1ee7c71bd1aa9758f14e1be92310215a5bd0abe7",
      "tree": "fc4ba90788906b6a932f163ba89e5db810738775",
      "parents": [
        "2344cd0c2e9ea8f3037be11fb997ddbeda0237ca"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Tue Nov 09 15:15:03 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:37 2011 -0800"
      },
      "message": "hwmon: (applesmc) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "2344cd0c2e9ea8f3037be11fb997ddbeda0237ca",
      "tree": "e88fb8b86375a8ba56e59bec73d2d85fba958ef3",
      "parents": [
        "132af03233b493101a53010383b5abb5b9ff1e51"
      ],
      "author": {
        "name": "Henrik Rydberg",
        "email": "rydberg@euromail.se",
        "time": "Tue Nov 09 15:15:02 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:35 2011 -0800"
      },
      "message": "hwmon: (applesmc) Relax the severity of device init failure\n\nThe device init is used to reset the accelerometer. Failure to reset\nis not severe enough to stop loading the module or to resume from\nhibernation.  This patch relaxes failure to a warning and drops\noutput in case of success.\n\nCc: stable@kernel.org\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "132af03233b493101a53010383b5abb5b9ff1e51",
      "tree": "8cf8c64d2399ba39da261d93753d0bbc9c601b03",
      "parents": [
        "18de030f1dbaef0c13cf393899a298d978aa200f"
      ],
      "author": {
        "name": "Edgar Hucek",
        "email": "gimli@dark-green.com",
        "time": "Tue Nov 09 15:15:01 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:34 2011 -0800"
      },
      "message": "hwmon: (applesmc) Add MacBookAir3,1(3,2) support\n\nThis patch add support for the MacBookAir3,1 and MacBookAir3,2 to the\napplesmc driver.\n\n[rydberg@euromail.se: minor cleanup]\nCc: stable@kernel.org\nSigned-off-by: Edgar Hucek \u003cgimli@dark-green.com\u003e\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "18de030f1dbaef0c13cf393899a298d978aa200f",
      "tree": "4dd19d0eea4b75f9d819a9859c0034ff88a12a77",
      "parents": [
        "abdc6fd189405a83ebd20aa9facfbdf3c179d48a"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:55 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:33 2011 -0800"
      },
      "message": "hwmon: (w83627hf) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "abdc6fd189405a83ebd20aa9facfbdf3c179d48a",
      "tree": "fd58567d51a86e992a7a453a404a43a72c6dc95d",
      "parents": [
        "9d72be0da16da10e27f6a8c01f877db6c513413d"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:54 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:32 2011 -0800"
      },
      "message": "hwmon: (w83627ehf) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "9d72be0da16da10e27f6a8c01f877db6c513413d",
      "tree": "695b172aeed91a65edf90350de24eddf63ee94c2",
      "parents": [
        "5ed9ba6b87545d21b48e50a028bfb79f9812f89f"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:53 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:31 2011 -0800"
      },
      "message": "hwmon: (vt8231) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "5ed9ba6b87545d21b48e50a028bfb79f9812f89f",
      "tree": "2a49059d66af4eb9359f02e9d502372627e1329f",
      "parents": [
        "774f7827e13cfae720306ca44b83b93ab2a6b9be"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:52 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:30 2011 -0800"
      },
      "message": "hwmon: (vt1211) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "774f7827e13cfae720306ca44b83b93ab2a6b9be",
      "tree": "7dec01e868593cc6d0c33dc72b49fc92b7bb0460",
      "parents": [
        "edb8d53c684da4062ac8c461727ddc1839336aa5"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:51 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:29 2011 -0800"
      },
      "message": "hwmon: (via686a) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "edb8d53c684da4062ac8c461727ddc1839336aa5",
      "tree": "849a30c7f379e522dc465942bffbad5ef920b11b",
      "parents": [
        "512504e9f5489dbe85c80fd2c1b44ab5a8e0d5fa"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:50 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:28 2011 -0800"
      },
      "message": "hwmon: (via-cputemp) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "512504e9f5489dbe85c80fd2c1b44ab5a8e0d5fa",
      "tree": "e240e462a53fbee6526a1d60a621a98b21905458",
      "parents": [
        "bf1a85eff87eeb0651b1c5b348d51206ec7c0ef5"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:49 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:27 2011 -0800"
      },
      "message": "hwmon: (smsc47m1) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "bf1a85eff87eeb0651b1c5b348d51206ec7c0ef5",
      "tree": "dcbd01056fb61045a4c01cc3879b7e7f7543c763",
      "parents": [
        "4b2515dbb94341db01db3208f9f40658c5e2a251"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:48 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:19 2011 -0800"
      },
      "message": "hwmon: (smsc47b397) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "4b2515dbb94341db01db3208f9f40658c5e2a251",
      "tree": "3b05aae1367bd4d36949aef66a7a414d2b27dddb",
      "parents": [
        "14a613cc23869d0ca69154bbc5816004fe201b17"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:47 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:18 2011 -0800"
      },
      "message": "hwmon: (sis5595) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "14a613cc23869d0ca69154bbc5816004fe201b17",
      "tree": "37e69cd07f83f8e3dbb9e3f308dc5dfc530a7d35",
      "parents": [
        "2caec1343e0cfe59bacf3d4f67d69ab6283cc75b"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:46 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:17 2011 -0800"
      },
      "message": "hwmon: (pkgtemp) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "2caec1343e0cfe59bacf3d4f67d69ab6283cc75b",
      "tree": "c91fd45e35467a4b42621a7c507b4ef0052306d1",
      "parents": [
        "5713017ec5e1a437ae4d0d196bce46d572eb7e1a"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:45 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:16 2011 -0800"
      },
      "message": "hwmon: (pcf8591) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "5713017ec5e1a437ae4d0d196bce46d572eb7e1a",
      "tree": "7e7794bc3fc1f9f1976317a57fbdb2b71c14b6e9",
      "parents": [
        "63366d37ad5dbb4f208b517c88ea4bd41738dbf7"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:41 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:15 2011 -0800"
      },
      "message": "hwmon: (lm70) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "63366d37ad5dbb4f208b517c88ea4bd41738dbf7",
      "tree": "d8a28c16db2b44c59a569ce38332f1a6acff2c64",
      "parents": [
        "55d705cce829c37999f26a8d4f1dd701013e7920"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:40 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:14 2011 -0800"
      },
      "message": "hwmon: (lis3lv02d) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "55d705cce829c37999f26a8d4f1dd701013e7920",
      "tree": "49561dc559c4e7a9d39bd9cfc330d10ee0cda64c",
      "parents": [
        "c95df1ae69b85d5f306d86164e245aae614b852a"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:38 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:13 2011 -0800"
      },
      "message": "hwmon: (ibmaem) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "c95df1ae69b85d5f306d86164e245aae614b852a",
      "tree": "f3f9900b3442976073d09f4e219a843eae903d37",
      "parents": [
        "1f923c7a6726b224b6b1b059da5a7f8e3dff1196"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:37 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:11 2011 -0800"
      },
      "message": "hwmon: (core) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "1f923c7a6726b224b6b1b059da5a7f8e3dff1196",
      "tree": "c3d7c69967fec0fb16e5c3417653103312bd6348",
      "parents": [
        "53ab0e6888925ae3ebe931c060120b0f11c1923c"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:36 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:10 2011 -0800"
      },
      "message": "hwmon: (hwmon-vid) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "53ab0e6888925ae3ebe931c060120b0f11c1923c",
      "tree": "3e82e6f1091285bc11bbdb33a945f3debb86663a",
      "parents": [
        "22d3b41281b4c1a55086fa4dff7abb4f0c36403e"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:35 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:09 2011 -0800"
      },
      "message": "hwmon: (hp_accel) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "22d3b41281b4c1a55086fa4dff7abb4f0c36403e",
      "tree": "d05837e3b7c09e925df045f9b03f0f0beb6cd091",
      "parents": [
        "e54c5ad61f4e2c4fdfbdb8dff31fc604073d3550"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:34 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:08 2011 -0800"
      },
      "message": "hwmon: (f71882fg) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "e54c5ad61f4e2c4fdfbdb8dff31fc604073d3550",
      "tree": "6eb20c18922e7dec74c2050c85d9b02600c693af",
      "parents": [
        "9c6e13b411cf0f656b7d7a78ec35bf0069f631bb"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:33 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:07 2011 -0800"
      },
      "message": "hwmon: (f71805f) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "9c6e13b411cf0f656b7d7a78ec35bf0069f631bb",
      "tree": "40f57d514db99822535ffe31ea054750901d6d0c",
      "parents": [
        "f8bb8925682f355dc20f721bda7021ef13e5869f"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:32 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:06 2011 -0800"
      },
      "message": "hwmon: (dme1737) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "f8bb8925682f355dc20f721bda7021ef13e5869f",
      "tree": "d4d66f107f31ff2d28d92ec9eda46be662149166",
      "parents": [
        "ac561494d48b92a41424cc87e2a02b545424643c"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:31 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:05 2011 -0800"
      },
      "message": "hwmon: (coretemp) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "ac561494d48b92a41424cc87e2a02b545424643c",
      "tree": "88049092e3355df828ccfa6126dcd01a677d3f7d",
      "parents": [
        "4d630e2ba59a231c8e5031cc55e16737aa59af97"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:30 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:04 2011 -0800"
      },
      "message": "hwmon: (asus_atk0110) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "4d630e2ba59a231c8e5031cc55e16737aa59af97",
      "tree": "fc7db44d53ad58ec4aa15693304f907d8b9be45c",
      "parents": [
        "2e991201e4ebffb1fb32873d72e2ee4b499269c3"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:29 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:03 2011 -0800"
      },
      "message": "hwmon: (asb1000) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "2e991201e4ebffb1fb32873d72e2ee4b499269c3",
      "tree": "02c11bba8dc85c799684092b17b29554bd51d113",
      "parents": [
        "fe826749aec090c6f9ab48502bb9a7777572b85b"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:27 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:02 2011 -0800"
      },
      "message": "hwmon: (adt7470) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "fe826749aec090c6f9ab48502bb9a7777572b85b",
      "tree": "b40f05d85113b0ac0e55374fb2711d8b08b72036",
      "parents": [
        "28ebfa13f97265e415fbe19795500a6d922a6c86"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:26 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:01 2011 -0800"
      },
      "message": "hwmon: (abituguru3) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\nAdded a few static strings to standardize logging messages.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "28ebfa13f97265e415fbe19795500a6d922a6c86",
      "tree": "f7f27078e5313c1dc6068894f583118215b0ddc7",
      "parents": [
        "0c21e3aaf6ae85bee804a325aa29c325209180fd"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Wed Oct 20 06:51:25 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sat Jan 08 10:55:00 2011 -0800"
      },
      "message": "hwmon: (abituguru) Use pr_fmt and pr_\u003clevel\u003e\n\nAdded #define pr_fmt KBUILD_MODNAME \": \" fmt\nConverted printks to pr_\u003clevel\u003e\nCoalesced any long formats\nRemoved prefixes from formats\nAdded a few static strings to standardize logging messages.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "b518a64983cbf2ff31aed530898de2d80e4573d5",
      "tree": "e0e1c67926e0af26fe3817f23fe3685cde2c4245",
      "parents": [
        "9109f4eb847b7c0be61ae25fb21b1ce2acc9c2d6"
      ],
      "author": {
        "name": "Maurus Cuelenaere",
        "email": "mcuelenaere@gmail.com",
        "time": "Sun Jan 02 14:48:16 2011 -0500"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sun Jan 02 15:31:11 2011 -0800"
      },
      "message": "hwmon: (s3c-hwmon) Fix compilation\n\nThe owner field was removed from struct attribute in\n6fd69dc578fa0b1bbc3aad70ae3af9a137211707, so don\u0027t assign it anymore.\n\nSigned-off-by: Maurus Cuelenaere \u003cmcuelenaere@gmail.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "dc99bf78238a7554578a319d8fd06655151121a3",
      "tree": "206150fd9ad2669c8f62a05d32fa3679949da65c",
      "parents": [
        "5d43a1de26f37080b75d7c0cf2a0b97523457568",
        "0a6bf658c3b9d1d0e520d320b6392c8680c2e381"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Dec 14 13:36:26 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Dec 14 13:36:26 2010 -0800"
      },
      "message": "Merge branch \u0027hwmon-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging\n\n* \u0027hwmon-for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging:\n  hwmon: (ltc4215) make sysfs file match the alarm cause\n"
    },
    {
      "commit": "0a6bf658c3b9d1d0e520d320b6392c8680c2e381",
      "tree": "90527fd825832c0d46693c3d338b7925e936768a",
      "parents": [
        "6313e3c21743cc88bb5bd8aa72948ee1e83937b6"
      ],
      "author": {
        "name": "Ira W. Snyder",
        "email": "iws@ovro.caltech.edu",
        "time": "Mon Dec 13 11:42:30 2010 -0500"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Mon Dec 13 09:54:50 2010 -0800"
      },
      "message": "hwmon: (ltc4215) make sysfs file match the alarm cause\n\nThe ltc4215 driver used the chip\u0027s \"power good\" status bit to provide\nthe power1_alarm file. This is wrong: the chip is really reporting the\nstatus of one of the monitored voltages.\n\nChange the sysfs file from power1_alarm to in2_min_alarm instead. This\nmatches the voltage that the chip is raising an alarm for.\n\nSigned-off-by: Ira W. Snyder \u003ciws@ovro.caltech.edu\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "8b0f1840a46449e1946fc88860ef3ec8d6b1c2c7",
      "tree": "d313520d2c32bfe3a603cbaca59ca84cc34e0a04",
      "parents": [
        "52bc9802ce849d0d287cc5fe76d06b0daa3986ca"
      ],
      "author": {
        "name": "Gabriele Gorla",
        "email": "gorlik@penguintown.net",
        "time": "Wed Dec 08 16:27:22 2010 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Dec 08 16:27:22 2010 +0100"
      },
      "message": "hwmon: (adm1026) Allow 1 as a valid divider value\n\nAllow 1 as a valid div value as specified in the ADM1026 datasheet.\n\nSigned-off-by: Gabriele Gorla \u003cgorlik@penguintown.net\u003e\nCc: stable@kernel.org\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "52bc9802ce849d0d287cc5fe76d06b0daa3986ca",
      "tree": "f6c3b947e1a039c9b8d6da95bfa81c92bc2133e5",
      "parents": [
        "6229cdb23648d0c2875b3fb102cdaf4bf08fcfa4"
      ],
      "author": {
        "name": "Gabriele Gorla",
        "email": "gorlik@penguintown.net",
        "time": "Wed Dec 08 16:27:22 2010 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Dec 08 16:27:22 2010 +0100"
      },
      "message": "hwmon: (adm1026) Fix setting fan_div\n\nPrevent setting fan_div from stomping on other fans that share the\nsame I2C register.\n\nSigned-off-by: Gabriele Gorla \u003cgorlik@penguintown.net\u003e\nCc: stable@kernel.org\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "6229cdb23648d0c2875b3fb102cdaf4bf08fcfa4",
      "tree": "76688eae9c79057a31f5c59eecd52b4c75f2aeec",
      "parents": [
        "6313e3c21743cc88bb5bd8aa72948ee1e83937b6"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Dec 08 16:27:22 2010 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Dec 08 16:27:22 2010 +0100"
      },
      "message": "hwmon: (it87) Fix manual fan speed control on IT8721F\n\nThe manual fan speed control logic of the IT8721F is much different\nfrom what older devices had. Update the code to properly support that.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "32292f49f9683622ad0fb95a8c754910121e7b16",
      "tree": "efbedd422c84ec37cd059d047b6c7c191ff10fc7",
      "parents": [
        "c48a2916355337895aea33839d39810eb575e775"
      ],
      "author": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Thu Nov 18 21:06:45 2010 -0800"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Mon Nov 22 12:23:39 2010 -0800"
      },
      "message": "hwmon: (lis3lv02d_i2c) Fix compile warnings\n\nThis commit fixes the following compile warnings.\n\nFrom v2.6.37-rc2/m68k/m68k-allmodconfig, v2.6.37-rc2/powerpc/powerpc-randconfig:\ndrivers/hwmon/lis3lv02d_i2c.c:222: warning: \u0027lis3_i2c_runtime_suspend\u0027 defined but not used\ndrivers/hwmon/lis3lv02d_i2c.c:231: warning: \u0027lis3_i2c_runtime_resume\u0027 defined but not used\n\nSeen if CONFIG_PM_RUNTIME is not set.\n\nFrom v2.6.37-rc2/sh4/sh-allyesconfig:\ndrivers/hwmon/lis3lv02d_i2c.c:191: warning: \u0027lis3lv02d_i2c_suspend\u0027 defined but not used\ndrivers/hwmon/lis3lv02d_i2c.c:201: warning: \u0027lis3lv02d_i2c_resume\u0027 defined but not used\n\nSeen if CONFIG_PM is set but CONFIG_PM_SLEEP is not.\n\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "c48a2916355337895aea33839d39810eb575e775",
      "tree": "b2b8792d5aa8de6aebd15178d5d5921ccf698e1d",
      "parents": [
        "3561d43fd289f590fdae672e5eb831b8d5cf0bf6"
      ],
      "author": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Fri Nov 19 09:39:11 2010 -0800"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Mon Nov 22 12:23:39 2010 -0800"
      },
      "message": "hwmon: (i5k_amb) Fix compile warning\n\nThis patch fixes the following compile warning.\n\ndrivers/hwmon/i5k_amb.c:500: warning: \u0027i5k_amb_ids\u0027 defined but not used\n\nThe warning is seen if the driver is built into the kernel (not as module).\n\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "52d159eecced3e4ead901e2a14347f5c11ea4bab",
      "tree": "64b1e2f4bebba1a5580a4db5514c62535ddc2fd2",
      "parents": [
        "793c51d5fdfa76043f1221fdaa022f50146e8386"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Nov 15 21:38:57 2010 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Mon Nov 15 21:38:57 2010 +0100"
      },
      "message": "hwmon: (w83795) Check for BEEP pin availability\n\nOn the W83795ADG, there\u0027s a single pin for BEEP and OVT#, so you\ncan\u0027t have both. Check the configuration and don\u0027t create beep\nattributes when BEEP pin is not available.\n\nThe W83795G has a dedicated BEEP pin so the functionality is always\navailable there.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "793c51d5fdfa76043f1221fdaa022f50146e8386",
      "tree": "7e6bc3676e24fa1ccadf5b4621f868f7ecff2940",
      "parents": [
        "cf6b9ea661ef4f20b4a4cba1a232a732339aae2c"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Nov 15 21:38:57 2010 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Mon Nov 15 21:38:57 2010 +0100"
      },
      "message": "hwmon: (w83795) Clear intrusion alarm immediately\n\nWhen asked to clear the intrusion alarm, do so immediately. We have to\ninvalidate the cache to make sure the new status will be read. But we\nalso have to read from the status register once to clear the pending\nalarm, as writing to CLR_CHS surprising won\u0027t clear it automatically.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "cf6b9ea661ef4f20b4a4cba1a232a732339aae2c",
      "tree": "d12db9d301146d533120686d7da1bf84a3068c0a",
      "parents": [
        "2a2d27da00250c9f117e35653ed5a6a3212e5d77"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Nov 15 21:38:56 2010 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Mon Nov 15 21:38:56 2010 +0100"
      },
      "message": "hwmon: (w83795) Read the intrusion state properly\n\nWe can\u0027t read the intrusion state from the real-time alarm registers\nas we do for all other alarm flags, because real-time alarm bits don\u0027t\nstick (by definition) and the intrusion state has to stick until\nexplicitly cleared (otherwise it has little value.)\n\nSo we have to use the interrupt status register instead, which is read\nfrom the same address but with a configuration bit flipped in another\nregister.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "2a2d27da00250c9f117e35653ed5a6a3212e5d77",
      "tree": "01f9d3363878eb50352c1786dc42bddf35017963",
      "parents": [
        "edff2f8d81ce976ad6895f1d649fcb164be80e3d"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Nov 15 21:38:56 2010 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Mon Nov 15 21:38:56 2010 +0100"
      },
      "message": "hwmon: (w83795) Print the actual temperature channels as sources\n\nDon\u0027t expose raw register values to user-space. Decode and encode\ntemperature channels selected as temperature sources as needed.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "edff2f8d81ce976ad6895f1d649fcb164be80e3d",
      "tree": "515492332c52068c084a5e362254cc8f98899356",
      "parents": [
        "d5ab845a13de7ff2d195917dad8879acfb6d8ff9"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Nov 15 21:38:56 2010 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Mon Nov 15 21:38:56 2010 +0100"
      },
      "message": "hwmon: (w83795) List all usable temperature sources\n\nTemperature sources are not correlated directly with temperature\nchannels. A look-up table is required to find out which temperature\nsources can be used depending on which temperature channels (both\nanalog and digital) are enabled.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "d5ab845a13de7ff2d195917dad8879acfb6d8ff9",
      "tree": "63f66db0cadf410ea084ecade80ea970da92969a",
      "parents": [
        "ae51cd9bcd9ca841bf45c0ba33823c56ac1ce81e"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Nov 15 21:38:56 2010 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Mon Nov 15 21:38:56 2010 +0100"
      },
      "message": "hwmon: (w83795) Expose fan control method\n\nExpose fan control method (DC vs. PWM) using the standard sysfs\nattributes. I\u0027ve made it read-only as the board should be wired for\na given mode, the BIOS should have set up the chip for this mode, and\nyou shouldn\u0027t have to change it. But it would be easy enough to make\nit changeable if someone comes up with a use case.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "ae51cd9bcd9ca841bf45c0ba33823c56ac1ce81e",
      "tree": "bf08d6bc425c43cce063ecdb2e3e76bb776b1618",
      "parents": [
        "61ec2da506ec6544873f0aba026164e4bdd21751"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Nov 15 21:38:56 2010 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Mon Nov 15 21:38:56 2010 +0100"
      },
      "message": "hwmon: (w83795) Fix fan control mode attributes\n\nThere were two bugs:\n* Speed cruise mode was improperly reported for all fans but fan1.\n* Fan control method (PWM vs. DC) was mixed with the control mode.\n  It will be added back as a separate attribute, as per the standard\n  sysfs interface.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "61ec2da506ec6544873f0aba026164e4bdd21751",
      "tree": "4548b13c7d5457014b820cb2b52bf8e09713ffcb",
      "parents": [
        "2aa25c22c445df63b5961883f28767643122f935"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Nov 15 21:38:56 2010 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Mon Nov 15 21:38:56 2010 +0100"
      },
      "message": "hwmon: (lm95241) Check validity of input values\n\nThis clears the following build-time warnings I was seeing:\n\ndrivers/hwmon/lm95241.c: In function \"set_interval\":\ndrivers/hwmon/lm95241.c:132:15: warning: ignoring return value of \"strict_strtol\", declared with attribute warn_unused_result\ndrivers/hwmon/lm95241.c: In function \"set_max2\":\ndrivers/hwmon/lm95241.c:278:1: warning: ignoring return value of \"strict_strtol\", declared with attribute warn_unused_result\ndrivers/hwmon/lm95241.c: In function \"set_max1\":\ndrivers/hwmon/lm95241.c:277:1: warning: ignoring return value of \"strict_strtol\", declared with attribute warn_unused_result\ndrivers/hwmon/lm95241.c: In function \"set_min2\":\ndrivers/hwmon/lm95241.c:249:1: warning: ignoring return value of \"strict_strtol\", declared with attribute warn_unused_result\ndrivers/hwmon/lm95241.c: In function \"set_min1\":\ndrivers/hwmon/lm95241.c:248:1: warning: ignoring return value of \"strict_strtol\", declared with attribute warn_unused_result\ndrivers/hwmon/lm95241.c: In function \"set_type2\":\ndrivers/hwmon/lm95241.c:220:1: warning: ignoring return value of \"strict_strtol\", declared with attribute warn_unused_result\ndrivers/hwmon/lm95241.c: In function \"set_type1\":\ndrivers/hwmon/lm95241.c:219:1: warning: ignoring return value of \"strict_strtol\", declared with attribute warn_unused_result\n\nThis also fixes a small race in set_interval() as a side effect: by\nworking with a temporary local variable we prevent data-\u003einterval from\nbeing accessed at a time it contains the interval value in the wrong\nunit.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Davide Rizzo \u003celpa.rizzo@gmail.com\u003e\n"
    },
    {
      "commit": "2aa25c22c445df63b5961883f28767643122f935",
      "tree": "d97d963ee708a7b98c82d1c221dde86446378ced",
      "parents": [
        "0143832cc96d0bf78486297aad5c8fb2c2ead02a"
      ],
      "author": {
        "name": "Hans J. Koch",
        "email": "hjk@hansjkoch.de",
        "time": "Mon Nov 15 21:38:56 2010 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Mon Nov 15 21:38:56 2010 +0100"
      },
      "message": "hwmon: Change mail address of Hans J. Koch\n\nMy old mail address doesn\u0027t exist anymore. This changes all occurrences\nto my new address.\n\nSigned-off-by: Hans J. Koch \u003chjk@hansjkoch.de\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "4f5b7994f0610fefff0782227ab71469ece54a5b",
      "tree": "15469190314d8eabd4d15370d57222348f896c74",
      "parents": [
        "f0030d87be3cb2eb9eac633d09cb5d9f107ed0c6"
      ],
      "author": {
        "name": "Axel Lin",
        "email": "axel.lin@gmail.com",
        "time": "Tue Nov 09 08:41:48 2010 +0000"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Thu Nov 11 09:43:51 2010 -0800"
      },
      "message": "hwmon: (gpio-fan) Fix fan_ctrl_init error path\n\nIn current implementation, the sysfs entries is not removed before return -ENODEV.\n\nCreating the sysfs attribute should be the last thing done by the function,\nafter all the rest has been successful.\nOtherwise there is a small window during which user-space can access the attribute\nbut the driver isn\u0027t ready to deal with the requests.\n\nFix it by moving sysfs_create_group to be the last thing done by the function.\n\nSigned-off-by: Axel Lin \u003caxel.lin@gmail.com\u003e\nAcked-by: Simon Guinot \u003csguinot@lacie.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "f0030d87be3cb2eb9eac633d09cb5d9f107ed0c6",
      "tree": "a75cfa0e336e81c5bfcbd958a98a153ec39c80d6",
      "parents": [
        "f7334b4ca9108a86b64fbd0f435f44b2113ee053"
      ],
      "author": {
        "name": "Axel Lin",
        "email": "axel.lin@gmail.com",
        "time": "Mon Nov 08 20:40:34 2010 -0500"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Thu Nov 11 09:32:07 2010 -0800"
      },
      "message": "hwmon: (ad7414) Return proper error code for ad7414_probe()\n\nReturn proper error if i2c_check_functionality reports\nthe adapter does not support the capability we need.\n\nAlso remove unneeded initialization for err variable.\n\nSigned-off-by: Axel Lin \u003caxel.lin@gmail.com\u003e\nAcked-by: Sean MacLennan \u003csmaclennan@pikatech.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "f7334b4ca9108a86b64fbd0f435f44b2113ee053",
      "tree": "acbad84c001c49cf9491c4c84a0bed5a5b78b9a1",
      "parents": [
        "f6614b7bb405a9b35dd28baea989a749492c46b2"
      ],
      "author": {
        "name": "Axel Lin",
        "email": "axel.lin@gmail.com",
        "time": "Mon Nov 08 00:11:33 2010 -0500"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Thu Nov 11 09:32:07 2010 -0800"
      },
      "message": "hwmon: (adt7470) Return proper error code for adt7470_probe()\n\nSigned-off-by: Axel Lin \u003caxel.lin@gmail.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "475200c088a14666a03ed7f789c7db1ff5281bc5",
      "tree": "851b178b43b7eda862cbb528087ac090ed75ff54",
      "parents": [
        "69f8b74193444f1a6251a491f10b95faa77716d6"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Fri Nov 05 10:59:29 2010 -0400"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Fri Nov 05 10:17:19 2010 -0700"
      },
      "message": "hwmon: (ltc4261) Fix error message format\n\nadapter-\u003eid is deprecated and not set by any adapter driver, so this\nwas certainly not what the author wanted to use. adapter-\u003enr maybe,\nbut as dev_err() already includes this value, as well as the client\u0027s\naddress, there\u0027s no point repeating them. Better print a simple error\nmessage in plain English words.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "69f8b74193444f1a6251a491f10b95faa77716d6",
      "tree": "f435e76e87d2169ea784beae1701444c04dee1a7",
      "parents": [
        "ff8b16d7e15a8ba2a6086645614a483e048e3fbf"
      ],
      "author": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Tue Oct 26 15:59:21 2010 -0700"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Fri Nov 05 10:17:19 2010 -0700"
      },
      "message": "hwmon: (ltc4261) Add missing newline in debug message\n\nReported-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "44c1bcd4bcde32b2a31a6775a277706ab489c0dc",
      "tree": "bb8f17e5c2d0e6e871906f3cddb32290cf1a09b8",
      "parents": [
        "0df6454da937548594774788b009616ed27607ed"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:51 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:51 2010 +0200"
      },
      "message": "hwmon: (it87) Add support for the IT8721F/IT8758E\n\nAdd support for the IT8721F/IT8758E. These new chips differ from the\nolder IT87xxF chips in the following ways:\n* ADC LSB is 12 mV instead of 16 mV.\n* PWM values are 8-bit instead of 7-bit.\nThere are other minor changes we don\u0027t have to care about in the\ndriver.\n\nAnother change is that we will handle internal voltage scaling in the\ndriver instead of delegating the work to user-space.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "0df6454da937548594774788b009616ed27607ed",
      "tree": "af7ccc62c7d0732dc5934059f959c0b31d34b3ec",
      "parents": [
        "0b22ce3b7de718882e2c2ca979490a50d798a838"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:51 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:51 2010 +0200"
      },
      "message": "hwmon: (it87) Move conversion functions\n\nMove conversion functions until after structure defintions. This is\nneeded for future changes which make use of the structures in the\nconversion funtcions.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "0b22ce3b7de718882e2c2ca979490a50d798a838",
      "tree": "af6844295e076869233f241a8791c327376be372",
      "parents": [
        "f6c61cff8bcb58b8dfb645d4243a049908c02024"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:50 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:50 2010 +0200"
      },
      "message": "hwmon: Remove many EXPERIMENTAL flags\n\nRemove the dependency on EXPERIMENTAL for all drivers which are in\nthe kernel tree for a long time, are known to work properly and for\nwhich we have documentation.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Corentin Labbe \u003ccorentin.labbe@geomatys.fr\u003e\nCc: Riku Voipio \u003criku.voipio@iki.fi\u003e\nCc: Juerg Haefliger \u003cjuergh@gmail.com\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "f6c61cff8bcb58b8dfb645d4243a049908c02024",
      "tree": "bff2919dcf335f38cb36bdbd27fd5c5870e4b0e9",
      "parents": [
        "c36364dbf38382ef6be2fb99a3ce361a679c0ecb"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:50 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:50 2010 +0200"
      },
      "message": "hwmon: (lm85) Add support for ADT7468 high-frequency PWM mode\n\nThe ADT7468 supports a high-frequency PWM output mode where all PWM\noutputs are driven by a 22.5 kHz clock. Add support for this mode, and\ndocument it, as it may surprise the user that setting one PWM output\nfrequency also affects the other PWM outputs.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "c36364dbf38382ef6be2fb99a3ce361a679c0ecb",
      "tree": "f3e74a23870dfc244dd5fe0188681ffea8a5aaf9",
      "parents": [
        "fa7a5797e57d2ed71f9a6fb44f0ae42c2d7b74b7"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:50 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:50 2010 +0200"
      },
      "message": "hwmon: (lm85) Document the ADT7468 as supported\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "fa7a5797e57d2ed71f9a6fb44f0ae42c2d7b74b7",
      "tree": "6d648ae5b1342cf5685457be48b55fc97aa092b8",
      "parents": [
        "918ee91c071d6248c48bc6457a6dea286146e3ad"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:50 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:50 2010 +0200"
      },
      "message": "hwmon: (lm85) Fix ADT7468 frequency table\n\nThe ADT7468 uses the same frequency table as the ADT7463.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: stable@kernel.org\nCc: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "918ee91c071d6248c48bc6457a6dea286146e3ad",
      "tree": "6b9dd62f6a0ccc57043678ec1129833481120ad7",
      "parents": [
        "bd5f47ec961594b1091839333600008f8166fd00"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:50 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:50 2010 +0200"
      },
      "message": "hwmon: I2C addresses are constant\n\nWe can mark normal_i2c const. Almost all drivers do that already, so\nfix the 3 remaining ones before they are used as (bad) examples for\nnew drivers.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: George Joseph \u003cgeorge.joseph@fairview5.com\u003e\nReviewed-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "bd5f47ec961594b1091839333600008f8166fd00",
      "tree": "aa4296edffd81e2976d20d3ea30ea18108b2a4de",
      "parents": [
        "6dfee85397a47063291fe199eaf950bee7944454"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:50 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:50 2010 +0200"
      },
      "message": "Move ams driver to macintosh\n\nThe ams driver isn\u0027t a hardware monitoring driver, so it shouldn\u0027t\nlive under driver/hwmon. drivers/macintosh seems much more\nappropriate, as the driver is only useful on PowerBooks and iBooks.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\nCc: Stelian Pop \u003cstelian@popies.net\u003e\nCc: Michael Hanselmann \u003clinux-kernel@hansmi.ch\u003e\nCc: Benjamin Herrenschmidt \u003cbenh@kernel.crashing.org\u003e\nCc: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "6dfee85397a47063291fe199eaf950bee7944454",
      "tree": "a0938da1f748f16621238e047a93f052fbd9adb2",
      "parents": [
        "4275fcd65d3b4a504b7779e532c81a927afd28c0"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:50 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:50 2010 +0200"
      },
      "message": "hwmon: (pcf8591) Don\u0027t attempt to detect devices\n\nThe PCF8591 can\u0027t be detected, don\u0027t even try. There are plenty of\nother means to instantiate i2c devices these days.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nReviewed-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\nCc: Aurelien Jarno \u003caurelien@aurel32.net\u003e\n"
    },
    {
      "commit": "4275fcd65d3b4a504b7779e532c81a927afd28c0",
      "tree": "292e76b31cb801621ae578fde62c1a88b9c4bba5",
      "parents": [
        "24377101023d3c66136123bd8b20441814da6a90"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:49 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:49 2010 +0200"
      },
      "message": "hwmon: (pcf8591) Register as a hwmon device\n\nRegister PCF8591 devices as hwmon devices. There\u0027s little point in\nimplementing the standard sysfs interface if we don\u0027t register it in\na way libsensors will pick it.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nReviewed-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\nCc: Aurelien Jarno \u003caurelien@aurel32.net\u003e\n"
    },
    {
      "commit": "24377101023d3c66136123bd8b20441814da6a90",
      "tree": "62ab04c9bfa0e0e71408bd5ac754aad1d152a1c3",
      "parents": [
        "00030af23153f1958f015df8b9fec8c29fcca8b8"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:49 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:49 2010 +0200"
      },
      "message": "hwmon: (w83795) Use standard attributes for chassis intrusion\n\nFollow the standard attribute naming for the chassis intrusion\nfeature. I couldn\u0027t test the beeping (my board apparently doesn\u0027t do\nthat) but the alarm works fine.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "00030af23153f1958f015df8b9fec8c29fcca8b8",
      "tree": "32ea0e1f4e7e5a37c89b286bef76aebae6c3e17c",
      "parents": [
        "e3760b432d589ddd9bdb8c337539b815125bc7aa"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:49 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:49 2010 +0200"
      },
      "message": "hwmon: (w83795) Exclude fan control feature by default\n\nThe fan control feature of the w83795 driver is insufficiently\nreviewed and tested for public consumption at this time, so make it\noptional and disabled by default. We will change the default when\nreview and testing is deemed sufficient. Ultimately the option will\ngo away.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "e3760b432d589ddd9bdb8c337539b815125bc7aa",
      "tree": "27a927ee76417eb2794fb8da3d0a7f9de51ad29b",
      "parents": [
        "eb02755a50f8f3508030b311e3788426fbdc23b7"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:49 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:49 2010 +0200"
      },
      "message": "hwmon: (w83795) Add myself as co-author and maintainer\n\nI\u0027ve made so many changes to the w83795 driver that it\u0027s only fair to\nlist myself as a co-author. I\u0027ll also maintain the driver for some\ntime. There\u0027s more work needed on the driver for sure.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "eb02755a50f8f3508030b311e3788426fbdc23b7",
      "tree": "689aa8b124d7209b53b7c14bc93680e312620720",
      "parents": [
        "5d2cd958f777e533fa2809527836996f59b2d823"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:49 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:49 2010 +0200"
      },
      "message": "hwmon: (w83795) More style cleanups\n\nCleanups suggested by Guenter Roeck, falling into 4 categories:\n* Swapping test orders, because if (var \u003d\u003d CONSTANT) is much easier to\n  read than if (CONSTANT \u003d\u003d var).\n* Simplifying comparisons with 0.\n* Dropping unneeded masks.\n* Dropping unneeded parentheses and curly braces.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "5d2cd958f777e533fa2809527836996f59b2d823",
      "tree": "abc216b782d2c43236b8eecaa7bba4343530d43d",
      "parents": [
        "21fc977551da43ec21ae0ebb859411afd4243d2b"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:49 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:49 2010 +0200"
      },
      "message": "hwmon: (w83795) Fix LSB reading of voltage limits\n\nWrong index caused the wrong register value to be read, resulting in\nrandom LSB for voltage limits.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "21fc977551da43ec21ae0ebb859411afd4243d2b",
      "tree": "4d452b87875c6d9e2cbfb2c58eaa9ea45ee4821d",
      "parents": [
        "1bb3450ce5050bc677c1995a60a0ddfe9e33e7b6"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:49 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:49 2010 +0200"
      },
      "message": "hwmon: (w83795) Use dev_get_drvdata() where possible\n\nWhen we don\u0027t need the client pointer, calling dev_get_drvdata() is\nmore efficient that calling to_i2c_client() and then\ni2c_get_clientdata().\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "1bb3450ce5050bc677c1995a60a0ddfe9e33e7b6",
      "tree": "bb4a0fcaaf4647cb791d1bcc00cde8fc9a52ba3d",
      "parents": [
        "2ae61de90545fe3dadae8119181c430d89a8627b"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:48 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:48 2010 +0200"
      },
      "message": "hwmon: (w83795) Delay reading pwm config registers\n\nWait until we need the pwm config register values, instead of\npre-reading them. This saves over 1 second on modprobe on my test\nsystem.\n\nObviously this time is added when first accessing pwm config\nattributes, however not everybody will use them, so it seems unfair\nto slow down driver loading (and thus boot) for an optional feature.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "2ae61de90545fe3dadae8119181c430d89a8627b",
      "tree": "9a2aa7cc29674089dd9cc202050d61c95f559407",
      "parents": [
        "0d7237bfd13a0a8df270654223c15a16b368a3bd"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:48 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:48 2010 +0200"
      },
      "message": "hwmon: (w83795) Delay reading limit registers\n\nWait until we need the limit register values, instead of pre-reading\nthem. This saves 544 ms on modprobe on my test system. Obviously this\ntime is added when first running \"sensors\" or any other monitoring\napplication, but I think it is better than slowing down the boot.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "0d7237bfd13a0a8df270654223c15a16b368a3bd",
      "tree": "ccfe2095515ca19f484532c34769f1143d54eeb6",
      "parents": [
        "476a4e5d3768ac72bb342166db294c0a9d2c010f"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:48 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:48 2010 +0200"
      },
      "message": "hwmon: (w83795) Move register reads to dedicated functions\n\nMove initial register reads out of probe, to dedicated functions.\nThis makes the code clearer, and will be needed if we want to delay\ncalling these functions until they are needed, or want to call them\nperiodically.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    }
  ],
  "next": "476a4e5d3768ac72bb342166db294c0a9d2c010f"
}
