)]}'
{
  "log": [
    {
      "commit": "155961e8001719af6d87cbcc961111e8ce477843",
      "tree": "5b2485b5a7b2074f9e01111cf8539a34f34ce2d5",
      "parents": [
        "aa2b86d761a95068354511de755695ef6b53afc7"
      ],
      "author": {
        "name": "David Herrmann",
        "email": "dh.herrmann@googlemail.com",
        "time": "Thu Feb 09 21:58:32 2012 +0100"
      },
      "committer": {
        "name": "Johan Hedberg",
        "email": "johan.hedberg@intel.com",
        "time": "Mon Feb 13 17:01:37 2012 +0200"
      },
      "message": "Bluetooth: Remove hci_dev-\u003edriver_data\n\nThe linux device model provides dev_set/get_drvdata so we can use this\nto save private driver data.\nThis also removes several unnecessary casts.\n\nSigned-off-by: David Herrmann \u003cdh.herrmann@googlemail.com\u003e\nAcked-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nSigned-off-by: Johan Hedberg \u003cjohan.hedberg@intel.com\u003e\n"
    },
    {
      "commit": "e9b9cfa1575e37cb2dbb5534aeaaa16814228887",
      "tree": "4f0a8e2a1c9b8776b1c637df081792b5dda88cd3",
      "parents": [
        "46e06531a5ae13c66f774d3cb1ad78385618a5a2"
      ],
      "author": {
        "name": "David Herrmann",
        "email": "dh.herrmann@googlemail.com",
        "time": "Sat Jan 07 15:47:22 2012 +0100"
      },
      "committer": {
        "name": "Johan Hedberg",
        "email": "johan.hedberg@intel.com",
        "time": "Mon Feb 13 17:01:24 2012 +0200"
      },
      "message": "Bluetooth: Remove HCI-owner field\n\nAfter unregistering an hci_dev object a bluetooth driver does not have\nany callbacks in the hci_dev structure left over. Therefore, there is no\nneed to keep a reference to the module.\n\nPreviously, we needed this to protect the hci-destruct callback.\nHowever, this callback is no longer available so we do not need this\nowner field, anymore.  Drivers now call hci_unregister_dev() and they\nare done with the object.\n\nSigned-off-by: David Herrmann \u003cdh.herrmann@googlemail.com\u003e\nAcked-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nSigned-off-by: Johan Hedberg \u003cjohan.hedberg@intel.com\u003e\n"
    },
    {
      "commit": "6147032f9481475b21123d2f4a176bff24385f79",
      "tree": "0579dafefa5eff038ac4df5fcad9a5bbc7b9a719",
      "parents": [
        "3a456784d346961194bd586aabe40011dba278c1"
      ],
      "author": {
        "name": "David Herrmann",
        "email": "dh.herrmann@googlemail.com",
        "time": "Sat Jan 07 15:47:12 2012 +0100"
      },
      "committer": {
        "name": "Johan Hedberg",
        "email": "johan.hedberg@intel.com",
        "time": "Mon Feb 13 17:01:23 2012 +0200"
      },
      "message": "Bluetooth: btwilink: Remove empty destruct cb\n\nThe destruct cb is optional so remove our empty dummy cb.\n\nSigned-off-by: David Herrmann \u003cdh.herrmann@googlemail.com\u003e\nAcked-by: Marcel Holtmann \u003cmarcel@holtmann.org\u003e\nSigned-off-by: Johan Hedberg \u003cjohan.hedberg@intel.com\u003e\n"
    },
    {
      "commit": "a59b968ee0ff6e68443d5790fda2a117b36c1f9b",
      "tree": "5a836f0373c6b68ae04876eeab4542c1fe1b09fe",
      "parents": [
        "4bcbcc96e16fd44eaf9791cb369da757dae1656c"
      ],
      "author": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Mon Aug 29 16:44:23 2011 -0400"
      },
      "committer": {
        "name": "Paul Gortmaker",
        "email": "paul.gortmaker@windriver.com",
        "time": "Mon Oct 31 19:31:26 2011 -0400"
      },
      "message": "bluetooth: add module.h to drivers/bluetooth files as required.\n\nSigned-off-by: Paul Gortmaker \u003cpaul.gortmaker@windriver.com\u003e\n"
    },
    {
      "commit": "8be964d2364e8fbe302850f60d9d514c3e134510",
      "tree": "f7debac65b011dab76420bd997269e0f3e9b23f0",
      "parents": [
        "2d20a26a92f72e3bb658fe8ce99c3663756e9e7a"
      ],
      "author": {
        "name": "Chen Ganir",
        "email": "chen.ganir@ti.com",
        "time": "Tue Aug 30 13:58:28 2011 +0300"
      },
      "committer": {
        "name": "Gustavo F. Padovan",
        "email": "padovan@profusion.mobi",
        "time": "Sat Sep 17 17:15:25 2011 -0300"
      },
      "message": "Bluetooth: Fixed BT ST Channel reg order\n\nReordered the BT ST channel registration, to make sure that the\nevent channel is registered before all others. This prevents a\nsituation where incoming events may cause kernel panic in the ST\ndriver if the event channel is not yet registered to handle\nincoming events.In addition, the deregistration of the channels\nwas also modified, to be in the reversed order of the registration,\nto allow the event channel to be the last one unregistered.\n\nSigned-off-by: Chen Ganir \u003cchen.ganir@ti.com\u003e\nSigned-off-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\n"
    },
    {
      "commit": "363907af85816adac5e60d48d3d84bba8f7201df",
      "tree": "24f3033831cba9f67aeda39a8ab24a2334ebe85c",
      "parents": [
        "6a3a81e7ca9b1ddaaf8d644b4102aff0fe2a7c40"
      ],
      "author": {
        "name": "Pavan Savoy",
        "email": "pavan_savoy@ti.com",
        "time": "Sun Feb 20 22:41:16 2011 -0600"
      },
      "committer": {
        "name": "Greg Kroah-Hartman",
        "email": "gregkh@suse.de",
        "time": "Wed Feb 23 14:39:10 2011 -0800"
      },
      "message": "Bluetooth: btwilink driver\n\nThis is the bluetooth protocol driver for the TI WiLink7 chipsets.\nTexas Instrument\u0027s WiLink chipsets combine wireless technologies\nlike BT, FM, GPS and WLAN onto a single chip.\n\nThis Bluetooth driver works on top of the TI_ST shared transport\nline discipline driver which also allows other drivers like\nFM V4L2 and GPS character driver to make use of the same UART interface.\n\nKconfig and Makefile modifications to enable the Bluetooth\ndriver for Texas Instrument\u0027s WiLink 7 chipset.\n\nSigned-off-by: Pavan Savoy \u003cpavan_savoy@ti.com\u003e\nAcked-by: Gustavo F. Padovan \u003cpadovan@profusion.mobi\u003e\nSigned-off-by: Greg Kroah-Hartman \u003cgregkh@suse.de\u003e\n"
    }
  ]
}
