staging/bluetooth: Add hci_h4p driver
authorPavel Machek <pavel@ucw.cz>
Tue, 21 Jan 2014 20:56:27 +0000 (21:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Feb 2014 18:13:53 +0000 (10:13 -0800)
commit91eef3e2fee581b00f027bbb0d144788a3c609a9
tree5b7caa470f3630ac80851082e6b8c675602e6d44
parentbe973fcd81c946e5e6ba2586718232e0fcf296e2
staging/bluetooth: Add hci_h4p driver

Add hci_h4p bluetooth driver to staging tree. This device is used
for example on Nokia N900 cell phone.

Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Thanks-to: Sebastian Reichel <sre@debian.org>
Thanks-to: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 files changed:
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/nokia_h4p/Kconfig [new file with mode: 0644]
drivers/staging/nokia_h4p/Makefile [new file with mode: 0644]
drivers/staging/nokia_h4p/TODO [new file with mode: 0644]
drivers/staging/nokia_h4p/hci_h4p.h [new file with mode: 0644]
drivers/staging/nokia_h4p/nokia_core.c [new file with mode: 0644]
drivers/staging/nokia_h4p/nokia_fw-bcm.c [new file with mode: 0644]
drivers/staging/nokia_h4p/nokia_fw-csr.c [new file with mode: 0644]
drivers/staging/nokia_h4p/nokia_fw-ti1273.c [new file with mode: 0644]
drivers/staging/nokia_h4p/nokia_fw.c [new file with mode: 0644]
drivers/staging/nokia_h4p/nokia_uart.c [new file with mode: 0644]
include/linux/platform_data/bt-nokia-h4p.h [new file with mode: 0644]