summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-ds3232.c
AgeCommit message (Expand)Author
2021-02-06rtc: ds3232: quiet maybe-unused variable warningAlexandre Belloni
2021-01-25rtc: ds3232: use rtc_lock/rtc_unlockAlexandre Belloni
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-19rtc: ds3232: get SRAM access using NVMEM FrameworkHan Nandor
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni
2017-07-06rtc: ds3232: add temperature supportKirill Esipov
2017-03-09rtc: ds3232: Add OF device ID tableJavier Martinez Canillas
2017-02-24rtc: ds3232: Call device_init_wakeup before device_registerPhil Reid
2017-02-21rtc: ds3232: Add regmap max_register definition.Phil Reid
2017-02-21rtc: ds3232: Cleanup whitespace around register and bit definitions.Phil Reid
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König
2016-05-20rtc: ds3232: fix call trace when rtc->ops_lock is used as NULLQianyu Gong
2016-03-14rtc: ds3232: use rtc->ops_lock to protect alarm operationsAkinobu Mita
2016-03-14rtc: ds3232: fix issue when irq is shared several devicesAkinobu Mita
2016-03-14rtc: ds3232: remove unused UIE codeAkinobu Mita
2016-03-14rtc: ds3232: add register access error checksAkinobu Mita
2016-03-14rtc: ds3232: fix read on /dev/rtc after RTC_AIE_ONAkinobu Mita
2016-03-14rtc: merge ds3232 and ds3234Akinobu Mita
2016-03-14rtc: ds3232: convert to use regmapAkinobu Mita
2015-09-05rtc: ds3232: fix WARNING trace in resume functionWang Dongsheng
2015-09-05rtc: fix drivers that consider 0 as a valid IRQ in client->irqOctavian Purdila
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-04-17rtc: use more standard kernel logging stylesJoe Perches
2014-04-03drivers/rtc/rtc-ds3232.c: enable ds3232 to work as wakeup sourceWang Dongsheng
2014-04-03drivers/rtc/rtc-ds3232.c: make it possible to share an irqBharat Bhushan
2014-04-03rtc: fix potential race conditionAlessandro Zummo
2013-04-29drivers/rtc/rtc-ds3232.c: use devm_* APIsSachin Kamat
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman
2012-03-23rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin
2011-03-09RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz
2011-02-25drivers/rtc/rtc-ds3232.c: fix time range difference between linux and RTC chipLei Xu
2010-12-24rtc: don't use flush_scheduled_work()Tejun Heo
2010-10-27drivers/rtc/rtc-ds3232.c: add alarm functionLan Chunhe-B25806
2010-09-30i2c: Remove obsolete cleanup for clientdataWolfram Sang
2010-08-11rtc: add support for DS3232 RTCRoy Zang