)]}'
{
  "log": [
    {
      "commit": "3c56b066fb62e4aee95e4b3acff35296765a25d1",
      "tree": "22811a6610c2134374b763a9b2bb9f8678df0b6b",
      "parents": [
        "4a0d71cfdc30b645714ee5672f39c35c67e8e2a2"
      ],
      "author": {
        "name": "Guenter Roeck",
        "email": "linux@roeck-us.net",
        "time": "Thu Jan 19 11:02:16 2012 -0800"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sun Mar 18 18:26:54 2012 -0700"
      },
      "message": "hwmon: (asc7621) Fix multi-line comments\n\nCc: George Joseph \u003cgeorge.joseph@fairview5.com\u003e\nAcked-by: George Joseph \u003cgeorge.joseph@fairview5.com\u003e\nSigned-off-by: Guenter Roeck \u003clinux@roeck-us.net\u003e\n"
    },
    {
      "commit": "179c4fdb565dd2157e5dfe89318b74868e3b523d",
      "tree": "66c8b705260562df090a5061af2be9c80b71cd4b",
      "parents": [
        "24edc0a71badc13a9574b060e6a22e78339ac7a4"
      ],
      "author": {
        "name": "Frans Meulenbroeks",
        "email": "fransmeulenbroeks@gmail.com",
        "time": "Wed Jan 04 20:58:52 2012 +0100"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Thu Jan 05 08:19:34 2012 -0800"
      },
      "message": "hwmon: replaced strict_str* with kstr*\n\nreplaced strict_strtol with kstrtol and\nreplaced strict_strtuol with kstrtuol\n\nThis satisfies checkpatch -f\nCompile tested only: no warnings or errors given\n\nSigned-off-by: Frans Meulenbroeks \u003cfransmeulenbroeks@gmail.com\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "918ee91c071d6248c48bc6457a6dea286146e3ad",
      "tree": "6b9dd62f6a0ccc57043678ec1129833481120ad7",
      "parents": [
        "bd5f47ec961594b1091839333600008f8166fd00"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Oct 28 20:31:50 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Thu Oct 28 20:31:50 2010 +0200"
      },
      "message": "hwmon: I2C addresses are constant\n\nWe can mark normal_i2c const. Almost all drivers do that already, so\nfix the 3 remaining ones before they are used as (bad) examples for\nnew drivers.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: George Joseph \u003cgeorge.joseph@fairview5.com\u003e\nReviewed-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\n"
    },
    {
      "commit": "28cbd461f022e30dba555926b76625a35e194166",
      "tree": "b5f4f40c39f8fd6cc84d247ad506985a8cd0dc23",
      "parents": [
        "738e5e05362bdbb31dbc270d31005c12cec8dbb2"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:52 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:52 2010 +0200"
      },
      "message": "hwmon: (asc7621) Clean up and improve detect function\n\n* The dev variable is never used.\n* Detect functions only need to set info-\u003etype, not client-\u003ename.\n* Include the device address in the log message.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: George Joseph \u003cgeorge.joseph@fairview5.com\u003e\nCc: Ken Milmore \u003cken.milmore@googlemail.com\u003e\n"
    },
    {
      "commit": "fbae3fb1546e199ab0cd185348f8124411a1ca9d",
      "tree": "928881dc419348268cbc8208a41fe0d038035114",
      "parents": [
        "35bfc353dcaecc99c277e3646564f3f785760bde"
      ],
      "author": {
        "name": "Wolfram Sang",
        "email": "w.sang@pengutronix.de",
        "time": "Thu Jun 03 11:33:58 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Jun 03 11:33:58 2010 +0200"
      },
      "message": "i2c: Remove all i2c_set_clientdata(client, NULL) in drivers\n\nI2C drivers can use the clientdata-pointer to point to private data. As I2C\ndevices are not really unregistered, but merely detached from their driver, it\nused to be the drivers obligation to clear this pointer during remove() or a\nfailed probe(). As a couple of drivers forgot to do this, it was agreed that it\nwas cleaner if the i2c-core does this clearance when appropriate, as there is\nno guarantee for the lifetime of the clientdata-pointer after remove() anyhow.\nThis feature was added to the core with commit\ne4a7b9b04de15f6b63da5ccdd373ffa3057a3681 to fix the faulty drivers.\n\nAs there is no need anymore to clear the clientdata-pointer, remove all current\noccurrences in the drivers to simplify the code and prevent confusion.\n\nSigned-off-by: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\nAcked-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nAcked-by: Richard Purdie \u003crpurdie@linux.intel.com\u003e\nAcked-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "d1bf8cf6b911001d50f2079c158cb5dd9782e187",
      "tree": "a69993567e5f29d3718019e7bb710371bac1141b",
      "parents": [
        "94b849aaf6e22ab7bf54b0d0377a882d4892396d"
      ],
      "author": {
        "name": "Ken Milmore",
        "email": "ken.milmore@googlemail.com",
        "time": "Tue May 11 09:17:46 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Tue May 11 09:17:46 2010 +0200"
      },
      "message": "hwmon: (asc7621) Bug fixes\n\n* Allow fan minimum RPM to be set to zero without triggering alarms.\n* Fix voltage scaling arithmetic and correct scale factors.\n* Correct fan1-fan4 alarm bit shifts.\n* Correct register address for temp3_smoothing_enable.\n* Read the alarm registers with high priority.\n\nSigned-off-by: Ken Milmore \u003cken.milmore@googlemail.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "d58de038728221f780e11d50b32aa40d420c1150",
      "tree": "270bbb4ca00bed94782dee9d18846edee4db2df0",
      "parents": [
        "232449850229deeda84194e8a3c93a49ab6a043e"
      ],
      "author": {
        "name": "George Joseph",
        "email": "george.joseph@fairview5.com",
        "time": "Fri Mar 05 22:17:25 2010 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Fri Mar 05 22:17:25 2010 +0100"
      },
      "message": "hwmon: Driver for Andigilog aSC7621 family monitoring chips\n\nHwmon driver for Andigilog aSC7621 family monitoring chips.\n\nSigned-off-by: George Joseph \u003cgeorge.joseph@fairview5.com\u003e\nAcked-by: Hans de Goede \u003chdegoede@redhat.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    }
  ]
}
