aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-hym8563.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-06rtc: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2023-02-01rtc: hym8563: use IRQ flags obtained from fwnodeGravatar Alexandre Belloni 1-1/+6
2022-06-24rtc: use simple i2c probeGravatar Stephen Kitt 1-3/+2
2022-03-23rtc: hym8563: switch to RTC_FEATURE_UPDATE_INTERRUPTGravatar Alexandre Belloni 1-2/+1
2022-03-23rtc: hym8563: let the core handle the alarm resolutionGravatar Alexandre Belloni 1-18/+1
2022-03-23rtc: hym8563: switch to devm_rtc_allocate_deviceGravatar Alexandre Belloni 1-6/+6
2021-01-25rtc: hym8563: use rtc_lock/rtc_unlockGravatar Alexandre Belloni 1-3/+2
2020-11-14rtc: hym8563: enable wakeup when applicableGravatar Guillaume Tucker 1-2/+5
2019-12-23rtc: hym8563: Read the valid flag directly instead of caching itGravatar Paul Kocialkowski 1-12/+7
2019-12-23rtc: hym8563: Return -EINVAL if the time is known to be invalidGravatar Paul Kocialkowski 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 1-9/+1
2019-01-22rtc: hym8563: fix a missing check of block data readGravatar Kangjie Lu 1-0/+2
2016-07-19rtc: hym8563: in .read_alarm set .tm_sec to 0 to signal minute accuracyGravatar Uwe Kleine-König 1-1/+1
2016-07-09rtc: simplify implementations of read_alarmGravatar Uwe Kleine-König 1-3/+0
2016-05-20rtc: hym8563: Remove CLK_IS_ROOTGravatar Stephen Boyd 1-1/+1
2016-03-14rtc: hym8563: fix invalid year calculationGravatar Alexander Kochetkov 1-1/+1
2015-09-05rtc: Drop owner assignment from i2c_driverGravatar Krzysztof Kozlowski 1-1/+0
2015-06-25rtc: hym8563: make the irq optionalGravatar Heiko Stübner 1-8/+10
2015-04-17drivers/rtc/rtc-hym8563.c: fix swapped enable/disable of clockout control bitGravatar Heiko Stübner 1-5/+5
2015-04-17drivers/rtc/rtc-hym8563.c: return clock rate even when clock is disabledGravatar Heiko Stuebner 1-1/+1
2014-06-06drivers/rtc/rtc-hym8563.c: add optional clock-output-names propertyGravatar Heiko Stuebner 1-0/+3
2014-06-06rtc: rtc-hym8563: make of_device_id array constGravatar Jingoo Han 1-1/+1
2014-05-11drivers/rtc/rtc-hym8563.c: set uie_unsupportedGravatar Heiko Stuebner 1-0/+3
2014-01-23drivers/rtc/rtc-hym8563.c: staticize local symbolGravatar Sachin Kamat 1-1/+1
2014-01-23drivers/rtc/rtc-hym8563.c: remove redundant of_match_ptr() helperGravatar Sachin Kamat 1-1/+1
2014-01-23rtc: add hym8563 rtc-driverGravatar Heiko Stuebner 1-0/+606