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
     

22 Jul, 2010

1 commit


30 Jan, 2010

1 commit


23 Aug, 2009

4 commits

  • The Makefile entry for the Marvell driver is broken when it comes to
    handling the optional DEBUG_FS correctly. That must have been the reason
    why they were using select in Kconfig in the first place. Fix this and
    make it really optional.

    Signed-off-by: Marcel Holtmann

    Marcel Holtmann
     
  • /debug/btmrvl/config/
    /debug/btmrvl/status/

    See Documentation/btmrvl.txt for details.

    This patch incorporates a lot of comments given by
    Nicolas Pitre . Many thanks to Nicolas Pitre.

    Signed-off-by: Rahul Tank
    Signed-off-by: Bing Zhao
    Signed-off-by: Marcel Holtmann

    Bing Zhao
     
  • This driver supports Marvell Bluetooth enabled devices with SDIO
    interface. Currently only SD8688 chip is supported.

    The helper/firmware images of SD8688 can be downloaded from this tree:
    git://git.infradead.org/users/dwmw2/linux-firmware.git

    This patch incorporates a lot of comments given by
    Nicolas Pitre . Many thanks to Nicolas Pitre.

    Signed-off-by: Rahul Tank
    Signed-off-by: Bing Zhao
    Signed-off-by: Marcel Holtmann

    Bing Zhao
     
  • This driver provides basic definitions and library functions to
    support Marvell Bluetooth enabled devices, such as 88W8688 WLAN/BT
    combo chip.

    This patch incorporates a lot of comments given by
    Nicolas Pitre . Many thanks to Nicolas Pitre.

    Signed-off-by: Rahul Tank
    Signed-off-by: Bing Zhao
    Signed-off-by: Marcel Holtmann

    Bing Zhao
     

30 Nov, 2008

1 commit


22 Oct, 2007

3 commits


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds