01 Nov, 2011

1 commit


18 Sep, 2011

1 commit

  • 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: Chen Ganir
    Signed-off-by: Gustavo F. Padovan

    Chen Ganir
     

24 Feb, 2011

1 commit

  • 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: Pavan Savoy
    Acked-by: Gustavo F. Padovan
    Signed-off-by: Greg Kroah-Hartman

    Pavan Savoy