)]}'
{
  "log": [
    {
      "commit": "77820ffae678fa7ff6cc155354825b6b1a023afb",
      "tree": "8bc685ea2a3a867042c2537b04cce2c48cf597bb",
      "parents": [
        "1fe17a24e2fe0a9554d19a4249eb2d80050ecb8c"
      ],
      "author": {
        "name": "Seth Heasley",
        "email": "seth.heasley@intel.com",
        "time": "Tue May 22 22:54:20 2012 +0200"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Tue May 22 23:39:14 2012 +0200"
      },
      "message": "gpio: Add Intel Centerton support to gpio-sch\n\nThis patch adds the Intel Centerton processor device ID for GPIO.\nThe device ID is defined in include/linux/pci_ids.h\n\nSigned-off-by: Seth Heasley \u003cseth.heasley@intel.com\u003e\nAcked-by: Linus Walleij \u003clinus.walleij@linaro.org\u003e\nSigned-off-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\n"
    },
    {
      "commit": "6f61415e9c4c0ab02c8eda7671bb652db4863cc0",
      "tree": "689e7f50b2d6de5a5a36d72b2ba72a742d39341c",
      "parents": [
        "f134759955bbb5bf28a8d2c6fe5aa201d1ffb860"
      ],
      "author": {
        "name": "Mark Brown",
        "email": "broonie@opensource.wolfsonmicro.com",
        "time": "Thu Dec 08 00:24:00 2011 +0800"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Mon Jan 02 00:26:06 2012 -0700"
      },
      "message": "gpio: Convert GPIO drivers to module_platform_driver\n\nWhere appropriate factor out some boilerplate code for platform device\nregistration into module_platform_driver. Drivers that don\u0027t use the\nstandard module_init initcall haven\u0027t been converted.\n\nSigned-off-by: Mark Brown \u003cbroonie@opensource.wolfsonmicro.com\u003e\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "c103de240439dfee24ac50eb99c8be3a30d13323",
      "tree": "014eeda779510d7d3dfabd1183ce7f1a288d367b",
      "parents": [
        "8c31b1635b91e48f867e010cd7bcd06393e5858a"
      ],
      "author": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Sat Jun 04 18:38:28 2011 -0600"
      },
      "committer": {
        "name": "Grant Likely",
        "email": "grant.likely@secretlab.ca",
        "time": "Mon Jun 06 10:10:11 2011 -0600"
      },
      "message": "gpio: reorganize drivers\n\nSort the gpio makefile and enforce the naming convention gpio-*.c for\ngpio drivers.\n\nv2: cleaned up filenames in Kconfig and comment blocks\nv3: fixup use of BASIC_MMIO to GENERIC_GPIO for mxc\n\nSigned-off-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\n"
    },
    {
      "commit": "f04ddfcd24bf3c1f987eaf634a84998044e616d3",
      "tree": "30122eb0350fbec7f59089d5338ed1007017e162",
      "parents": [
        "e967f77d9818df884bdffb3e801eb12e0fd52b1c"
      ],
      "author": {
        "name": "Denis Turischev",
        "email": "denis@compulab.co.il",
        "time": "Mon Mar 14 12:53:05 2011 +0200"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Wed Mar 23 10:42:08 2011 +0100"
      },
      "message": "gpio: Add Tunnel Creek support to sch_gpio\n\nAlmost the same driver for both Poulsbo and Tunnel Creek.\nThe difference is in quantity of GPIOs powered by the core power\nrail and by suspend power supply, default values for some GPIOs, etc.\nDetect actual hardware by platform device ID assigned in lpc_sch\nand set configuration accordingly.\n\nSigned-off-by: Denis Turischev \u003cdenis@compulab.co.il\u003e\nAcked-by: Grant Likely \u003cgrant.likely@secretlab.ca\u003e\nSigned-off-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\n"
    },
    {
      "commit": "8e7aafe41be2a7cd5c181ed68876e9ec55ccdba7",
      "tree": "16ca6cc537102f31ca1e99ec8e609d742dc7226d",
      "parents": [
        "be9b06b2d80fe661491138c6993f944babb26260"
      ],
      "author": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Fri Mar 05 17:14:01 2010 +0100"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Sun Mar 07 22:17:37 2010 +0100"
      },
      "message": "gpio: Fix sch_gpio warning\n\nWe need to check for gpiochip_remove() errors.\n\nSigned-off-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\n"
    },
    {
      "commit": "be9b06b2d80fe661491138c6993f944babb26260",
      "tree": "ea037fa781ccfbec3a43715ea6362bba38fa44a1",
      "parents": [
        "fd46a0064af171c90664e5b7165c0c9f94478a87"
      ],
      "author": {
        "name": "Denis Turischev",
        "email": "denis@compulab.co.il",
        "time": "Tue Mar 02 10:48:55 2010 +0100"
      },
      "committer": {
        "name": "Samuel Ortiz",
        "email": "sameo@linux.intel.com",
        "time": "Sun Mar 07 22:17:37 2010 +0100"
      },
      "message": "gpio: add Intel SCH GPIO controller driver\n\nSigned-off-by: Denis Turischev \u003cdenis@compulab.co.il\u003e\nSigned-off-by: Samuel Ortiz \u003csameo@linux.intel.com\u003e\n"
    }
  ]
}
