]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: ti-st: cleanup sysfs code
authorNaveen Jain <naveen_jain@ti.com>
Wed, 9 Jun 2010 08:45:32 +0000 (03:45 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Jun 2010 19:39:37 +0000 (12:39 -0700)
commit8e646ca78755c3e08d24a27cb9b0991252603118
tree5cad536c63a1a5a997db1de5b8753ebd5fd64776
parent567c9855365b6b29b6e0cddf13c11f8d2828f1ee
Staging: ti-st: cleanup sysfs code

Remove the older way of communicating with user-space
daemon UIM.
The older way involved creating of a new kobj and pid
sysfs file under it, and sending signal using that pid.

Now we communicate via rfkill to user-space UIM.

Background: UIM is the user-space daemon which upon
notification from ldisc driver, opens the tty, sets
default baud and then installs (tiocsetd) the ldisc.

Signed-off-by: Naveen Jain <naveen_jain@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/ti-st/st_kim.c
drivers/staging/ti-st/st_kim.h