Re: [PATCH] i2c: mediatek: add i2c resume support

2015-10-23 Thread Wolfram Sang
On Tue, Oct 06, 2015 at 05:22:56PM +0800, Eddie Huang wrote: > From: Liguo Zhang > > mt65xx i2c controller initial setting will be cleared after system suspend, > so we should init mt65xx i2c controller again when system resume. > > Signed-off-by: Liguo Zhang > Signed-off-by: Eddie Huang

Re: [PATCH] i2c: mediatek: add i2c resume support

2015-10-23 Thread Wolfram Sang
On Tue, Oct 06, 2015 at 05:22:56PM +0800, Eddie Huang wrote: > From: Liguo Zhang > > mt65xx i2c controller initial setting will be cleared after system suspend, > so we should init mt65xx i2c controller again when system resume. > > Signed-off-by: Liguo Zhang

[PATCH] i2c: mediatek: add i2c resume support

2015-10-06 Thread Eddie Huang
From: Liguo Zhang mt65xx i2c controller initial setting will be cleared after system suspend, so we should init mt65xx i2c controller again when system resume. Signed-off-by: Liguo Zhang Signed-off-by: Eddie Huang --- drivers/i2c/busses/i2c-mt65xx.c | 16 1 file changed, 16

[PATCH] i2c: mediatek: add i2c resume support

2015-10-06 Thread Eddie Huang
From: Liguo Zhang mt65xx i2c controller initial setting will be cleared after system suspend, so we should init mt65xx i2c controller again when system resume. Signed-off-by: Liguo Zhang Signed-off-by: Eddie Huang