)]}'
{
  "log": [
    {
      "commit": "859cb7f2a4244ea6da206d3fe9cc8a6810947a68",
      "tree": "3389fe6c191418d6acc30d84e11a0760608f7431",
      "parents": [
        "0081e8020ebd814a99e45720a10e869a54ee08a6"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@linux.intel.com",
        "time": "Thu Jan 08 17:55:03 2009 +0000"
      },
      "committer": {
        "name": "Richard Purdie",
        "email": "rpurdie@linux.intel.com",
        "time": "Thu Jan 08 17:55:03 2009 +0000"
      },
      "message": "leds: Add suspend/resume to the core class\n\nAdd suspend/resume to the core class and remove all the now unneeded\ncode from various drivers. Originally the class code couldn\u0027t support\nsuspend/resume but since class_device can there is no reason for\neach driver doing its own suspend/resume anymore.\n"
    },
    {
      "commit": "6af4f55c31764c2d97ddf59ae2149cd1769e2e25",
      "tree": "843eb85cf1f2197daf76799b1592b7fdf6854a65",
      "parents": [
        "326bb8a5a12c6298a6bf6c74af490b1858b2f12c"
      ],
      "author": {
        "name": "Sven Wegener",
        "email": "sven.wegener@stealer.net",
        "time": "Mon Oct 13 10:43:47 2008 +0100"
      },
      "committer": {
        "name": "Richard Purdie",
        "email": "rpurdie@linux.intel.com",
        "time": "Mon Oct 20 22:36:03 2008 +0100"
      },
      "message": "leds: Add leds-wrap default-trigger\n\nThe power led is normally lit after boot, let\u0027s use the default-on\ntrigger as the default trigger for it.  This gets the initial brightness\nvalue right and being on is the default behaviour we expect for a power\nled.\n\nSigned-off-by: Sven Wegener \u003csven.wegener@stealer.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Richard Purdie \u003crpurdie@linux.intel.com\u003e\n"
    },
    {
      "commit": "f5506a2f71ad75d680c81090117ff2f89602f9b9",
      "tree": "ccdd80a2afeba70af9bb831c5d591ec3c0ca155c",
      "parents": [
        "2b7f1b8c8f4a8991dfeefc31844e15c642b6de2a"
      ],
      "author": {
        "name": "Michael Loeffler",
        "email": "zvpunry@zvpunry.de",
        "time": "Sun Jan 13 23:20:52 2008 +0000"
      },
      "committer": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Thu Feb 07 09:52:03 2008 +0000"
      },
      "message": "leds: Add power LED to the wrap driver\n\nThe 3rd LED on this board is something like a power-led, it is on all the\ntime. With this change to the leds-wrap driver it is possible to use this\nLED too.\n\nSigned-off-by: Michael Loeffler \u003czvpunry@zvpunry.de\u003e\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\n"
    },
    {
      "commit": "6c152beefbf90579d21afc4f7e075b1f801f9a75",
      "tree": "c5814496de9e29662d558deddb31e0a0c4549cd7",
      "parents": [
        "cec035de8265b18252742ef359b12e9694641112"
      ],
      "author": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Wed Oct 31 15:00:07 2007 +0100"
      },
      "committer": {
        "name": "Richard Purdie",
        "email": "rpurdie@rpsys.net",
        "time": "Thu Feb 07 09:47:00 2008 +0000"
      },
      "message": "leds: Standardise LED naming scheme\n\nAs discussed on LKML some notion of \u0027function\u0027 is needed in\nLED naming. This patch adds this to the documentation and\nstandardises existing LED drivers.\n\nSigned-off-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\n"
    },
    {
      "commit": "0d75565f1e8f098b80a34ccf70db450f60618ec8",
      "tree": "e8a1e7c661463ef7daea98c814066413cd35ad3e",
      "parents": [
        "40fcfc87222e2e8af6379ec366f0cb2a411570cd"
      ],
      "author": {
        "name": "Kristian Kielhofner",
        "email": "kris@krisk.org",
        "time": "Wed Dec 06 20:37:28 2006 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@woody.osdl.org",
        "time": "Thu Dec 07 08:39:36 2006 -0800"
      },
      "message": "[PATCH] PCEngines WRAP LED Support\n\nA driver for the PCEngines WRAP boards (http://www.pcengines.ch), which are\nvery similar to the Soekris net4801 (same NS SC1100 geode reference\ndesign).\n\nThe LEDs on the WRAP are on different GPIO lines and I have modified and\ncopied the net48xx error led support for this.  It also includes support\nfor an \"extra\" led (in addition to error).  The three LEDs on the WRAP are\nat GPIO lines 2,3,18 (WRAP LEDs from left to right).  This driver gives\naccess to the second and third LEDs by twiddling GPIO lines 3 \u0026 18.\n\nBecause these boards are so similar to the net48xx, I basically sed-ed that\ndriver to form the basis for leds-wrap.c.  The only changes from\nleds-net48xx.c are:\n\n - #define WRAP_EXTRA_LED_GPIO\n\n - name changes\n\n - duplicate relevant sections to provide support for the \"extra\" led\n\n - reverse the various *_led_set values.  The WRAP is \"backwards\" from the\n   net48xx, and these needed to be updated for that.\n\n[akpm@osdl.org: build fix]\nSigned-off-by: Kristian Kielhofner \u003ckris@krisk.org\u003e\nAcked-by: Richard Purdie \u003crpurdie@rpsys.net\u003e\nSigned-off-by: Andrew Morton \u003cakpm@osdl.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@osdl.org\u003e\n"
    }
  ]
}
