Re: [U-Boot] [PATCH v2 07/11] rtc: Fix rtc_reset() on s3c24x0_rtc

2012-09-14 Thread Marek Vasut
Dear José Miguel Gonçalves, > rtc_reset() must set the RTC date to the UNIX Epoch. Acked-by: Marek Vasut > Signed-off-by: José Miguel Gonçalves > --- > Changes for v2: >- New patch > --- > drivers/rtc/s3c24x0_rtc.c | 15 +++ > 1 file changed, 11 insertions(+), 4 deletions(-)

[U-Boot] [PATCH v2 07/11] rtc: Fix rtc_reset() on s3c24x0_rtc

2012-09-14 Thread José Miguel Gonçalves
rtc_reset() must set the RTC date to the UNIX Epoch. Signed-off-by: José Miguel Gonçalves --- Changes for v2: - New patch --- drivers/rtc/s3c24x0_rtc.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/drivers/rtc/s3c24x0_rtc.c b/drivers/rtc/s3c24x0_rtc.c