1. 18 9月, 2011 1 次提交
    • C
      Bluetooth: Fixed BT ST Channel reg order · 8be964d2
      Chen Ganir 提交于
      Reordered the BT ST channel registration, to make sure that the
      event channel is registered before all others. This prevents a
      situation where incoming events may cause kernel panic in the ST
      driver if the event channel is not yet registered to handle
      incoming events.In addition, the deregistration of the channels
      was also modified, to be in the reversed order of the registration,
      to allow the event channel to be the last one unregistered.
      Signed-off-by: NChen Ganir <chen.ganir@ti.com>
      Signed-off-by: NGustavo F. Padovan <padovan@profusion.mobi>
      8be964d2
  2. 24 2月, 2011 1 次提交
    • P
      Bluetooth: btwilink driver · 363907af
      Pavan Savoy 提交于
      This is the bluetooth protocol driver for the TI WiLink7 chipsets.
      Texas Instrument's WiLink chipsets combine wireless technologies
      like BT, FM, GPS and WLAN onto a single chip.
      
      This Bluetooth driver works on top of the TI_ST shared transport
      line discipline driver which also allows other drivers like
      FM V4L2 and GPS character driver to make use of the same UART interface.
      
      Kconfig and Makefile modifications to enable the Bluetooth
      driver for Texas Instrument's WiLink 7 chipset.
      Signed-off-by: NPavan Savoy <pavan_savoy@ti.com>
      Acked-by: NGustavo F. Padovan <padovan@profusion.mobi>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      363907af
  3. 21 1月, 2011 1 次提交