public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/2] remove BT references from TI_ST
@ 2011-01-04 10:59 pavan_savoy
  2011-01-04 10:59 ` [RFC 1/2] drivers:misc:ti-st: change protocol parse logic pavan_savoy
  2011-01-19 18:26 ` [RFC 0/2] remove BT references from TI_ST Pavan Savoy
  0 siblings, 2 replies; 9+ messages in thread
From: pavan_savoy @ 2011-01-04 10:59 UTC (permalink / raw)
  To: padovan, marcel; +Cc: linux-kernel, linux-bluetooth, Pavan Savoy

From: Pavan Savoy <pavan_savoy@ti.com>

Gustavo,

Based on your comments, that the underlying shared transport driver
for btwilink driver made use of the BT references to peek into the packets
I have modified the TI_ST.

Since there lacks a generic way to parse the packets coming in from the
UART into BT, FM or GPS, we have to look into the data to fragment assembled
data or assemble fragmented data.
For this reason, Now the above lying protocol drivers like BT, FM and GPS
would send details about their packet types and header information which
would assist shared transport driver to parse the data.

Gustavo, please also notice the change in btwilink driver in and around,
st_register and suggest if something like this is OK.
btwilink can also be modified to send in all the packet specific data
in one shot, if that is preferred.

Please review and provide comments..

Note:
If this is alright, I will send out a modified patch with updated
subject to lkml/Greg for linux-next.

Thanks & Regards,
Pavan Savoy.

Pavan Savoy (2):
  drivers:misc:ti-st: change protocol parse logic
  Bluetooth: btwilink driver

 drivers/bluetooth/Kconfig    |   10 +
 drivers/bluetooth/Makefile   |    1 +
 drivers/bluetooth/btwilink.c |  397 ++++++++++++++++++++++++++++++++++++++++++
 drivers/misc/ti-st/st_core.c |  355 ++++++++++++--------------------------
 drivers/misc/ti-st/st_kim.c  |   56 +++---
 include/linux/ti_wilink_st.h |   40 +++--
 6 files changed, 575 insertions(+), 284 deletions(-)
 create mode 100644 drivers/bluetooth/btwilink.c


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

end of thread, other threads:[~2011-01-21 21:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-04 10:59 [RFC 0/2] remove BT references from TI_ST pavan_savoy
2011-01-04 10:59 ` [RFC 1/2] drivers:misc:ti-st: change protocol parse logic pavan_savoy
2011-01-04 10:59   ` [RFC 2/2] Bluetooth: btwilink driver pavan_savoy
2011-01-21 17:57     ` Gustavo F. Padovan
2011-01-19 18:26 ` [RFC 0/2] remove BT references from TI_ST Pavan Savoy
2011-01-21 17:18   ` Gustavo F. Padovan
2011-01-21 17:40     ` Pavan Savoy
2011-01-21 18:27       ` Gustavo F. Padovan
2011-01-21 21:10         ` Pavan Savoy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox