)]}'
{
  "log": [
    {
      "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": "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": "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": "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": "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": "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": "34e95e41f1fd751e33a7eb3fa66594903b81f13d",
      "tree": "cd3ef1b848a1aab54426dfdcaf8adb37a20ecc9f",
      "parents": [
        "99d368bc9e279a2a5e56f3afe32166260e90caa7"
      ],
      "author": {
        "name": "Inaky Perez-Gonzalez",
        "email": "inaky.perez-gonzalez@intel.com",
        "time": "Wed Sep 17 16:34:05 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 include files\n\nSigned-off-by: David Vrabel \u003cdavid.vrabel@csr.com\u003e\n"
    }
  ]
}
