[PATCH v2 2/2] regulator: max77686: Add set_suspend_disable/set_suspend_mode callbacks.

2012-10-16 Thread Yadwinder Singh Brar
This patch implements set_suspend_disable callback for BUCKs which support only switch ON/OFF modes during system suspend state, and set_suspend_mode callbacks for LDOs which also suport Low power mode and switch ON/OFF modes. Signed-off-by: Yadwinder Singh Brar --- drivers/regulator/max77686.c

[PATCH v2 2/2] regulator: max77686: Add set_suspend_disable/set_suspend_mode callbacks.

2012-10-16 Thread Yadwinder Singh Brar
This patch implements set_suspend_disable callback for BUCKs which support only switch ON/OFF modes during system suspend state, and set_suspend_mode callbacks for LDOs which also suport Low power mode and switch ON/OFF modes. Signed-off-by: Yadwinder Singh Brar yadi.b...@samsung.com ---