)]}'
{
  "log": [
    {
      "commit": "0e968a3b6da710294a56460473cac32dc821fd4a",
      "tree": "afdbc0f099ac755b6af037c201f262ac231ce089",
      "parents": [
        "78c55d76b84628862079351f77aa0f4aa3b65f58"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Apr 30 14:43:31 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jun 15 21:30:27 2009 -0700"
      },
      "message": "thermal: remove driver_data direct access of struct device\n\nIn the near future, the driver core is going to not allow direct access\nto the driver_data pointer in struct device.  Instead, the functions\ndev_get_drvdata() and dev_set_drvdata() should be used.  These functions\nhave been around since the beginning, so are backwards compatible with\nall older kernel versions.\n\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "29321357ac6db54eeb8574da1f6c3e0ce8cfbb60",
      "tree": "8ba7f57293a72a48fc4dfae69356961a3d9b6571",
      "parents": [
        "091bf7624d1c90cec9e578a18529f615213ff847"
      ],
      "author": {
        "name": "Vladimir Zajac",
        "email": "eightgraph@gmail.com",
        "time": "Wed May 06 19:34:21 2009 +0200"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Thu May 14 13:40:53 2009 -0400"
      },
      "message": "thermal: fix off-by-1 error in trip point trigger condition\n\nThis patch fixes a regression caused by commit\nb1569e99c795bf83b4ddf41c4f1c42761ab7f75e\n\"ACPI: move thermal trip handling to generic thermal layer\"\nwhich accidentally changed trip point trigger condition to\n  temp \u003e trip_temp\n\nThis patch changes the trigger condition back to\n  temp \u003e\u003d trip_temp\n\nSigned-off-by: Vladimir Zajac \u003ceightgraph@gmail.com\u003e\nAcked-by: Zhang Rui \u003crui.zhang@intel.com\u003e\nAcked-by: Matthew Garrett \u003cmjg@redhat.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "03a971a2899886006f19f3495973bbd646d8bdae",
      "tree": "6b82e8d67ca5eaf94fce4bd419276d90ac281c8e",
      "parents": [
        "f6f5c45e06e86d94621cd5c1c4508bdee1952fc8"
      ],
      "author": {
        "name": "Matthew Garrett",
        "email": "mjg59@srcf.ucam.org",
        "time": "Wed Dec 03 18:00:38 2008 +0000"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Fri Mar 27 16:58:22 2009 -0400"
      },
      "message": "thermal: support forcing support for passive cooling\n\nDue to poor thermal design or Linux driving hardware outside its thermal\nenvelope, some systems will reach critical temperature and shut down\nunder high load. This patch adds support for forcing a polling-based\npassive trip point if the firmware doesn\u0027t provide one. The assumption\nis made that the processor is the most practical means to reduce the\ndynamic heat generation, so hitting the passive thermal limit will cause\nthe CPU to be throttled until the temperature stabalises around the\ndefined value.\n\nUI is provided via a \"passive\" sysfs entry in the thermal zone\ndirectory. It accepts a decimal value in millidegrees celsius, or \"0\" to\ndisable the functionality. Default behaviour is for this functionality\nto be disabled.\n\nSigned-off-by: Matthew Garrett \u003cmjg@redhat.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "b1569e99c795bf83b4ddf41c4f1c42761ab7f75e",
      "tree": "ad45358dd111e0c4ce71d58565068c47c0171c3d",
      "parents": [
        "6503e5df08008b9a47022b5e9ebba658c8fa69af"
      ],
      "author": {
        "name": "Matthew Garrett",
        "email": "mjg59@srcf.ucam.org",
        "time": "Wed Dec 03 17:55:32 2008 +0000"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Fri Feb 20 18:41:56 2009 -0500"
      },
      "message": "ACPI: move thermal trip handling to generic thermal layer\n\nThe ACPI code currently carries its own thermal trip handling, meaning that\nany other thermal implementation will need to reimplement it. Move the code\nto the generic thermal layer.\n\nSigned-off-by: Matthew Garrett \u003cmjg@redhat.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "6503e5df08008b9a47022b5e9ebba658c8fa69af",
      "tree": "8ef36d1b85d2a03ac9e61f5074d717b67f9259ba",
      "parents": [
        "d2f8d7ee1a9b4650b4e43325b321801264f7c37a"
      ],
      "author": {
        "name": "Matthew Garrett",
        "email": "mjg59@srcf.ucam.org",
        "time": "Thu Nov 27 17:48:13 2008 +0000"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Fri Feb 20 10:52:37 2009 -0500"
      },
      "message": "thermal: use integers rather than strings for thermal values\n\nThe thermal API currently uses strings to pass values to userspace. This\nmakes it difficult to use from within the kernel. Change the interface\nto use integers and fix up the consumers.\n\nSigned-off-by: Matthew Garrett \u003cmjg@redhat.com\u003e\nAcked-by: Zhang Rui \u003crui.zhang@intel.com\u003e\nAcked-by: Thomas Renninger \u003ctrenn@suse.de\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "354655ea9714e5b0e8d23c90a5382986815687e0",
      "tree": "48b5560242d7f995e72b8909e13871470bd4167f",
      "parents": [
        "0bad16aa081002c290d4b424bc019d890cab8796"
      ],
      "author": {
        "name": "Kay Sievers",
        "email": "kay.sievers@vrfy.org",
        "time": "Tue Jan 06 10:44:37 2009 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Jan 06 10:44:37 2009 -0800"
      },
      "message": "thermal: 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": "16d752397301b95abaa95cbaf9e785d221872311",
      "tree": "6fa843f38830f7cb62438ec7ccb332ae27ad74cd",
      "parents": [
        "543cf4cb3fe6f6cae3651ba918b9c56200b257d0"
      ],
      "author": {
        "name": "Rene Herman",
        "email": "rene.herman@keyaccess.nl",
        "time": "Tue Jun 24 19:38:56 2008 +0200"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Wed Jun 25 19:25:42 2008 -0400"
      },
      "message": "thermal: Create CONFIG_THERMAL_HWMON\u003dn\n\nA bug in libsensors \u003c\u003d 2.10.6 is exposed\nwhen this new hwmon I/F is enabled.\nCreate CONFIG_THERMAL_HWMON\u003dn\nuntil some time after libsensors 2.10.7 ships\nso those users can run the latest kernel.\n\nlibsensors 3.x is already fixed -- those users\ncan use CONFIG_THERMAL_HWMON\u003dy now.\n\nSigned-off-by: Rene Herman \u003crene.herman@gmail.com\u003e\nAcked-by: Mark M. Hoffman \u003cmhoffman@lightlink.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "ff16cab69b6ed621686cf342306785175775152d",
      "tree": "324cd474e590bcbe4338eb4ed5d1487d177ca266",
      "parents": [
        "76ecb4f2d7ea5c3aac8970b9529775316507c6d2"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Apr 29 03:12:17 2008 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Apr 29 03:12:17 2008 -0400"
      },
      "message": "thermal: re-name thermal.c to thermal_sys.c\n\nthermal_sys was already the name of the resulting module,\nand it is built from  this one source file.\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "e68b16abd91dca91e35ea47537ef8a1b7ad72841",
      "tree": "24f368ec94bc55447324131d4890fdcd4a3d082d",
      "parents": [
        "9ec732ff80b7e8a9096666f78ae584d3b393bc84"
      ],
      "author": {
        "name": "Zhang Rui",
        "email": "rui.zhang@intel.com",
        "time": "Mon Apr 21 16:07:52 2008 +0800"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Apr 29 02:48:01 2008 -0400"
      },
      "message": "thermal: add hwmon sysfs I/F\n\nAdd hwmon sys I/F for generic thermal driver.\n\nNote: we have one hwmon class device for EACH TYPE of the thermal zone device.\n\nSigned-off-by: Zhang Rui \u003crui.zhang@intel.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "63c4ec905d63834a97ec7dbbf0a2ec89ef5872be",
      "tree": "3ad4db7e154ee2fff4020f7ca76beb0d8016b04e",
      "parents": [
        "a01e035ebb552223c03f2d9138ffc73f2d4d3965"
      ],
      "author": {
        "name": "Zhang Rui",
        "email": "rui.zhang@intel.com",
        "time": "Mon Apr 21 16:07:13 2008 +0800"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Apr 29 02:44:00 2008 -0400"
      },
      "message": "thermal: add the support for building the generic thermal as a module\n\nBuild the generic thermal driver as module \"thermal_sys\".\n\nMake ACPI thermal, video, processor and fan SELECT the generic\nthermal driver, as these drivers rely on it to build the sysfs I/F.\n\nSigned-off-by: Zhang Rui \u003crui.zhang@intel.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "5f1a3f2ac4ddf966cd0555dc445c6df65709c580",
      "tree": "13359d9f56d11451d7ad01eda0eaba1c7e0dadf8",
      "parents": [
        "f0a37e008750ead1751b7d5e89d220a260a46147"
      ],
      "author": {
        "name": "Krzysztof Helt",
        "email": "krzysztof.h1@wp.pl",
        "time": "Tue Apr 15 14:34:47 2008 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 15 19:35:41 2008 -0700"
      },
      "message": "acpi thermal trip points increased to 12\n\nThe THERMAL_MAX_TRIPS value is set to 10.  It is too few for the Compaq AP550\nmachine which has 12 trip points.\n\nSigned-off-by: Krzysztof Helt \u003ckrzysztof.h1@wp.pl\u003e\nCc: Len Brown \u003clenb@kernel.org\u003e\nCc: Zhang Rui \u003crui.zhang@intel.com\u003e\nCc: \"Rafael J. Wysocki\" \u003crjw@sisk.pl\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "ece54e2ff45062852e4647e85b2bb5f6aee8211c",
      "tree": "a445b761aec49a9f5945417f4d92419422a4d31b",
      "parents": [
        "6d7f014e55c5227220da1f021c518487fcfd585a"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Mar 18 01:22:10 2008 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Mar 18 01:22:10 2008 -0400"
      },
      "message": "thermal: delete \"default y\"\n\nThe generic thermal I/F gets selected by ACPI_THERMAL --\nits only current customer.\nit doesn\u0027t need to clutter other configs by default.\n\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "91f57fa1215952af579f304821a15cc6c656042c",
      "tree": "4e5be4b7b559523d7e47cb9c46703b34d7d175f1",
      "parents": [
        "bde4f8fa8db2abd5ac9c542d76012d0fedab050f"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Mar 18 01:14:37 2008 -0400"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Tue Mar 18 01:14:37 2008 -0400"
      },
      "message": "Revert \"thermal: fix generic thermal I/F for hwmon\"\n\nThis reverts commit 3152fb9f11cdd2fd8688c2c5cb805e5c09b53dd9.\n\nThis broke libsensors.\n\nAcked-by: Zhang Rui \u003crui.zhang@intel.com\u003e\nAcked-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "3152fb9f11cdd2fd8688c2c5cb805e5c09b53dd9",
      "tree": "cc3433220de915d59320a512f62996a873d0b765",
      "parents": [
        "baadac8b10c5ac15ce3d26b68fa266c8889b163f"
      ],
      "author": {
        "name": "Zhang, Rui",
        "email": "rui.zhang@intel.com",
        "time": "Wed Feb 27 08:37:50 2008 +0800"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Thu Mar 13 01:49:01 2008 -0400"
      },
      "message": "thermal: fix generic thermal I/F for hwmon\n\nSigned-off-by: Zhang Rui \u003crui.zhang@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "3e6fda5c1159823fc02463eceb564c8bfc0e7a0e",
      "tree": "38af580a57b553a902db25ec1401d8005885981d",
      "parents": [
        "c751670902c3dd9abbed279170a832e6a1e6cf94"
      ],
      "author": {
        "name": "Thomas Sujith",
        "email": "sujith.thomas@intel.com",
        "time": "Fri Feb 15 00:59:50 2008 -0500"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Fri Feb 15 18:21:30 2008 -0500"
      },
      "message": "thermal: use ERR_PTR for returning error\n\nNeed to return using ERR_PTR instead of NULL\nin case of errors.\n\nSigned-off-by: Thomas Sujith \u003csujith.thomas@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "c751670902c3dd9abbed279170a832e6a1e6cf94",
      "tree": "784cf0161d60a3bd4c1b6a6d160c9657b717e83a",
      "parents": [
        "101142c37be8e5af9b847860219217e6b958c739"
      ],
      "author": {
        "name": "Thomas Sujith",
        "email": "sujith.thomas@intel.com",
        "time": "Fri Feb 15 00:58:50 2008 -0500"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Fri Feb 15 18:21:30 2008 -0500"
      },
      "message": "thermal: validate input parameters\n\nAdded sanity check to make sure that thermal zone\nand cooling device exists.\n\nSigned-off-by: Thomas Sujith \u003csujith.thomas@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "543a956140e1f57331c0e528d2367106057aeca0",
      "tree": "41cbe361027a982dc80c1e952a28152af6d89ce6",
      "parents": [
        "9f2eef25e044603527e121066284d22f51d853cc"
      ],
      "author": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Thu Feb 07 16:55:08 2008 -0500"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Thu Feb 07 23:48:04 2008 -0500"
      },
      "message": "ACPI: thermal: syntax, spelling, kernel-doc\n\nReviewed-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    },
    {
      "commit": "203d3d4aa482339b4816f131f713e1b8ee37f6dd",
      "tree": "de7f27619e88ca6bf62bbba21fb54f213a98394a",
      "parents": [
        "aa6299926950c8dfe2fea638276cad6def092bc9"
      ],
      "author": {
        "name": "Zhang Rui",
        "email": "rui.zhang@intel.com",
        "time": "Thu Jan 17 15:51:08 2008 +0800"
      },
      "committer": {
        "name": "Len Brown",
        "email": "len.brown@intel.com",
        "time": "Fri Feb 01 23:12:19 2008 -0500"
      },
      "message": "the generic thermal sysfs driver\n\nThe Generic Thermal sysfs driver for thermal management.\n\nSigned-off-by: Zhang Rui \u003crui.zhang@intel.com\u003e\nSigned-off-by: Thomas Sujith \u003csujith.thomas@intel.com\u003e\nSigned-off-by: Len Brown \u003clen.brown@intel.com\u003e\n"
    }
  ]
}
