aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-hym8563.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-19rtc: hym8563: in .read_alarm set .tm_sec to 0 to signal minute accuracyUwe Kleine-König1-1/+1
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König1-3/+0
2016-05-20rtc: hym8563: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-03-14rtc: hym8563: fix invalid year calculationAlexander Kochetkov1-1/+1
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-25rtc: hym8563: make the irq optionalHeiko Stübner1-8/+10
2015-04-17drivers/rtc/rtc-hym8563.c: fix swapped enable/disable of clockout control bitHeiko Stübner1-5/+5
2015-04-17drivers/rtc/rtc-hym8563.c: return clock rate even when clock is disabledHeiko Stuebner1-1/+1
2014-06-06drivers/rtc/rtc-hym8563.c: add optional clock-output-names propertyHeiko Stuebner1-0/+3
2014-06-06rtc: rtc-hym8563: make of_device_id array constJingoo Han1-1/+1
2014-05-11drivers/rtc/rtc-hym8563.c: set uie_unsupportedHeiko Stuebner1-0/+3
2014-01-23drivers/rtc/rtc-hym8563.c: staticize local symbolSachin Kamat1-1/+1
2014-01-23drivers/rtc/rtc-hym8563.c: remove redundant of_match_ptr() helperSachin Kamat1-1/+1
2014-01-23rtc: add hym8563 rtc-driverHeiko Stuebner1-0/+606