From: Pavan Savoy <pavan_savoy@xxxxxx> Marcel, I have taken care of the changes you've mentioned, Now the bluetooth driver is also a platform driver and it requires a platform device and this platform driver's probe will do the registration to HCI. other changes include the usage of BT_DBG instead of pr_* and removal of piece of code which was redundant. Please review and comment... Pavan Savoy (2): drivers:bluetooth: TI_ST bluetooth driver drivers:bluetooth: Kconfig & Makefile for TI BT drivers/bluetooth/Kconfig | 10 + drivers/bluetooth/Makefile | 1 + drivers/bluetooth/bt_ti.c | 489 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 500 insertions(+), 0 deletions(-) create mode 100644 drivers/bluetooth/bt_ti.c -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html