aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btmrvl_sdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-11Bluetooth: btmrv: Use %*ph specifier instead of print_hex_dump_bytesAndrei Emeltchenko1-4/+2
2012-09-28Bluetooth: btmrvl: Fix skb buffer overflowAndrei Emeltchenko1-1/+10
2012-09-28Bluetooth: btmrvl: Use DIV_ROUND_UP macroAndrei Emeltchenko1-1/+1
2012-09-28Bluetooth: btmrvl: Correct num_block nameAndrei Emeltchenko1-7/+6
2012-09-08Bluetooth: btmrvl: remove pointless conditional before kfree_skb()Wei Yongjun1-2/+1
2012-08-06Bluetooth: Use devm_kzalloc in btmrvl_sdio.c fileSachin Kamat1-11/+4
2012-07-09Bluetooth: btmrvl: trivial style fixesAndrei Emeltchenko1-1/+2
2012-06-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan1-3/+5
2012-06-19Bluetooth: btmrvl: Do not send vendor events to bluetooth stackAndrei Emeltchenko1-3/+5
2012-06-05Bluetooth: btmrvl: add SD8787 Bluetooth AMP device IDBing Zhao1-0/+3
2012-05-09Bluetooth: btmrvl: add support for SDIO suspend/resume callbacksAmitkumar Karwar1-0/+100
2012-05-09Bluetooth: btmrvl: configure default host sleep parametersAmitkumar Karwar1-0/+3
2012-05-09Bluetooth: btmrvl_sdio: remove pointless conditional before release_firmware()Jesper Juhl1-7/+2
2011-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-2/+13
2011-11-21Bluetooth: btmrvl: support Marvell Bluetooth device SD8797Bing Zhao1-2/+13
2011-10-31bluetooth: add module.h to drivers/bluetooth files as required.Paul Gortmaker1-0/+1
2011-10-05btmrvl_sdio: fix typo 'btmrvl_sdio_sd6888'Paul Bolle1-2/+2
2011-04-13Bluetooth: btmrvl: support Marvell Bluetooth device SD8787Kevin Gan1-30/+94
2010-07-21Bluetooth: Use kzalloc for driversJulia Lawall1-6/+2
2010-07-21Bluetooth: Process interrupt in main thread of btmrvl driver as wellAmitkumar Karwar1-47/+50
2010-07-21Bluetooth: Silence warning in btmrvl SDIO driverKulikov Vasiliy1-3/+3
2010-05-10Bluetooth: Separate btmrvl_register_hdev() from btmrvl_add_card()Bing Zhao1-1/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-27Bluetooth: Add __init/__exit macros to Marvell SDIO driverPeter Huewe1-2/+2
2010-02-03Bluetooth: Fix memory leak in Marvell BT-over-SDIO driverYoichi Yuasa1-0/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-03Bluetooth: Declare MODULE_FIRMWARE for Marvell SDIO driverBen Hutchings1-0/+2
2009-12-03Bluetooth: Enable auto sleep mode for btmrvl driverAmitkumar Karwar1-0/+2
2009-08-22Bluetooth: Add missing kmalloc NULL tests to Marvell driverJulia Lawall1-2/+3
2009-08-22Bluetooth: Fix incorrect alignment in Marvell BT-over-SDIO driverBing Zhao1-5/+7
2009-08-22Bluetooth: Remove Enter/Leave debug statements from Marvell driverMarcel Holtmann1-123/+12
2009-08-22Bluetooth: Remove private device name of Marvell SDIO driverMarcel Holtmann1-3/+0
2009-08-22Bluetooth: Fix module description strings for Marvell driverMarcel Holtmann1-1/+1
2009-08-22Bluetooth: Fix complicated assignment of firmware for Marvell devicesMarcel Holtmann1-52/+38
2009-08-22Bluetooth: Add Marvell BT-over-SDIO driverBing Zhao1-0/+1128