)]}'
{
  "log": [
    {
      "commit": "35f3ec1c224b823811e66450b1323eaabc11e982",
      "tree": "5c24766b0bb84fc7be5fa4267dfd721a590df0b3",
      "parents": [
        "2293d620bef6cc76760d1790b93c8c100b1b872a"
      ],
      "author": {
        "name": "H Hartley Sweeten",
        "email": "hartleys@visionengravers.com",
        "time": "Wed May 02 17:17:23 2012 -0700"
      },
      "committer": {
        "name": "Florian Tobias Schandinat",
        "email": "FlorianSchandinat@gmx.de",
        "time": "Tue May 08 16:56:55 2012 +0000"
      },
      "message": "video: smscufx.c: local functions should not be exposed globally\n\nFunctions not referenced outside of a source file should be marked\nstatic to prevent them from being exposed globally.\n\nQuiets the sparse warnings:\n\nwarning: symbol \u0027ufx_handle_damage\u0027 was not declared. Should it be static?\n\nSigned-off-by: H Hartley Sweeten \u003chsweeten@visionengravers.com\u003e\nCc: Steve Glendinning \u003csteve.glendinning@smsc.com\u003e\nSigned-off-by: Florian Tobias Schandinat \u003cFlorianSchandinat@gmx.de\u003e\n"
    },
    {
      "commit": "1f45f9dbb392f9ca0919e9cd2370ab66ae752ec8",
      "tree": "d914007ce3dd2c4ba94cad2af801b6ebd18552a5",
      "parents": [
        "13f36e9ea0f1419039763e7ba947fccd7f4b5a41"
      ],
      "author": {
        "name": "Heiko Stübner",
        "email": "heiko@sntech.de",
        "time": "Sat Apr 28 12:19:10 2012 +0200"
      },
      "committer": {
        "name": "Florian Tobias Schandinat",
        "email": "FlorianSchandinat@gmx.de",
        "time": "Sun Apr 29 19:35:31 2012 +0000"
      },
      "message": "fb_defio: add first_io callback\n\nWith this optional callback the driver is notified when the first page\nis entered into the pagelist and a new deferred_io call is scheduled.\n\nA possible use-case for this is runtime-pm. In the first_io call\n\tpm_runtime_get()\ncould be called, which starts an asynchronous runtime_resume of the\ndevice. In the deferred_io callback a call to\n\tpm_runtime_barrier()\nmakes the sure, the device is resumed by then and a\n\tpm_runtime_put()\nmay put the device back to sleep.\n\nAlso, some SoCs may use the runtime-pm system to determine if they\nare able to enter deeper idle states. Therefore it is necessary to\nkeep the use-count from the first written page until the conclusion\nof the screen update, to prevent the system from going to sleep before\ncompleting the pending update.\n\nTwo users of defio were using kmalloc to allocate the structure.\nThese allocations are changed to kzalloc, to prevent uninitialised\n.first_io members in those drivers.\n\nSigned-off-by: Heiko Stübner \u003cheiko@sntech.de\u003e\nSigned-off-by: Florian Tobias Schandinat \u003cFlorianSchandinat@gmx.de\u003e\n"
    },
    {
      "commit": "90ab5ee94171b3e28de6bb42ee30b527014e0be7",
      "tree": "fcf89889f6e881f2b231d3d20287c08174ce4b54",
      "parents": [
        "476bc0015bf09dad39d36a8b19f76f0c181d1ec9"
      ],
      "author": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Fri Jan 13 09:32:20 2012 +1030"
      },
      "committer": {
        "name": "Rusty Russell",
        "email": "rusty@rustcorp.com.au",
        "time": "Fri Jan 13 09:32:20 2012 +1030"
      },
      "message": "module_param: make bool parameters really bool (drivers \u0026 misc)\n\nmodule_param(bool) used to counter-intuitively take an int.  In\nfddd5201 (mid-2009) we allowed bool or int/unsigned int using a messy\ntrick.\n\nIt\u0027s time to remove the int/unsigned int option.  For this version\nit\u0027ll simply give a warning, but it\u0027ll break next kernel version.\n\nAcked-by: Mauro Carvalho Chehab \u003cmchehab@redhat.com\u003e\nSigned-off-by: Rusty Russell \u003crusty@rustcorp.com.au\u003e\n"
    },
    {
      "commit": "fe7484834bb614c2c205726647635171ce6cc070",
      "tree": "e96e560153c2d4a2b2ad1feba6cc4fe09dbb5a29",
      "parents": [
        "424f0750edd5af866f80f5e65998e0610503cb5c"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 18 09:52:10 2011 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Fri Nov 18 09:52:10 2011 -0800"
      },
      "message": "USB: convert some miscellanies drivers to use module_usb_driver()\n\nThis converts the remaining USB drivers in the kernel to use the\nmodule_usb_driver() macro which makes the code smaller and a bit\nsimpler.\n\nAdded bonus is that it removes some unneeded kernel log messages about\ndrivers loading and/or unloading.\n\nCc: Guenter Roeck \u003cguenter.roeck@ericsson.com\u003e\nCc: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Ben Dooks \u003cben-linux@fluff.org\u003e\nCc: Till Harbaum \u003ctill@harbaum.org\u003e\nCc: Karsten Keil \u003cisdn@linux-pingi.de\u003e\nCc: Chris Ball \u003ccjb@laptop.org\u003e\nCc: David Woodhouse \u003cdwmw2@infradead.org\u003e\nCc: Lauro Ramos Venancio \u003clauro.venancio@openbossa.org\u003e\nCc: Aloisio Almeida Jr \u003caloisio.almeida@openbossa.org\u003e\nCc: Samuel Ortiz \u003csameo@linux.intel.com\u003e\nCc: Steve Glendinning \u003csteve.glendinning@smsc.com\u003e\nCc: Florian Tobias Schandinat \u003cFlorianSchandinat@gmx.de\u003e\nCc: Evgeniy Polyakov \u003czbr@ioremap.net\u003e\nCc: Wim Van Sebroeck \u003cwim@iguana.be\u003e\nCc: \"David S. Miller\" \u003cdavem@davemloft.net\u003e\nCc: Jesper Juhl \u003cjj@chaosbits.net\u003e\nCc: Artem Bityutskiy \u003cArtem.Bityutskiy@nokia.com\u003e\nCc: Jamie Iles \u003cjamie@jamieiles.com\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    },
    {
      "commit": "261e767628bb5971b9032439818237cc8511ea94",
      "tree": "11dccee774a968ad9c11c9b178b0e4979eddb4ea",
      "parents": [
        "2b7a905dd0d24d14a1099653ba63b7113a82fc54"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "dan.carpenter@oracle.com",
        "time": "Wed Sep 21 10:16:24 2011 +0300"
      },
      "committer": {
        "name": "Florian Tobias Schandinat",
        "email": "FlorianSchandinat@gmx.de",
        "time": "Mon Oct 03 15:52:05 2011 +0000"
      },
      "message": "smscufx: change edid data to u8 instead of char\n\nHaving \"edid\" as char caused a problem in ufx_read_edid() where we\ncompared \"edid[i] !\u003d 0xFF\".  Because of the type difference, the\ncondition was never true and the error checking failed.\n\nAlso I added a __user notation to silence a sparse complaint.\n\nSigned-off-by: Dan Carpenter \u003cdan.carpenter@oracle.com\u003e\nSigned-off-by: Florian Tobias Schandinat \u003cFlorianSchandinat@gmx.de\u003e\n"
    },
    {
      "commit": "be444890c82a150d137c75cac8c7f3c5b02b7748",
      "tree": "89f15ad6dc39943f5d8c55a5b78b3853085ca939",
      "parents": [
        "21b5a3adf9d16a4eb9874b32cfc84af34f697c1d"
      ],
      "author": {
        "name": "Steve Glendinning",
        "email": "steve.glendinning@smsc.com",
        "time": "Wed Sep 07 10:34:06 2011 +0100"
      },
      "committer": {
        "name": "Florian Tobias Schandinat",
        "email": "FlorianSchandinat@gmx.de",
        "time": "Wed Sep 14 17:04:21 2011 +0000"
      },
      "message": "smscufx: reduce number of casts in ufx_raw_rect\n\nSigned-off-by: Steve Glendinning \u003csteve.glendinning@smsc.com\u003e\nSigned-off-by: Florian Tobias Schandinat \u003cFlorianSchandinat@gmx.de\u003e\n"
    },
    {
      "commit": "3c8a63e22a0802fd56380f6ab305b419f18eb6f5",
      "tree": "e5fba78fb7ad02cf66e5f3effa5bfdcc0746c5f6",
      "parents": [
        "4a47a0e09c504e3ce0ccdb405411aefc5b09deb8"
      ],
      "author": {
        "name": "Steve Glendinning",
        "email": "steve.glendinning@smsc.com",
        "time": "Thu Aug 18 15:20:07 2011 +0100"
      },
      "committer": {
        "name": "Florian Tobias Schandinat",
        "email": "FlorianSchandinat@gmx.de",
        "time": "Mon Sep 05 16:21:30 2011 +0000"
      },
      "message": "Add support for SMSC UFX6000/7000 USB display adapters\n\nThis patch adds framebuffer suport for SMSC\u0027s UFX6000 (USB 2.0) and\nUFX7000 (USB 3.0) display adapters.\n\nSigned-off-by: Steve Glendinning \u003csteve.glendinning@smsc.com\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Florian Tobias Schandinat \u003cFlorianSchandinat@gmx.de\u003e\n"
    }
  ]
}
