linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Bluetooth driver for TI WiLink 7
@ 2010-10-06 22:34 pavan-savoy
  2010-10-06 22:34 ` [PATCH 1/2] drivers:bluetooth: TI_ST bluetooth driver pavan-savoy
  0 siblings, 1 reply; 26+ messages in thread
From: pavan-savoy @ 2010-10-06 22:34 UTC (permalink / raw)
  To: linux-bluetooth, marcel, johan.hedberg; +Cc: greg, linux-kernel, Pavan Savoy

From: Pavan Savoy <pavan_savoy@ti.com>

Marcel/Johan and the linux-bluetooth list,

I have begun cleaning up the code for the Bluetooth drivers for
Texas Instrument's WiLink 7 chips.
This driver works on top the Texas Instrument's shared transport line
discipline driver.

So, apart from the transport part of it, the driver is like other regular
bluetooth drivers.
These patches is to move it out of staging/ into the drivers/bluetooth/

Please review and provide comments.

Pavan Savoy (2):
  drivers:bluetooth: TI_ST bluetooth driver
  drivers:bluetooth: Kconfig & Makefile for TI BT

 drivers/bluetooth/Kconfig      |   11 +
 drivers/bluetooth/Makefile     |    1 +
 drivers/bluetooth/bt_ti.c      |  464 ++++++++++++++++++++++++++++++++++++
 drivers/staging/ti-st/Kconfig  |   14 -
 drivers/staging/ti-st/Makefile |    5 -
 drivers/staging/ti-st/bt_drv.c |  509 ----------------------------------------
 drivers/staging/ti-st/bt_drv.h |   61 -----
 7 files changed, 476 insertions(+), 589 deletions(-)
 create mode 100644 drivers/bluetooth/bt_ti.c
 delete mode 100644 drivers/staging/ti-st/Kconfig
 delete mode 100644 drivers/staging/ti-st/Makefile
 delete mode 100644 drivers/staging/ti-st/bt_drv.c
 delete mode 100644 drivers/staging/ti-st/bt_drv.h

^ permalink raw reply	[flat|nested] 26+ messages in thread
* [PATCH 0/2] v2: Bluetooth driver for TI_ST
@ 2010-10-07 18:47 pavan_savoy
  2010-10-07 18:47 ` [PATCH 1/2] drivers:bluetooth: TI_ST bluetooth driver pavan_savoy
  0 siblings, 1 reply; 26+ messages in thread
From: pavan_savoy @ 2010-10-07 18:47 UTC (permalink / raw)
  To: linux-bluetooth, marcel; +Cc: greg, linux-kernel, Pavan Savoy

From: Pavan Savoy <pavan_savoy@ti.com>

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

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2010-10-08 14:54 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-06 22:34 [PATCH 0/2] Bluetooth driver for TI WiLink 7 pavan-savoy
2010-10-06 22:34 ` [PATCH 1/2] drivers:bluetooth: TI_ST bluetooth driver pavan-savoy
2010-10-06 22:34   ` [PATCH 2/2] drivers:bluetooth: Kconfig & Makefile for TI BT pavan-savoy
2010-10-07 10:05   ` [PATCH 1/2] drivers:bluetooth: TI_ST bluetooth driver Marcel Holtmann
2010-10-07 14:34     ` Greg KH
2010-10-07 15:21       ` Marcel Holtmann
2010-10-07 15:35         ` Greg KH
2010-10-07 17:57         ` Gustavo F. Padovan
2010-10-07 21:24           ` Savoy, Pavan
2010-10-07 17:51       ` Gustavo F. Padovan
2010-10-07 21:30         ` Greg KH
2010-10-07 19:09           ` Gustavo F. Padovan
2010-10-07 22:17             ` Greg KH
2010-10-07 19:44               ` Gustavo F. Padovan
2010-10-07 14:59     ` Savoy, Pavan
2010-10-07 15:17       ` Marcel Holtmann
2010-10-07 15:23         ` Savoy, Pavan
2010-10-07 15:37           ` Marcel Holtmann
2010-10-07 15:47             ` Savoy, Pavan
2010-10-07 15:49               ` Marcel Holtmann
2010-10-07 15:52                 ` Savoy, Pavan
  -- strict thread matches above, loose matches on Subject: below --
2010-10-07 18:47 [PATCH 0/2] v2: Bluetooth driver for TI_ST pavan_savoy
2010-10-07 18:47 ` [PATCH 1/2] drivers:bluetooth: TI_ST bluetooth driver pavan_savoy
2010-10-07 18:45   ` Gustavo F. Padovan
2010-10-07 21:53     ` Savoy, Pavan
2010-10-08  8:37     ` Marcel Holtmann
2010-10-08 14:54       ` Savoy, Pavan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).