)]}'
{
  "log": [
    {
      "commit": "234e340582901211f40d8c732afc49f0630ecf05",
      "tree": "753076500dfd883b3db56d4f5410af31d8945623",
      "parents": [
        "9b3ae64be658a573b33d05a8dc73b08d3345fa44"
      ],
      "author": {
        "name": "Stephen Boyd",
        "email": "sboyd@codeaurora.org",
        "time": "Thu Apr 05 14:25:11 2012 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Apr 05 15:25:50 2012 -0700"
      },
      "message": "simple_open: automatically convert to simple_open()\n\nMany users of debugfs copy the implementation of default_open() when\nthey want to support a custom read/write function op.  This leads to a\nproliferation of the default_open() implementation across the entire\ntree.\n\nNow that the common implementation has been consolidated into libfs we\ncan replace all the users of this function with simple_open().\n\nThis replacement was done with the following semantic patch:\n\n\u003csmpl\u003e\n@ open @\nidentifier open_f !\u003d simple_open;\nidentifier i, f;\n@@\n-int open_f(struct inode *i, struct file *f)\n-{\n(\n-if (i-\u003ei_private)\n-f-\u003eprivate_data \u003d i-\u003ei_private;\n|\n-f-\u003eprivate_data \u003d i-\u003ei_private;\n)\n-return 0;\n-}\n\n@ has_open depends on open @\nidentifier fops;\nidentifier open.open_f;\n@@\nstruct file_operations fops \u003d {\n...\n-.open \u003d open_f,\n+.open \u003d simple_open,\n...\n};\n\u003c/smpl\u003e\n\n[akpm@linux-foundation.org: checkpatch fixes]\nSigned-off-by: Stephen Boyd \u003csboyd@codeaurora.org\u003e\nCc: Greg Kroah-Hartman \u003cgregkh@linuxfoundation.org\u003e\nCc: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\nCc: Julia Lawall \u003cJulia.Lawall@lip6.fr\u003e\nAcked-by: Ingo Molnar \u003cmingo@elte.hu\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "e0273728564a395a13cfed70e34da4f2613d2d44",
      "tree": "e57de35badafff2cc3afcd8896479242b94cc3ec",
      "parents": [
        "74c4fb058083b47571a4f76dcfce95085f2d8098",
        "11576c6114c3b6505aea2e0c988bedb856a0e20c",
        "d41c2a7011dffc60571eab8dc4e2a297ef106f44",
        "4371ea8202e98c8ef77ca887de3b19affbb3498f",
        "cd07655e732b265eb12a5804ddf7ffae945c9ab9",
        "78761ff9bc4e944e0b4e5df1e7eedcfdbb1a9a1a",
        "90120d66974ecf22c32d8cbb2347097ce4144403"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Thu Jan 05 15:51:02 2012 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Thu Jan 05 15:51:02 2012 +0100"
      },
      "message": "Merge branches \u0027hyperv\u0027, \u0027multitouch\u0027, \u0027roccat\u0027, \u0027upstream\u0027, \u0027upstream-fixes\u0027, \u0027wacom\u0027 and \u0027wiimote\u0027 into for-linus\n"
    },
    {
      "commit": "f2c4826c685b1ad9afdcef3649e3e60a3348491c",
      "tree": "3764783ba596ea6064b649bca3952b15a652a176",
      "parents": [
        "b3c21d2cadd568d31db72f37c52bd1d501d1be13"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue Nov 22 23:25:28 2011 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue Nov 22 23:25:28 2011 +0100"
      },
      "message": "HID: picolcd: make fb_pending_lock and picolcd_fb_cleanup static\n\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "8f86a2c3cb90e8bb0733de2d2b0abbe7050bb536",
      "tree": "c5e08b28ca080993046f5ed64fe0026df9fb21c8",
      "parents": [
        "15d0580f20f5d3f997e3823bfe39daa3d521a99d"
      ],
      "author": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Sun Jul 03 13:39:48 2011 -0400"
      },
      "committer": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Mon Oct 31 19:31:17 2011 -0400"
      },
      "message": "hid: Add module.h to fix up implicit users of it\n\nA pending cleanup will mean that module.h won\u0027t be implicitly\neverywhere anymore.  Make sure the modular drivers in clocksource\nare actually calling out for \u003cmodule.h\u003e explicitly in advance.\n\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\n"
    },
    {
      "commit": "5b1b0b812a7b1a5b968c5d06d90d1cb88621b941",
      "tree": "dd57943592e4152147d1a5667b082e5f30faaf83",
      "parents": [
        "311aab73d273eb22be976055f6cab224f7279d5e"
      ],
      "author": {
        "name": "Alan Stern",
        "email": "stern@rowland.harvard.edu",
        "time": "Fri Aug 19 23:49:48 2011 +0200"
      },
      "committer": {
        "name": "Rafael J. Wysocki",
        "email": "rjw@sisk.pl",
        "time": "Fri Aug 19 23:49:48 2011 +0200"
      },
      "message": "PM / Runtime: Add macro to test for runtime PM events\n\nThis patch (as1482) adds a macro for testing whether or not a\npm_message value represents an autosuspend or autoresume (i.e., a\nruntime PM) event.  Encapsulating this notion seems preferable to\nopen-coding the test all over the place.\n\nSigned-off-by: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\n"
    },
    {
      "commit": "6b7b8e488bbdedeccabdd001a78ffcbe43bb8a3a",
      "tree": "f2f77cc31b4548745778fca6a51b09e1d8a49804",
      "parents": [
        "b50f315cbb865079a16a12fd9ae6083f98fd592c",
        "c1d10d18c542278b7fbc413c289d3cb6219da6b3"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed May 18 17:06:31 2011 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed May 18 17:06:49 2011 +0200"
      },
      "message": "Merge branch \u0027master\u0027 into upstream.\n\nThis is sync with Linus\u0027 tree to receive KEY_IMAGES definition\nthat went in through input tree.\n"
    },
    {
      "commit": "8c4e708d01424f88afde64a96ffd05146c9978b8",
      "tree": "f341d2533527c7eb3e443f0bb0cfc16529bccdde",
      "parents": [
        "6d67c110ab204bc4c2f4f3e368b8d7cf1f38a4f8"
      ],
      "author": {
        "name": "Bruno Prémont",
        "email": "bonbons@linux-vserver.org",
        "time": "Wed May 04 21:08:42 2011 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Thu May 05 13:45:52 2011 +0200"
      },
      "message": "HID: picolcd: Avoid compile warning/error triggered by copy_from_user()\n\nWith CONFIG_DEBUG_STRICT_USER_COPY_CHECKS\u003dy compilation of PicoLCD\ndriver fails on copy_from_user(), without it a warning is generated:\n\n  CC [M]  drivers/hid/hid-picolcd.o\nIn file included from /usr/src/linux-2.6/arch/x86/include/asm/uaccess.h:571,\n                 from /usr/src/linux-2.6/arch/x86/include/asm/sections.h:5,\n                 from /usr/src/linux-2.6/arch/x86/include/asm/hw_irq.h:26,\n                 from /usr/src/linux-2.6/include/linux/irq.h:359,\n                 from /usr/src/linux-2.6/arch/x86/include/asm/hardirq.h:5,\n                 from /usr/src/linux-2.6/include/linux/hardirq.h:7,\n                 from /usr/src/linux-2.6/include/linux/interrupt.h:12,\n                 from /usr/src/linux-2.6/include/linux/usb.h:15,\n                 from /usr/src/linux-2.6/drivers/hid/hid-picolcd.c:25:\nIn function \u0027copy_from_user\u0027,\n    inlined from \u0027picolcd_debug_eeprom_write\u0027 at drivers/hid/hid-picolcd.c:1592:\narch/x86/include/asm/uaccess_32.h:212: error: call to \u0027copy_from_user_overflow\u0027 declared with attribute error: copy_from_user() buffer size is not provably correct\n\ngcc-4.4.5 is not able to track size calculation when it is stored into\na variable, thus tell copy_from_user() maximum size via\nmin(*max-size*, *effective-size*) explicitly and inline how much to copy\nat most.\n\nSigned-off-by: Bruno Prémont \u003cbonbons@linux-vserver.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "25985edcedea6396277003854657b5f3cb31a628",
      "tree": "f026e810210a2ee7290caeb737c23cb6472b7c38",
      "parents": [
        "6aba74f2791287ec407e0f92487a725a25908067"
      ],
      "author": {
        "name": "Lucas De Marchi",
        "email": "lucas.demarchi@profusion.mobi",
        "time": "Wed Mar 30 22:57:33 2011 -0300"
      },
      "committer": {
        "name": "Lucas De Marchi",
        "email": "lucas.demarchi@profusion.mobi",
        "time": "Thu Mar 31 11:26:23 2011 -0300"
      },
      "message": "Fix common misspellings\n\nFixes generated by \u0027codespell\u0027 and manually reviewed.\n\nSigned-off-by: Lucas De Marchi \u003clucas.demarchi@profusion.mobi\u003e\n"
    },
    {
      "commit": "bb7ca747f8d6243b3943c5b133048652020f4a50",
      "tree": "b40e879a7b26e3763aea2af2d4dd9079483de11e",
      "parents": [
        "ccd7510fd8dea5b4b2af87fb2aef2ebd6b23b76b"
      ],
      "author": {
        "name": "Matthew Garrett",
        "email": "mjg@redhat.com",
        "time": "Tue Mar 22 16:30:21 2011 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Mar 22 17:43:59 2011 -0700"
      },
      "message": "backlight: add backlight type\n\nThere may be multiple ways of controlling the backlight on a given\nmachine.  Allow drivers to expose the type of interface they are\nproviding, making it possible for userspace to make appropriate policy\ndecisions.\n\nSigned-off-by: Matthew Garrett \u003cmjg@redhat.com\u003e\nCc: Richard Purdie \u003crpurdie@rpsys.net\u003e\nCc: Chris Wilson \u003cchris@chris-wilson.co.uk\u003e\nCc: David Airlie \u003cairlied@linux.ie\u003e\nCc: Alex Deucher \u003calexdeucher@gmail.com\u003e\nCc: Ben Skeggs \u003cbskeggs@redhat.com\u003e\nCc: Zhang Rui \u003crui.zhang@intel.com\u003e\nCc: Len Brown \u003clenb@kernel.org\u003e\nCc: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a7153258b70ccbe3922fcee9ca4271d4f4c2bc55",
      "tree": "12e17027af36846933908da64a1419491ea58676",
      "parents": [
        "ae5e49c79c051ea1d5ca91cbd4a0d22189067ba3",
        "0fbf8ed976af5bb43cf9cf2492161eb9688fee0c"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Sat Jan 08 01:08:19 2011 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Sat Jan 08 01:08:19 2011 +0100"
      },
      "message": "Merge branches \u0027upstream\u0027 and \u0027upstream-fixes\u0027 into for-linus\n"
    },
    {
      "commit": "0fbf8ed976af5bb43cf9cf2492161eb9688fee0c",
      "tree": "186b2986bcbbbf97f49b1e2385880b84df9fd7d2",
      "parents": [
        "86280a208825d55ba988420b6b0ed2d6b9ec80f8"
      ],
      "author": {
        "name": "Jesper Juhl",
        "email": "jj@chaosbits.net",
        "time": "Sun Jan 02 22:17:00 2011 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Jan 03 00:11:30 2011 +0100"
      },
      "message": "HID: hid-picolcd: Fix memory leak in picolcd_debug_out_report()\n\nWe have a memory leak in drivers/hid/hid-picolcd.c::picolcd_debug_out_report()\nin an error path..  We are not always freeing the memory allocated to\n\u0027buff\u0027 - this patch makes sure we always kfree() what we allocate with\nkmalloc() when it is no longer needed.\n\nSigned-off-by: Jesper Juhl \u003cjj@chaosbits.net\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "86280a208825d55ba988420b6b0ed2d6b9ec80f8",
      "tree": "a8b4675187a8198567cbe0286dcaffb3c8379bfe",
      "parents": [
        "c25bcd340033bf5b8dc30c16a99e64259f099446"
      ],
      "author": {
        "name": "David Sterba",
        "email": "dsterba@suse.cz",
        "time": "Mon Dec 27 16:27:43 2010 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Dec 27 16:38:16 2010 +0100"
      },
      "message": "HID: picolcd: fix misuse of logical operation in place of bitop\n\nCC: Bruno Prémont \u003cbonbons@linux-vserver.org\u003e\nCC: Jiri Kosina \u003cjkosina@suse.cz\u003e\nSigned-off-by: David Sterba \u003cdsterba@suse.cz\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "c4ffafa51bb0bea648a4ca119033a95057799c9d",
      "tree": "96b7c6f53672a9c1c802974934df20a6719cb5b3",
      "parents": [
        "2ade0c1d9d93b7642212657ef76f4a1e30233711"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Sat Dec 11 17:51:36 2010 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Sat Dec 11 18:38:20 2010 +0100"
      },
      "message": "HID: hid-picolcd: don\u0027t use flush_scheduled_work()\n\nflush_scheduled_work() is deprecated and scheduled to be removed.\nDirectly flush picolcd_fb_cleanup on exit instead.\n\nSigned-off-by: Tejun Heo \u003ctj@kernel.org\u003e\nCc: Jiri Kosina \u003cjkosina@suse.cz\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "4291ee305e9bb0699504a66f0e2b7aefcf0512a5",
      "tree": "3996b77eb64d4f3b76a0799f30a5b2ba6cbc9ddb",
      "parents": [
        "5bea7660bba973dc5e8e9d92b11fb1dd5b524ebf"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Thu Dec 09 19:29:03 2010 -0800"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri Dec 10 15:10:38 2010 +0100"
      },
      "message": "HID: Add and use hid_\u003clevel\u003e: dev_\u003clevel\u003e equivalents\n\nNeaten current uses of dev_\u003clevel\u003e by adding and using\nhid specific hid_\u003clevel\u003e macros.\n\nConvert existing uses of dev_\u003clevel\u003e uses to hid_\u003clevel\u003e.\nConvert hid-pidff printk uses to hid_\u003clevel\u003e.\n\nRemove err_hid and use hid_err instead.\n\nAdd missing newlines to logging messages where necessary.\nCoalesce format strings.\n\nAdd and use pr_fmt(fmt) KBUILD_MODNAME \": \" fmt\n\nOther miscellaneous changes:\n\nAdd const struct hid_device * argument to hid-core functions\nextract() and implement() so hid_\u003clevel\u003e can be used by them.\nFix bad indentation in hid-core hid_input_field function\nthat calls extract() function above.\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "5bea7660bba973dc5e8e9d92b11fb1dd5b524ebf",
      "tree": "511ae632c2d2c22d94956ed2d236bd8654d27ff0",
      "parents": [
        "33d6eb570b1f3fe5ba93cef465c5be66535c2c9a"
      ],
      "author": {
        "name": "Dmitry Torokhov",
        "email": "dmitry.torokhov@gmail.com",
        "time": "Tue Dec 07 23:02:48 2010 -0800"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed Dec 08 14:35:14 2010 +0100"
      },
      "message": "HID: add hid_hw_open/close/power() handlers\n\nInstead of exposing the guts of hid-\u003ell_driver relationship to HID\nsub-drivers provide these helpers to encapsulate the details.\n\nSigned-off-by: Dmitry Torokhov \u003cdtor@mail.ru\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "1778ca298b06ec86af5fc9603447c379cbfb477b",
      "tree": "dd6e0c5d6c02d052bd2ebfffc1d16bba7a2a8cd6",
      "parents": [
        "a106025015c8d24af6518aba3ac19c4dc9098b7c"
      ],
      "author": {
        "name": "Bruno Prémont",
        "email": "bonbons@linux-vserver.org",
        "time": "Fri Aug 06 10:08:04 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri Aug 06 14:53:10 2010 +0200"
      },
      "message": "HID: picolcd: correct ordering of framebuffer freeing\n\nFix the free() ordering (which was never reached due to wrong check).\n\nSigned-off-by: Bruno Prémont \u003cbonbons@linux-vserver.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "a106025015c8d24af6518aba3ac19c4dc9098b7c",
      "tree": "ca9b00e352edd8707c45cffbd514dd2a96418fd3",
      "parents": [
        "3cfc2c42c1cbc8e238bb9c0612c0df4565e3a8b4"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "error27@gmail.com",
        "time": "Fri Aug 06 14:51:10 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri Aug 06 14:51:10 2010 +0200"
      },
      "message": "HID: picolcd: testing the wrong variable\n\n\"ref_cnt\" is a point to the reference count and it\u0027s non-null.  We really\nwant to test the reference count itself.\n\nSigned-off-by: Dan Carpenter \u003cerror27@gmail.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "225b4590062008c9de22ed6e3a200f832d9bcdc8",
      "tree": "8a566370c1a31457fc9c9fb961d8e61d71f76ecf",
      "parents": [
        "365f1fcd0d5a40f933bed55e515fce2077c40e9a"
      ],
      "author": {
        "name": "Bruno Prémont",
        "email": "bonbons@linux-vserver.org",
        "time": "Mon Jun 28 22:33:27 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Jul 12 18:07:36 2010 +0200"
      },
      "message": "HID: picolcd: implement refcounting of framebuffer\n\nAs our device may be hot-unplugged and framebuffer cannot handle\nthis case by itself we need to keep track of usage count so as\nto release fb_info and framebuffer memory only after the last user\nhas closed framebuffer.\n\nWe need to do the freeing in a scheduled work as fb_release()\nis called with fb_info lock held.\n\nSigned-off-by: Bruno Prémont \u003cbonbons@linux-vserver.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "365f1fcd0d5a40f933bed55e515fce2077c40e9a",
      "tree": "9abd7a6a49dc9aabbe507024cb27839c954e939a",
      "parents": [
        "b70884ff3a5314c2eb702f85599e722cccdd2f5b"
      ],
      "author": {
        "name": "Bruno Prémont",
        "email": "bonbons@linux-vserver.org",
        "time": "Mon Jun 28 22:31:20 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Jul 12 18:07:35 2010 +0200"
      },
      "message": "HID: picolcd: do not reallocate memory on depth change\n\nReallocating memory in depth change does not work well if some\nuserspace application has mmapped() the framebuffer as that mapping\ndoes not get adjusted (thus application continues to write to old\nbuffer).\nIn addition doing deferred_io_cleanup() and init() inside of set_par()\ntends to deadlock with fbcon\u0027s flashing cursor.\n\nAvoid all this by allocating a buffer that can hold 8bpp framebuffer\nand just use 1/8 of it while running at 1bpp.\n\nSigned-off-by: Bruno Prémont \u003cbonbons@linux-vserver.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "b70884ff3a5314c2eb702f85599e722cccdd2f5b",
      "tree": "bc150912d161459336e9811909b7cbed4d4371a9",
      "parents": [
        "a7c9a0aa175aee8a66301264bff2a5ff014ca0e7"
      ],
      "author": {
        "name": "Bruno Prémont",
        "email": "bonbons@linux-vserver.org",
        "time": "Mon Jun 28 22:30:29 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Jul 12 18:07:35 2010 +0200"
      },
      "message": "HID: picolcd: Add minimal palette required by fbcon on 8bpp\n\nAdd a minimal palette so fbcon does not try to dereference\na NULL point when fb is set to 8bpp.\n\nfbcon stores pixels the other way around in bytes for 1bpp\nthan intially implemented, correct this.\n\nSigned-off-by: Bruno Prémont \u003cbonbons@linux-vserver.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "a7c9a0aa175aee8a66301264bff2a5ff014ca0e7",
      "tree": "45ead753fcbbd064b64f7f09e291ffb230d5e033",
      "parents": [
        "6dc398acf944e768a62aa5eed925633e0a3dad0e"
      ],
      "author": {
        "name": "Bruno Prémont",
        "email": "bonbons@linux-vserver.org",
        "time": "Wed Jun 30 22:36:31 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Sun Jul 11 22:57:17 2010 +0200"
      },
      "message": "HID: picolcd: fix deferred_io init/cleanup to fb ordering\n\nAdjust ordering if framebuffer (un)registration and defio init/cleanup\nto match the correct order (init defio, register FB ... unregister FB,\ncleanup defio)\n\nAcked-by: Jaya Kumar \u003cjayakumar.lkml@gmail.com\u003e\nSigned-off-by: Bruno Prémont \u003cbonbons@linux-vserver.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "aeacb6fd30c800e8229905eac7023777a472d772",
      "tree": "dd4b904cb23f070d05fae452c0d89722b670151b",
      "parents": [
        "9d71ea057bc4823058d8fe27d34e987eb9880457"
      ],
      "author": {
        "name": "Julia Lawall",
        "email": "julia@diku.dk",
        "time": "Sat May 15 11:46:36 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon May 17 10:42:37 2010 +0200"
      },
      "message": "HID: picolcd: Eliminate use after free\n\nThe skip label frees resp, which has not been allocated at the point of\nthis goto and then does a break, based on the fact that err is non-zero.\nThis is replaced by a break directly.\n\nA simplified version of the semantic match that finds this problem is as\nfollows: (http://coccinelle.lip6.fr/)\n\n// \u003csmpl\u003e\n@free@\nexpression E;\nposition p;\n@@\nkfree@p(E)\n\n@@\nexpression free.E, subE\u003c\u003dfree.E, E1;\nposition free.p;\n@@\n\n  kfree@p(E)\n  ...\n(\n  subE \u003d E1\n|\n* E\n)\n// \u003c/smpl\u003e\n\nSigned-off-by: Julia Lawall \u003cjulia@diku.dk\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "9d71ea057bc4823058d8fe27d34e987eb9880457",
      "tree": "109b3fd4da4b2041fcf93ed6c5392e7913635a3d",
      "parents": [
        "d6d53cbc6b10d28646fb6184d1069f336ec76dc4"
      ],
      "author": {
        "name": "Bruno Prémont",
        "email": "bonbons@linux-vserver.org",
        "time": "Sun May 02 16:05:05 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon May 03 15:25:52 2010 +0200"
      },
      "message": "HID: add PM support to PicoLCD device\n\nAdd PM support in order to turn off backlight on suspend, restore\nit on resume and especially restore complete state on reset-resume.\n\nSigned-off-by: Bruno Prémont \u003cbonbons@linux-vserver.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "0b5adf92ec793c665b0de63ac146d190a921c391",
      "tree": "b2476d2a25ec313128f966e24236fd0af1acd5a0",
      "parents": [
        "76d17e6ca30204532c631d092de41febb3f76b77"
      ],
      "author": {
        "name": "Bruno Prémont",
        "email": "bonbons@linux-vserver.org",
        "time": "Sun Apr 25 21:29:16 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue Apr 27 15:31:26 2010 +0200"
      },
      "message": "HID: split picolcd\u0027s operation_mode sysfs attribute\n\nOriginal operation_mode sysfs attribute accepts the operation mode\nas main value with an option delay as second value to change\nthe start-up delay on mode change.\n\nAs it is preferred to have exactly one value per sysfs attribute,\nextract this delay into a separate sysfs attribute called\noperation_mode_delay.\n\nSigned-off-by: Bruno Prémont \u003cbonbons@linux-vserver.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "76d17e6ca30204532c631d092de41febb3f76b77",
      "tree": "fe51a016479da06ec6dd910cf97b11d063b1883d",
      "parents": [
        "5435f2818ea08bcb381dcd2a99b1607b2a42f329"
      ],
      "author": {
        "name": "Bruno Prémont",
        "email": "bonbons@linux-vserver.org",
        "time": "Sun Apr 25 21:31:40 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Apr 26 11:44:09 2010 +0200"
      },
      "message": "HID: fix picolcd\u0027s version parsing\n\nDuring grouping of version checking code bootloader mode\u0027s version\nbytes got swapped. Fix their order.\n\nSigned-off-by: Bruno Prémont \u003cbonbons@linux-vserver.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "5435f2818ea08bcb381dcd2a99b1607b2a42f329",
      "tree": "493f43cc5458e494a45d28ff776eea40880cb6c3",
      "parents": [
        "eb741103f17a19fccf7c795ed1d9662196acc6e5"
      ],
      "author": {
        "name": "Bruno Prémont",
        "email": "bonbons@linux-vserver.org",
        "time": "Sun Apr 11 12:17:45 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Sun Apr 11 20:26:46 2010 +0200"
      },
      "message": "HID: hid-picolcd depends on LCD_CLASS_DEVICE\n\nHID_PICOLCD should depend on LCD_CLASS_DEVICE, otherwise the\nbuild fails when HID_PICOLCD\u003dy and LCD_CLASS_DEVICE\u003dm:\n\nhid-picolcd.c:(.text+0x84523f): undefined reference to `lcd_device_unregister\u0027\nhid-picolcd.c:(.text+0x8478ab): undefined reference to `lcd_device_register\u0027\nhid-picolcd.c:(.text+0x84c15f): undefined reference to `lcd_device_unregister\u0027\n\nSame applies to FB, BACKLIGHT_CLASS_DEVICE and LEDS_CLASS.\n\nAdd suboptions for those features to handle the deps on kbuild side\nand just check HID_PICOLCD_* in the code.\n\nReported-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Bruno Prémont \u003cbonbons@linux-vserver.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "eb741103f17a19fccf7c795ed1d9662196acc6e5",
      "tree": "8354b88b32cccd9c8cfc3764b3c7fcef5e155ede",
      "parents": [
        "9bbf2b98ba11d00bd73e3254e15cfe17ccaff6ba"
      ],
      "author": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Thu Apr 01 08:24:42 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Thu Apr 01 08:24:42 2010 +0200"
      },
      "message": "HID: picolcd: fix build failure\n\nUsing copy_{to,from}_user requires the include of linux/uaccess.h.\n\nReported-by: Stephen Rothwell \u003csfr@canb.auug.org.au\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "9bbf2b98ba11d00bd73e3254e15cfe17ccaff6ba",
      "tree": "cffe1c088a62e943fde7a954177e530bc780d2c3",
      "parents": [
        "467d6523065187d4c081b078755da4103d7ffacb"
      ],
      "author": {
        "name": "Bruno Prémont",
        "email": "bonbons@linux-vserver.org",
        "time": "Tue Mar 30 22:38:09 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed Mar 31 11:32:31 2010 +0200"
      },
      "message": "HID: add experimental access to PicoLCD device\u0027s EEPROM and FLASH\n\nThe PicoLCD device has a small amount of EEPROM and also provides access\nto its FLASH where firmware and splash image are saved.\nIn flasher mode FLASH access is the only active feature.\n\nGive read/write access to both via debugfs files.\n\nNOTE: EEPROM and FLASH access should be switched to better suited API,\n      until then the will reside in debugfs\n\nSigned-off-by: Bruno Prémont \u003cbonbons@linux-vserver.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "467d6523065187d4c081b078755da4103d7ffacb",
      "tree": "58050a9aa061974ffebefc8952e4793a2eab0711",
      "parents": [
        "e8d931bb5977a5b36cc8e9b0fd2f26cb80a6c207"
      ],
      "author": {
        "name": "Bruno Prémont",
        "email": "bonbons@linux-vserver.org",
        "time": "Tue Mar 30 22:36:49 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed Mar 31 11:32:29 2010 +0200"
      },
      "message": "HID: add GPO (leds) support to PicoLCD device\n\nAdd leds support to PicoLCD device to drive the GPO pins.\n\nGPO support depends on leds class and is only being\ncompiled if leds class has been selected.\n\nSigned-off-by: Bruno Prémont \u003cbonbons@linux-vserver.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "e8d931bb5977a5b36cc8e9b0fd2f26cb80a6c207",
      "tree": "03b72db7f27226893e8362946a2ccb088d2e7b50",
      "parents": [
        "f1c21761408c968ed1deb8f54fd60be9471999c1"
      ],
      "author": {
        "name": "Bruno Prémont",
        "email": "bonbons@linux-vserver.org",
        "time": "Tue Mar 30 22:36:07 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed Mar 31 11:32:26 2010 +0200"
      },
      "message": "HID: add lcd support to PicoLCD device\n\nAdd lcd support to PicoLCD device.\n\nLCD support depends on lcd class and is only being\ncompiled if lcd class has been selected.\n\nSigned-off-by: Bruno Prémont \u003cbonbons@linux-vserver.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "f1c21761408c968ed1deb8f54fd60be9471999c1",
      "tree": "62897258cdefa707faf0dcddee988f14711b62da",
      "parents": [
        "b8c21cf697d165999cc21a90e6caa73690ac6190"
      ],
      "author": {
        "name": "Bruno Prémont",
        "email": "bonbons@linux-vserver.org",
        "time": "Tue Mar 30 22:35:27 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed Mar 31 11:32:11 2010 +0200"
      },
      "message": "HID: add backlight support to PicoLCD device\n\nAdd backlight support to PicoLCD device.\n\nBacklight support depends on backlight class and is only being\ncompiled if backlight class has been selected.\n\nSigned-off-by: Bruno Prémont \u003cbonbons@linux-vserver.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "b8c21cf697d165999cc21a90e6caa73690ac6190",
      "tree": "795001ad27187193af60ca856a19790c9c29e122",
      "parents": [
        "236db47c2b3b69464d50c695ab2ddd516cf64520"
      ],
      "author": {
        "name": "Bruno Prémont",
        "email": "bonbons@linux-vserver.org",
        "time": "Tue Mar 30 22:34:30 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed Mar 31 11:21:29 2010 +0200"
      },
      "message": "HID: add framebuffer support to PicoLCD device\n\nAdd framebuffer support to PicoLCD device with use of deferred-io.\n\nOnly changed areas of framebuffer get sent to device in order to\nsave USB bandwidth and especially resources on PicoLCD device or\nallow higher refresh rate for a small area. Changed tiles are\ndetermined while updating shadow framebuffer.\n\nSigned-off-by: Bruno Prémont \u003cbonbons@linux-vserver.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "236db47c2b3b69464d50c695ab2ddd516cf64520",
      "tree": "599125d28f2f0a23be2da9dc59d783fc404b65b0",
      "parents": [
        "39710479303fd3affb3e204e9a7a75cc676977b5"
      ],
      "author": {
        "name": "Bruno Prémont",
        "email": "bonbons@linux-vserver.org",
        "time": "Tue Mar 30 22:33:50 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed Mar 31 11:20:59 2010 +0200"
      },
      "message": "HID: new driver for PicoLCD device\n\nAdd basic driver for PicoLCD graphics device.\nInitially support keypad with input device and provide support\nfor debugging communication via events file from debugfs.\n\nSigned-off-by: Bruno Prémont \u003cbonbons@linux-vserver.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    }
  ]
}
