Staging: sources for Init manager module
authorPavan Savoy <pavan_savoy@ti.com>
Thu, 8 Apr 2010 18:16:54 +0000 (13:16 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:35:55 +0000 (11:35 -0700)
commitd0088ce183ad111b203adc94dcc7dde2a590a198
treed259e587d0ed23f9c877b95742637a3797379e7f
parent53618cc1e51e1f406a467eca9d1dd2675f3ad88e
Staging: sources for Init manager module

Kernel Space Init-Manager works along with User-Mode
Init Manager daemon running to maintain the UART state.

Communication between user-space daemon and this module can be
1. Via the pid written onto sysfs entry
2. Via the rfkill subsystem

It also is a platform driver with a relevant platform device
in the board-*.c along with the list of BT/FM/GPS chip enable
gpio configuration

Signed-off-by: Pavan Savoy <pavan_savoy@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/ti-st/st_kim.c [new file with mode: 0644]
drivers/staging/ti-st/st_kim.h [new file with mode: 0644]