TI Shared Transport Description and Support
From OMAPpedia
Pavan savoy (Talk | contribs) (→Shared Transport drivers on kernel.org) |
|||
| Line 50: | Line 50: | ||
* Bluetooth driver for BlueZ | * Bluetooth driver for BlueZ | ||
are available at <font size=4 face=terminal>drivers/misc/ti-st/</font> directory. | are available at <font size=4 face=terminal>drivers/misc/ti-st/</font> directory. | ||
| + | |||
| + | |||
| + | [http://www.omappedia.org/wiki/OMAP_WiLink_Connectivity_Home Back to Connectivity Home Page] | ||
Revision as of 17:29, 15 April 2011
Contents |
TI's Shared Transport driver currently support WL127x and WL128x WiLink Chipsets.
The drivers are located atdrivers/misc/ti-st/
directory, and are available to be builtas modules by default under 'menuconfig --> device drivers --> misc devices'
On WL127x, support exists for
- Bluetooth
- FM
On WL128x, support exists for
- Bluetooth
- FM
- GPS
Note: No significant changes exist in either the architecture or code to support different chipsets.
User-Space/Application Code
http://git.omapzoom.org/?p=platform/hardware/ti/wpan.git;a=summary
- UIM - This is the Shared Transport Daemon required to work with TI ST
- kfmapp - V4L2 test application to exercise V4L2 FM driver.
WL128x on OMAP4/Android platform
http://git.omapzoom.org/?p=kernel/omap.git;a=shortlog;h=refs/heads/p-android-omap-2.6.35
- Bluetooth can be exercised via the Android UI
- FM can be exercised via the CLI available from TI releases
- GPS can be exercised via Android UI
WL128x on OMAP4 platform (Non-Android)
http://dev.omapzoom.org/?p=raja/L24x-btfm.git;a=summary
- Bluetooth can be exercised via the Poky/Ubuntu UI
- FM can be exercised via the CLI available from TI releases
WL127x on OMAP3/Android platform
http://git.omapzoom.org/?p=kernel/omap.git;a=shortlog;h=refs/heads/p-android-omap-2.6.29
- Bluetooth can be exercised via the Android UI
- FM can be exercised via the CLI available from TI releases
Efforts on are going to get these drivers into mainline kernel http://kernel.org As of 2.6.37,
- Shared Transport Line discipline driver
- Bluetooth driver for BlueZ
are available at drivers/misc/ti-st/ directory.