Return-Path: From: pavan_savoy@ti.com To: linux-bluetooth@vger.kernel.org, marcel@holtmann.org Cc: greg@kroah.com, linux-kernel@vger.kernel.org, Pavan Savoy Subject: [PATCH 0/2] v2: Bluetooth driver for TI_ST Date: Thu, 7 Oct 2010 14:47:15 -0400 Message-Id: <1286477237-7526-1-git-send-email-pavan_savoy@ti.com> List-ID: From: Pavan Savoy 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