)]}'
{
  "log": [
    {
      "commit": "39d8bbedb9571a89d638f5b05358f26ab503d7a6",
      "tree": "9868e75fa933a384d90e80c26ee369a6cf2cc8ad",
      "parents": [
        "3218911f839b6c85acbf872ad264ea69aa4d89ad"
      ],
      "author": {
        "name": "Mike Frysinger",
        "email": "vapier@gentoo.org",
        "time": "Mon Jun 01 13:46:49 2009 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Jun 01 13:46:49 2009 +0200"
      },
      "message": "hwmon: (lm78) Add missing __devexit_p()\n\nThe remove function uses __devexit, so the .remove assignment needs\n__devexit_p() to fix a build error with hotplug disabled.\n\nSigned-off-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "848ddf116b3d1711c956fac8627be12dfe8d736f",
      "tree": "59b9f5dcd4b652e127f0908ab162536d588ad0fc",
      "parents": [
        "b9008708f24de8fb9bdbfb5d3b27e36d5a357eda"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Fri May 08 20:27:28 2009 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Fri May 08 20:27:28 2009 +0200"
      },
      "message": "hwmon: (w83781d) Fix W83782D support (NULL pointer dereference)\n\nCommit 360782dde00a2e6e7d9fd57535f90934707ab8a8 (hwmon: (w83781d) Stop\nabusing struct i2c_client for ISA devices) broke W83782D support for\ndevices connected on the ISA bus. You will hit a NULL pointer\ndereference as soon as you read any device attribute. Other devices,\nand W83782D devices on the SMBus, aren\u0027t affected.\n\nReported-by: Michel Abraham\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nTested-by: Michel Abraham\n"
    },
    {
      "commit": "b9008708f24de8fb9bdbfb5d3b27e36d5a357eda",
      "tree": "0a5629d5da51ccf8d569e130cfa40216630ce471",
      "parents": [
        "8c9ed899b44c19e81859fbb0e9d659fe2f8630fc"
      ],
      "author": {
        "name": "Luca Tettamanti",
        "email": "kronos.it@gmail.com",
        "time": "Fri May 08 20:27:28 2009 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Fri May 08 20:27:28 2009 +0200"
      },
      "message": "hwmon: (asus_atk0110) Fix compiler warning\n\natk_sensor_type is only used when DEBUG is defined.\n\nSigned-off-by: Luca Tettamanti \u003ckronos.it@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "251eb40f5ccd07a905633a816fbf8f2b6b25cced",
      "tree": "6e5c1579acbdfb240745e4b9b3f6e999681ce4d8",
      "parents": [
        "133bb070e94ab41d750c6f2160c8843e46f11b78"
      ],
      "author": {
        "name": "Jonathan Cameron",
        "email": "jic23@cam.ac.uk",
        "time": "Mon Apr 13 14:39:45 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 13 15:04:29 2009 -0700"
      },
      "message": "hwmon: sht15 humidity sensor driver\n\nData sheet at:\nhttp://www.sensirion.ch/en/pdf/product_information/Datasheet-humidity-sensor-SHT1x.pdf\n\nThese sensors communicate over a 2 wire bus running a device specific\nprotocol.  The complexity of the driver is mainly due to handling the\nsubstantial delays between requesting a reading and the device pulling the\ndata line low to indicate that the data is available.  This is handled by\nan interrupt that is disabled under all other conditions.\n\nI wasn\u0027t terribly clear on the best way to handle this, so comments on\nthat aspect would be particularly welcome!\n\nInterpretation of the temperature depends on knowing the supply voltage.\nIf configured in a board config as a regulator consumer this is obtained\nfrom the regulator subsystem.  If not it should be provided in the\nplatform data.\n\nI\u0027ve placed this driver in the hwmon subsystem as it is definitely a\ndevice that may be used for hardware monitoring and with it\u0027s relatively\nslow response times (up to 120 millisecs to get a reading) a caching\nstrategy certainly seems to make sense!\n\nSigned-off-by: Jonathan Cameron \u003cjic23@cam.ac.uk\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "2f6f6c6b5c4774cfdbe759eea1f5203a4b26fe6f",
      "tree": "7cca33cda3f29c2d6cd3b1a4b996924fb1ac9985",
      "parents": [
        "ca8b9950298c84ca528a5943409a727c04ec88f8"
      ],
      "author": {
        "name": "Huang Weiyi",
        "email": "weiyi.huang@gmail.com",
        "time": "Mon Apr 13 14:39:37 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Apr 13 15:04:28 2009 -0700"
      },
      "message": "hp_accel: remove unused #include \u003cversion.h\u003e\n\nRemove unused #include \u003cversion.h\u003e in drivers/hwmon/hp_accel.c.\n\nSigned-off-by: Huang Weiyi \u003cweiyi.huang@gmail.com\u003e\nAcked-by: Pavel Machek \u003cpavel@ucw.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "10a0d912898ac2fe49094acf2c1339d0fb4c2bc6",
      "tree": "ca87b31c5b958599b313e40cc141748664687c51",
      "parents": [
        "51dcdfec6a274afc1c6fce180d582add9ff512c0",
        "2c03d07ad54db03b813bb98c469790c07ca9f5dd"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 07 08:44:43 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 07 08:44:43 2009 -0700"
      },
      "message": "Merge branch \u0027hwmon-for-linus\u0027 of git://jdelvare.pck.nerim.net/jdelvare-2.6\n\n* \u0027hwmon-for-linus\u0027 of git://jdelvare.pck.nerim.net/jdelvare-2.6:\n  hwmon: Add Asus ATK0110 support\n  hwmon: (lm95241) Convert to new-style i2c driver\n"
    },
    {
      "commit": "3bcfa9e47a7d1be6faef3be6c4b2049e585e2f38",
      "tree": "7cc0896fb4ee501fb08560adc1747b7e5a7544cf",
      "parents": [
        "6260a4b0521a41189b2c2a8119096c1e21dbdf2c"
      ],
      "author": {
        "name": "Herbert Valerio Riedel",
        "email": "hvr@gnu.org",
        "time": "Mon Apr 06 19:00:30 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 07 08:31:03 2009 -0700"
      },
      "message": "hwmon: add support for GMT G760A fan speed PWM controller\n\nThis controller can be found on the D-Link DNS-323 for instance, where\nit is to be configured via static i2c_board_info in the board-specific\nmach-orion/dns323-setup.c; this driver supports only the new-style\ndriver model.\n\nTested-by: Martin Michlmayr \u003ctbm@cyrius.com\u003e\nSigned-off-by: Herbert Valerio Riedel \u003chvr@gnu.org\u003e\nSigned-off-by: Matthew Palmer \u003cmpalmer@debian.org\u003e\nSigned-off-by: Laurie Bradshaw \u003cbradshaw.laurie@googlemail.com\u003e\nSigned-off-by: Martin Michlmayr \u003ctbm@cyrius.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "2c03d07ad54db03b813bb98c469790c07ca9f5dd",
      "tree": "3ca6b4c0f3ea3d20cb9acc410c2e822846d0d590",
      "parents": [
        "797eaa4b0242a41cb6bc913890b9ec22ec8788ed"
      ],
      "author": {
        "name": "Luca Tettamanti",
        "email": "kronos.it@gmail.com",
        "time": "Tue Apr 07 15:32:59 2009 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Apr 07 15:32:59 2009 +0200"
      },
      "message": "hwmon: Add Asus ATK0110 support\n\nAsus boards have an ACPI interface for interacting with the hwmon (fan,\ntemperatures, voltages) subsystem; this driver exposes the relevant\ninformation via the standard sysfs interface.\n\nThere are two different ACPI interfaces:\n- an old one (based on RVLT/RFAN/RTMP)\n- a new one (GGRP/GITM)\nBoth may be present but there a few cases (my board, sigh) where the\nnew interface is just an empty stub; the driver defaults to the old one\nwhen both are present.\nThe old interface has received a considerable testing, but I\u0027m still\nawaiting confirmation from my tester that the new one is working as\nexpected (hence the debug code is still enabled).\n\nCurrently all the attributes are read-only, though a (partial) control\nshould be possible with a bit more work.\n\nSigned-off-by: Luca Tettamanti \u003ckronos.it@gmail.com\u003e\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "797eaa4b0242a41cb6bc913890b9ec22ec8788ed",
      "tree": "13dc3fad1780e0f3a5fa6fdec757ec20a2b88517",
      "parents": [
        "d508afb437daee7cf07da085b635c44a4ebf9b38"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Apr 07 15:32:59 2009 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Apr 07 15:32:59 2009 +0200"
      },
      "message": "hwmon: (lm95241) Convert to new-style i2c driver\n\nThe legacy i2c binding model is going away really soon now, so convert\nthe lm95241 driver to the new binding model or it will break.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Davide Rizzo \u003celpa.rizzo@gmail.com\u003e\n"
    },
    {
      "commit": "811158b147a503fbdf9773224004ffd32002d1fe",
      "tree": "0a11dcfefe721bfc38ea9f1f4a238822dbae0dda",
      "parents": [
        "4e76c5ccd5ac9bd003467d3bb0f49b18572dd4cd",
        "b26e0ed4936b743b693a4cc1413561fa3e4eaf65"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 03 15:24:35 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Apr 03 15:24:35 2009 -0700"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (28 commits)\n  trivial: Update my email address\n  trivial: NULL noise: drivers/mtd/tests/mtd_*test.c\n  trivial: NULL noise: drivers/media/dvb/frontends/drx397xD_fw.h\n  trivial: Fix misspelling of \"Celsius\".\n  trivial: remove unused variable \u0027path\u0027 in alloc_file()\n  trivial: fix a pdlfush -\u003e pdflush typo in comment\n  trivial: jbd header comment typo fix for JBD_PARANOID_IOFAIL\n  trivial: wusb: Storage class should be before const qualifier\n  trivial: drivers/char/bsr.c: Storage class should be before const qualifier\n  trivial: h8300: Storage class should be before const qualifier\n  trivial: fix where cgroup documentation is not correctly referred to\n  trivial: Give the right path in Documentation example\n  trivial: MTD: remove EOL from MODULE_DESCRIPTION\n  trivial: Fix typo in bio_split()\u0027s documentation\n  trivial: PWM: fix of #endif comment\n  trivial: fix typos/grammar errors in Kconfig texts\n  trivial: Fix misspelling of firmware\n  trivial: cgroups: documentation typo and spelling corrections\n  trivial: Update contact info for Jochen Hein\n  trivial: fix typo \"resgister\" -\u003e \"register\"\n  ...\n"
    },
    {
      "commit": "bb233fdfc7b7cefe45bfa2e8d1b24e79c60a48e5",
      "tree": "b95c8f5b1a26f807755ca18d99b09627e184b33e",
      "parents": [
        "a38da2ed74f628c1f3e907c772be21a66eccab9c"
      ],
      "author": {
        "name": "Daniel Mack",
        "email": "daniel@caiaq.de",
        "time": "Tue Mar 31 15:24:33 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 01 08:59:22 2009 -0700"
      },
      "message": "lis3: SPI transport layer\n\nMake use of the new abstraction layer and add a new transport layer for\nspi.  Works fine on a PXA based board.\n\nSigned-off-by: Daniel Mack \u003cdaniel@caiaq.de\u003e\nAcked-by: Pavel Machek \u003cpavel@ucw.cz\u003e\nAcked-by: Eric Piel \u003ceric.piel@tremplin-utc.net\u003e\nCc: David Brownell \u003cdavid-b@pacbell.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a38da2ed74f628c1f3e907c772be21a66eccab9c",
      "tree": "e89697d25518dcca9861d6f65933fc3327cd5933",
      "parents": [
        "ab337a632783c251a3c3852aec0ead8a0281cbdd"
      ],
      "author": {
        "name": "Daniel Mack",
        "email": "daniel@caiaq.de",
        "time": "Tue Mar 31 15:24:32 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 01 08:59:22 2009 -0700"
      },
      "message": "lis3: solve dependency between core and ACPI\n\nThis solves the dependency between lis3lv02d.[ch] and ACPI specific\nmethods.  It introduces a -\u003ebus_priv pointer to the device struct which is\ncasted to \u0027struct acpi_device\u0027 in the ACIP layer.  Changed hp_accel.c\naccordingly.\n\nSigned-off-by: Daniel Mack \u003cdaniel@caiaq.de\u003e\nAcked-by: Pavel Machek \u003cpavel@ucw.cz\u003e\nAcked-by: Eric Piel \u003ceric.piel@tremplin-utc.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ab337a632783c251a3c3852aec0ead8a0281cbdd",
      "tree": "98a644e1c14a47164c52ed08e35e0a0e0d13f869",
      "parents": [
        "12a324b6a3758f04a952b99d75a625732d767585"
      ],
      "author": {
        "name": "Daniel Mack",
        "email": "daniel@caiaq.de",
        "time": "Tue Mar 31 15:24:31 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 01 08:59:22 2009 -0700"
      },
      "message": "lis3: reorder functions to make forward decl obsolete\n\nMove lis3lv02d_init_device() down so that the forward declaration of\nlis3lv02d_add_fs() becomes unnecessary.\n\nSigned-off-by: Daniel Mack \u003cdaniel@caiaq.de\u003e\nAcked-by: Pavel Machek \u003cpavel@ucw.cz\u003e\nAcked-by: Eric Piel \u003ceric.piel@tremplin-utc.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "12a324b6a3758f04a952b99d75a625732d767585",
      "tree": "aebfc7fae40f8bfd28edeb2d152398318c541ad3",
      "parents": [
        "9d7639d33a348d5637daa50bba27497e9f5dac64"
      ],
      "author": {
        "name": "Luca Cappa",
        "email": "lcappa@gmail.com",
        "time": "Tue Mar 31 15:24:31 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 01 08:59:21 2009 -0700"
      },
      "message": "hp_accel: axis conversion for hp compaq 8710w\n\nI have a laptop HP Compaq 8710W, I compiled into my kernel the LIS3LV02DL\nand HP_ACCEL module drivers.  While loading it cannot recognize the laptop\nmodel, so i am sending the necessary information to update the database of\naxis orientations.\n\n\u003eWhen the laptop is horizontal the position reported is about 0 for X and Y\n\u003eand a positive value for Z\nYes, it is about 0,0,1000, the actual reading says: (-17,-26,1018);\n\n\u003e If the left side is elevated, X increases (becomes positive)\nYes, X goes toward to positive 1000.\n\n\u003eIf the front side (where the touchpad is) is elevated, Y decreases (becomes negative)\nNo, Y goes toward to positive 1000.\n\n\u003eIf the laptop is put upside-down, Z becomes negative\nYes, the laptop on a table Z gives 1000, and if upsidedown the Z reads\n-1000.\n\nSo in few words the Y axis is inverted.\n\nCc: Eric Piel \u003ceric.piel@tremplin-utc.net\u003e\nSigned-off-by: Pavel Machek \u003cpavel@ucw.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9d7639d33a348d5637daa50bba27497e9f5dac64",
      "tree": "c44485bedfbb2c618e2fdf0787c9215e3ea52c8b",
      "parents": [
        "72f5de92e199f96cfcea125aefc76c138d8c553c"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz",
        "time": "Tue Mar 31 15:24:29 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 01 08:59:21 2009 -0700"
      },
      "message": "hp_accel: add two more axis information\n\nAdd two more laptops to whitelist.\n\nSigned-off-by: Michal Marek \u003cmmarek@suse.cz\u003e\nSigned-off-by: Pavel Machek \u003cpavel@ucw.cz\u003e\nCc: Daniel Mack \u003cdaniel@caiaq.de\u003e\nCc: Eric Piel \u003ceric.piel@tremplin-utc.net\u003e\nCc: Vladimir Botka \u003cvbotka@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "72f5de92e199f96cfcea125aefc76c138d8c553c",
      "tree": "ef24990f791801283f520b5f96a4ea1e592bf37b",
      "parents": [
        "061603275814544842e7df77d1157eff18565997"
      ],
      "author": {
        "name": "Ira Snyder",
        "email": "iws@ovro.caltech.edu",
        "time": "Tue Mar 31 15:24:29 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 01 08:59:21 2009 -0700"
      },
      "message": "hwmon: Add LTC4215 driver\n\nAdd Linux support for the Linear Technology LTC4215 Hot Swap controller\nI2C monitoring interface.\n\nI have tested the driver with my board, and it appears to work fine.  With\nthe power supplies disabled, it reads 11.93V input, 1.93V output, no\ncurrent and no power.  With the supplies enabled, it reads 11.93V input,\n11.98V output, no current, no power.  I\u0027m not drawing any current at the\nmoment, so this is reasonable.  The value in the sense register never\nreads anything except 0, so I expect to get zero from the current and\npower calculations.\n\nI didn\u0027t attempt to support changing any of the chip\u0027s settings or\nenabling the FET.  I\u0027m not sure even how to do that and still fit within\nthe hwmon framework.  :)\n\nSigned-off-by: Ira W. Snyder \u003ciws@ovro.caltech.edu\u003e\nCc: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: \"Mark M. Hoffman\" \u003cmhoffman@lightlink.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "061603275814544842e7df77d1157eff18565997",
      "tree": "4582b2e3e156eb2f0984df34e5469c96c3c4f9c0",
      "parents": [
        "be84cfc588b19f14764d78556dc7b630ee8c914c"
      ],
      "author": {
        "name": "Davide Rizzo",
        "email": "elpa.rizzo@gmail.com",
        "time": "Tue Mar 31 15:24:27 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 01 08:59:21 2009 -0700"
      },
      "message": "hwmon: LM95241 driver\n\nAn hwmon driver for the National Semiconductor LM95241 triple temperature\nsensors chip\n\nSigned-off-by: Davide Rizzo \u003celpa-rizzo@gmail.com\u003e\nCc: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: \"Mark M. Hoffman\" \u003cmhoffman@lightlink.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "be84cfc588b19f14764d78556dc7b630ee8c914c",
      "tree": "eb9e812f10199e8a8bddf8dd8f9dfa2f02b04e62",
      "parents": [
        "2b872903c5d66bccdf4306a35e3e94d4da8555d3"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@ucw.cz",
        "time": "Tue Mar 31 15:24:26 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Apr 01 08:59:21 2009 -0700"
      },
      "message": "hp_accel: adev is poor name of exported symbol\n\nAs Andrew noted, adev is pretty poor name for symbol being exported.\nRename it to lis3.\n\nSigned-off-by: Pavel Machek \u003cpavel@ucw.cz\u003e\nCc: Eric Piel \u003ceric.piel@tremplin-utc.net\u003e\nCc: Vladimir Botka \u003cvbotka@suse.cz\u003e\nCc: \u003cQuoc.Pham@hp.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "de15f093e666ccd542f6f7a0e3e917166a07ab44",
      "tree": "ba0fb9235e3267812f2580306c27d7087d9fd7f3",
      "parents": [
        "c69ab2b78efbe388bb0fc5d885b718ff4668cceb"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Mon Mar 30 21:46:45 2009 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Mar 30 21:46:45 2009 +0200"
      },
      "message": "hwmon: (fschmd) Add support for the FSC Hades IC\n\nAdd support for the Hades to the FSC hwmon driver.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "c69ab2b78efbe388bb0fc5d885b718ff4668cceb",
      "tree": "a970ddcc436d1e80cc37e2937f8e32883afe73ba",
      "parents": [
        "fa5bfab7128e58c31448fca83a288a86e7d476cc"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Mon Mar 30 21:46:45 2009 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Mar 30 21:46:45 2009 +0200"
      },
      "message": "hwmon: (fschmd) Add support for the FSC Syleus IC\n\nMany thanks to Fujitsu Siemens Computers for providing docs and a\nmachine to test the driver on.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "e7a19c5624c66afa8118b10cd59f87ee407646bc",
      "tree": "4e70f99aa84cdd18f13c673980afebe4a268359e",
      "parents": [
        "ec19920944246b4686c7772a58507a20c361dc9d"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Mar 30 21:46:44 2009 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Mar 30 21:46:44 2009 +0200"
      },
      "message": "dmi: Let dmi_walk() users pass private data\n\nAt the moment, dmi_walk() lacks flexibility, users can\u0027t pass data to\nthe callback function. Add a pointer for private data to make this\nfunction more flexible.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Hans de Goede \u003chdegoede@redhat.com\u003e\nCc: Matthew Garrett \u003cmjg@redhat.com\u003e\nCc: Roland Dreier \u003crolandd@cisco.com\u003e\n"
    },
    {
      "commit": "fb4504fe84b09cbf49fda19e6630a1003d79656a",
      "tree": "d2e623b65fb91f18a02b3435f5a25e8b36572815",
      "parents": [
        "a157d06d4d70318a0818552095071d7430dd5d34"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Mar 30 21:46:43 2009 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Mar 30 21:46:43 2009 +0200"
      },
      "message": "Move the pcf8591 driver to hwmon\n\nDirectory drivers/i2c/chips is going away, so drivers there must find\nnew homes. For the pcf8591 driver, the best choice seems to be the\nhwmon subsystem. While the Philips PCF8591 device isn\u0027t a typical\nhardware monitoring chip, its DAC interface is compatible with the\nhwmon one, so it fits somewhat.\n\nIf a better subsystem is ever created for ADC/DAC chips, the driver\ncould be moved there.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Aurelien Jarno \u003caurelien@aurel32.net\u003e\n"
    },
    {
      "commit": "a157d06d4d70318a0818552095071d7430dd5d34",
      "tree": "314ce9e6a3920071dcc364219521ba82675bdaac",
      "parents": [
        "237c8d2f54ff12bd4fea1a9d18a94ae5810271d3"
      ],
      "author": {
        "name": "Gong Jun",
        "email": "JGong@nuvoton.com",
        "time": "Mon Mar 30 21:46:43 2009 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Mar 30 21:46:43 2009 +0200"
      },
      "message": "hwmon: (w83627ehf) Only expose in6 or temp3 on the W83667HG\n\nThe pin for in6 and temp3 is shared on the W83667HG, so only one of\nthese features can be supported on any given system. Let the driver\nselect which one depending on the temp3 disabled bit.\n\nSigned-off-by: Gong Jun \u003cJGong@nuvoton.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "237c8d2f54ff12bd4fea1a9d18a94ae5810271d3",
      "tree": "f93114b8b4c24a59151353cdfb63dd52fa055f9b",
      "parents": [
        "1704b26ee3fd89c76724cbea238e951dc019faca"
      ],
      "author": {
        "name": "Gong Jun",
        "email": "JGong@nuvoton.com",
        "time": "Mon Mar 30 21:46:42 2009 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Mar 30 21:46:42 2009 +0200"
      },
      "message": "hwmon: (w83627ehf) Add support for W83667HG\n\nAdd initial support for the Nuvoton W83667HG chip to the w83627ehf\ndriver. It has been tested on ASUS P5QL PRO by Gong Jun.\n\nAt the moment there is still a usability issue which is that only in6\nor temp3 can be present on the W83667HG, so the driver shouldn\u0027t\nexpose both. This will be addressed later.\n\nSigned-off-by: Gong Jun \u003cJGong@nuvoton.com\u003e\nAcked-by: David Hubbard \u003cdavid.c.hubbard@gmail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "1704b26ee3fd89c76724cbea238e951dc019faca",
      "tree": "8ad08be8be5e6ae2eeb523cb03c2db2a24ca2506",
      "parents": [
        "b6a33fe2cc1b44851174967943fe5989f7e0550f"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Mar 30 21:46:42 2009 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Mar 30 21:46:42 2009 +0200"
      },
      "message": "hwmon: (w83627ehf) Invert fan pin variables logic\n\nUse positive logic for fan pin variables (variable is set if pin is\nused for fan), instead of negative logic which is error prone.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Gong Jun \u003cJGong@nuvoton.com\u003e\n"
    },
    {
      "commit": "b6a33fe2cc1b44851174967943fe5989f7e0550f",
      "tree": "a39d183d672aa9d94b3bf78fbffa78986ff5dbad",
      "parents": [
        "2b8cf3e8c0638687a7a28a7517e673f855623e3b"
      ],
      "author": {
        "name": "Frank Seidel",
        "email": "frank@f-seidel.de",
        "time": "Mon Mar 30 21:46:42 2009 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Mar 30 21:46:42 2009 +0200"
      },
      "message": "hwmon: (hdaps) Fix Thinkpad X41 axis inversion\n\nFix for kernel.org bug #7154: hdaps inversion of actual Thinkpad\nX41\u0027s Y-axis.\n\nSigned-off-by: Frank Seidel \u003cfrank@f-seidel.de\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "2b8cf3e8c0638687a7a28a7517e673f855623e3b",
      "tree": "0c549bbfb7d6f195d9e1e7b0412ae96884d311d0",
      "parents": [
        "25f3311acc3405dd0dace3571a41f450e6cc6a65"
      ],
      "author": {
        "name": "Frank Seidel",
        "email": "frank@f-seidel.de",
        "time": "Mon Mar 30 21:46:41 2009 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Mar 30 21:46:41 2009 +0200"
      },
      "message": "hwmon: (hdaps) Allow inversion of separate axis\n\nFix for kernel.org bug #7154: hdaps inversion of each axis. This\nversion is based on the work from Michael Ruoss \u003cmiruoss@student.ethz.ch\u003e.\n\nSigned-off-by: Frank Seidel \u003cfrank@f-seidel.de\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "e4879e28abd67b894fb9d2db0afd08f1945670ba",
      "tree": "e6e9c1269c9ed949fb89bf7d31e116ace255d2ff",
      "parents": [
        "594592dc6f68356a3b7278eb4d260a50a66f0a06"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Mar 30 21:46:40 2009 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Mar 30 21:46:40 2009 +0200"
      },
      "message": "hwmon: (ds1621) Avoid unneeded register access\n\nRegister access over SMBus isn\u0027t cheap, so avoid register access where\npossible:\n* Only write back the configuration register if it changed.\n* Don\u0027t refresh the register cache when we don\u0027t have to.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Aurelien Jarno \u003caurelien@aurel32.net\u003e\n"
    },
    {
      "commit": "594592dc6f68356a3b7278eb4d260a50a66f0a06",
      "tree": "0bdb535a8e3bcd0f4ea03fdc86842709e9ea4b50",
      "parents": [
        "9202add67454c6a6f9508f41e733edce705dc56e"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Mar 30 21:46:40 2009 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Mar 30 21:46:40 2009 +0200"
      },
      "message": "hwmon: (ds1621) Clean up register access\n\nFix a few oddities in how the ds1621 driver accesses the registers:\n* We don\u0027t need a wrapper to access the configuration register.\n* Check for error before calling swab16. Error checking isn\u0027t\n  complete yet, but that\u0027s a start.\n* Device-specific read functions should never be called during\n  detection, as by definition we don\u0027t know what device we are talking\n  to at that point.\n* Likewise, don\u0027t assume that register reads succeed during detection.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Aurelien Jarno \u003caurelien@aurel32.net\u003e\n"
    },
    {
      "commit": "9202add67454c6a6f9508f41e733edce705dc56e",
      "tree": "c95085164215c9374e838f1bf3f6051b74d99441",
      "parents": [
        "0d34fb8e93ceba7b6dad0062dbb4a0813bacd75b"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Mar 30 21:46:40 2009 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Mar 30 21:46:40 2009 +0200"
      },
      "message": "hwmon: (ds1621) Reorder code statements\n\nReorder the ds1621 driver code so that we can get rid of forward\nfunction declarations.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Aurelien Jarno \u003caurelien@aurel32.net\u003e\n"
    },
    {
      "commit": "b26e0ed4936b743b693a4cc1413561fa3e4eaf65",
      "tree": "121190dd9deb3596ed3452d141db0704951c82f2",
      "parents": [
        "23d42494915d4dbdf99bccd35a76f3d45fbed62e"
      ],
      "author": {
        "name": "Riku Voipio",
        "email": "riku.voipio@iki.fi",
        "time": "Tue Mar 03 21:37:17 2009 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Mar 30 15:22:04 2009 +0200"
      },
      "message": "trivial: Update my email address\n\nUpdate my email address.\n\nSigned-off-by: Riku Voipio \u003criku.voipio@iki.fi\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "51b3e2700177b89fdb0d985926ce777a7ad52b15",
      "tree": "fd616c0db5df31f27d435196a575ec93e2fa5eba",
      "parents": [
        "e267d25005c861fe6afda343f044536342c9f8b4"
      ],
      "author": {
        "name": "Andrew Klossner",
        "email": "andrew@cesa.opbu.xerox.com",
        "time": "Thu Mar 12 13:36:39 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Mar 12 13:36:39 2009 +0100"
      },
      "message": "hwmon: (f75375s) Remove unnecessary and confusing initialization\n\nf75375_probe calls i2c_get_clientdata to initialize the data pointer,\nbut there isn\u0027t yet any client data to get, and the value is never\nused before the variable is assigned a new value seven lines later.\n\nThe call doesn\u0027t hurt anything and wastes only a couple of cycles.\nThe reason to fix it is because this module serves as an example to\nhackers writing new hwmon drivers, and this part of the example is\nconfusing.\n\nSigned-off-by: Andrew Klossner \u003candrew@cesa.opbu.xerox.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "e267d25005c861fe6afda343f044536342c9f8b4",
      "tree": "8fdbf47472bdcf4c0d3faa07aeea184fea3d019b",
      "parents": [
        "1a51e068c900eb6ea23ce597361ebf3b19a57b23"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Mar 12 13:36:39 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Mar 12 13:36:39 2009 +0100"
      },
      "message": "hwmon: (it87) Properly decode -128 degrees C temperature\n\nThe it87 driver is reporting -128 degrees C as +128 degrees C.\nThat\u0027s not a terribly likely temperature value but let\u0027s still\nget it right, especially when it simplifies the code.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "1a51e068c900eb6ea23ce597361ebf3b19a57b23",
      "tree": "dc09428e13a8696d03f5c5919dc5bb867d7f63cc",
      "parents": [
        "3bb9db79235e19dbb18ba6f4a428a97c69115319"
      ],
      "author": {
        "name": "Darrick J. Wong",
        "email": "djwong@us.ibm.com",
        "time": "Thu Mar 12 13:36:38 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Mar 12 13:36:38 2009 +0100"
      },
      "message": "hwmon: (lm90) Document support for the MAX6648/6692 chips\n\nUpdate documentation to prevent further confusion/duplication.\n\nSigned-off-by: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "3bb9db79235e19dbb18ba6f4a428a97c69115319",
      "tree": "fdbd5f7157ff3c57c9981e118df00a3261a24f76",
      "parents": [
        "ebdcc81c71937b30e09110c02a1e8a21fa770b6f"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Mar 12 13:36:38 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Mar 12 13:36:38 2009 +0100"
      },
      "message": "hwmon: (abituguru3) Fix I/O error handling\n\nFix a logic bug reported by Roel Kluin, by rewriting the error\nhandling code in a clearer way.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Roel Kluin \u003croel.kluin@gmail.com\u003e\nAcked-by: Alistair John Strachan \u003calistair@devzero.co.uk\u003e\nAcked-by: Hans de Goede \u003chdegoede@redhat.com\u003e\n"
    },
    {
      "commit": "8ef1f0291a5d126f678b2f0225843c1ab550559c",
      "tree": "68831716d0992a656132dce8ad159755df39d4e3",
      "parents": [
        "c15ade65788b70797c947f7de3e049e6a23f407f"
      ],
      "author": {
        "name": "Darrick J. Wong",
        "email": "djwong@us.ibm.com",
        "time": "Tue Mar 10 12:55:48 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Mar 10 15:55:10 2009 -0700"
      },
      "message": "lm85: add VRM10 support for adt7468 chip\n\nThe adt7468 chip supports VRM10 sensors just like the adt7463; add a\nmissing check for it.\n\nSigned-off-by: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nCc: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c15ade65788b70797c947f7de3e049e6a23f407f",
      "tree": "cc19185bd91f520046864cf3725e4d2da0ae590b",
      "parents": [
        "b943c460ff8556a193b28e2145b513f8b978e869"
      ],
      "author": {
        "name": "Darrick J. Wong",
        "email": "djwong@us.ibm.com",
        "time": "Tue Mar 10 12:55:47 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Mar 10 15:55:10 2009 -0700"
      },
      "message": "lm85: fix the version check that broke adt7468 probing\n\nThe verstep check in the lm85 driver fails because the upper nibble of\nthe version register is 0x7, not 0x6, on the adt7468 chip.  Probing of\nall adt7468s was broken by 69fc1feba2d5856ff74dedb6ae9d8c490210825c\n(\"hwmon: (lm85) Rework the device detection\"), and this patch fixes\nthat.  Also add in a missing i2c_device_id that accidentally got dropped\nfrom the original patch.\n\nSigned-off-by: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nCc: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9ccf3b5e8409927835c4d38cb2f380c9e4349e76",
      "tree": "b10e951d376aef142d15eec40b634e7cfe339251",
      "parents": [
        "137bad32342a613586347341d1307c2b9812ef44"
      ],
      "author": {
        "name": "Giuseppe Bilotta",
        "email": "giuseppe.bilotta@gmail.com",
        "time": "Wed Feb 18 14:48:25 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Feb 18 15:37:54 2009 -0800"
      },
      "message": "lis3lv02d: add axes knowledge of HP Pavilion dv5 models\n\nAdd support for HP Pavilion dv5.\n\nSince Intel-based models have an inverted x axis, while AMD-based models\nhave an inverted y axis, we introduce a new macro that special-cases axis\norientation based on two DMI entries: HP dv5 axis configuration is then\nbased on both the PRODUCT and BOARD name.\n\nSigned-off-by: Giuseppe Bilotta \u003cgiuseppe.bilotta@gmail.com\u003e\nCc: Eric Piel \u003cEric.Piel@tremplin-utc.net\u003e\nCc: Pavel Machek \u003cpavel@suse.cz\u003e\nTested-by: Palatis Tseng \u003cpalatis@gmail.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "137bad32342a613586347341d1307c2b9812ef44",
      "tree": "3ed900e263388a72f92930a8d91a9d2eb7f0a39b",
      "parents": [
        "ef2cfc790bf5f0ff189b01eabc0f4feb5e8524df"
      ],
      "author": {
        "name": "Giuseppe Bilotta",
        "email": "giuseppe.bilotta@gmail.com",
        "time": "Wed Feb 18 14:48:24 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Feb 18 15:37:54 2009 -0800"
      },
      "message": "lis3lv02d: support both one- and two-byte sensors\n\nSensors responding with 0x3B to WHO_AM_I only have one data register per\ndirection, thus returning a signed byte from the position which is\noccupied by the MSB in sensors responding with 0x3A.\n\nSince multiple sensors share the reply to WHO_AM_I, we rename the defines\nto better indicate what they identify (family of single and double\nprecision sensors).\n\nWe support both kind of sensors by checking for the sensor type on init\nand defining appropriate data-access routines and sensor limits (for the\njoystick) depending on what we find.\n\n[akpm@linux-foundation.org: coding-style fixes]\nSigned-off-by: Giuseppe Bilotta \u003cgiuseppe.bilotta@gmail.com\u003e\nAcked-by: Eric Piel \u003cEric.Piel@tremplin-utc.net\u003e\nCc: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ef2cfc790bf5f0ff189b01eabc0f4feb5e8524df",
      "tree": "1e1a4999a6615f66f56ffe19c883e065aa8d3020",
      "parents": [
        "3a5093ee6728c8cbe9c039e685fc1fca8f965048"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@suse.cz",
        "time": "Wed Feb 18 14:48:23 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Feb 18 15:37:54 2009 -0800"
      },
      "message": "hp accelerometer: add freefall detection\n\nThis adds freefall handling to hp_accel driver.  According to HP, it\nshould just work, without us having to set the chip up by hand.\n\nhpfall.c is example .c program that parks the disk when accelerometer\ndetects free fall.  It should work; for now, it uses fixed 20seconds\nprotection period.\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nCc: Thomas Renninger \u003ctrenn@suse.de\u003e\nCc: Éric Piel \u003ceric.piel@tremplin-utc.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "18632f84fac770125c0982dfadec6b551e82144e",
      "tree": "9bcf592080c5f19f22a5ef726f0f4fa866ee381b",
      "parents": [
        "603eaa1bdd3e0402085e815cc531bb0a32827a9e"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Tue Feb 17 19:59:54 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Feb 17 19:59:54 2009 +0100"
      },
      "message": "hwmon: Fix ACPI resource check error handling\n\nThis patch fixes a number of cases where things were not properly\ncleaned up when acpi_check_resource_conflict() returned an error,\ncausing oopses such as the one reported here:\nhttps://bugzilla.redhat.com/show_bug.cgi?id\u003d483208\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "603eaa1bdd3e0402085e815cc531bb0a32827a9e",
      "tree": "8047d2da3934549f8b9003dbfe9bdab570a6a244",
      "parents": [
        "d2f8d7ee1a9b4650b4e43325b321801264f7c37a"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Feb 17 19:59:54 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue Feb 17 19:59:54 2009 +0100"
      },
      "message": "hwmon: (f71882fg) Hide misleading error message\n\nIf the F71882FG chip is at address 0x4e, then the probe at 0x2e will\nfail with the following message in the logs:\nf71882fg: Not a Fintek device\n\nThis is misleading because there is a Fintek device, just at a\ndifferent address. So I propose to degrade this message to a debug\nmessage.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Hans de Goede \u003chdegoede@redhat.com\u003e\n"
    },
    {
      "commit": "87357d277a024934389ddc37808290c53c74339e",
      "tree": "2ac98eea38e6f1c746f22088db8245c5ab570f39",
      "parents": [
        "c77a022d2994b0ccfb583c7dfd6392e3cd0391fe"
      ],
      "author": {
        "name": "Martin Kebert",
        "email": "gkmarty@gmail.com",
        "time": "Wed Feb 04 15:12:12 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Feb 05 12:56:47 2009 -0800"
      },
      "message": "lis3lv02d: add axes knowledge for HP 6710\n\nAdd support for the HP laptops of model 6710x for having correctly setup\naxes.\n\nSigned-off-by: Martin Kebert \u003cgkmarty@gmail.com\u003e\nSigned-off-by: Eric Piel \u003ceric.piel@tremplin-utc.net\u003e\nAcked-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c77a022d2994b0ccfb583c7dfd6392e3cd0391fe",
      "tree": "5181d171af1c126d07bdf159a064f7ef0e33ec25",
      "parents": [
        "80eda5fb5885d601ed2c712a0530770c0a23cc04"
      ],
      "author": {
        "name": "Pavel Herrmann",
        "email": "morpheus.ibis@gmail.com",
        "time": "Wed Feb 04 15:12:11 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Feb 05 12:56:47 2009 -0800"
      },
      "message": "lis3lv02d: add axes knowledge for HP 6730\n\nAdd support for the HP laptops of model 6730x for having correctly setup\naxes.\n\nSigned-off-by: Pavel Herrmann \u003cmorpheus.ibis@gmail.com\u003e\nSigned-off-by: Eric Piel \u003ceric.piel@tremplin-utc.net\u003e\nAcked-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "80eda5fb5885d601ed2c712a0530770c0a23cc04",
      "tree": "91f5eba014223c57ec4e743b7ca4cdc246adeb73",
      "parents": [
        "6bfef2b3cfe1144bd1dc3aface9c63a3f06732a7"
      ],
      "author": {
        "name": "Eric Piel",
        "email": "eric.piel@tremplin-utc.net",
        "time": "Wed Feb 04 15:12:11 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Feb 05 12:56:47 2009 -0800"
      },
      "message": "lis3lv02d: add axes knowledge for HP 6530\n\nAdd support for the HP laptops of model 6530x for having correctly setup\naxes.\n\nReported-by: Jerome Poulin \u003cjeromepoulin@gmail.com\u003e\nSigned-off-by: Eric Piel \u003ceric.piel@tremplin-utc.net\u003e\nAcked-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "6bfef2b3cfe1144bd1dc3aface9c63a3f06732a7",
      "tree": "e7cdb79ad1dfbb4721c10d894481892de3848997",
      "parents": [
        "44f0606d52d98ff05b3b62bb694821857e36819d"
      ],
      "author": {
        "name": "Jiri Tersel",
        "email": "tersel@mail.muni.cz",
        "time": "Wed Feb 04 15:12:09 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Feb 05 12:56:47 2009 -0800"
      },
      "message": "lis3lv02d: add axes knowledge for HP 6510b\n\nAccording to dmesg my laptop model HP 6510b is not being recognized by this\ndriver. After I have modified \"lis3lv02d.c\" axes in Neverball are OK.\n\nSigned-off-by: Jiri Tersel \u003ctersel@mail.muni.cz\u003e\nSigned-off-by: Eric Piel \u003ceric.piel@tremplin-utc.net\u003e\nAcked-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "fb9f88e1dc76f9feb39d39c40a5d61aad6df4388",
      "tree": "997b366ef996bde434e7d838463219c9aedcec1c",
      "parents": [
        "c189f4ec955e1fe4a2a2742d028aeecc52a5848a"
      ],
      "author": {
        "name": "Bharath Ramesh",
        "email": "bramesh@vt.edu",
        "time": "Thu Jan 29 14:25:24 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jan 29 18:04:45 2009 -0800"
      },
      "message": "hwmon: applesmc: add support for MacPro 3 temperature sensors\n\nMacPro 3 have more temperature sensors than the previous MacPro\u0027s also the\nsensor THTG has been removed.  This patch add supports for the newer\ntemperature sensors in the MacPro3.\n\nSigned-off-by: Bharath Ramesh \u003cbramesh@vt.edu\u003e\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "7e92214b539ea17ccaf0886d140cbba9801a4d40",
      "tree": "5a678acfca63f485fd02c83932ffcfa486657650",
      "parents": [
        "6364853dabe78dda7ffdfb8803c1e56c0fff2e43",
        "46a5f173fc88ffc22651162033696d8a9fbcdc5c"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jan 15 16:40:12 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jan 15 16:40:12 2009 -0800"
      },
      "message": "Merge branch \u0027hwmon-for-linus\u0027 of git://jdelvare.pck.nerim.net/jdelvare-2.6\n\n* \u0027hwmon-for-linus\u0027 of git://jdelvare.pck.nerim.net/jdelvare-2.6:\n  hwmon: (abituguru3) Fix CONFIG_DMI\u003dn fallback to probe\n  hwmon: (abituguru3) Enable DMI probing feature on IN9 32X MAX\n  hwmon: (abituguru3) Match partial DMI board name strings\n  hwmon: Add a driver for the ADT7475 hardware monitoring chip\n  hwmon: (k8temp) Fix temperature reporting for (most) K8 RevG CPUs\n  hwmon: (k8temp) Fix wrong sensor selection for AMD K8 RevF/RevG CPUs\n  hwmon: (k8temp) Warn about fam F rev F errata\n"
    },
    {
      "commit": "9e1c9d865543593ee92ec3a5075f064dec981a96",
      "tree": "b89aa477a142e50fb45553b63fa51a20e67d6e89",
      "parents": [
        "219beb291ba9275dd676578724103abed4cfbfe3"
      ],
      "author": {
        "name": "Pavel Machek",
        "email": "pavel@suse.cz",
        "time": "Thu Jan 15 13:51:24 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jan 15 16:39:41 2009 -0800"
      },
      "message": "hp_accel: do not call ACPI from invalid context\n\nThe LED on HP notebooks is connected through ACPI.  That unfortunately\nmeans that it needs to be delayed by using schedule_work() to avoid\ncalling the ACPI interpreter from an invalid context.\n\n[akpm@linux-foundation.org: use flush_work() rather than sort-of reimplementing it]\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nCc: Éric Piel \u003ceric.piel@tremplin-utc.net\u003e\nCc: Len Brown \u003clenb@kernel.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "9e0c79782143a816ba7d7f0f6e195091a97053f6",
      "tree": "109a347061a1e2d1e08aa3908b893e2ee55f9732",
      "parents": [
        "5b019e99016f3a692ba45bf68fba73a402d7c01a"
      ],
      "author": {
        "name": "Eric Piel",
        "email": "eric.piel@tremplin-utc.net",
        "time": "Thu Jan 15 13:51:23 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jan 15 16:39:40 2009 -0800"
      },
      "message": "lis3lv02d: merge with leds hp disk\n\nMove the second part of the HP laptop disk protection functionality (a red\nled) to the same driver.  From a purely Linux developer\u0027s point of view,\nthe led and the accelerometer have nothing related.  However, they\ncorrespond to the same ACPI functionality, and so will always be used\ntogether, moreover as they share the same ACPI PNP alias, there is no\nother simple to allow to have same loaded at the same time if they are not\nin the same module.  Also make it requires the led class to compile and\nupdate the Kconfig text.\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Eric Piel \u003ceric.piel@tremplin-utc.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "c3d6362b8717759de7f2086f9665a4d96cacbc51",
      "tree": "3474b8abc3a37cd645415f85ffc340c7d96c8d18",
      "parents": [
        "db92a6502d4e8cb885e85e862b24ba5c07036fbf"
      ],
      "author": {
        "name": "Alex Murray",
        "email": "murray.alex@gmail.com",
        "time": "Thu Jan 15 13:51:08 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Jan 15 16:39:39 2009 -0800"
      },
      "message": "hwmon: applesmc: fix light sensor readings on newer MacBooks\n\nThe light sensors ALV0 and ALV1 on newer MacBooks (early 2008 and later)\nchanged to report 10 bytes instead the earlier 6, and the sensor encoding\nsubsequently changed.  As a result, the reported light sensors readings\nare much too low.\n\nVia experiments leading up to this patch, it seems only the ALV0 is\nreporting data, and the most useful value therein is a 10-bit big-endian\nvalue at offset 6.  This suggests that a new protocol was added as a\nbackward-compatible replacement on top of the old one.\n\nThis patch makes applesmc report the improved light sensor reading for the\nnew machines, on a scale in conformance with earlier ones.\n\nSigned-off-by: Alex Murray \u003cmurray.alex@gmail.com\u003e\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nCc: Nicolas Boichat \u003cnicolas@boichat.ch\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "46a5f173fc88ffc22651162033696d8a9fbcdc5c",
      "tree": "e4a1ac8140f0ae70e5956f866bb212973ea2d835",
      "parents": [
        "3907a8def78a15cd91985c23a3e76b563f36929a"
      ],
      "author": {
        "name": "Alistair John Strachan",
        "email": "alistair@devzero.co.uk",
        "time": "Thu Jan 15 22:27:48 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Jan 15 22:27:48 2009 +0100"
      },
      "message": "hwmon: (abituguru3) Fix CONFIG_DMI\u003dn fallback to probe\n\nWhen CONFIG_DMI is not enabled, dmi detection should flag that no board\ncould be detected (err\u003d1) rather than another error condition (err\u003c0).\n\nThis fixes the fallback to manual probing for all motherboards, even\nthose without DMI strings, when CONFIG_DMI\u003dn.\n\nSigned-off-by: Alistair John Strachan \u003calistair@devzero.co.uk\u003e\nCc: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "3907a8def78a15cd91985c23a3e76b563f36929a",
      "tree": "2c0222a069d0403f15e44aca0530f71edccdad52",
      "parents": [
        "058943ddcb7cb307a0c406088c1e61f203d8b66f"
      ],
      "author": {
        "name": "Alistair John Strachan",
        "email": "alistair@devzero.co.uk",
        "time": "Thu Jan 15 22:27:48 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Jan 15 22:27:48 2009 +0100"
      },
      "message": "hwmon: (abituguru3) Enable DMI probing feature on IN9 32X MAX\n\nSwitch the IN9 32X MAX over from port probing to the preferred DMI\nprobe method.\n\nSigned-off-by: Alistair John Strachan \u003calistair@devzero.co.uk\u003e\nTested-by: Paul Hartman \u003cpaul.hartman+gentoo@gmail.com\u003e\nCc: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "058943ddcb7cb307a0c406088c1e61f203d8b66f",
      "tree": "83fe67fa183d7b68ec3cf2c5f91918cd199e16a5",
      "parents": [
        "1c301fc5394f7e1aa4c201e6e03d55d9c08b3bdf"
      ],
      "author": {
        "name": "Alistair John Strachan",
        "email": "alistair@devzero.co.uk",
        "time": "Thu Jan 15 22:27:47 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Jan 15 22:27:47 2009 +0100"
      },
      "message": "hwmon: (abituguru3) Match partial DMI board name strings\n\nThe switch-over to using DMI board strings to identify abituguru3 compatible\nmainboards works most of the time, but sometimes the vendor has substantially\nmodified the board string between BIOS revisions.\n\nWe have found that the vendor chipset identification string (provided in\nbrackets) changes frequently and is of no use to us. The rest of the board\nstring sometimes changes in subtle ways, e.g. whitespace or variations in\ncapitalization.\n\nThe new comparison code checks only a part of the supplied DMI board string,\ntrimming the bracketed content, whitespace, and ignoring case as necessary.\n\nThis fixes a bug where an IP35 Pro running an early BIOS would not be\ndetected without the force\u003d1 module parameter, and also speculatively\nfixes other similiar issues.\n\nSigned-off-by: Alistair John Strachan \u003calistair@devzero.co.uk\u003e\nReported-by: Nick Pasich \u003cNewsLetters@nickandbarb.net\u003e\nCc: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "1c301fc5394f7e1aa4c201e6e03d55d9c08b3bdf",
      "tree": "579d27b572c965a377a9a8da7ff16d7f9febfe1b",
      "parents": [
        "76ff08da34196cfa308fcd3552bb9ea20888e745"
      ],
      "author": {
        "name": "Jordan Crouse",
        "email": "jordan.crouse@amd.com",
        "time": "Thu Jan 15 22:27:47 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Jan 15 22:27:47 2009 +0100"
      },
      "message": "hwmon: Add a driver for the ADT7475 hardware monitoring chip\n\nHwmon driver for the ADT7475 chip.\n\nSigned-off-by: Jordan Crouse \u003cjordan.crouse@amd.com\u003e\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "76ff08da34196cfa308fcd3552bb9ea20888e745",
      "tree": "da6e83ed71af4e13358400f5c1fb5b06eb19b206",
      "parents": [
        "a2e066bba2aad6583e3ff648bf28339d6c9f0898"
      ],
      "author": {
        "name": "Andreas Herrmann",
        "email": "andreas.herrmann3@amd.com",
        "time": "Thu Jan 15 22:27:47 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Jan 15 22:27:47 2009 +0100"
      },
      "message": "hwmon: (k8temp) Fix temperature reporting for (most) K8 RevG CPUs\n\nCurrent Temperature for K8 RevG desktop CPUs is a \"normalized value\"\nwhich can be below ambient temperature.\n\nAs a consequence lots of RevG systems report temperatures like:\n\n$ sensors\nk8temp-pci-00c3\nAdapter: PCI adapter\nCore0 Temp:    +17 C\nCore0 Temp:     +3 C\nCore1 Temp:    +21 C\nCore1 Temp:     +5 C\n\nbeing quite below ambient temperature.\nThere are even reports of negative temperature values.\n\nThis patch corrects the temperature reporting of k8temp for\nRevG desktop CPUs.\n\nCc: Rudolf Marek \u003cr.marek@assembler.cz\u003e\nSigned-off-by: Andreas Herrmann \u003candreas.herrmann3@amd.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "a2e066bba2aad6583e3ff648bf28339d6c9f0898",
      "tree": "64b84783acc67aa3c20d0587b79efe6e618bbd73",
      "parents": [
        "bb9a35f293a3c8b5d57253cdfe2f29fa2627e1b9"
      ],
      "author": {
        "name": "Andreas Herrmann",
        "email": "andreas.herrmann3@amd.com",
        "time": "Thu Jan 15 22:27:47 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Jan 15 22:27:47 2009 +0100"
      },
      "message": "hwmon: (k8temp) Fix wrong sensor selection for AMD K8 RevF/RevG CPUs\n\nMeaning of ThermSenseCoreSel bit was inverted beginning with K8 RevF.\nThat means with current driver temp1/temp2 belong to core 1 and\ntemp3/temp4 belong to core 0 on a K8 RevF/RevG CPU.\n\nThis patch ensures that temp1/temp2 always belong to core 0 and\ntemp3/temp4 to core 1 for all K8 revisions.\n\nCc: Rudolf Marek \u003cr.marek@assembler.cz\u003e\nSigned-off-by: Andreas Herrmann \u003candreas.herrmann3@amd.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "bb9a35f293a3c8b5d57253cdfe2f29fa2627e1b9",
      "tree": "41cf2f3ebc4736b0cc8cf92e1070ad3606a57d82",
      "parents": [
        "5393f780277165f282a37ed82dd878159ec9dad5"
      ],
      "author": {
        "name": "Andreas Herrmann",
        "email": "andreas.herrmann3@amd.com",
        "time": "Thu Jan 15 22:27:46 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Jan 15 22:27:46 2009 +0100"
      },
      "message": "hwmon: (k8temp) Warn about fam F rev F errata\n\nAdd warning about wrong CPU temperature readouts on all fam F rev F.\n\nThe allowed combinations of processors ensure that all processors\nin a multisocket system have similar characteristics, e.g.\n\n(1) provide temperature sensor interface (\u003e\u003dRevC \u0026\u0026 \u003cRevF)\n(2) are affected by erratum #141 (\u003e\u003dRevF)\n\nThus it is sufficient to check the revision of the boot CPU.\n\nFor \"mixed silicon support\" refer to\n\"Revision Guide for AMD Athlon 64 and AMD Opteron Processors\" (RevA-E) and\n\"Revision Guide for AMD NPT Family 0Fh Processors\" (RefF-G).\n\nCc: Rudolf Marek \u003cr.marek@assembler.cz\u003e\nSigned-off-by: Andreas Herrmann \u003candreas.herrmann3@amd.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "cfce41a6d643c001d416ead960caf04fae2d609a",
      "tree": "9a80d781c2387c2ad59e5d31ca1fdd7408d0ef89",
      "parents": [
        "8e961870bb9804110d5c8211d5d9d500451c4518"
      ],
      "author": {
        "name": "Eric Piel",
        "email": "eric.piel@tremplin-utc.net",
        "time": "Fri Jan 09 16:41:01 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Jan 09 16:54:42 2009 -0800"
      },
      "message": "LIS3LV02D: separate the core from HP ACPI API\n\nThe sensor can be accessed via various buses.  In particular, SPI, I²C\nand, on HP laptops, via a specific ACPI API (the only one currently\nsupported).  Separate this latest platform from the core of the sensor\ndriver to allow support for the other bus type.  The second, and more\ndirect goal is actually to be able to merge this part with the\nhp-disk-leds driver, which has the same ACPI PNP number.\n\nSigned-off-by: Pavel Machek \u003cpavel@suse.cz\u003e\nSigned-off-by: Eric Piel \u003ceric.piel@tremplin-utc.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "2f2408a88cf8fa43febfd7fb5783e61b2937b0f9",
      "tree": "4f49e5113ec8fe0554e1a8766b25d21f6fbc5a69",
      "parents": [
        "fa7b906e7fef53b6c9eb3ecb8164b0a69e9e1a68",
        "77fa49d94a75b5f9702c70b4fbe27b08b21317b9"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jan 07 11:59:51 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jan 07 11:59:51 2009 -0800"
      },
      "message": "Merge branch \u0027hwmon-for-linus\u0027 of git://jdelvare.pck.nerim.net/jdelvare-2.6\n\n* \u0027hwmon-for-linus\u0027 of git://jdelvare.pck.nerim.net/jdelvare-2.6: (29 commits)\n  hwmon: Fix various typos\n  hwmon: Check for ACPI resource conflicts\n  hwmon: (lm70) Add TI TMP121 support\n  hwmon: (lm70) Code streamlining and cleanup\n  hwmon: Deprecate the fscher and fscpos drivers\n  hwmon: (fschmd) Add watchdog support\n  hwmon: (fschmd) Cleanups for watchdog support\n  hwmon: (i5k_amb) Load automatically on all 5000/5400 chipsets\n  hwmon: (it87) Add support for the ITE IT8720F\n  hwmon: Don\u0027t overuse I2C_CLIENT_MODULE_PARM\n  hwmon: Add LTC4245 driver\n  hwmon: (f71882fg) Fix fan_to/from_reg prototypes\n  hwmon: (f71882fg) Printout fan modes\n  hwmon: (f71882fg) Add documentation\n  hwmon: (f71882fg) Fix auto_channels_temp temp numbering with f8000\n  hwmon: (f71882fg) Add missing pwm3 attr for f71862fg\n  hwmon: (f71882fg) Add F8000 support\n  hwmon: (f71882fg) Remove the fan_mode module option\n  hwmon: (f71882fg) Separate max and crit alarm and beep\n  hwmon: (f71882fg) Check for hwmon powerdown state\n  ...\n"
    },
    {
      "commit": "57c44c5f6fb0a8002feb258c1af58e1a744b1fcb",
      "tree": "978bd46ca765a88e9c101cb705bbb0bf46015643",
      "parents": [
        "76052749143d03006271cc0ce8205ad756917062",
        "5a9e67b1a19e08a82387709f325d26e07b891d27"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jan 07 11:31:52 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Wed Jan 07 11:31:52 2009 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (24 commits)\n  trivial: chack -\u003e check typo fix in main Makefile\n  trivial: Add a space (and a comma) to a printk in 8250 driver\n  trivial: Fix misspelling of \"firmware\" in docs for ncr53c8xx/sym53c8xx\n  trivial: Fix misspelling of \"firmware\" in powerpc Makefile\n  trivial: Fix misspelling of \"firmware\" in usb.c\n  trivial: Fix misspelling of \"firmware\" in qla1280.c\n  trivial: Fix misspelling of \"firmware\" in a100u2w.c\n  trivial: Fix misspelling of \"firmware\" in megaraid.c\n  trivial: Fix misspelling of \"firmware\" in ql4_mbx.c\n  trivial: Fix misspelling of \"firmware\" in acpi_memhotplug.c\n  trivial: Fix misspelling of \"firmware\" in ipw2100.c\n  trivial: Fix misspelling of \"firmware\" in atmel.c\n  trivial: Fix misspelled firmware in Kconfig\n  trivial: fix an -\u003e a typos in documentation and comments\n  trivial: fix then -\u003e than typos in comments and documentation\n  trivial: update Jesper Juhl CREDITS entry with new email\n  trivial: fix singal -\u003e signal typo\n  trivial: Fix incorrect use of \"loose\" in event.c\n  trivial: printk: fix indentation of new_text_line declaration\n  trivial: rtc-stk17ta8: fix sparse warning\n  ...\n"
    },
    {
      "commit": "77fa49d94a75b5f9702c70b4fbe27b08b21317b9",
      "tree": "0d592f2fe613e1e85c9a642b87b32354471da49e",
      "parents": [
        "b9acb64a385c5b26fc392e0d58ac7b8e0a2cd812"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:35 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:35 2009 +0100"
      },
      "message": "hwmon: Fix various typos\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nAcked-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nAcked-by: David Hubbard \u003cdavid.c.hubbard@gmail.com\u003e\n"
    },
    {
      "commit": "b9acb64a385c5b26fc392e0d58ac7b8e0a2cd812",
      "tree": "efd4f47d256551082742a092a15ac9b28ddeefe5",
      "parents": [
        "c8ac32e4711639c81e5f4d4cd78c8f21675a2bae"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "jdelvare@suse.de",
        "time": "Wed Jan 07 16:37:35 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:35 2009 +0100"
      },
      "message": "hwmon: Check for ACPI resource conflicts\n\nCheck for ACPI resource conflicts in hwmon drivers. I\u0027ve included\nall Super-I/O and PCI drivers.\n\nI\u0027ve voluntarily left out:\n* Vendor-specific drivers: if they conflicted on any system, this would\n  pretty much mean that they conflict on all systems, and we would know\n  by now.\n* Legacy ISA drivers (lm78 and w83781d): they only support chips found\n  on old designs were ACPI either wasn\u0027t supported or didn\u0027t deal with\n  thermal management.\n* Drivers accessing the I/O resources indirectly (e.g. through SMBus):\n  the checks are already done where they belong, i.e. in the bus drivers.\n\nSigned-off-by: Jean Delvare \u003cjdelvare@suse.de\u003e\nAcked-by: David Hubbard \u003cdavid.c.hubbard@gmail.com\u003e\n"
    },
    {
      "commit": "c8ac32e4711639c81e5f4d4cd78c8f21675a2bae",
      "tree": "3ec6572d74cf2fc824a8176aa5f3adeac04002ed",
      "parents": [
        "2b7300513b98e05058a803de3beb8a1c0a0c61d9"
      ],
      "author": {
        "name": "Manuel Lauss",
        "email": "mano@roarinelk.homelinux.net",
        "time": "Wed Jan 07 16:37:34 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:34 2009 +0100"
      },
      "message": "hwmon: (lm70) Add TI TMP121 support\n\nThe Texas Instruments TMP121 is a SPI temperature sensor very similar\nto the LM70, with slightly higher resolution.  This patch extends the\nLM70 driver to support the TMP121.  The TMP123 differs in pin assign-\nment.\n\nSigned-off-by: Manuel Lauss \u003cmano@roarinelk.homelinux.net\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "2b7300513b98e05058a803de3beb8a1c0a0c61d9",
      "tree": "279b61da3b204e44bc52ad62a4836e28ffce1bde",
      "parents": [
        "0589c2de643ef71a684ba6d219532f9e2a3e554b"
      ],
      "author": {
        "name": "Kaiwan N Billimoria",
        "email": "kaiwan@designergraphix.com",
        "time": "Wed Jan 07 16:37:34 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:34 2009 +0100"
      },
      "message": "hwmon: (lm70) Code streamlining and cleanup\n\nThis fixes a byteswap bug in the LM70 temperature sensor driver,\nwhich was previously covered up by a converse bug in the driver\nfor the LM70EVAL-LLP board (which is also fixed).\n\nOther fixes:  doc updates, remove an annoying msleep(), and improve\nthree-wire protocol handling.\n\nSigned-off-by: Kaiwan N Billimoria \u003ckaiwan@designergraphix.com\u003e\n[ dbrownell@users.sourceforge.net: doc and whitespace tweaks ]\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "0589c2de643ef71a684ba6d219532f9e2a3e554b",
      "tree": "b07a373b838bf186f90b58b78ebaf918cd03df73",
      "parents": [
        "97950c3d423e474ef887749b238ee67731b532fe"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Wed Jan 07 16:37:33 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:33 2009 +0100"
      },
      "message": "hwmon: Deprecate the fscher and fscpos drivers\n\nNow that the new merged fschmd driver has gained support for the watchdog\nintegrated into these IC\u0027s, there is no more reason to keep the old fscher\nand fscpos drivers around, so mark them as deprecated.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "97950c3d423e474ef887749b238ee67731b532fe",
      "tree": "0ce2a267c13d06f1d6514c1f67a8418dc82fa753",
      "parents": [
        "453e308d773979f6bbdf4109df27101072f6524b"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Wed Jan 07 16:37:33 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:33 2009 +0100"
      },
      "message": "hwmon: (fschmd) Add watchdog support\n\nThis patch adds support for the watchdog part found in _all_ supported FSC\nsensor chips.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "453e308d773979f6bbdf4109df27101072f6524b",
      "tree": "29faa75b7cb746fbece657e4488b0e63d40748bc",
      "parents": [
        "6e31eb2b297c7b6678e6e77393bb8d01b5228bda"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Wed Jan 07 16:37:33 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:33 2009 +0100"
      },
      "message": "hwmon: (fschmd) Cleanups for watchdog support\n\nVarious small cleanups in preparation of adding watchdog support,\nmostly removing _MASK postfix from defines which are not masks.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "6e31eb2b297c7b6678e6e77393bb8d01b5228bda",
      "tree": "b92cf708f6812e2c4abc849bfe7a0190935d8877",
      "parents": [
        "b4da93e4b0ffc261c3530fe938aefd52854aa84c"
      ],
      "author": {
        "name": "Darrick J. Wong",
        "email": "djwong@us.ibm.com",
        "time": "Wed Jan 07 16:37:33 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:33 2009 +0100"
      },
      "message": "hwmon: (i5k_amb) Load automatically on all 5000/5400 chipsets\n\nIt turns out that we cannot create a pci_driver in this driver because PCI will\nnot call this module\u0027s probe function if the i5000-edac driver is already\nloaded.  That said, we only want one value (AMBASE) from the PCI config space.\nNeither driver alters this value, so it\u0027s safe to read it.  However, we still\nwant the module aliases, so provide that.\n\nSigned-off-by: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "b4da93e4b0ffc261c3530fe938aefd52854aa84c",
      "tree": "2cc727f3d7050187bf4e83f1eee8136d1296f8b8",
      "parents": [
        "3aed198c35567e5a721f52c0bde23167867e6af6"
      ],
      "author": {
        "name": "Jean-Marc Spaggiari",
        "email": "jean-marc@spaggiari.org",
        "time": "Wed Jan 07 16:37:32 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:32 2009 +0100"
      },
      "message": "hwmon: (it87) Add support for the ITE IT8720F\n\nAllow it87.c to handle IT8720 chipset like IT8718 in order to\nretrieve voltage, temperatures and fans speed from sensors\ntools. Also updating the related documentation.\n\nSigned-off-by: Jean-Marc Spaggiari \u003cjean-marc@spaggiari.org\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "3aed198c35567e5a721f52c0bde23167867e6af6",
      "tree": "13c17bf66e033c55bff3b8efa8380480118cb3b8",
      "parents": [
        "6e34b187bc216fc632769fb8b906d3a29ccd8f14"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:32 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:32 2009 +0100"
      },
      "message": "hwmon: Don\u0027t overuse I2C_CLIENT_MODULE_PARM\n\nI2C_CLIENT_MODULE_PARM is overkill for force_subclients. We really\nonly use 4 out of the 48 slots, so we\u0027re better defining a custom\nvariable instead. This change saves 92 bytes of data for each of the\nfive drivers affected.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Wolfgang Grandegger \u003cwg@grandegger.com\u003e\nAcked-by: Marc Hulsman \u003cm.hulsman@tudelft.nl\u003e\nCc: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\n"
    },
    {
      "commit": "6e34b187bc216fc632769fb8b906d3a29ccd8f14",
      "tree": "b0b05a1019c1ca884261e22c647416c6e82c4b06",
      "parents": [
        "2f650631b3710622666367474b5475ff81ba486e"
      ],
      "author": {
        "name": "Ira Snyder",
        "email": "iws@ovro.caltech.edu",
        "time": "Wed Jan 07 16:37:32 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:32 2009 +0100"
      },
      "message": "hwmon: Add LTC4245 driver\n\nAdd Linux support for the Linear Technology LTC4245 Multiple Supply Hot\nSwap controller I2C monitoring interface.\n\nSigned-off-by: Ira W. Snyder \u003ciws@ovro.caltech.edu\u003e\nAcked-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "2f650631b3710622666367474b5475ff81ba486e",
      "tree": "ea98ba22d898179d8c8e75ea3344bbdf9fc75022",
      "parents": [
        "28ba858798d5c70513cd8b9742841fd1bd49a074"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Wed Jan 07 16:37:31 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:31 2009 +0100"
      },
      "message": "hwmon: (f71882fg) Fix fan_to/from_reg prototypes\n\nThe RPM after conversion from / before conversion to a register value can be\nmuch more than 65535 (up to 1500000), so putting this into an u16 can cause\noverflows. This changes the functions to use an int to store / get RPM instead.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "28ba858798d5c70513cd8b9742841fd1bd49a074",
      "tree": "beabd0596c21e0f3b3d3a61c8dda1e6fac45b3ee",
      "parents": [
        "3b02d332b6f15cc8f7b6a04757c86034669600e0"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Wed Jan 07 16:37:31 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:31 2009 +0100"
      },
      "message": "hwmon: (f71882fg) Printout fan modes\n\nPrint the mode (duty-cycle or RPM) of each fan on driver load.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "3b02d332b6f15cc8f7b6a04757c86034669600e0",
      "tree": "1f451911fe0d7a5db461a7491b26439cae1e1aa0",
      "parents": [
        "30453018655a3acd5f59e793da55a2f969ed9c32"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Wed Jan 07 16:37:31 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:31 2009 +0100"
      },
      "message": "hwmon: (f71882fg) Add documentation\n\nAdd some documentation about the f71882fg driver, and update the Kconfig\ndocumentation to report the new supported models.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "30453018655a3acd5f59e793da55a2f969ed9c32",
      "tree": "7fb09f75f62dab037a84de7a47d88ee2eea817fa",
      "parents": [
        "4901062f78401f09ef0296466172905c93575ddd"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Wed Jan 07 16:37:30 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:30 2009 +0100"
      },
      "message": "hwmon: (f71882fg) Fix auto_channels_temp temp numbering with f8000\n\nAdjust auto_channels_temp show and store functions for different numbering of\ntemps between f8000 and other supported models.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "4901062f78401f09ef0296466172905c93575ddd",
      "tree": "fb4868552255cadb03dd16754bab703f2f93a7d7",
      "parents": [
        "ed4f7c20b346294959a16d35443def922e5e1e59"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Wed Jan 07 16:37:30 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:30 2009 +0100"
      },
      "message": "hwmon: (f71882fg) Add missing pwm3 attr for f71862fg\n\nFor some reason the fan_attr array for the f71862fg was missing the attr for\nthe 3th pwm output. This patch fixes this.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "ed4f7c20b346294959a16d35443def922e5e1e59",
      "tree": "30c999c0ef00d127c6e6017c83327f57d559609c",
      "parents": [
        "4c82c38ae29a01338b5104b0111cecefaf3a1025"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Wed Jan 07 16:37:30 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:30 2009 +0100"
      },
      "message": "hwmon: (f71882fg) Add F8000 support\n\nAnd (finally) the patch actually adding f8000 support.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "4c82c38ae29a01338b5104b0111cecefaf3a1025",
      "tree": "79136a154f18208209a3b4363aaf9ca04eede9b8",
      "parents": [
        "754a5907b01687089382e362753dcceaca58ee66"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Wed Jan 07 16:37:30 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:30 2009 +0100"
      },
      "message": "hwmon: (f71882fg) Remove the fan_mode module option\n\nRemove the fan_mode module option it was a monstrosity to begin with, and\nwhen adding support for the F8000 it becomes a real pain!\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "754a5907b01687089382e362753dcceaca58ee66",
      "tree": "453ae0a63773396550a085c070f0867146f159d8",
      "parents": [
        "12d66e840b605265d6adf4b800cc3fc5fb410903"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Wed Jan 07 16:37:29 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:29 2009 +0100"
      },
      "message": "hwmon: (f71882fg) Separate max and crit alarm and beep\n\nWhile studying the datasheets for adding F8000 support, I noticed that the\nF718x2 has separate alarms (and beep control) for its max and crit limits.\n\nWe keep the temp#_alarm attributes as they are, even though it would be more\nlogical to rename them to temp#_max_alarm. Because lm_sensors v2 depends\non them.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "12d66e840b605265d6adf4b800cc3fc5fb410903",
      "tree": "0af90327ce2449fe377d9402d09ebea3c104f484",
      "parents": [
        "bc27490f9164281b9e1768a5df8e0951541f90a1"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Wed Jan 07 16:37:29 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:29 2009 +0100"
      },
      "message": "hwmon: (f71882fg) Check for hwmon powerdown state\n\nMore F8000 prep work. Take over the checking if the hwmon part is not\npowered down from the standalone f8000 driver.\n\nThis check is valid for all supported models.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "bc27490f9164281b9e1768a5df8e0951541f90a1",
      "tree": "286bef2b3932f9df3b153572d017c128a50683ca",
      "parents": [
        "ce0bfa5ee25ddbe4072b16054e809f552bf72320"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Wed Jan 07 16:37:29 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:29 2009 +0100"
      },
      "message": "hwmon: (f71882fg) Cleanup fan and temp hyst functions\n\nSimplify fan and temp hyst. handling by treating the registers as an array of\nnibbles instead of using switch cases. Also unify the way hysts are handled\nbetween temp and fans, the temp code was storing the actual per temp hyst\nvalues in 4 u8\u0027s, where as the fan code was storing actual register values.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "ce0bfa5ee25ddbe4072b16054e809f552bf72320",
      "tree": "35418be8a28fcaf8cc65cf3d829d13f1f0ef4f3d",
      "parents": [
        "7567a0435520fe61420ff2cdc4cec1b5399a5134"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Wed Jan 07 16:37:28 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:28 2009 +0100"
      },
      "message": "hwmon: (f71882fg) Fix various sysfs callback function issues\n\nWhile working on adding F8000 support I noticed that various of the\nstore sysfs functions (and a few of the show also) had issues.\n\nThis patch fixes the following issues in these functions:\n* store: storing the result of strto[u]l in an int, resulting in a possible\n  overflow before boundary checking\n* store: use of f71882fg_update_device(), we don\u0027t want to read the whole\n  device in store functions, just the registers we need\n* store: use of cached register values instead of reading the needed regs\n  in the store function, including cases where f71882fg_update_device() was\n  not used, this could cause real isues\n* show: shown value is a calculation of 2 or more cached register reads,\n  without locking the data struct.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "7567a0435520fe61420ff2cdc4cec1b5399a5134",
      "tree": "8d508ead42c33c05e7321c5383f043cdb1b4af8d",
      "parents": [
        "3cc74758a667c5ad46fa5d6810ce701095370d35"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Wed Jan 07 16:37:28 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:28 2009 +0100"
      },
      "message": "hwmon: (f71882fg) Prepare for adding F8000 support\n\nThis patch is a preparation patch for adding F8000 support to the f71882fg\ndriver. If you look at the register addresses and esp, the bits used for\nthe temperature channels, then you will notice that it appears that they\nstart at 1 in a system meant to start at 0. As the F8000 actually uses the 0\naddresses and bits, this patch changes the f71882fg driver to take 4\ntemperatures numbered 0-3 in to account, using 1-3 in this new scheme for\nthe temperatures actually present in the F718x2FG.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "3cc74758a667c5ad46fa5d6810ce701095370d35",
      "tree": "f4771ef72e84fa5a9d83ae16269d23a0a1454656",
      "parents": [
        "498be96834bf88a44db2f4a3115688c882e6f3e3"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Wed Jan 07 16:37:28 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:28 2009 +0100"
      },
      "message": "hwmon: (f71882fg) Move some io access from the detect to the probe function\n\nThe f71882fg driver did some io to ioports it hadn\u0027t reserved yet in its\nfind (detect) function, this patches moves this io to the probe function\nwhere these ports are reserved and this io belongs.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "498be96834bf88a44db2f4a3115688c882e6f3e3",
      "tree": "57d7abd32f6fc4edb172a5f47c4d718c973fccce",
      "parents": [
        "c13548c531ff40501aee1c1dd6f474c3c6adfcd5"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Wed Jan 07 16:37:28 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:28 2009 +0100"
      },
      "message": "hwmon: (f71882fg) Add support for the F71862FG superio sensors\n\nThis patch adds support for the Fintek f71862fg superio monitoring\nfunctions to the f71882fg driver.\n\nThis support has been tested without problems on a Jetway J9F2 by\nTony McConnell.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "c13548c531ff40501aee1c1dd6f474c3c6adfcd5",
      "tree": "9f8b907d1b4cc7efb211e99cbdde9b4141c77aca",
      "parents": [
        "9ab796ebe185257013f0ac505ecbe7abf068a608"
      ],
      "author": {
        "name": "Hans de Goede",
        "email": "hdegoede@redhat.com",
        "time": "Wed Jan 07 16:37:27 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:27 2009 +0100"
      },
      "message": "hwmon: (f71882fg) Style cleanups and put some repeating code into functions\n\nVarious small cleanups as preparation for adding f71862fg support to the\nf71882fg driver.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "9ab796ebe185257013f0ac505ecbe7abf068a608",
      "tree": "dd9d6ef57ab173538fb7fe3d889fa2f4b4cf7706",
      "parents": [
        "77a4a3e2a36aea5896f86653f6b77168d578c962"
      ],
      "author": {
        "name": "Mark van Doesburg",
        "email": "mark.vandoesburg@hetnet.nl",
        "time": "Wed Jan 07 16:37:27 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:27 2009 +0100"
      },
      "message": "hwmon: (f71882fg) Add PWM support\n\nAdd PWM (fan speed control) support to the f71882fg driver. Both\nmanual control and automatic (temperature-based) modes are supported.\nAdditionally, each mode has a PWM-based and an RPM-based variant. By\ndefault we use the mode set by the BIOS.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nCc: Mark van Doesburg \u003cmark.vandoesburg@hetnet.nl\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "77a4a3e2a36aea5896f86653f6b77168d578c962",
      "tree": "cf40d45a2b78957ab5f66e5de08bed213f9af930",
      "parents": [
        "bc37ae71207ca899efb93be1fe6b000366debc3a"
      ],
      "author": {
        "name": "Mark van Doesburg",
        "email": "mark.vandoesburg@hetnet.nl",
        "time": "Wed Jan 07 16:37:27 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:27 2009 +0100"
      },
      "message": "hwmon: (f71882fg) Misc cleanups\n\nA few cleanups that were originally part of a larger patch but are\nbetter submitted separately.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nCc: Mark van Doesburg \u003cmark.vandoesburg@hetnet.nl\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "bc37ae71207ca899efb93be1fe6b000366debc3a",
      "tree": "5b8e57bd95143e16d665e6be56bfb6d09d6a6321",
      "parents": [
        "ede6f5aea054d3fb67c78857f7abdee602302043"
      ],
      "author": {
        "name": "Mark van Doesburg",
        "email": "mark.vandoesburg@hetnet.nl",
        "time": "Wed Jan 07 16:37:27 2009 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Jan 07 16:37:27 2009 +0100"
      },
      "message": "hwmon: (f71882fg) Use sensor_device_attribute_2\n\nConvert f71882fg driver from SENSOR_ATTR to SENSOR_ATTR2 use, this is a\npreparation patch for adding pwm support, which is broken out to make what\nchanges really in the pwm support patch clear.\n\nSigned-off-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nCc: Mark van Doesburg \u003cmark.vandoesburg@hetnet.nl\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "40d7ee5d162203b40b5f4fbb312ab016edddb97f",
      "tree": "432db33df85f7f244676127a189a828dfbf2877b",
      "parents": [
        "5fec8bdbf9a1c4df4ad3f20e52aa2d8caed490c8",
        "b8ac9fc0e8cda9f9776019c5b0464b0c6d2d4c90"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jan 06 17:02:07 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jan 06 17:02:07 2009 -0800"
      },
      "message": "Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6\n\n* git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6: (60 commits)\n  uio: make uio_info\u0027s name and version const\n  UIO: Documentation for UIO ioport info handling\n  UIO: Pass information about ioports to userspace (V2)\n  UIO: uio_pdrv_genirq: allow custom irq_flags\n  UIO: use pci_ioremap_bar() in drivers/uio\n  arm: struct device - replace bus_id with dev_name(), dev_set_name()\n  libata: struct device - replace bus_id with dev_name(), dev_set_name()\n  avr: struct device - replace bus_id with dev_name(), dev_set_name()\n  block: struct device - replace bus_id with dev_name(), dev_set_name()\n  chris: struct device - replace bus_id with dev_name(), dev_set_name()\n  dmi: struct device - replace bus_id with dev_name(), dev_set_name()\n  gadget: struct device - replace bus_id with dev_name(), dev_set_name()\n  gpio: struct device - replace bus_id with dev_name(), dev_set_name()\n  gpu: struct device - replace bus_id with dev_name(), dev_set_name()\n  hwmon: struct device - replace bus_id with dev_name(), dev_set_name()\n  i2o: struct device - replace bus_id with dev_name(), dev_set_name()\n  IA64: struct device - replace bus_id with dev_name(), dev_set_name()\n  i7300_idle: struct device - replace bus_id with dev_name(), dev_set_name()\n  infiniband: struct device - replace bus_id with dev_name(), dev_set_name()\n  ISDN: struct device - replace bus_id with dev_name(), dev_set_name()\n  ...\n"
    },
    {
      "commit": "29041b4b1a3d68192eef7613703669f5c7b01d0c",
      "tree": "bdc31df5dc6f075a9fbbf35d9ccf933e25288af3",
      "parents": [
        "85e0e5ad1ef8cebd010bbd7047418a47ca9c5ead"
      ],
      "author": {
        "name": "Harvey Harrison",
        "email": "harvey.harrison@gmail.com",
        "time": "Tue Jan 06 14:41:37 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jan 06 15:59:18 2009 -0800"
      },
      "message": "ibmpex: add endian annotation to extract_data() helper\n\nSigned-off-by: Harvey Harrison \u003charvey.harrison@gmail.com\u003e\nCc: \"Darrick J. Wong\" \u003cdjwong@us.ibm.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "85e0e5ad1ef8cebd010bbd7047418a47ca9c5ead",
      "tree": "a194b08fe94a7da1db4436c74732ab34e47e2bdf",
      "parents": [
        "44ea9c809db6cd373448e77c4be424b534f2051f"
      ],
      "author": {
        "name": "Henrik Rydberg",
        "email": "rydberg@euromail.se",
        "time": "Tue Jan 06 14:41:36 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jan 06 15:59:18 2009 -0800"
      },
      "message": "hwmon: applesmc: Add support for MacBook Air 2\n\nAdd temperature sensor support for MacBook Air 2.\n\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nCc: Nicolas Boichat \u003cnicolas@boichat.ch\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "89fac11cb3e7c5860c425dba14845c09ccede39d",
      "tree": "1c5d66ce88efaeb2461c250f43036faa620f6bf7",
      "parents": [
        "2f22d5dff6f95d777c4cb217b99bfdf1fe306128"
      ],
      "author": {
        "name": "Darrick J. Wong",
        "email": "djwong@us.ibm.com",
        "time": "Tue Jan 06 14:41:34 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jan 06 15:59:18 2009 -0800"
      },
      "message": "adt7470: make automatic fan control really work\n\nIt turns out that the adt7470\u0027s automatic fan control algorithm only works\nwhen the temperature sensors get updated.  This in turn happens only when\nsomeone tells the chip to read its temperature sensors.  Regrettably, this\nmeans that we have to drive the chip periodically.\n\nSigned-off-by: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nCc: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "2f22d5dff6f95d777c4cb217b99bfdf1fe306128",
      "tree": "202dd8881df451ceba4be0aa43169049fa58a9eb",
      "parents": [
        "2e75a4b7ae0dd4bf7b34e41c2c3be7ac23b8f1cc"
      ],
      "author": {
        "name": "Darrick J. Wong",
        "email": "djwong@us.ibm.com",
        "time": "Tue Jan 06 14:41:33 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jan 06 15:59:18 2009 -0800"
      },
      "message": "adt7470: observe the number of temperature sensors to shorten update time\n\nThe adt7470 driver currently assumes that 1s is the proper time to wait to\nread all temperature sensors.  However, the correct time is 200ms *\nnumber_of_sensors.  This patch sets the default time to provide for 10\nsensors and then lowers it based on the number of sensor inputs that have\nnozero values.\n\nSigned-off-by: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nCc: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "2e75a4b7ae0dd4bf7b34e41c2c3be7ac23b8f1cc",
      "tree": "3adaaa6a78b2d11b7648a93956c10a0968abd09c",
      "parents": [
        "8f8c1fb0c829278b889588da211a5a557518b06c"
      ],
      "author": {
        "name": "Darrick J. Wong",
        "email": "djwong@us.ibm.com",
        "time": "Tue Jan 06 14:41:32 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jan 06 15:59:18 2009 -0800"
      },
      "message": "adt7470: fix pwm at a certain level during temperature sensor scan\n\nIn the small window that it takes to read the temperature sensors, the pwm\noutputs momentarily drop to 0.  This causes a noticeable hiccup in fan\nspeed, which is slightly annoying.  The solution is to manually program\nthe pwm output with whatever the automatic value is and then shift the\nfans to manual control while reading temperatures.  Once that is done, put\nthe fans back to whatever mode of control was there before.\n\nSigned-off-by: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nCc: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "8f8c1fb0c829278b889588da211a5a557518b06c",
      "tree": "551ad7728438ec885de76db4c7c776f88589a219",
      "parents": [
        "57b9c6d9c5074a06fda770a7f009d655593e0e29"
      ],
      "author": {
        "name": "Darrick J. Wong",
        "email": "djwong@us.ibm.com",
        "time": "Tue Jan 06 14:41:31 2009 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Jan 06 15:59:18 2009 -0800"
      },
      "message": "adt74{62, 70, 73}: Use DIV_ROUND_CLOSEST for rounded division\n\nModify some hwmon drivers to use DIV_ROUND_CLOSEST instead of bloating\nsource with (naughty) macros.\n\nSigned-off-by: Darrick J. Wong \u003cdjwong@us.ibm.com\u003e\nCc: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "739cf3a2691951a2d68baa275201a7e931fd50e9",
      "tree": "7a3d28345ef1d0f79e8ef3f58de823ea67457072",
      "parents": [
        "cd3ed6b4dd9e20aacaa5bd957ce1a65c90a0cbc4"
      ],
      "author": {
        "name": "Kay Sievers",
        "email": "kay.sievers@vrfy.org",
        "time": "Tue Jan 06 10:44:41 2009 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Jan 06 10:44:41 2009 -0800"
      },
      "message": "hwmon: struct device - replace bus_id with dev_name(), dev_set_name()\n\nSigned-off-by: Kay Sievers \u003ckay.sievers@vrfy.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "025dfdafe77f20b3890981a394774baab7b9c827",
      "tree": "c4d514990d7a0673df5d32aa11fded95f9644ff0",
      "parents": [
        "0abb8b6a939b742f273edc68b64dba26c57331bc"
      ],
      "author": {
        "name": "Frederik Schwarzer",
        "email": "schwarzerf@gmail.com",
        "time": "Thu Oct 16 19:02:37 2008 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue Jan 06 11:28:06 2009 +0100"
      },
      "message": "trivial: fix then -\u003e than typos in comments and documentation\n\n- (better, more, bigger ...) then -\u003e (...) than\n\nSigned-off-by: Frederik Schwarzer \u003cschwarzerf@gmail.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "dc924efb52ba9e4dffec5b15ae2242b894198139",
      "tree": "8298784138ec7f6568d78f242195cc60e2aeddfc",
      "parents": [
        "36be47d6d8d98f54b6c4f891e9f54fb2bf554584"
      ],
      "author": {
        "name": "Henrik Rydberg",
        "email": "rydberg@bitmath.org",
        "time": "Mon Dec 01 13:13:49 2008 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Mon Dec 01 19:55:24 2008 -0800"
      },
      "message": "hwmon: applesmc: make applesmc load automatically on startup\n\nmake use of the new dmi device loading support to automatically load the\napplesmc driver based on the dmi_match table.\n\nSigned-off-by: Henrik Rydberg \u003crydberg@euromail.se\u003e\nCc: Nicolas Boichat \u003cnicolas@boichat.ch\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    }
  ],
  "next": "45a3a36b6333b9ddfb0c57602d959a8d05bc47e4"
}
