Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: ti-st: update ABI and TODO

update TODO to reflect the items taken care of,
update ABI to reflect the new debugfs entries exposed.

Signed-off-by: Pavan Savoy <pavan_savoy@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Pavan Savoy and committed by
Greg Kroah-Hartman
9f912212 c1afac15

+15 -7
+3 -7
drivers/staging/ti-st/TODO
··· 11 11 2. Improve upon the way requirement of line discipline is communicated to 12 12 user-space, The current user-space application which open/installs ldisc 13 13 as and when required can be found at, 14 - http://git.omapzoom.org/?p�atform/hardware/ti/omap3.git;a�ob;f�_st/uim/uim.c;ha16c2c2b5085eb54a1bbc7096d779d7594eb11;hb�lair 14 + http://dev.omapzoom.org/pub/scm/jsistla/L23-btfm.git 15 + branch: UIM 15 16 16 17 3. Re-view/Re-work on the locking. 17 18 18 - 4. Re-structure to make the ldisc driver more generic for chipsets which mux 19 - multiple connectivity (BT, FM, GPS) upon 1 TTY port. 20 - 21 - 5. Remove global references by providing a context which can be moved around the driver like the other ldisc drivers. (ldiscs tend to use tty's disc_data and platform devices use the device's driver data) 22 - 23 - 6. Step up and maintain this driver to ensure that it continues 19 + 4. Step up and maintain this driver to ensure that it continues 24 20 to work. Having the hardware for this is pretty much a 25 21 requirement. If this does not happen, the will be removed in 26 22 the 2.6.35 kernel release.
+12
drivers/staging/ti-st/sysfs-uim
··· 14 14 uninstallation would be ppolling on this device and listening 15 15 on events which would suggest either to install or un-install 16 16 line discipline 17 + 18 + What: /sys/kernel/debug/ti-st/version 19 + Contact: Pavan Savoy <pavan_savoy@ti.com> 20 + Description: 21 + WiLink chip's ROM version exposed to user-space for some 22 + proprietary protocol stacks to make use of. 23 + 24 + What: /sys/kernel/debug/ti-st/protocols 25 + Contact: Pavan Savoy <pavan_savoy@ti.com> 26 + Description: 27 + The reason for chip being ON, the list of protocols registered. 28 +