summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds3232.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* rtc: ds3232: get SRAM access using NVMEM FrameworkHan Nandor2019-04-191-2/+38
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: ds3232: add temperature supportKirill Esipov2017-07-061-0/+119
* rtc: ds3232: Add OF device ID tableJavier Martinez Canillas2017-03-091-0/+7
* rtc: ds3232: Call device_init_wakeup before device_registerPhil Reid2017-02-241-2/+5
* rtc: ds3232: Add regmap max_register definition.Phil Reid2017-02-211-0/+2
* rtc: ds3232: Cleanup whitespace around register and bit definitions.Phil Reid2017-02-211-22/+22
* rtc: simplify implementations of read_alarmUwe Kleine-König2016-07-091-6/+0Star
* rtc: ds3232: fix call trace when rtc->ops_lock is used as NULLQianyu Gong2016-05-201-3/+6
* rtc: ds3232: use rtc->ops_lock to protect alarm operationsAkinobu Mita2016-03-141-21/+4Star
* rtc: ds3232: fix issue when irq is shared several devicesAkinobu Mita2016-03-141-69/+12Star
* rtc: ds3232: remove unused UIE codeAkinobu Mita2016-03-141-19/+1Star
* rtc: ds3232: add register access error checksAkinobu Mita2016-03-141-7/+22
* rtc: ds3232: fix read on /dev/rtc after RTC_AIE_ONAkinobu Mita2016-03-141-7/+3Star
* rtc: merge ds3232 and ds3234Akinobu Mita2016-03-141-3/+164
* rtc: ds3232: convert to use regmapAkinobu Mita2016-03-141-103/+113
* rtc: ds3232: fix WARNING trace in resume functionWang Dongsheng2015-09-051-1/+4
* rtc: fix drivers that consider 0 as a valid IRQ in client->irqOctavian Purdila2015-09-051-1/+1
* rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-09-051-1/+0Star
* rtc: use more standard kernel logging stylesJoe Perches2015-04-171-2/+4
* drivers/rtc/rtc-ds3232.c: enable ds3232 to work as wakeup sourceWang Dongsheng2014-04-041-24/+70
* drivers/rtc/rtc-ds3232.c: make it possible to share an irqBharat Bhushan2014-04-041-2/+2
* rtc: fix potential race conditionAlessandro Zummo2014-04-041-2/+0Star
* drivers/rtc/rtc-ds3232.c: use devm_* APIsSachin Kamat2013-04-301-18/+7Star
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-4/+4
* rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin2012-03-241-12/+1Star
* RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz2011-03-091-18/+0Star
* drivers/rtc/rtc-ds3232.c: fix time range difference between linux and RTC chipLei Xu2011-02-261-5/+9
* rtc: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+1
* drivers/rtc/rtc-ds3232.c: add alarm functionLan Chunhe-B258062010-10-281-0/+181
* i2c: Remove obsolete cleanup for clientdataWolfram Sang2010-09-301-2/+0Star
* rtc: add support for DS3232 RTCRoy Zang2010-08-111-0/+326