[PATCH] rtc: rtc-twl: fix initialization sequence

2013-06-05 Thread Grygorii Strashko
The twl-rtc has the following dependencies from other drivers during the boot: pinctrl |-i2c-omap |- twl-core |- twl-rtc The i2c-omap probe may be deferred because pinctrl iss not ready yet. As result, i2c-omap will be probed at late init time. Which, in turn, will delay twl-core

Re: [PATCH] rtc: rtc-twl: fix initialization sequence

2013-06-05 Thread Grygorii Strashko
Pls, ignore this patch. It duplicates: https://patchwork.kernel.org/patch/2448251/ - [v2,1/2] RTC: rtc-twl: Fix rtc_reg_map initialization from Peter Ujfalusi On 06/05/2013 02:19 PM, Grygorii Strashko wrote: The twl-rtc has the following dependencies from other drivers during the boot: