Other Parts Discussed in Thread: DM3730, ADS7846, SYSCONFIG
Hi
I am using Linux Kernel 2.6.37 and need some assistance in suspend resume.
I know we can suspend resume from the command prompt using
echo mem > /sys/power/state
But what I am interested in is suspending not everything but from power management just the few unused drivers. Like I have i2c, spi, io expander, gsm, gps, usb drivers etc
I am looking for a way is how to suspend some driver when the screen sleep timer times out so that I can turn the backlight off or turn other things off which are controlled by the gpio pins of the processor or io expander, start a new timer and on its expiry suspend the whole system.
I hope I have clarified as to what I want to to do any help in this regard would be great. If its not clear please let me know and i'll try to explain.
Thanks
Ali