Re: [U-Boot] [PATCH v2 4/4] rtc: m41t62: Convert the RTC driver to support the driver model (DM)

2018-11-22 Thread Stefan Roese
On 22.11.18 14:54, Lukasz Majewski wrote: After this change the m41t62.c can be used with RTC subsystem (i.e. date command) which uses device model (DM). Signed-off-by: Lukasz Majewski --- Changes in v2: - Extract common RTC handling code to avoid #ifdefs for CONFIG_DM_RTC - Provide extra pat

[U-Boot] [PATCH v2 4/4] rtc: m41t62: Convert the RTC driver to support the driver model (DM)

2018-11-22 Thread Lukasz Majewski
After this change the m41t62.c can be used with RTC subsystem (i.e. date command) which uses device model (DM). Signed-off-by: Lukasz Majewski --- Changes in v2: - Extract common RTC handling code to avoid #ifdefs for CONFIG_DM_RTC - Provide extra patch to group DM_RTC functions together (easie