)]}'
{
  "log": [
    {
      "commit": "740e06a89fb905ee1979c57442c544afe51ed21c",
      "tree": "ad50727bef11b0423afa8910555283ffd158a63c",
      "parents": [
        "057bc350992fa2ac31fcd2ff80add269bdf32a80"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Jun 05 20:31:20 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:33 2006 -0700"
      },
      "message": "[PATCH] hwmon: Sysfs interface documentation update, 2 of 2, take 2\n\nReword and complete certain parts of the hwmon sysfs-interface\ndocumentation file. Hopefully this will make things clearer for new\ndriver authors.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "057bc350992fa2ac31fcd2ff80add269bdf32a80",
      "tree": "e07c0d21c7f8f1df8dace43004bdd2c5aa0682de",
      "parents": [
        "18f98b1e3147afdb51e545cc6ff2b016c7d088a7"
      ],
      "author": {
        "name": "Rudolf Marek",
        "email": "r.marek@sh.cvut.cz",
        "time": "Sun Jun 04 20:03:39 2006 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:33 2006 -0700"
      },
      "message": "[PATCH] hwmon: Sysfs interface documentation update, 1 of 2\n\nThis patch cleans up hwmon sysfs documentation file, plus introduces\nthe description of DC/PWM selection for fan speed control.\n\nSigned-off-by: Rudolf Marek \u003cr.marek@sh.cvut.cz\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "400b48ecd95a7fac6b126042d37b7efe0202b582",
      "tree": "f0fe5c22b7f2198a952ec75b476ac7a33c515248",
      "parents": [
        "568825c8ed3c902981ce908ed5693abb3c9ddf59"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Thu Mar 23 16:46:47 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:32 2006 -0700"
      },
      "message": "[PATCH] hwmon: Add sysfs interface for individual alarm files\n\nExtend the sysfs interface of hardware monitoring chips, by adding\nindividual alarm and beep files. Contrary to the old aggregated \"alarms\"\nand \"beeps\" files, individual files constitute a standard way to access\nthe status information, making it finally possible to implement a\nchip-independant hardware monitoring chip access library (once all\ndrivers have been added this new interface, that is.)\n\nIf future drivers need more individual files, the interface will be\nextended as needed at the same time these drivers are merged into the\nkernel tree.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "59ac83677f72ea2cc25b5426e7df9589aa7a5384",
      "tree": "a15039b9744a87832af8efa048cc9d229440aa97",
      "parents": [
        "a4589dbb4e2dc758d1aadb8b5d7e5a598ccb0341"
      ],
      "author": {
        "name": "Hartmut Rick",
        "email": "linux@rick.claranet.de",
        "time": "Thu Mar 23 16:37:23 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Thu Jun 22 11:10:32 2006 -0700"
      },
      "message": "[PATCH] smsc47m192: New hwmon driver for SMSC LPC47M192/997\n\nNew driver (smsc47m192) which supports voltage and temperature\nmeasurement features of SMSC LPC47M192 and LPC47M997 chips.\n\nSigned-off-by: Hartmut Rick \u003clinux@rick.claranet.de\u003e\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "e53004e20a58e9d28347e02adccb37a33e0d771a",
      "tree": "fb9f6c25ad12d7dda91f09ac28b901ea3fe76955",
      "parents": [
        "5db3d3da93fb93875c719239892ac526cfd2d584"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Mon Jan 09 23:26:14 2006 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Feb 06 12:02:15 2006 -0800"
      },
      "message": "[PATCH] hwmon: New f71805f driver\n\nThis is my f71805f hardware monitoring driver ported from lm_sensors\nto Linux 2.6. This new driver differs from the other hardware monitoring\ndrivers in that it is implemented as a platform driver. This might not\nbe optimal yet (we would probably need a generic infrastructure and bus\ntype for Super-I/O logical devices) but it is certainly much better than\nthe i2c-isa solution.\n\nNote that this driver requires lm_sensors CVS. I hope to get it\nreleased as 2.10.0 soon.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "c3df5806cdae6fac678c662b527cb974bef4b60c",
      "tree": "a510da8447852247907dd6896cdf51c7e3d60844",
      "parents": [
        "8256fe0f40f1cd72f80f2c46fe0ab1638f03a98d"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Wed Oct 26 21:39:40 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Oct 28 14:02:14 2005 -0700"
      },
      "message": "[PATCH] hwmon: Add PEC support to the lm90 driver\n\nAdd PEC support to the lm90 driver. Only the ADM1032 chip supports it,\nand in a rather tricky way, which is why this patch comes with\ndocumentation reinforcements. At least, this demonstrates that the new\nPEC support logic in i2c-core can properly deal with chips with partial\nPEC support.\n\nAs enabling PEC causes a significant performance drop, it can be\ndisabled through a sysfs file (unsurprisingly named \"pec\").\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "ede7fbdf526c314850c9f32dd8da1753bf8d0ad5",
      "tree": "2f1fefa6f6df58f5c27bf98bd7df0908e97e44ef",
      "parents": [
        "8d5d45fb14680326f833295f2316a4ec5e357220"
      ],
      "author": {
        "name": "Jean Delvare",
        "email": "khali@linux-fr.org",
        "time": "Sat Jul 02 18:52:48 2005 +0200"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Mon Jul 11 14:47:41 2005 -0700"
      },
      "message": "[PATCH] I2C: Move hwmon drivers (3/3)\n\nPart 3: Move the drivers documentation, plus two general documentation\nfiles.\n\nNote that the patch \"adds trailing whitespace\", because it does move the\nfiles as-is, and some files happen to have trailing whitespace.\n\nSigned-off-by: Jean Delvare \u003ckhali@linux-fr.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
      "tree": "0bba044c4ce775e45a88a51686b5d9f90697ea9d",
      "parents": [],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "message": "Linux-2.6.12-rc2\n\nInitial git repository build. I\u0027m not bothering with the full history,\neven though we have it. We can create a separate \"historical\" git\narchive of that later if we want to, and in the meantime it\u0027s about\n3.2GB when imported into git - space that would just make the early\ngit days unnecessarily complicated, when we don\u0027t have a lot of good\ninfrastructure for it.\n\nLet it rip!\n"
    }
  ]
}
