Re: [PATCH] mfd: ti_am335x_tscadc: Restore clock divider on resume

2013-09-27 Thread Lee Jones
On Mon, 23 Sep 2013, Matthias Kaehlcke wrote: > The ADC clock divider needs to be restored on resume as the register content > is lost when the ADC is powered down > > Signed-off-by: Matthias Kaehlcke > > --- > drivers/mfd/ti_am335x_tscadc.c | 10 ++ >

Re: [PATCH] mfd: ti_am335x_tscadc: Restore clock divider on resume

2013-09-27 Thread Lee Jones
On Mon, 23 Sep 2013, Matthias Kaehlcke wrote: The ADC clock divider needs to be restored on resume as the register content is lost when the ADC is powered down Signed-off-by: Matthias Kaehlcke matth...@kaehlcke.net --- drivers/mfd/ti_am335x_tscadc.c | 10 ++

[PATCH] mfd: ti_am335x_tscadc: Restore clock divider on resume

2013-09-23 Thread Matthias Kaehlcke
The ADC clock divider needs to be restored on resume as the register content is lost when the ADC is powered down Signed-off-by: Matthias Kaehlcke --- drivers/mfd/ti_am335x_tscadc.c | 10 ++ include/linux/mfd/ti_am335x_tscadc.h |1 + 2 files changed, 7 insertions(+), 4

[PATCH] mfd: ti_am335x_tscadc: Restore clock divider on resume

2013-09-23 Thread Matthias Kaehlcke
The ADC clock divider needs to be restored on resume as the register content is lost when the ADC is powered down Signed-off-by: Matthias Kaehlcke matth...@kaehlcke.net --- drivers/mfd/ti_am335x_tscadc.c | 10 ++ include/linux/mfd/ti_am335x_tscadc.h |1 + 2 files changed, 7