aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds3232.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-19rtc: ds3232: get SRAM access using NVMEM FrameworkHan Nandor1-2/+38
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2017-07-06rtc: ds3232: add temperature supportKirill Esipov1-0/+119
2017-03-09rtc: ds3232: Add OF device ID tableJavier Martinez Canillas1-0/+7
2017-02-24rtc: ds3232: Call device_init_wakeup before device_registerPhil Reid1-2/+5
2017-02-21rtc: ds3232: Add regmap max_register definition.Phil Reid1-0/+2
2017-02-21rtc: ds3232: Cleanup whitespace around register and bit definitions.Phil Reid1-22/+22
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König1-6/+0
2016-05-20rtc: ds3232: fix call trace when rtc->ops_lock is used as NULLQianyu Gong1-3/+6
2016-03-14rtc: ds3232: use rtc->ops_lock to protect alarm operationsAkinobu Mita1-21/+4
2016-03-14rtc: ds3232: fix issue when irq is shared several devicesAkinobu Mita1-69/+12
2016-03-14rtc: ds3232: remove unused UIE codeAkinobu Mita1-19/+1
2016-03-14rtc: ds3232: add register access error checksAkinobu Mita1-7/+22
2016-03-14rtc: ds3232: fix read on /dev/rtc after RTC_AIE_ONAkinobu Mita1-7/+3
2016-03-14rtc: merge ds3232 and ds3234Akinobu Mita1-3/+164
2016-03-14rtc: ds3232: convert to use regmapAkinobu Mita1-103/+113
2015-09-05rtc: ds3232: fix WARNING trace in resume functionWang Dongsheng1-1/+4
2015-09-05rtc: fix drivers that consider 0 as a valid IRQ in client->irqOctavian Purdila1-1/+1
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-04-17rtc: use more standard kernel logging stylesJoe Perches1-2/+4
2014-04-03drivers/rtc/rtc-ds3232.c: enable ds3232 to work as wakeup sourceWang Dongsheng1-24/+70
2014-04-03drivers/rtc/rtc-ds3232.c: make it possible to share an irqBharat Bhushan1-2/+2
2014-04-03rtc: fix potential race conditionAlessandro Zummo1-2/+0
2013-04-29drivers/rtc/rtc-ds3232.c: use devm_* APIsSachin Kamat1-18/+7
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-03-23rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin1-12/+1
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz1-18/+0
2011-02-25drivers/rtc/rtc-ds3232.c: fix time range difference between linux and RTC chipLei Xu1-5/+9
2010-12-24rtc: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-10-27drivers/rtc/rtc-ds3232.c: add alarm functionLan Chunhe-B258061-0/+181
2010-09-30i2c: Remove obsolete cleanup for clientdataWolfram Sang1-2/+0
2010-08-11rtc: add support for DS3232 RTCRoy Zang1-0/+326