Re: [PATCH] rtc: m41t80: Correct alarm month range with RTC reads

2018-11-14 Thread Alexandre Belloni
On 07/11/2018 02:39:13+, Maciej W. Rozycki wrote: > Add the missing adjustment of the month range on alarm reads from the > RTC, correcting an issue coming from commit 9c6dfed92c3e ("rtc: m41t80: > add alarm functionality"). The range is 1-12 for hardware and 0-11 for > `struct rtc_time',

Re: [PATCH] rtc: m41t80: Correct alarm month range with RTC reads

2018-11-14 Thread Alexandre Belloni
On 07/11/2018 02:39:13+, Maciej W. Rozycki wrote: > Add the missing adjustment of the month range on alarm reads from the > RTC, correcting an issue coming from commit 9c6dfed92c3e ("rtc: m41t80: > add alarm functionality"). The range is 1-12 for hardware and 0-11 for > `struct rtc_time',

[PATCH] rtc: m41t80: Correct alarm month range with RTC reads

2018-11-06 Thread Maciej W. Rozycki
Add the missing adjustment of the month range on alarm reads from the RTC, correcting an issue coming from commit 9c6dfed92c3e ("rtc: m41t80: add alarm functionality"). The range is 1-12 for hardware and 0-11 for `struct rtc_time', and is already correctly handled on alarm writes to the RTC.

[PATCH] rtc: m41t80: Correct alarm month range with RTC reads

2018-11-06 Thread Maciej W. Rozycki
Add the missing adjustment of the month range on alarm reads from the RTC, correcting an issue coming from commit 9c6dfed92c3e ("rtc: m41t80: add alarm functionality"). The range is 1-12 for hardware and 0-11 for `struct rtc_time', and is already correctly handled on alarm writes to the RTC.