History log of /drivers/bluetooth/btmrvl_sdio.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9f72c1d977e47a7d182d49ea131067cba0a96ab8 09-Apr-2011 Kevin Gan <ganhy@marvell.com> Bluetooth: btmrvl: support Marvell Bluetooth device SD8787

The SD8787 firmware image is shared with mwifiex driver.
Whoever gets loaded first will be responsible for firmware
downloading.

Signed-off-by: Kevin Gan <ganhy@marvell.com>
Signed-off-by: Tristan Xu <xurf@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
/drivers/bluetooth/btmrvl_sdio.h
3318b2362bf0528be77123c480249663557dfbfc 08-Jul-2009 Bing Zhao <bzhao@marvell.com> Bluetooth: Fix incorrect alignment in Marvell BT-over-SDIO driver

The driver uses "u32" for alignment check and calculation which
works only on 32-bit system. It will crash the 64-bit system.
Replace "u32" with "unsigned long" to fix this issue.

Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
/drivers/bluetooth/btmrvl_sdio.h
dcf47f3bc798888f9ea40b9f626d669dc62086bf 09-Jun-2009 Marcel Holtmann <marcel@holtmann.org> Bluetooth: Fix complicated assignment of firmware for Marvell devices

The Marvell Bluetooth SDIO driver has a really complicated concept on how
firmware names are assigned to specific device ids. Fix that by doing a
proper structure and assign it to the module device table.

And while at it fix various coding style weirdness that is still present
in this driver.

Signed-off-by: Marcel Holtman <marcel@holtmann.org>
/drivers/bluetooth/btmrvl_sdio.h
944fe798c6a48336e82bbc0d4e280587325a4d95 09-Jun-2009 Marcel Holtmann <marcel@holtmann.org> Bluetooth: Remove pointless ifdef protection for Marvell header files

Both header files of the Marvell Bluetooth driver are private anyway and
if the driver happens to include them twice or they create a circular
dependency then the driver needs fixing. So just remove both pointless
ifdefs.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
/drivers/bluetooth/btmrvl_sdio.h
789221ecc870117b77e354d488d5d29f15410de8 02-Jun-2009 Bing Zhao <bzhao@marvell.com> Bluetooth: Add Marvell BT-over-SDIO driver

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 <nico@marvell.com>. Many thanks to Nicolas Pitre.

Signed-off-by: Rahul Tank <rahult@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
/drivers/bluetooth/btmrvl_sdio.h