]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers:misc: ti-st: register with channel IDs
authorPavan Savoy <pavan_savoy@ti.com>
Fri, 4 Feb 2011 08:23:09 +0000 (02:23 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 4 Feb 2011 20:41:20 +0000 (12:41 -0800)
commit5c88b02196a99332dacf305c8757674dd7a303ff
tree1bb1bce0b89867f6bdedd67c4f32623234fa3a2b
parent6d6a49e9c9dddff61649249c2b0d5d462fa1a692
drivers:misc: ti-st: register with channel IDs

The architecture of shared transport had begun with individual
protocols like bluetooth, fm and gps telling the shared transport
what sort of protocol they are and then expecting the ST driver
to parse the incoming data from chip and forward data only
relevant to the protocol drivers.

This change would mean each protocol drivers would also send
information to ST driver as to how to intrepret their protocol
data coming out of the chip.

Signed-off-by: Pavan Savoy <pavan_savoy@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/misc/ti-st/st_core.c
drivers/misc/ti-st/st_kim.c
include/linux/ti_wilink_st.h