aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-abx80x.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-13rtc: abx80x: Add utility function for writing configuration keyGravatar Kevin P. Fleming 1-23/+16
2020-11-19rtc: rework rtc_register_device() resource managementGravatar Bartosz Golaszewski 1-1/+1
2020-06-06rtc: abx80x: Provide debug feedback for invalid dt propertiesGravatar Kevin P. Fleming 1-6/+11
2020-05-30rtc: abx80x: Add Device Tree matching tableGravatar Kevin P. Fleming 1-0/+49
2019-12-18rtc: abx80x: return meaningful value for RTC_VL_READGravatar Alexandre Belloni 1-5/+2
2019-03-18rtc: abx80x: remove useless .removeGravatar Alexandre Belloni 1-6/+0
2019-03-18rtc: abx80x: use rtc_add_groupGravatar Alexandre Belloni 1-26/+6
2019-03-18rtc: abx80x: convert to SPDX identifierGravatar Alexandre Belloni 1-4/+1
2019-03-04rtc: update my email addressGravatar Alexandre Belloni 1-2/+2
2019-01-30rtc: abx80x: Configure reserved bits in RV1805Gravatar Marek Vasut 1-2/+65
2018-12-18rtc: abx80x: Implement RTC_VL_READ,CLR ioctlsGravatar Marek Vasut 1-0/+38
2018-09-12rtc: abx80x: add basic watchdog supportGravatar Jeremy Gebben 1-4/+112
2018-09-12rtc: abx80x: use a 'priv' struct for client dataGravatar Jeremy Gebben 1-8/+19
2018-03-02rtc: abx80x: remove useless messageGravatar Alexandre Belloni 1-5/+1
2017-10-13rtc: abx80x: solve race conditionGravatar Alexandre Belloni 1-5/+5
2017-10-13rtc: abx80x: switch to rtc_register_deviceGravatar Alexandre Belloni 1-3/+7
2016-07-19rtc: abx80x: use devm_add_action_or_reset()Gravatar Sudip Mukherjee 1-7/+5
2016-03-25rtc: abx80x: handle the oscillator failure bitGravatar Mylène Josserand 1-2/+31
2016-03-25rtc: abx80x: handle autocalibrationGravatar Mylène Josserand 1-0/+219
2016-01-11rtc: abx80x: add alarm supportGravatar Alexandre Belloni 1-4/+141
2016-01-11rtc: abx80x: Add Microcrystal rv1805 supportGravatar Alexandre Belloni 1-0/+1
2015-09-05rtc: abx80x: fix RTC write bitGravatar Mitja Spes 1-1/+1
2015-05-05rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtcGravatar Philippe De Muyter 1-0/+307