commit | 1392ec2a303a53512ad16dcf1ab31e77b08c52d9 | [log] [tgz] |
---|---|---|
author | Alexander Kochetkov <al.kochet@gmail.com> | Sun Mar 06 12:43:57 2016 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 04 14:48:51 2016 -0700 |
tree | 6f1373dad3e135ac8595c41b94ca9f85c328d273 | |
parent | cab4c949ade11ac67f69bc05124c9d6ffef31917 [diff] |
rtc: hym8563: fix invalid year calculation commit d5861262210067fc01b2fb4f7af2fd85a3453f15 upstream. Year field must be in BCD format, according to hym8563 datasheet. Due to the bug year 2016 became 2010. Fixes: dcaf03849352 ("rtc: add hym8563 rtc-driver") Signed-off-by: Alexander Kochetkov <al.kochet@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>