21 Nov, 2011

1 commit


13 Apr, 2011

1 commit


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 Marvell driver selects DEBUG_FS and FW_LOADER for its core driver
    and that is pointless. Don't select DEBUG_FS since it is either enabled
    or not and it is not for the driver to enable it. Also FW_LOADER is
    only used within the SDIO driver and so just have that one select the
    FW_LOADER option.

    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


18 Aug, 2008

1 commit

  • The new generic driver for Bluetooth USB devices was missing proper
    SCO support. The driver now claims the second interface for these USB
    devices to allow the flow of SCO packets. It also handles switching
    of the alternate setting and re-submission of isochronous URBs.

    The btusb driver is now a full replacement for hci_usb and thus the
    experimental tag has been removed and this driver is promoted as
    preferred one.

    Signed-off-by: Marcel Holtmann

    Marcel Holtmann
     

15 Jul, 2008

1 commit

  • Fix bluetooth hci_bcsp Kconfig to avoid build errors:

    drivers/built-in.o: In function `bcsp_prepare_pkt':
    hci_bcsp.c:(.text+0x7e9ac): undefined reference to `bitrev16'
    drivers/built-in.o: In function `bcsp_recv':
    hci_bcsp.c:(.text+0x7f276): undefined reference to `bitrev16'
    hci_bcsp.c:(.text+0x7f293): undefined reference to `bitrev16'
    make[1]: *** [.tmp_vmlinux1] Error 1

    Signed-off-by: Randy Dunlap
    Ackey-by: Marcel Holtmann
    Signed-off-by: David S. Miller

    Randy Dunlap
     

11 Jun, 2008

1 commit

  • Use bitrev16 from lib/bitrev.c.

    Use the get_unaligned_be16 to get the crc from the packet, create a
    small helper function for this.

    Fix a shadowed variable sparse warning:
    drivers/bluetooth/hci_bcsp.c:218:26: warning: symbol 'hdr' shadows an earlier one
    drivers/bluetooth/hci_bcsp.c:187:5: originally declared here

    [akpm@linux-foundation.org: select CONFIG_BITREVERSE, noted by akinobu.mita@gmail.com]
    Signed-off-by: Harvey Harrison
    Acked-by: Marcel Holtmann
    Signed-off-by: Andrew Morton
    Signed-off-by: David S. Miller

    Harvey Harrison
     

22 Oct, 2007

3 commits


29 Oct, 2005

1 commit


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