)]}'
{
  "log": [
    {
      "commit": "4bebced84fb66e8f4c061c5579264b112c39fdec",
      "tree": "bcdb00a063b4e94c2a4e01933a6a99c5561dc850",
      "parents": [
        "ca3c7b63423c7f723258797bcb5b11652d32500b"
      ],
      "author": {
        "name": "Guenter Roeck",
        "email": "linux@roeck-us.net",
        "time": "Thu Jan 19 11:02:17 2012 -0800"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sun Mar 18 18:27:14 2012 -0700"
      },
      "message": "hwmon: (emc1403) Fix multi-line comments\n\nCc: Kalhan Trisal \u003ckalhan.trisal@intel.com\u003e\nSigned-off-by: Guenter Roeck \u003clinux@roeck-us.net\u003e\n"
    },
    {
      "commit": "f0967eea80ec2a19a4fe1ad27e3ff1b22c79a3c7",
      "tree": "c0c6af7362f5ba5ea2220fba236f1b2e48defcca",
      "parents": [
        "61ba031841ad60c4a9ea16b20dd46b6cdb0faf2a"
      ],
      "author": {
        "name": "Axel Lin",
        "email": "axel.lin@gmail.com",
        "time": "Fri Jan 20 15:38:18 2012 +0800"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Sun Mar 18 18:26:50 2012 -0700"
      },
      "message": "hwmon: convert drivers/hwmon/* to use module_i2c_driver()\n\nThis patch converts the drivers in drivers/hwmon/* to use the\nmodule_i2c_driver() macro which makes the code smaller and a bit simpler.\n\nSigned-off-by: Axel Lin \u003caxel.lin@gmail.com\u003e\nCc: Corentin Labbe \u003ccorentin.labbe@geomatys.fr\u003e\nCc: Dirk Eibach \u003ceibach@gdsys.de\u003e\nCc: \"Mark M. Hoffman\" \u003cmhoffman@lightlink.com\u003e\nCc: Steve Glendinning \u003csteve.glendinning@smsc.com\u003e\nCc: Riku Voipio \u003criku.voipio@iki.fi\u003e\nCc: Guillaume Ligneul \u003cguillaume.ligneul@gmail.com\u003e\nCc: David George \u003cdavid.george@ska.ac.za\u003e\nCc: \"Hans J. Koch\" \u003chjk@hansjkoch.de\u003e\nCc: Marc Hulsman \u003cm.hulsman@tudelft.nl\u003e\nCc: Rudolf Marek \u003cr.marek@assembler.cz\u003e\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\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": "bcf721d14d881da86a8defa96bdc9492abe191ae",
      "tree": "28d03711f53972e27f2c2541d9d522ff8d08dd33",
      "parents": [
        "2778fb13ba0fed1b3e4a040e71f7881d399610a3"
      ],
      "author": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Wed Feb 09 11:51:29 2011 -0800"
      },
      "committer": {
        "name": "Guenter Roeck",
        "email": "guenter.roeck@ericsson.com",
        "time": "Wed Feb 09 13:45:52 2011 -0800"
      },
      "message": "hwmon: (emc1403) Fix I2C address range\n\nI2C address range included 0x2a, which the chips do not support.\nReplace with 0x29 which is supported but was missing.\n\nSigned-off-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "7a1b76f2a46016809c7bcacf81e89948cc306703",
      "tree": "b89eb772453831af1c3fcb5aced429fcac7bb8af",
      "parents": [
        "3ea1bd58b999ec77c28834aa8be671168dfb7b79"
      ],
      "author": {
        "name": "Jekyll Lai",
        "email": "jekyll_lai@wistron.com",
        "time": "Wed Jan 12 21:55:12 2011 +0100"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@endymion.delvare",
        "time": "Wed Jan 12 21:55:12 2011 +0100"
      },
      "message": "hwmon: (emc1403) Add EMC1423 support\n\nEMC1423 uses the similar register and adds a hardware shutdown pin to\nprotect exceed temperature. This function is set by resistor; it\u0027s not\nnecessary to do anything in the driver except add the emc1423 pid of 0x23.\n\nSigned-off-by: Jekyll Lai \u003cjekyll_lai@wistron.com\u003e\n[Updated Kconfig/comments and minor further changes asked for by the hwmon\n maintainers]\nSigned-off-by: Alan Cox \u003calan@linux.intel.com\u003e\n[Fixed checkpatch warning]\nSigned-of--by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "f17c811d1433aa1966f9c5a744841427e9a97ecf",
      "tree": "6ac5537523aa1cc76cec7adf1e8bc0d8d1544f60",
      "parents": [
        "c3b327d60bbba3f5ff8fd87d1efc0e95eb6c121b"
      ],
      "author": {
        "name": "Yong Wang",
        "email": "yong.y.wang@linux.intel.com",
        "time": "Fri Sep 17 17:24:12 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Fri Sep 17 17:24:12 2010 +0200"
      },
      "message": "hwmon: (emc1403) Remove unnecessary hwmon_device_unregister\n\nIt is unnecessary and wrong to call hwmon_device_unregister in error\nhandling before hwmon_device_register is called.\n\nSigned-off-by: Yong Wang \u003cyong.y.wang@intel.com\u003e\nReviewed-by: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\nCc: stable@kernel.org\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "960f12f4d1eb5ba3c76dc6b57a909a65dd59e1c2",
      "tree": "e0871d3e14bc6a1b6981f13aa4a689da142373a0",
      "parents": [
        "5950ec8d3e47a08ec0b678a0e0ba5d1b9b62dd8e"
      ],
      "author": {
        "name": "Alan Cox",
        "email": "alan@linux.intel.com",
        "time": "Sat Aug 14 21:08:49 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Aug 14 21:08:49 2010 +0200"
      },
      "message": "hwmon: (emc1403) Add power support\n\nAdd back the power interface we lost due to a slight misunderstanding of\nthe maintainers wishes.\n\nSigned-off-by: Alan Cox \u003calan@linux.intel.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    },
    {
      "commit": "dac6831e67e90d1cee430a66e7390e753c20d835",
      "tree": "4840f28496f49700a1c6f53ce682ebe797406b65",
      "parents": [
        "fa5575cff92eb43f467b9b00468d70d073e8b3d2"
      ],
      "author": {
        "name": "Kalhan Trisal",
        "email": "kalhan.trisal@intel.com",
        "time": "Thu May 27 19:58:56 2010 +0200"
      },
      "committer": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu May 27 19:58:56 2010 +0200"
      },
      "message": "hwmon: EMC1403 thermal sensor support\n\nProvides support for the EMC1403 thermal sensor. Only reporting of values\nis supported. The various Moorestown specific extras to do with thermal\nalerts and the like are not in this version of the driver.\n\nConsiderably edited and tidied up by Alan Cox, plus fixes and detection\nbits from Jean Delvare.\n\nSigned-off-by: Kalhan Trisal \u003ckalhan.trisal@intel.com\u003e\nSigned-off-by: Alan Cox \u003calan@linux.intel.com\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\n"
    }
  ]
}
