drivers:misc:ti-st: platform hooks for chip states
authorPavan Savoy <pavan_savoy@ti.com>
Wed, 10 Aug 2011 15:18:31 +0000 (10:18 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 22 Aug 2011 21:13:32 +0000 (14:13 -0700)
commit0d7c5f2572ccfa7bf83292b1506926663f2d164a
tree7ad38fe6af0fd468aa7c1af654ce2d7addbea622
parent5926cef26c72cd121266b000b8975e6373cbf2b3
drivers:misc:ti-st: platform hooks for chip states

Certain platform specific or Host-WiLink Interface specific actions would be
required to be taken when the chip is being enabled and after the chip is
disabled such as configuration of the mux modes for the GPIO of host connected
to the nshutdown of the chip or relinquishing UART after the chip is disabled.

Similar actions can also be taken when the chip is in deep sleep or when the
chip is awake. Performance enhancements such as configuring the host to run
faster when chip is awake and slower when chip is asleep can also be made
here.

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