)]}'
{
  "log": [
    {
      "commit": "421f91d21ad6f799dc7b489bb33cc560ccc56f98",
      "tree": "aaf9f6385233fdf9277e634603156c89ede7f770",
      "parents": [
        "65155b3708137fabee865dc4da822763c0c41208"
      ],
      "author": {
        "name": "Uwe Kleine-König",
        "email": "u.kleine-koenig@pengutronix.de",
        "time": "Fri Jun 11 12:17:00 2010 +0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Wed Jun 16 18:05:05 2010 +0200"
      },
      "message": "fix typos concerning \"initiali[zs]e\"\n\nSigned-off-by: Uwe Kleine-König \u003cu.kleine-koenig@pengutronix.de\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "5a0e3ad6af8660be21ca98a971cd00f331318c05",
      "tree": "5bfb7be11a03176a87296a43ac6647975c00a1d1",
      "parents": [
        "ed391f4ebf8f701d3566423ce8f17e614cde9806"
      ],
      "author": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Wed Mar 24 17:04:11 2010 +0900"
      },
      "committer": {
        "name": "Tejun Heo",
        "email": "tj@kernel.org",
        "time": "Tue Mar 30 22:02:32 2010 +0900"
      },
      "message": "include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h\n\npercpu.h is included by sched.h and module.h and thus ends up being\nincluded when building most .c files.  percpu.h includes slab.h which\nin turn includes gfp.h making everything defined by the two files\nuniversally available and complicating inclusion dependencies.\n\npercpu.h -\u003e slab.h dependency is about to be removed.  Prepare for\nthis change by updating users of gfp and slab facilities include those\nheaders directly instead of assuming availability.  As this conversion\nneeds to touch large number of source files, the following script is\nused as the basis of conversion.\n\n  http://userweb.kernel.org/~tj/misc/slabh-sweep.py\n\nThe script does the followings.\n\n* Scan files for gfp and slab usages and update includes such that\n  only the necessary includes are there.  ie. if only gfp is used,\n  gfp.h, if slab is used, slab.h.\n\n* When the script inserts a new include, it looks at the include\n  blocks and try to put the new include such that its order conforms\n  to its surrounding.  It\u0027s put in the include block which contains\n  core kernel includes, in the same order that the rest are ordered -\n  alphabetical, Christmas tree, rev-Xmas-tree or at the end if there\n  doesn\u0027t seem to be any matching order.\n\n* If the script can\u0027t find a place to put a new include (mostly\n  because the file doesn\u0027t have fitting include block), it prints out\n  an error message indicating which .h file needs to be added to the\n  file.\n\nThe conversion was done in the following steps.\n\n1. The initial automatic conversion of all .c files updated slightly\n   over 4000 files, deleting around 700 includes and adding ~480 gfp.h\n   and ~3000 slab.h inclusions.  The script emitted errors for ~400\n   files.\n\n2. Each error was manually checked.  Some didn\u0027t need the inclusion,\n   some needed manual addition while adding it to implementation .h or\n   embedding .c file was more appropriate for others.  This step added\n   inclusions to around 150 files.\n\n3. The script was run again and the output was compared to the edits\n   from #2 to make sure no file was left behind.\n\n4. Several build tests were done and a couple of problems were fixed.\n   e.g. lib/decompress_*.c used malloc/free() wrappers around slab\n   APIs requiring slab.h to be added manually.\n\n5. The script was run on all .h files but without automatically\n   editing them as sprinkling gfp.h and slab.h inclusions around .h\n   files could easily lead to inclusion dependency hell.  Most gfp.h\n   inclusion directives were ignored as stuff from gfp.h was usually\n   wildly available and often used in preprocessor macros.  Each\n   slab.h inclusion directive was examined and added manually as\n   necessary.\n\n6. percpu.h was updated not to include slab.h.\n\n7. Build test were done on the following configurations and failures\n   were fixed.  CONFIG_GCOV_KERNEL was turned off for all tests (as my\n   distributed build env didn\u0027t work with gcov compiles) and a few\n   more options had to be turned off depending on archs to make things\n   build (like ipr on powerpc/64 which failed due to missing writeq).\n\n   * x86 and x86_64 UP and SMP allmodconfig and a custom test config.\n   * powerpc and powerpc64 SMP allmodconfig\n   * sparc and sparc64 SMP allmodconfig\n   * ia64 SMP allmodconfig\n   * s390 SMP allmodconfig\n   * alpha SMP allmodconfig\n   * um on x86_64 SMP allmodconfig\n\n8. percpu.h modifications were reverted so that it could be applied as\n   a separate patch and serve as bisection point.\n\nGiven the fact that I had only a couple of failures from tests on step\n6, I\u0027m fairly confident about the coverage of this conversion patch.\nIf there is a breakage, it\u0027s likely to be something in one of the arch\nheaders which should be easily discoverable easily on most builds of\nthe specific arch.\n\nSigned-off-by: Tejun Heo \u003ctj@kernel.org\u003e\nGuess-its-ok-by: Christoph Lameter \u003ccl@linux-foundation.org\u003e\nCc: Ingo Molnar \u003cmingo@redhat.com\u003e\nCc: Lee Schermerhorn \u003cLee.Schermerhorn@hp.com\u003e\n"
    },
    {
      "commit": "b50df7d1fb37eb6aea87590b391d7111fde87121",
      "tree": "9ec6e10ffcbb9433128d97ab1bc1a50ff8dea088",
      "parents": [
        "352d4657b23fbd329efccc396000a549e0150907",
        "bcf59e2c4dea780e4abf48d5e673f5d79f9ee064"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Mar 19 18:14:22 2010 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Mar 19 18:14:22 2010 -0700"
      },
      "message": "Merge branch \u0027for-upstream\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwb\n\n* \u0027for-upstream\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwb:\n  uwb: remove duplicate cpu_to_le16()\n  uwb: declare MODULE_FIRMWARE() in i1480 DFU driver\n  uwb: make USB device id table constant\n  uwb: wlp: refactor wlp_get_\u003cattribute\u003e() macros\n"
    },
    {
      "commit": "c32da02342b7521df25fefc2ef20aee0e61cf887",
      "tree": "7e38f664fa3e13602c357d37f77d8adcf82fccc2",
      "parents": [
        "dca1d9f6d7ae428c193f32bd3e9a4ca13176648b",
        "318ae2edc3b29216abd8a2510f3f80b764f06858"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Mar 12 16:04:50 2010 -0800"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Fri Mar 12 16:04:50 2010 -0800"
      },
      "message": "Merge branch \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial\n\n* \u0027for-linus\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (56 commits)\n  doc: fix typo in comment explaining rb_tree usage\n  Remove fs/ntfs/ChangeLog\n  doc: fix console doc typo\n  doc: cpuset: Update the cpuset flag file\n  Fix of spelling in arch/sparc/kernel/leon_kernel.c no longer needed\n  Remove drivers/parport/ChangeLog\n  Remove drivers/char/ChangeLog\n  doc: typo - Table 1-2 should refer to \"status\", not \"statm\"\n  tree-wide: fix typos \"ass?o[sc]iac?te\" -\u003e \"associate\" in comments\n  No need to patch AMD-provided drivers/gpu/drm/radeon/atombios.h\n  devres/irq: Fix devm_irq_match comment\n  Remove reference to kthread_create_on_cpu\n  tree-wide: Assorted spelling fixes\n  tree-wide: fix \u0027lenght\u0027 typo in comments and code\n  drm/kms: fix spelling in error message\n  doc: capitalization and other minor fixes in pnp doc\n  devres: typo fix s/dev/devm/\n  Remove redundant trailing semicolons from macros\n  fix typo \"definetly\" -\u003e \"definitely\" in comment\n  tree-wide: s/widht/width/g typo in comments\n  ...\n\nFix trivial conflict in Documentation/laptops/00-INDEX\n"
    },
    {
      "commit": "8e9394ce2412254ec69fd2a4f3e44a66eade2297",
      "tree": "355f25148b4ce3f5cfebeaf0939d71cb6beaf88b",
      "parents": [
        "62e877b893e6350c900d381f353aa62ed48dcc97"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Feb 17 10:57:05 2010 -0800"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Sun Mar 07 17:04:52 2010 -0800"
      },
      "message": "Driver core: create lock/unlock functions for struct device\n\nIn the future, we are going to be changing the lock type for struct\ndevice (once we get the lockdep infrastructure properly worked out)  To\nmake that changeover easier, and to possibly burry the lock in a\ndifferent part of struct device, let\u0027s create some functions to lock and\nunlock a device so that no out-of-core code needs to be changed in the\nfuture.\n\nThis patch creates the device_lock/unlock/trylock() functions, and\nconverts all in-tree users to them.\n\nCc: Thomas Gleixner \u003ctglx@linutronix.de\u003e\nCc: Jean Delvare \u003ckhali@linux-fr.org\u003e\nCc: Dave Young \u003chidave.darkstar@gmail.com\u003e\nCc: Ming Lei \u003ctom.leiming@gmail.com\u003e\nCc: Jiri Kosina \u003cjkosina@suse.cz\u003e\nCc: Phil Carmody \u003cext-phil.2.carmody@nokia.com\u003e\nCc: Arjan van de Ven \u003carjan@linux.intel.com\u003e\nCc: Cornelia Huck \u003ccornelia.huck@de.ibm.com\u003e\nCc: Rafael J. Wysocki \u003crjw@sisk.pl\u003e\nCc: Pavel Machek \u003cpavel@ucw.cz\u003e\nCc: Len Brown \u003clen.brown@intel.com\u003e\nCc: Magnus Damm \u003cdamm@igel.co.jp\u003e\nCc: Alan Stern \u003cstern@rowland.harvard.edu\u003e\nCc: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nCc: Stefan Richter \u003cstefanr@s5r6.in-berlin.de\u003e\nCc: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nCc: Vegard Nossum \u003cvegard.nossum@gmail.com\u003e\nCc: Jesse Barnes \u003cjbarnes@virtuousgeek.org\u003e\nCc: Alex Chiang \u003cachiang@hp.com\u003e\nCc: Kenji Kaneshige \u003ckaneshige.kenji@jp.fujitsu.com\u003e\nCc: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nCc: Andrew Patterson \u003candrew.patterson@hp.com\u003e\nCc: Yu Zhao \u003cyu.zhao@intel.com\u003e\nCc: Dominik Brodowski \u003clinux@dominikbrodowski.net\u003e\nCc: Samuel Ortiz \u003csameo@linux.intel.com\u003e\nCc: Wolfram Sang \u003cw.sang@pengutronix.de\u003e\nCc: CHENG Renquan \u003crqcheng@smu.edu.sg\u003e\nCc: Oliver Neukum \u003coliver@neukum.org\u003e\nCc: Frans Pop \u003celendil@planet.nl\u003e\nCc: David Vrabel \u003cdavid.vrabel@csr.com\u003e\nCc: Kay Sievers \u003ckay.sievers@vrfy.org\u003e\nCc: Sarah Sharp \u003csarah.a.sharp@linux.intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n\n"
    },
    {
      "commit": "52cf25d0ab7f78eeecc59ac652ed5090f69b619e",
      "tree": "031d1ffb3890bd69c0260c864c512e0be62ac05c",
      "parents": [
        "6c1733aca0b48db4d0e660d54976a1cca25b5eaf"
      ],
      "author": {
        "name": "Emese Revfy",
        "email": "re.emese@gmail.com",
        "time": "Tue Jan 19 02:58:23 2010 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Sun Mar 07 17:04:49 2010 -0800"
      },
      "message": "Driver core: Constify struct sysfs_ops in struct kobj_type\n\nConstify struct sysfs_ops.\n\nThis is part of the ops structure constification\neffort started by Arjan van de Ven et al.\n\nBenefits of this constification:\n\n * prevents modification of data that is shared\n   (referenced) by many other structure instances\n   at runtime\n\n * detects/prevents accidental (but not intentional)\n   modification attempts on archs that enforce\n   read-only kernel data at runtime\n\n * potentially better optimized code as the compiler\n   can assume that the const data cannot be changed\n\n * the compiler/linker move const data into .rodata\n   and therefore exclude them from false sharing\n\nSigned-off-by: Emese Revfy \u003cre.emese@gmail.com\u003e\nAcked-by: David Teigland \u003cteigland@redhat.com\u003e\nAcked-by: Matt Domsch \u003cMatt_Domsch@dell.com\u003e\nAcked-by: Maciej Sosnowski \u003cmaciej.sosnowski@intel.com\u003e\nAcked-by: Hans J. Koch \u003chjk@linutronix.de\u003e\nAcked-by: Pekka Enberg \u003cpenberg@cs.helsinki.fi\u003e\nAcked-by: Jens Axboe \u003cjens.axboe@oracle.com\u003e\nAcked-by: Stephen Hemminger \u003cshemminger@vyatta.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "28812fe11a21826ba4c97c6c7971a619987cd912",
      "tree": "c78daefd595989bbc660ea48d8bc2dc5750321d3",
      "parents": [
        "5fbcae57db69128c14080a7a5a42d0626bfe155c"
      ],
      "author": {
        "name": "Andi Kleen",
        "email": "andi@firstfloor.org",
        "time": "Tue Jan 05 12:48:07 2010 +0100"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Sun Mar 07 17:04:48 2010 -0800"
      },
      "message": "driver-core: Add attribute argument to class_attribute show/store\n\nPassing the attribute to the low level IO functions allows all kinds\nof cleanups, by sharing low level IO code without requiring\nan own function for every piece of data.\n\nAlso drivers can extend the attributes with own data fields\nand use that in the low level function.\n\nThis makes the class attributes the same as sysdev_class attributes\nand plain attributes.\n\nThis will allow further cleanups in drivers.\n\nFull tree sweep converting all users.\n\nSigned-off-by: Andi Kleen \u003cak@linux.intel.com\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "bcf59e2c4dea780e4abf48d5e673f5d79f9ee064",
      "tree": "3bddb355fdadef0c3be34cadcbdf9dbfbfc27acd",
      "parents": [
        "03806fa20f6a081493a731a4b18ea66317f9f947"
      ],
      "author": {
        "name": "Dan Carpenter",
        "email": "error27@gmail.com",
        "time": "Tue Feb 23 15:04:23 2010 +0300"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Thu Feb 25 13:38:51 2010 +0000"
      },
      "message": "uwb: remove duplicate cpu_to_le16()\n\nThese parameters should be passed as cpu endian because we change it to\nlittle endian inside usb_control_msg().  On x86 cpu_to_le16() doesn\u0027t\ndo anything so either way works but I think the original code would break\non big endian systems.\n\nI removed the masks as well because that usb_control_msg() parameters\nare __u16 so we already only use the lower bits.\n\nSigned-off-by: Dan Carpenter \u003cerror27@gmail.com\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "1537a3638cbf741d3826c1002026cce487a6bee0",
      "tree": "ccb28bc0cbad64686c7cff704a6e7ee898aff35f",
      "parents": [
        "b5218a87cbe0f01d551b2dae90b54cad8ded72df"
      ],
      "author": {
        "name": "Daniel Mack",
        "email": "daniel@caiaq.de",
        "time": "Fri Jan 29 15:57:49 2010 +0800"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri Feb 05 12:22:45 2010 +0100"
      },
      "message": "tree-wide: fix \u0027lenght\u0027 typo in comments and code\n\nSome misspelled occurences of \u0027octet\u0027 and some comments were also fixed\nas I was on it.\n\nSigned-off-by: Daniel Mack \u003cdaniel@caiaq.de\u003e\nCc: Jiri Kosina \u003ctrivial@kernel.org\u003e\nCc: Joe Perches \u003cjoe@perches.com\u003e\nCc: Junio C Hamano \u003cgitster@pobox.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "473a72a18bf446f51837f7731214db297981f0ed",
      "tree": "d604c176b6c30c602d978ae2f613bbcbff410c40",
      "parents": [
        "c9404c9c392d557a4687c4cbda022b03cb787ce9"
      ],
      "author": {
        "name": "Peter Huewe",
        "email": "peterhuewe@gmx.de",
        "time": "Tue Dec 22 09:27:05 2009 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri Feb 05 12:22:31 2010 +0100"
      },
      "message": "uwb/i1480: add __init/__exit macros\n\nTrivial patch which adds the __init/__exit macros to the module_init/\nmodule_exit functions of\n\n\tuwb/i1480/i1480-est.c\n\nSigned-off-by: Peter Huewe \u003cpeterhuewe@gmx.de\u003e\nAcked-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "35fb2a816a06ded2a3ff83d896c34b83c8e1d556",
      "tree": "d0e25f4cde0d251e42e127b453e1f372d50c7fd2",
      "parents": [
        "34446d05dd255b34518c76d2b8760161e63fe0c1"
      ],
      "author": {
        "name": "Ben Hutchings",
        "email": "ben@decadent.org.uk",
        "time": "Wed Jan 13 23:41:50 2010 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Thu Jan 14 17:15:20 2010 +0000"
      },
      "message": "uwb: declare MODULE_FIRMWARE() in i1480 DFU driver\n\nSigned-off-by: Ben Hutchings \u003cben@decadent.org.uk\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "34446d05dd255b34518c76d2b8760161e63fe0c1",
      "tree": "6da0769742d8967ef08dc2dfdacd4c244a7ced67",
      "parents": [
        "145434bee45bd353f9a93e9b411f7aa7cc677c08"
      ],
      "author": {
        "name": "Márton Németh",
        "email": "nm127@freemail.hu",
        "time": "Tue Jan 12 08:49:14 2010 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Thu Jan 14 17:14:08 2010 +0000"
      },
      "message": "uwb: make USB device id table constant\n\nThe id_table field of the struct usb_device_id is constant in \u003clinux/usb.h\u003e\nso it is worth to make the initialization data also constant.\n\nSigned-off-by: Márton Németh \u003cnm127@freemail.hu\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "145434bee45bd353f9a93e9b411f7aa7cc677c08",
      "tree": "7afddca26b1ae6df811cb6764f586c2c7866f2f9",
      "parents": [
        "2c1f1895ef2aa8f0e5497893eff71304aef332e1"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Jan 11 13:46:31 2010 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Jan 11 13:46:31 2010 +0000"
      },
      "message": "uwb: wlp: refactor wlp_get_\u003cattribute\u003e() macros\n\nRefactor the wlp_get_\u003cattribute\u003e() macros to call a common function.\nThis save over 4k of space and remove a spurious uninitialized variable\nwarning with some versions of gcc.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "af901ca181d92aac3a7dc265144a9081a86d8f39",
      "tree": "380054af22521144fbe1364c3bcd55ad24c9bde4",
      "parents": [
        "972b94ffb90ea6d20c589d9a47215df103388ddd"
      ],
      "author": {
        "name": "André Goddard Rosa",
        "email": "andre.goddard@gmail.com",
        "time": "Sat Nov 14 13:09:05 2009 -0200"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Fri Dec 04 15:39:55 2009 +0100"
      },
      "message": "tree-wide: fix assorted typos all over the place\n\nThat is \"success\", \"unknown\", \"through\", \"performance\", \"[re|un]mapping\"\n, \"access\", \"default\", \"reasonable\", \"[con]currently\", \"temperature\"\n, \"channel\", \"[un]used\", \"application\", \"example\",\"hierarchy\", \"therefore\"\n, \"[over|under]flow\", \"contiguous\", \"threshold\", \"enough\" and others.\n\nSigned-off-by: André Goddard Rosa \u003candre.goddard@gmail.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "06fe9fb4182177fb046e6d934f80254dd90956ea",
      "tree": "ae394e643ae90641a6358296b9f9a5c13e79c189",
      "parents": [
        "5b73a41c02002ed2ee6b805d0c3691fb9ab9dc4f"
      ],
      "author": {
        "name": "Dirk Hohndel",
        "email": "hohndel@infradead.org",
        "time": "Mon Sep 28 21:43:57 2009 -0400"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Nov 09 09:40:54 2009 +0100"
      },
      "message": "tree-wide: fix a very frequent spelling mistake\n\nsomething-bility is spelled as something-blity\nso a grep for \u0027blit\u0027 would find these lines\n\nthis is so trivial that I didn\u0027t split it by subsystem / copy\nadditional maintainers - all changes are to comments\nThe only purpose is to get fewer false positives when grepping\naround the kernel sources.\n\nSigned-off-by: Dirk Hohndel \u003chohndel@infradead.org\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "d43c36dc6b357fa1806800f18aa30123c747a6d1",
      "tree": "339ce510073ecbe9b3592008f7dece7b277035ef",
      "parents": [
        "69585dd69e663a40729492c7b52eb82477a2027a"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Wed Oct 07 17:09:06 2009 +0400"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Sun Oct 11 11:20:58 2009 -0700"
      },
      "message": "headers: remove sched.h from interrupt.h\n\nAfter m68k\u0027s task_thread_info() doesn\u0027t refer to current,\nit\u0027s possible to remove sched.h from interrupt.h and not break m68k!\nMany thanks to Heiko Carstens for allowing this.\n\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\n"
    },
    {
      "commit": "828c09509b9695271bcbdc53e9fc9a6a737148d2",
      "tree": "072ffad6f02db7bf4095e07e2b90247cfa042998",
      "parents": [
        "1c4115e595dec42aa0e81ba47ef46e35b34ed428"
      ],
      "author": {
        "name": "Alexey Dobriyan",
        "email": "adobriyan@gmail.com",
        "time": "Thu Oct 01 15:43:56 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Oct 01 16:11:11 2009 -0700"
      },
      "message": "const: constify remaining file_operations\n\n[akpm@linux-foundation.org: fix KVM]\nSigned-off-by: Alexey Dobriyan \u003cadobriyan@gmail.com\u003e\nAcked-by: Mike Frysinger \u003cvapier@gentoo.org\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "a419aef8b858a2bdb98df60336063d28df4b272f",
      "tree": "1736f6650ec0bfc01074c489fc47396114099c5e",
      "parents": [
        "2944fcbe03d65a704f07e43efe14adb0d226fd09"
      ],
      "author": {
        "name": "Joe Perches",
        "email": "joe@perches.com",
        "time": "Tue Aug 18 11:18:35 2009 -0700"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Sep 21 15:14:58 2009 +0200"
      },
      "message": "trivial: remove unnecessary semicolons\n\nSigned-off-by: Joe Perches \u003cjoe@perches.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "3aee0605a41399063c0ad396f1f4267108f210d3",
      "tree": "c9e3ce738c3d093dbd861c5a53b63157edd893c2",
      "parents": [
        "f4c3f03838ae47a92f2d15d48ddf68deae5d7ebb",
        "0396c215f301e92677d1e9a064b405e31501dc1d"
      ],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Sep 17 09:44:09 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Thu Sep 17 09:44:09 2009 -0700"
      },
      "message": "Merge branch \u0027for-upstream\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwb\n\n* \u0027for-upstream\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwb:\n  uwb: avoid radio controller reset loops\n  uwb: stop uwbd thread if rc-\u003estart() fails\n  uwb: handle radio controller events with out-of-range IDs correctly\n"
    },
    {
      "commit": "a4dbd6740df0872cdf0a86841f75beec8381964d",
      "tree": "1093687845d89f8397d61e7df1ad8546a5a25225",
      "parents": [
        "5b2ea2f10dbb2fa91d8033993000f8664309395f"
      ],
      "author": {
        "name": "David Brownell",
        "email": "dbrownell@users.sourceforge.net",
        "time": "Wed Jun 24 10:06:31 2009 -0700"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Tue Sep 15 09:50:47 2009 -0700"
      },
      "message": "driver model: constify attribute groups\n\nLet attribute group vectors be declared \"const\".  We\u0027d\nlike to let most attribute metadata live in read-only\nsections... this is a start.\n\nSigned-off-by: David Brownell \u003cdbrownell@users.sourceforge.net\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n\n"
    },
    {
      "commit": "3a27c149ab0e31a7b86e5ee6a27bb3b8b5687f32",
      "tree": "ab48f81ff1942d8d45a98b41be5493fb9cf631c0",
      "parents": [
        "424efe9caf6047ffbcd6b383ff4d2347254aabf1"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@vyatta.com",
        "time": "Mon Aug 31 19:50:52 2009 +0000"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Sep 01 01:13:44 2009 -0700"
      },
      "message": "uwb: convert to netdev_tx_t\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@vyatta.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "0396c215f301e92677d1e9a064b405e31501dc1d",
      "tree": "a54229672abc6f244fcf184701b8a8bf98b70544",
      "parents": [
        "a9e75a389254801ca160b72c6e221e5bb7e35df9"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Aug 25 16:41:06 2009 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Aug 26 12:39:29 2009 +0100"
      },
      "message": "uwb: avoid radio controller reset loops\n\nIf a radio controller reset attempt occurs while a probe() or remove()\nis in progress it fails and is retried endlessly, potentially preventing\nthe probe() or remove() from completing.\n\nIf a reset fails, sleep for a bit before retrying the reset.  This\nallows the probe()/remove() to complete.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "a9e75a389254801ca160b72c6e221e5bb7e35df9",
      "tree": "18c7b909caf7b2f6cb3d065205b5b2db60b1c115",
      "parents": [
        "3fafdd7cc810a8fcd28b83fbde2d0e25830dee41"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Aug 25 15:07:12 2009 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Aug 25 15:07:12 2009 +0100"
      },
      "message": "uwb: stop uwbd thread if rc-\u003estart() fails\n\nThis fixes an oops when uwbd thread continues running after a failed\nradio controller start.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "3fafdd7cc810a8fcd28b83fbde2d0e25830dee41",
      "tree": "ad01860283a1ac1a05759a39834fa0b56683f4aa",
      "parents": [
        "7c0a57d5c47bcfc492b3139e77400f888a935c44"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Aug 25 15:03:07 2009 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Aug 25 15:03:07 2009 +0100"
      },
      "message": "uwb: handle radio controller events with out-of-range IDs correctly\n\nIf a radio controller event has an ID that\u0027s just out of range don\u0027t\nread beyond the end of uwbd\u0027s event arrays.\n\nSigned-off-by: Roel Kluin \u003croel.kluin@gmail.com\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "b81c087f6deb049023e41ce00717202a953f3939",
      "tree": "79664a0ce2c1c3bd99370e0ffbc153e32069d546",
      "parents": [
        "94d72176f69954d7a20e95e97dc101a4b521ce57"
      ],
      "author": {
        "name": "Frank Leipold",
        "email": "frank.leipold@eads.net",
        "time": "Mon Jun 01 12:03:15 2009 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Jun 01 12:03:15 2009 +0100"
      },
      "message": "\n\nuwb: allow WLP to be used with IPv6.\n\nEthernet multicast addresses are supported by mapping them to\nbroadcast WLP frames. These are frequently used in IPv6 traffic.\n\nSigned-off-by: Frank Leipold \u003cfrank.leipold@eads.net\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "94d72176f69954d7a20e95e97dc101a4b521ce57",
      "tree": "436a5bc89ea9857f3fbfd9c6c4009d880f50384d",
      "parents": [
        "3218911f839b6c85acbf872ad264ea69aa4d89ad"
      ],
      "author": {
        "name": "Roel Kluin",
        "email": "roel.kluin@gmail.com",
        "time": "Tue May 12 13:47:21 2009 -0700"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Jun 01 11:59:15 2009 +0100"
      },
      "message": "uwb: event_size should be signed\n\nevent_size should be ssize_t to notice when hwarc_get_event_size() returns\n-ENOSPC.\n\nSigned-off-by: Roel Kluin \u003croel.kluin@gmail.com\u003e\nCc: David Vrabel \u003cdavid.vrabel@csr.com\u003e\nCc: Inaky Perez-Gonzalez \u003cinaky.perez-gonzalez@intel.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "284901a90a9e0b812ca3f5f852cbbfb60d10249d",
      "tree": "06c1b5a0f83c90cfb662f756e7781977ce739ce8",
      "parents": [
        "6afd142fd0dfba497246d0fab236c20a7b4bf778"
      ],
      "author": {
        "name": "Yang Hongyang",
        "email": "yanghy@cn.fujitsu.com",
        "time": "Mon Apr 06 19:01:15 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 07 08:31:11 2009 -0700"
      },
      "message": "dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)\n\nReplace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)\n\nSigned-off-by: Yang Hongyang\u003cyanghy@cn.fujitsu.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "6a35528a8346f6e6fd32ed7e51f04d1fa4ca2c01",
      "tree": "9caaf8645b573687bbcf3a16b5aa7dd233fed46e",
      "parents": [
        "8a59f5d2526593c6bc1a0754c3a16ccc9ed41ce3"
      ],
      "author": {
        "name": "Yang Hongyang",
        "email": "yanghy@cn.fujitsu.com",
        "time": "Mon Apr 06 19:01:13 2009 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@linux-foundation.org",
        "time": "Tue Apr 07 08:31:10 2009 -0700"
      },
      "message": "dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)\n\nReplace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)\n\nSigned-off-by: Yang Hongyang\u003cyanghy@cn.fujitsu.com\u003e\nSigned-off-by: Andrew Morton \u003cakpm@linux-foundation.org\u003e\nSigned-off-by: Linus Torvalds \u003ctorvalds@linux-foundation.org\u003e\n"
    },
    {
      "commit": "692105b8ac5bcd75dc65f6a8f10bdbd0f0f34dcf",
      "tree": "e079cea0948d250e5411befe0c5cca7c97bcf860",
      "parents": [
        "877d03105d04b2c13e241130277fa69c8d2564f0"
      ],
      "author": {
        "name": "Matt LaPlante",
        "email": "kernel1@cyberdogtech.com",
        "time": "Mon Jan 26 11:12:25 2009 +0100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Mon Mar 30 15:22:01 2009 +0200"
      },
      "message": "trivial: fix typos/grammar errors in Kconfig texts\n\nSigned-off-by: Matt LaPlante \u003ckernel1@cyberdogtech.com\u003e\nAcked-by: Randy Dunlap \u003crandy.dunlap@oracle.com\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "8f5140a6a0b1a9aa79585b0008e88c5d266c5c1d",
      "tree": "8a96101d3c20a60bd0f2527e556457e86f5e58fc",
      "parents": [
        "dff243f7cb3a2ebbb09093066c1bc4a90ff5b3a4"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Fri Jan 23 12:57:20 2009 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Fri Jan 23 12:57:20 2009 +0000"
      },
      "message": "uwb: lock rc-\u003ersvs_lock with spin_lock_bh()\n\nrc-\u003ersvs_lock may be taken in a timer so lock it with spin_lock_bh().\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "dff243f7cb3a2ebbb09093066c1bc4a90ff5b3a4",
      "tree": "1c63e7c2f879cd322ca785671b74b4ff796dd24c",
      "parents": [
        "a5e6ced58d423cb09c4fc0087dcfdb0b5deb5e1c",
        "f3b8436ad9a8ad36b3c9fa1fe030c7f38e5d3d0b"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Thu Jan 22 19:12:32 2009 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Thu Jan 22 19:12:32 2009 +0000"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstream\n"
    },
    {
      "commit": "7f46b1343f723f98634a5dcee47856b2000079ed",
      "tree": "ed22b6298c8dd2f687890a0d79abcd1d273b5f81",
      "parents": [
        "b8c31da64165b8566fc6e1c9c826f76e7b98ff02",
        "9e42d0cf5020aaf217433cad1a224745241d212a"
      ],
      "author": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 08 11:05:59 2009 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Jan 08 11:05:59 2009 -0800"
      },
      "message": "Merge branch \u0027master\u0027 of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6\n"
    },
    {
      "commit": "c4a80d7e67b1a084e061853d39a1ba6f500027fd",
      "tree": "5a36f7dbb3c9e466114e1e2948e258da3b5a1ef8",
      "parents": [
        "5ec38f3023217fc164763d2a5505dee806d84223"
      ],
      "author": {
        "name": "Stephen Hemminger",
        "email": "shemminger@vyatta.com",
        "time": "Wed Jan 07 18:09:07 2009 -0800"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Wed Jan 07 18:09:07 2009 -0800"
      },
      "message": "uwb: convert devices to net_device_ops\n\nSigned-off-by: Stephen Hemminger \u003cshemminger@vyatta.com\u003e\nAcked-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "04c470adb01c62bb9bd663cfc4875cf0a4eb01ab",
      "tree": "2d893cc2290f4683a65660fae054690db2ad5230",
      "parents": [
        "9a9b1d17ba59b78e4bae67f7a7cf546986a42e7d"
      ],
      "author": {
        "name": "Huang Weiyi",
        "email": "weiyi.huang@gmail.com",
        "time": "Sun Jan 04 11:13:50 2009 +0800"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Jan 07 10:44:42 2009 +0000"
      },
      "message": "uwb: remove unused #include \u003cversion.h\u003e\u0027s\n\nRemove unused #include \u003cversion.h\u003e\u0027s in file(s) below,\n  drivers/uwb/allocator.c\n\nSigned-off-by: Huang Weiyi \u003cweiyi.huang@gmail.com\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "2226b1c219a18804bc40e32a5d53c287a6c925d9",
      "tree": "1456249aa02e80623e043433b6c93cf5f45fcfac",
      "parents": [
        "238c6d54830c624f34ac9cf123ac04aebfca5013"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Jan 06 17:55:32 2009 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Jan 06 17:55:32 2009 +0000"
      },
      "message": "uwb: safely remove all reservations\n\nWhen removing all reservations during shutdown, terminate them first and\nthen wait for any pending timeout work to complete.  This prevents the\ntimeout work from running after the reservation has been freed.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "8eb09d8d24e7d71e9888e7a877f23d37fce65f2b",
      "tree": "0279758a0530729d1aa650f596c2b6fa71cc443e",
      "parents": [
        "c3af1715928ce07300595b9e050728787f6a1718"
      ],
      "author": {
        "name": "Nick Andrew",
        "email": "nick@nick-andrew.net",
        "time": "Sat Jan 03 18:58:37 2009 +1100"
      },
      "committer": {
        "name": "Jiri Kosina",
        "email": "jkosina@suse.cz",
        "time": "Tue Jan 06 11:28:09 2009 +0100"
      },
      "message": "trivial: Fix misspelling of \"firmware\" in usb.c\n\nFix misspelling of \"firmware\" in usb.c\n\nIt\u0027s spelled \"firmware\".\n\nSigned-off-by: Nick Andrew \u003cnick@nick-andrew.net\u003e\nSigned-off-by: Jiri Kosina \u003cjkosina@suse.cz\u003e\n"
    },
    {
      "commit": "b21a207141d83a06abc5f492b80204602e02ca44",
      "tree": "f0152cde543008c72d7eb5c12c18095ad92785e6",
      "parents": [
        "3af373021fa32f8f787bfbdcc1a9277a287bde4e",
        "b58602a4bac012b5f4fc12fe6b46ab237b610d5d"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Fri Jan 02 13:17:13 2009 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Fri Jan 02 13:17:13 2009 +0000"
      },
      "message": "Merge branch \u0027master\u0027 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstream\n\nConflicts:\n\n\tdrivers/uwb/wlp/eda.c\n"
    },
    {
      "commit": "3af373021fa32f8f787bfbdcc1a9277a287bde4e",
      "tree": "916f0e22168e81e4ab2a28f30410238bac7e6ffa",
      "parents": [
        "a01777ecf227de735d7e525ecda48fe74b838a17"
      ],
      "author": {
        "name": "Stefano Panella",
        "email": "stefano.panella@csr.com",
        "time": "Tue Dec 23 12:31:09 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Dec 23 12:31:09 2008 +0000"
      },
      "message": "uwb: remove beacon cache entry after calling uwb_notify()\n\nRemoving the beacon cache entry from a uwb_dev can cause an oops if the\nbce is released before the call to uwb_notify().\n\nSigned-off-by: Stefano Panella \u003cstefano.panella@csr.com\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "a01777ecf227de735d7e525ecda48fe74b838a17",
      "tree": "8f68728a319ef9e6353b888cb9a5348f837438b9",
      "parents": [
        "e43ace891229607c43d35597cbba77c2e40f48d4"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Dec 22 18:30:29 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Dec 22 18:30:29 2008 +0000"
      },
      "message": "uwb: remove unused include/linux/uwb/debug.h\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "e43ace891229607c43d35597cbba77c2e40f48d4",
      "tree": "ce5fb73947a1d7fb5a6bbb8ac9d82f3e20c6a316",
      "parents": [
        "bce83697c5fe84a7a5d38c96fbbe43b4bc028c3e"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Dec 22 18:27:17 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Dec 22 18:27:17 2008 +0000"
      },
      "message": "uwb: use print_hex_dump()\n\nUse print_hex_dump() instead of the home-grown dump_bytes().\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "bce83697c5fe84a7a5d38c96fbbe43b4bc028c3e",
      "tree": "b8e920af66f5b4de509e95a7295cedbe42878dd6",
      "parents": [
        "02f11ee181baa562df23e105ba930902f0d0b1bf"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Dec 22 18:22:50 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Dec 22 18:22:50 2008 +0000"
      },
      "message": "uwb: use dev_dbg() for debug messages\n\nInstead of the home-grown d_fnstart(), d_fnend() and d_printf() macros,\nuse dev_dbg() or remove the message entirely.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "02f11ee181baa562df23e105ba930902f0d0b1bf",
      "tree": "2fa17fc1447adfd410b229117b8005f85ff26b4c",
      "parents": [
        "fe6e87a4b570d2e435709746ba550a7197016bd0"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Fri Dec 12 13:28:48 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Fri Dec 12 13:28:48 2008 +0000"
      },
      "message": "uwb: fix memory leak in uwb_rc_notif()\n\nDon\u0027t leak memory in uwb_rc_notif() if certain non-standard events are\nreceived.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "671e470ed04865ca148b83f46319d14547481340",
      "tree": "d631e7f784efb88258c63ae97b1d13f15eb7c940",
      "parents": [
        "5b37717a23b8e40f6cf7ad85a26ddcf41c171e2c"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Fri Dec 12 13:23:24 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Fri Dec 12 13:23:24 2008 +0000"
      },
      "message": "uwb: fix oops when terminating an already terminated reservation\n\nCalling uwb_rsv_terminate() on a reservation already in UWB_RSV_STATE_NONE\nshould do nothing.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "5b37717a23b8e40f6cf7ad85a26ddcf41c171e2c",
      "tree": "3c611f907bc61c6e1900c4092e8f2f1e8eefd907",
      "parents": [
        "c35fa3ea1ae8198bd65c2c6e59d9ebd68c115a59"
      ],
      "author": {
        "name": "Stefano Panella",
        "email": "stefano.panella@csr.com",
        "time": "Fri Dec 12 13:00:06 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Fri Dec 12 13:00:06 2008 +0000"
      },
      "message": "uwb: improved MAS allocator and reservation conflict handling\n\nGreatly enhance the MAS allocator:\n  - Handle row and column reservations.\n  - Permit all the available MAS to be allocated.\n  - Follows the WiMedia rules on MAS selection.\n\nTake appropriate action when reservation conflicts are detected.\n  - Correctly identify which reservation wins the conflict.\n  - Protect alien BP reservations.\n  - If an owned reservation loses, resize/move it.\n  - Follow the backoff procedure before requesting additional MAS.\n\nWhen reservations are terminated, move the remaining reservations (if\nnecessary) so they keep following the MAS allocation rules.\n\nSigned-off-by: Stefano Panella \u003cstefano.panella@csr.com\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "dcc7461eef7341e84e2f7274f904ce01a43b2506",
      "tree": "25afd640b7ed7fc1efc29fd0075f0d399af93e84",
      "parents": [
        "e4b49580f70380a4216ff8220c8f48a95e21c238"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Nov 26 13:36:59 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Nov 26 13:36:59 2008 +0000"
      },
      "message": "wusb: add debug files for ASL, PZL and DI to the whci-hcd driver\n\nAdd asl, pzl and di debugfs files to uwb/uwbN/wusbhc for WHCI host\ncontroller.  These dump the current ASL, PZL and DI buffer.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "e4b49580f70380a4216ff8220c8f48a95e21c238",
      "tree": "6ac4b7b170e179c64cfed64469ecf09e48ee903c",
      "parents": [
        "5a4e1a795d7c5b47e94067a72db09f8cfb52bcff"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Nov 26 12:47:05 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Nov 26 12:47:05 2008 +0000"
      },
      "message": "uwb: fix oops in debug PAL\u0027s reservation callback\n\nInitialize pal_priv for reservations created by the debug PAL.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "5a4e1a795d7c5b47e94067a72db09f8cfb52bcff",
      "tree": "71fe74f4b652d346ffc1651b0a36015abed36541",
      "parents": [
        "56968d0c1a920eb165c06318f5c458724e1df0af"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Nov 25 14:34:47 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Nov 25 14:34:47 2008 +0000"
      },
      "message": "uwb: clean up whci_wait_for() timeout error message\n\nAll callers of whci_wait_for() should get consistant error message if a\ntimeout occurs.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "0996e6382482ce9014787693d3884e9468153a5c",
      "tree": "28cbbf373b61b98445ae84bef6f25e6625fee922",
      "parents": [
        "e8e1594c8126b1b773988fa2e3bfec76cff88336"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Nov 17 16:23:22 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Nov 19 14:47:16 2008 +0000"
      },
      "message": "uwb: remove unused beacon group join/leave events\n\nThe UWB_NOTIF_BG_JOIN/UWB_NOTIF_BG_LEAVE events have been\nsuperceeded by the channel_changed callback in struct uwb_pal.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "e8e1594c8126b1b773988fa2e3bfec76cff88336",
      "tree": "afa666ce45d8652880855b04a26755e4e5182e01",
      "parents": [
        "6fae35f9cea92793a98b2d9ab21235e5ae035581"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Nov 17 16:16:51 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Nov 19 14:47:04 2008 +0000"
      },
      "message": "wlp: start/stop radio on network interface up/down\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "6fae35f9cea92793a98b2d9ab21235e5ae035581",
      "tree": "82142169ff2ccada8c6c98beb6da59cafe8d913d",
      "parents": [
        "e17be2b2a95b43fe0d5878adf330701bb7a77115"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Nov 17 15:53:42 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Nov 19 14:46:33 2008 +0000"
      },
      "message": "uwb: add basic radio manager\n\nThe UWB radio manager coordinates the use of the radio between the\nPALs that may be using it.  PALs request use of the radio with\nuwb_radio_start() and the radio manager will start beaconing if its\nnot already doing so.  When the last PAL has called uwb_radio_stop()\nbeaconing will be stopped.\n\nIn the future, the radio manager will have a more sophisticated channel\nselection algorithm, probably following the Channel Selection Policy\nfrom the WiMedia Alliance when it is finalized.  For now, channel 9\n(BG1, TFC1) is selected.\n\nThe user may override the channel selected by the radio manager and may\nforce the radio to stop beaconing.\n\nThe WUSB Host Controller PAL makes use of this and there are two new\ndebug PAL commands that can be used for testing.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "e17be2b2a95b43fe0d5878adf330701bb7a77115",
      "tree": "90810d325dcdbf6fb73c16a6324cefa42a3e2e16",
      "parents": [
        "58be81ed301d96045bca2b85f3b838910efcfde4"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Nov 17 15:24:14 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Nov 17 15:24:14 2008 +0000"
      },
      "message": "uwb: add pal parameter to new reservation callback\n\nThe pal parameter allows PALs to retrieve their PAL-specific data\nstructure.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "58be81ed301d96045bca2b85f3b838910efcfde4",
      "tree": "d65d13f757652cd2126b43449727c2a1f40ab551",
      "parents": [
        "307ba6dd73254fe7d2ce27db64ffd90e1bb3c6c0"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Fri Nov 07 18:19:19 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Fri Nov 07 18:19:19 2008 +0000"
      },
      "message": "uwb: fix races between events and neh timers\n\nAlways use del_timer_sync() before freeing nehs.  Destroy all nehs after\nstopping the radio controller and before cleaning up the reservation\nmanager.  Handle the timer running after an event has removed the neh.\n\nThis fixes various oopses that may occur if a radio controller is removed\nwhile a neh timer is still active.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "307ba6dd73254fe7d2ce27db64ffd90e1bb3c6c0",
      "tree": "535e10e6bd399c1f1d1f55a546e0c6aa92ba9dee",
      "parents": [
        "fec1a5932f16c0eb1b3f5ca2e18d81d860924088"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Fri Nov 07 17:37:33 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Fri Nov 07 17:37:33 2008 +0000"
      },
      "message": "uwb: don\u0027t unbind the radio controller driver when resetting\n\nUse pre_reset and post_reset methods to avoid unbinding the radio\ncontroller driver after a uwb_rc_reset_all() call.  This avoids a\ndeadlock in uwb_rc_rm() when waiting for the uwb event thread to stop.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "fec1a5932f16c0eb1b3f5ca2e18d81d860924088",
      "tree": "48836158dbd458bb462b18f4deffa89e9db80376",
      "parents": [
        "6d5a681dfb583b2f1eefe7cd5505419ca2d4d6c8"
      ],
      "author": {
        "name": "Stefano Panella",
        "email": "stefano.panella@csr.com",
        "time": "Tue Nov 04 15:39:08 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Nov 04 15:55:26 2008 +0000"
      },
      "message": "uwb: per-radio controller event thread and beacon cache\n\nUse an event thread per-radio controller so processing events from one\nradio controller doesn\u0027t delay another.\n\nA radio controller shouldn\u0027t have information on devices seen by a\ndifferent radio controller (they may be on different channels) so make the\nbeacon cache per-radio controller.\n\nSigned-off-by: Stefano Panella \u003cstefano.panella@csr.com\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "6d5a681dfb583b2f1eefe7cd5505419ca2d4d6c8",
      "tree": "9fd40c92608017b08521d1a9b503f96ad3fa0550",
      "parents": [
        "c5995bd2819dc577d0b32b26be0836d16c977e24"
      ],
      "author": {
        "name": "Stefano Panella",
        "email": "stefano.panella@csr.com",
        "time": "Tue Nov 04 14:24:57 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Nov 04 15:54:30 2008 +0000"
      },
      "message": "uwb: add commands to add/remove IEs to the debug interface\n\nAdd the commands UWB_DBG_CMD_IE_ADD and UWB_DBG_CMD_IE_RM to the debug\ninterface and make them call uwb_rc_ie_add() and uwb_rc_ie_rm().\n\nSigned-off-by: Stefano Panella \u003cstefano.panella@csr.com\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "c5995bd2819dc577d0b32b26be0836d16c977e24",
      "tree": "2cc5122623ace2571b7b3080b1b9a61f8282cfd4",
      "parents": [
        "f88518d122f1b007f47a46aff37ca2885126a923"
      ],
      "author": {
        "name": "Stefano Panella",
        "email": "stefano.panella@csr.com",
        "time": "Tue Nov 04 14:06:31 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Nov 04 15:53:29 2008 +0000"
      },
      "message": "uwb: infrastructure for handling Relinquish Request IEs\n\nThe structures and event handler needed to handle Relinish Request IEs\nreceived from neighbors.  Nothing is done with these IEs yet.\n\nSigned-off-by: Stefano Panella \u003cstefano.panella@csr.com\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "ae9eba0e2744f1aa15cdc97cd39277a84723ae23",
      "tree": "47cb695aea5f29000ebb4c761b01e5b7fe55c93f",
      "parents": [
        "7bc914942295b1ea63635b9c1e93b023bd7d3767"
      ],
      "author": {
        "name": "Kay Sievers",
        "email": "kay.sievers@vrfy.org",
        "time": "Thu Oct 30 20:06:16 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Fri Oct 31 15:07:06 2008 +0000"
      },
      "message": "uwb: struct device - replace bus_id with dev_name(), dev_set_name()\n\nCc: David Vrabel \u003cdavid.vrabel@csr.com\u003e\nAcked-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-Off-By: Kay Sievers \u003ckay.sievers@vrfy.org\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "7bc914942295b1ea63635b9c1e93b023bd7d3767",
      "tree": "2eb26df1775a416ca7ce1b717b305b97c2575c15",
      "parents": [
        "4656d5de9555e263c5b4c0462b5af7e7bded1b42"
      ],
      "author": {
        "name": "Huang Weiyi",
        "email": "weiyi.huang@gmail.com",
        "time": "Fri Oct 31 22:49:54 2008 +0800"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Fri Oct 31 15:00:18 2008 +0000"
      },
      "message": "uwb: remove unused #include \u003cversion.h\u003e\n\nThe file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.\n  drivers/uwb/drp-ie.c\n  drivers/uwb/hwa-rc.c\n  drivers/uwb/i1480/dfu/usb.c\n  drivers/uwb/i1480/i1480u-wlp/lc.c\n  drivers/uwb/i1480/i1480u-wlp/sysfs.c\n  drivers/uwb/rsv.c\n  drivers/uwb/whc-rc.c\n\nThis patch removes the said #include \u003cversion.h\u003e.\n\nSigned-off-by: Huang Weiyi \u003cweiyi.huang@gmail.com\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "a20fd0a783551831bb6b9b69710e5bbb93dc2730",
      "tree": "6e968f67c1b70ba0bbecf94f5ade8b4e81643f84",
      "parents": [
        "8c165a8383ef56e84b541fa638be5cf1440010e7"
      ],
      "author": {
        "name": "Harvey Harrison",
        "email": "harvey.harrison@gmail.com",
        "time": "Tue Oct 28 22:38:06 2008 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Tue Oct 28 23:02:37 2008 -0700"
      },
      "message": "uwb: use the %pM formatting specifier in eda.c\n\nSigned-off-by: Harvey Harrison \u003charvey.harrison@gmail.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1cde7f68ced8d10a20dd2370e9d1d22ab3c1ea5c",
      "tree": "2fb65bbb93eae73e02fa1e9608212536259f8802",
      "parents": [
        "4d2bea4ca0adb4cebfbf89d34869c74081c42577"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Oct 27 16:48:09 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Oct 28 12:09:17 2008 +0000"
      },
      "message": "uwb: order IEs by element ID\n\nECMA-368 requires that IEs in a beacon must be sorted by element ID.  Most\nhardware uses the ordering in the Set IE URC command so get the ordering\nright on the host.\n\nAlso refactor the IE management code:\n  - use uwb_ie_next() instead of uwb_ie_for_each().\n  - remove unnecessary functions.\n  - API is now only uwb_rc_ie_add() and uwb_rc_ie_rm().\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "cae1c11414912bf77a62aebd65ced321f0b9da51",
      "tree": "1f83b9b82aec7f86740f8b1f7f5e8be1c6cf3196",
      "parents": [
        "b09ac64b7b2d93efab3998033588f5cb0e470ccf"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Oct 27 15:22:46 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Oct 28 12:07:23 2008 +0000"
      },
      "message": "uwb: reference count reservations\n\nReference counting the struct uwb_rsv\u0027s is safer and easier to get right than\nthe transferring ownership of the structures from the PAL to reservation\nmanager.\n\nThis fixes an oops in the debug PAL after a reservation timed out.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "6a4b58707903cb0901966ac8dad5d6ec7f2d432f",
      "tree": "7fef13054c1cfbb57774b04f99f1d1d8a2b1233f",
      "parents": [
        "f8d56f1771e4867acc461146764b4feeb5245669"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Oct 27 15:10:14 2008 +0000"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Tue Oct 28 11:57:02 2008 +0000"
      },
      "message": "uwb: target reservations shouldn\u0027t get streams\n\nThe reservation owner should decide the stream index to use based on\nwhat reservations it\u0027s created.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "c15895ef30c2c03e99802951787183039a349d32",
      "tree": "cfa8bcce5793150db930564c26b3d0f83b2bc63e",
      "parents": [
        "8092d7c9789581eea478c40d615a2632c3af17bb"
      ],
      "author": {
        "name": "Frank Leipold",
        "email": "frank.leipold@eads.net",
        "time": "Mon Oct 20 14:37:53 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Mon Oct 20 14:37:53 2008 +0100"
      },
      "message": "uwb: wrong sizeof argument in mac address compare\n\nIn the __uwb_beca_find_bymac function the sizeof returns\nthe length of a pointer and not the data it is referring\nto. Hence only the first 4 bytes were compared, not the\nentire 6 bytes MAC address. Now the sizeof takes struct\nuwb_mac_addr as argument.\n\nSigned-off-by: Frank Leipold \u003cfrank.leipold@eads.net\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "8092d7c9789581eea478c40d615a2632c3af17bb",
      "tree": "a9fccedfcdbfd9a74220aa99d48fa8a003313deb",
      "parents": [
        "92c4d9bd1648b3eaca6b8b8f8932eec390ba7327"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Thu Oct 16 13:56:53 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Thu Oct 16 13:56:53 2008 +0100"
      },
      "message": "uwb: don\u0027t use printk_ratelimit() so often\n\nAvoid using printk_ratelimit() in many places because:\n  - many were error messages reporting broken hardware (it\u0027s useful to\n    get all of these).\n  - the message itself wasn\u0027t useful so the message has been removed.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "92c4d9bd1648b3eaca6b8b8f8932eec390ba7327",
      "tree": "86e696c08aca7d30284319f1f6adabeeeace1f18",
      "parents": [
        "45c16cd9287819cf1c870f2d8e7738c4c90512ca"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Oct 15 14:50:10 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Oct 15 14:50:10 2008 +0100"
      },
      "message": "uwb: use kcalloc where appropriate\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "45c16cd9287819cf1c870f2d8e7738c4c90512ca",
      "tree": "e7fcd3c398338970692c3df596d557d6c7e21869",
      "parents": [
        "99ee3a6d4577e7633c66304e4aefeca5489c8d5c"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Oct 15 14:41:56 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Oct 15 14:41:56 2008 +0100"
      },
      "message": "uwb: use time_after() when purging stale beacons\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "6a7c3e464eb75310d011a6f2ea2953e6f5d91d55",
      "tree": "5fd94765165624b1aae3966d0270cb00552e37be",
      "parents": [
        "f1fa035f2bcb2b03cb90249e05ec2ae6927a7302"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Sep 17 16:34:43 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:36 2008 +0100"
      },
      "message": "uwb: depend on EXPERIMENTAL\n\nThe UWB stack has some sysfs APIs that will change thus it\u0027s best\nmarked as EXPERIMENTAL until these APIs are finalized.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "b60066c141997ac2e4ef08459b75638ae86ae781",
      "tree": "e7c89b8652a0f0416d0da338c31337991bf57c93",
      "parents": [
        "b63795fa3a41151040b86119750a7df508d40cda"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Sep 17 16:34:40 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:35 2008 +0100"
      },
      "message": "uwb: add symlinks in sysfs between radio controllers and PALs\n\nAdd a facility for PALs to have symlinks to their radio controller\n(and vice-versa) and make WUSB host controllers use this.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "b63795fa3a41151040b86119750a7df508d40cda",
      "tree": "1d69c7400230e835a77c3b84e38ee3a600ef4ace",
      "parents": [
        "b5784f10d559b3c7b25874b21702ad0907b6fcb7"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Sep 17 16:34:39 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:34 2008 +0100"
      },
      "message": "uwb: dont tranmit identification IEs\n\nThe current identification IE doesn\u0027t include any useful information\n(the vendor ID is from the EUI-48) and it causes problems with certain\nhardware/firmware so don\u0027t transmit one.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "b5784f10d559b3c7b25874b21702ad0907b6fcb7",
      "tree": "c3e678d182a8c928cbb3660895458ed98e6c9b03",
      "parents": [
        "8c7e8cb85557cc500122f3e489936582b7d11a7c"
      ],
      "author": {
        "name": "Anderson Lizardo",
        "email": "anderson.lizardo@indt.org.br",
        "time": "Wed Sep 17 16:34:38 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:34 2008 +0100"
      },
      "message": "uwb: i1480/GUWA100U: fix firmware download issues\n\nIOGear firmware versions \u003e\u003d 1.4.12224 fail to be downloaded because of a\nspurious (and harmless) RCEB received after the download notification. This\npatch handles this RCEB and keeps compatibility with future versions that might\nnot emit this RCEB.\n\ni1480_rceb_check() is reused to check for the RCEB. It is also refactored with\nimproved comments and reused in another place in mac.c where the checking was\nbeing duplicated.\n\nThis patch was tested on both i1480 and GUWA100U HWAs, with all firmware\nversions currently available.\n\nSigned-off-by: Anderson Lizardo \u003canderson.lizardo@indt.org.br\u003e\n"
    },
    {
      "commit": "8c7e8cb85557cc500122f3e489936582b7d11a7c",
      "tree": "71f197bb90549f04cb28720592cfa20d285f8fae",
      "parents": [
        "fa21183326882a886ecf74cfebcfb479d56e8469"
      ],
      "author": {
        "name": "Anderson Lizardo",
        "email": "anderson.lizardo@indt.org.br",
        "time": "Wed Sep 17 16:34:37 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:34 2008 +0100"
      },
      "message": "uwb: i1480: remove MAC/PHY information checking function\n\nSome hardware/firmware combinations (most notably an IOGear HWA using the i1480\nfirmware) kill the host controller after issuing a GET_MAC_PHY_INFO command.\nRemoving this check seems harmless otherwise.\n\nThe patch fixes the issue where the HC is killed, showing the message:\n\nehci_hcd 0000:00:1d.7: HC died; cleaning up\n\nAfter this error, USB comes back only after reloading the ehci_hcd module.\n\nSigned-off-by: Anderson Lizardo \u003canderson.lizardo@indt.org.br\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "fa21183326882a886ecf74cfebcfb479d56e8469",
      "tree": "17d09f3470ba8435a2234780873e137a07d90d50",
      "parents": [
        "e477a4982ff4e94d7de0bc522817b152f52e6bf9"
      ],
      "author": {
        "name": "Anderson Lizardo",
        "email": "anderson.lizardo@indt.org.br",
        "time": "Wed Sep 17 16:34:36 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:33 2008 +0100"
      },
      "message": "uwb: add Intel i1480 HWA to the UWB RC quirk table\n\nThe Intel i1480 HWA uses WHCI commands/events even though reporting itself as\nWUSB compliant. This patch fixes this by marking it with the\nWUSB_QUIRK_WHCI_CMD_EVT flag, which disables WUSB command/event filtering.\n\nSigned-off-by: Anderson Lizardo \u003canderson.lizardo@indt.org.br\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "e477a4982ff4e94d7de0bc522817b152f52e6bf9",
      "tree": "c108014cb4edecf8d5db3f0b6005c34fa8d7b603",
      "parents": [
        "9d53b1bebe23a6efe4f0a0ff75df2424e013fe07"
      ],
      "author": {
        "name": "Anderson Lizardo",
        "email": "anderson.lizardo@indt.org.br",
        "time": "Wed Sep 17 16:34:35 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:33 2008 +0100"
      },
      "message": "uwb: disable command/event filtering for D-Link DUB-1210\n\nThe D-Link DUB-1210 HWA uses commands and events from the WHCI specification,\nalthough reporting itself as WUSB compliant. Therefore, we disable WUSB\ncommand/event filtering for it.\n\nUSB_DEVICE_AND_INTERFACE_INFO is used for matching only the RC interface.\n\nSigned-off-by: Anderson Lizardo \u003canderson.lizardo@indt.org.br\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "9d53b1bebe23a6efe4f0a0ff75df2424e013fe07",
      "tree": "a3c921d2907e40d8672236281dff1c26e1fa4ce7",
      "parents": [
        "9d839477f85438695bd870898ffa77347e61b637"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Sep 17 16:34:34 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:33 2008 +0100"
      },
      "message": "uwb: initialize the debug sub-system\n\nCall uwb_dbg_init() so the debugfs files are accessible.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "9d839477f85438695bd870898ffa77347e61b637",
      "tree": "fc10478db6dbc280739875a2677ee84a4fce587d",
      "parents": [
        "b0a81328c287052cedf28e06d9b4648ad10b72d7"
      ],
      "author": {
        "name": "Anderson Lizardo",
        "email": "anderson.lizardo@indt.org.br",
        "time": "Wed Sep 17 16:34:33 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:32 2008 +0100"
      },
      "message": "uwb: Fix handling IEs with empty IE data in uwb_est_get_size()\n\nA DRP notification may sometimes have empty IE data. This patch fixes\nuwb_est_get_size() so that this case is handled properly.\n\nSigned-off-by: Anderson Lizardo \u003canderson.lizardo@indt.org.br\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "a21b963aa4a98c645b1fa3799f2e4a6ebb6c974a",
      "tree": "bb6c927dea997cd1327c283f2969263475c21674",
      "parents": [
        "1ba47da527121ff704f4e9f27a12c9f32db05022"
      ],
      "author": {
        "name": "Inaky Perez-Gonzalez",
        "email": "inaky.perez-gonzalez@intel.com",
        "time": "Wed Sep 17 16:34:21 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:28 2008 +0100"
      },
      "message": "uwb: add the i1480 WLP driver\n\nAdd the driver for the WLP capability of the Intel i1480 device.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "1ba47da527121ff704f4e9f27a12c9f32db05022",
      "tree": "742d5db40e92ee7912cdcfaadcf7321b917498f7",
      "parents": [
        "3b0c5a3818555988b6235144e0174b1a512719b7"
      ],
      "author": {
        "name": "Inaky Perez-Gonzalez",
        "email": "inaky.perez-gonzalez@intel.com",
        "time": "Wed Sep 17 16:34:20 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:28 2008 +0100"
      },
      "message": "uwb: add the i1480 DFU driver\n\nAdd the driver for downloading the firmware to an Intel i1480 device.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "3b0c5a3818555988b6235144e0174b1a512719b7",
      "tree": "dfdf8135e50ee4a2c3e3b14743f28337cb122cce",
      "parents": [
        "2f19204480f16a20d8571a97c13f0cec2968607c"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Sep 17 16:34:19 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:28 2008 +0100"
      },
      "message": "uwb: add WiMedia LLC Protocol (build system)\n\nAdd the WLP build system (Kconfig and Kbuild files).\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "2f19204480f16a20d8571a97c13f0cec2968607c",
      "tree": "7df9174f174b8b8c456099d45e558a9006c1bf77",
      "parents": [
        "e377e9d32d4945fe6a14775b3a4d9ecd1462e36a"
      ],
      "author": {
        "name": "Reinette Chatre",
        "email": "reinette.chatre@intel.com",
        "time": "Wed Sep 17 16:34:18 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:27 2008 +0100"
      },
      "message": "uwb: add WiMedia LLC Protocol stack (WSS)\n\nAdd the Wireless Service Set (WSS) code.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "e377e9d32d4945fe6a14775b3a4d9ecd1462e36a",
      "tree": "baac49588092e4a1b017030e3bc008f2496fa3d2",
      "parents": [
        "f51448543f8e4871f0539435fce42a14044f5652"
      ],
      "author": {
        "name": "Reinette Chatre",
        "email": "reinette.chatre@intel.com",
        "time": "Wed Sep 17 16:34:17 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:27 2008 +0100"
      },
      "message": "uwb: add WiMedia LLC Protocol stack (messages)\n\nAdd the WLP message formatting/decoding code.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "f51448543f8e4871f0539435fce42a14044f5652",
      "tree": "3e6f211771e2ac746029ee9bc9b21634f9457446",
      "parents": [
        "de520b8bd5525d33e6a6f36b297836125736bd2a"
      ],
      "author": {
        "name": "Reinette Chatre",
        "email": "reinette.chatre@intel.com",
        "time": "Wed Sep 17 16:34:16 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:27 2008 +0100"
      },
      "message": "uwb: add the WiMedia LLC Protocol stack\n\nAdd the generic code for the WiMedia Logical Link Control Protocol (WLP).\n\nThis has been split into several patches for easier review.\n\ncore (this patch):\n  - everything else\n\nmessages:\n  - WLP message construction/decode\n\nwss:\n  - Wireless Service Set support\n\nbuild-system:\n  - Kconfig and Kbuild files\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "de520b8bd5525d33e6a6f36b297836125736bd2a",
      "tree": "b852d4fe2d38f3ec4c481ac49029b7b105eed7d4",
      "parents": [
        "b6e069830c5927fd4d5fce67cb6440fddd10d429"
      ],
      "author": {
        "name": "Inaky Perez-Gonzalez",
        "email": "inaky.perez-gonzalez@intel.com",
        "time": "Wed Sep 17 16:34:15 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:26 2008 +0100"
      },
      "message": "uwb: add HWA radio controller driver\n\nAdd a driver for USB-connected UWB radio controllers (HWAs).\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "b6e069830c5927fd4d5fce67cb6440fddd10d429",
      "tree": "327e353297abb1a78edae7ded970c293b1a84d8d",
      "parents": [
        "8f1b678ab900c2bda1620dfb6e1f1f02604fc3a2"
      ],
      "author": {
        "name": "Inaky Perez-Gonzalez",
        "email": "inaky.perez-gonzalez@intel.com",
        "time": "Wed Sep 17 16:34:14 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:26 2008 +0100"
      },
      "message": "uwb: add whc-rc radio control driver\n\nAdd the driver for WHCI radio controllers.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "8f1b678ab900c2bda1620dfb6e1f1f02604fc3a2",
      "tree": "f85bc7141e6d242ae0d1e7f4ebb1fddf12455f6e",
      "parents": [
        "da389eac31be24556a71dd59ea6539ae4cba5c15"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Sep 17 16:34:13 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:26 2008 +0100"
      },
      "message": "uwb: add the driver to enumerate WHCI capabilities\n\nThis enumerates the capabilties of a WHCI device, adding a umc device for\neach one.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "da389eac31be24556a71dd59ea6539ae4cba5c15",
      "tree": "2352d3f63ab00b6be124cde7891f7ad6fafd824e",
      "parents": [
        "2f86c3e67d6423d6d23ee2f737ad4f0730435742"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Sep 17 16:34:12 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:25 2008 +0100"
      },
      "message": "uwb: add the umc bus\n\nThe UMC bus is used for the capabilities exposed by a UWB Multi-interface\nController as described in the WHCI specification.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "2f86c3e67d6423d6d23ee2f737ad4f0730435742",
      "tree": "63d2ebe4bb9f9c3e6ea40fd2450cecd5208cc0d0",
      "parents": [
        "599e8d80a2cdf4f65fc49b31b27a49235c78acfe"
      ],
      "author": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Sep 17 16:34:11 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:25 2008 +0100"
      },
      "message": "uwb: add the UWB stack (build system)\n\nThe Kbuild and Kconfig files.\n\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "599e8d80a2cdf4f65fc49b31b27a49235c78acfe",
      "tree": "94b883af697b56c3de0be3a1d66840c39de34733",
      "parents": [
        "8cc13a09474bb30d15dbf449767bb6d0198a8bf8"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Sep 17 16:34:10 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:25 2008 +0100"
      },
      "message": "uwb: add the UWB stack (debug support)\n\nAdd various debugfs files, principaly for the reservation manager.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "8cc13a09474bb30d15dbf449767bb6d0198a8bf8",
      "tree": "2423388e0a7e9bca0c6e6f7edd5f492887d38160",
      "parents": [
        "22d203ecef9b0cc1fa8d8f64c935b451ca7d1022"
      ],
      "author": {
        "name": "David Vrabel",
        "email": "david.vrabel@csr.com",
        "time": "Wed Sep 17 16:34:09 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:24 2008 +0100"
      },
      "message": "uwb: add the UWB stack (reservation manager)\n\nDRP and reservation management.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "22d203ecef9b0cc1fa8d8f64c935b451ca7d1022",
      "tree": "5f310e8cff93a533f877f01f99b2fe8a8fc5f919",
      "parents": [
        "0612edfd95ffe92201a2267e9e1b0fc68becf76d"
      ],
      "author": {
        "name": "Inaky Perez-Gonzalez",
        "email": "inaky.perez-gonzalez@intel.com",
        "time": "Wed Sep 17 16:34:08 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:24 2008 +0100"
      },
      "message": "uwb: add the UWB stack (MLME)\n\nMost of the MAC Layer Management Entity (MLME) support: address, beacon, IE\nand scan management.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "0612edfd95ffe92201a2267e9e1b0fc68becf76d",
      "tree": "c637b7760d9d7859475264ef2cdf71622428ba45",
      "parents": [
        "183b9b592a622a7719ee38e275fd7ff3aaf74d0d"
      ],
      "author": {
        "name": "Inaky Perez-Gonzalez",
        "email": "inaky.perez-gonzalez@intel.com",
        "time": "Wed Sep 17 16:34:07 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:24 2008 +0100"
      },
      "message": "uwb: add the UWB stack (radio controller interface)\n\nAdd the UWB radio controller interface (URCI) support.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    },
    {
      "commit": "183b9b592a622a7719ee38e275fd7ff3aaf74d0d",
      "tree": "53bf5c09cd8e3ba85b4b8711ac69ff02141c8727",
      "parents": [
        "34e95e41f1fd751e33a7eb3fa66594903b81f13d"
      ],
      "author": {
        "name": "Inaky Perez-Gonzalez",
        "email": "inaky.perez-gonzalez@intel.com",
        "time": "Wed Sep 17 16:34:06 2008 +0100"
      },
      "committer": {
        "name": "David Vrabel",
        "email": "dv02@dv02pc01.europe.root.pri",
        "time": "Wed Sep 17 16:54:23 2008 +0100"
      },
      "message": "uwb: add the UWB stack (core files)\n\nUWB device and radio controller device and event management.\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    }
  ]
}
