summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-ds3232.c
Commit message (Expand)AuthorAge
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-02
* rtc: ds3232: add temperature supportKirill Esipov2017-07-06
* rtc: ds3232: Add OF device ID tableJavier Martinez Canillas2017-03-09
* rtc: ds3232: Call device_init_wakeup before device_registerPhil Reid2017-02-24
* rtc: ds3232: Add regmap max_register definition.Phil Reid2017-02-21
* rtc: ds3232: Cleanup whitespace around register and bit definitions.Phil Reid2017-02-21
* rtc: simplify implementations of read_alarmUwe Kleine-König2016-07-09
* rtc: ds3232: fix call trace when rtc->ops_lock is used as NULLQianyu Gong2016-05-20
* rtc: ds3232: use rtc->ops_lock to protect alarm operationsAkinobu Mita2016-03-14
* rtc: ds3232: fix issue when irq is shared several devicesAkinobu Mita2016-03-14
* rtc: ds3232: remove unused UIE codeAkinobu Mita2016-03-14
* rtc: ds3232: add register access error checksAkinobu Mita2016-03-14
* rtc: ds3232: fix read on /dev/rtc after RTC_AIE_ONAkinobu Mita2016-03-14
* rtc: merge ds3232 and ds3234Akinobu Mita2016-03-14
* rtc: ds3232: convert to use regmapAkinobu Mita2016-03-14
* rtc: ds3232: fix WARNING trace in resume functionWang Dongsheng2015-09-05
* rtc: fix drivers that consider 0 as a valid IRQ in client->irqOctavian Purdila2015-09-05
* rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-09-05
* rtc: use more standard kernel logging stylesJoe Perches2015-04-17
* drivers/rtc/rtc-ds3232.c: enable ds3232 to work as wakeup sourceWang Dongsheng2014-04-03
* drivers/rtc/rtc-ds3232.c: make it possible to share an irqBharat Bhushan2014-04-03
* rtc: fix potential race conditionAlessandro Zummo2014-04-03
* drivers/rtc/rtc-ds3232.c: use devm_* APIsSachin Kamat2013-04-29
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
* rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin2012-03-23
* RTC: Cleanup rtc_class_ops->update_irq_enable()John Stultz2011-03-09
* drivers/rtc/rtc-ds3232.c: fix time range difference between linux and RTC chipLei Xu2011-02-25
* rtc: don't use flush_scheduled_work()Tejun Heo2010-12-24
* drivers/rtc/rtc-ds3232.c: add alarm functionLan Chunhe-B258062010-10-27
* i2c: Remove obsolete cleanup for clientdataWolfram Sang2010-09-30
* rtc: add support for DS3232 RTCRoy Zang2010-08-11