Re: [PATCH 1/5] rtc: s5m: Fix register updating by adding regmap for RTC

2013-11-26 Thread Krzysztof Kozlowski
On Tue, 2013-11-26 at 15:07 +0100, Geert Uytterhoeven wrote: > On Tue, Nov 26, 2013 at 2:50 PM, Krzysztof Kozlowski > wrote: > > On S5M8767A registers were not properly updated and read due to usage of > > the same regmap as the PMIC. This could be observed in various hangs, > > e.g. in infinite l

Re: [PATCH 1/5] rtc: s5m: Fix register updating by adding regmap for RTC

2013-11-26 Thread Geert Uytterhoeven
On Tue, Nov 26, 2013 at 2:50 PM, Krzysztof Kozlowski wrote: > On S5M8767A registers were not properly updated and read due to usage of > the same regmap as the PMIC. This could be observed in various hangs, > e.g. in infinite loop during waiting for UDR field change. > > On this chip family the RT

[PATCH 1/5] rtc: s5m: Fix register updating by adding regmap for RTC

2013-11-26 Thread Krzysztof Kozlowski
On S5M8767A registers were not properly updated and read due to usage of the same regmap as the PMIC. This could be observed in various hangs, e.g. in infinite loop during waiting for UDR field change. On this chip family the RTC has different I2C address than PMIC so additional regmap is needed.