Age | Commit message (Expand) | Author |
2019-12-03 | Merge tag 'rtc-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds |
2019-11-27 | rtc: m41t80: remove excess kerneldoc | Alexandre Belloni |
2019-10-23 | compat_ioctl: move WDIOC handling into wdt drivers | Arnd Bergmann |
2019-10-07 | rtc: m41t80: set range | Alexandre Belloni |
2019-07-17 | Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-06-09 | rtc: m41t80: simplify getting the adapter of a client | Wolfram Sang |
2019-05-06 | *: convert stream-like files from nonseekable_open -> stream_open | Kirill Smelkov |
2018-12-10 | rtc: m41t80: Switch to use %ptR | Andy Shevchenko |
2018-11-14 | rtc: m41t80: Complete error propagation from SMBus calls | Maciej W. Rozycki |
2018-11-14 | rtc: m41t80: Correct alarm month range with RTC reads | Maciej W. Rozycki |
2018-10-16 | rtc: m41t80: mark expected switch fall-through | Gustavo A. R. Silva |
2018-03-17 | rtc: m41t80: remove useless indirection | Alexandre Belloni |
2018-03-17 | rtc: m41t80: fix race conditions | Alexandre Belloni |
2018-03-17 | rtc: m41t80: move m41t80_rtc_mutex to the block where it is used | Sebastian Andrzej Siewior |
2018-03-02 | rtc: stop validating rtc_time in .read_time | Alexandre Belloni |
2017-11-08 | rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate | Troy Kisky |
2017-11-08 | rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared | Troy Kisky |
2017-11-08 | rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate | Troy Kisky |
2017-11-08 | rtc: m41t80: fix m41t80_sqw_round_rate return value | Troy Kisky |
2017-11-08 | rtc: m41t80: m41t80_sqw_set_rate should return 0 on success | Troy Kisky |
2017-08-24 | rtc: m41t80: remove debug sysfs attribute | Alexandre Belloni |
2017-08-24 | rtc: m41t80: enable wakealarm when "wakeup-source" is specified | Eric Cooper |
2017-05-31 | rtc: m41t80: add clock provider support | Gary Bisson |
2017-05-31 | rtc: m41t80: remove sqw sysfs entry | Gary Bisson |
2017-05-31 | rtc: m41t80: fix SQW dividers override when setting a date | Gary Bisson |
2017-05-31 | rtc: m41t80: fix SQWE override when setting an alarm | Gary Bisson |
2017-04-19 | rtc: m41t80: Add proper compatible for rv4162 | Alexandre Belloni |
2017-03-09 | rtc: m41t80: Add OF device ID table | Javier Martinez Canillas |
2016-07-21 | rtc: m41t80: add suspend handlers for alarm IRQ | Stefan Christ |
2016-07-21 | rtc: m41t80: make it a real error message | Stefan Christ |
2016-07-19 | rtc: m41t80: use devm_add_action_or_reset() | Sudip Mukherjee |
2016-07-09 | rtc: simplify implementations of read_alarm | Uwe Kleine-König |
2016-05-20 | rtc: m41t80: handle oscillator failure bit | Mylène Josserand |
2016-05-20 | rtc: m41t80: add wakealarm functionality | Mylène Josserand |
2016-05-20 | rtc: m41t80: add alarm functionality | Mylène Josserand |
2016-05-20 | rtc: m41t80: remove warnings and replace obsolete function | Mylène Josserand |
2016-05-20 | rtc: m41t80: add the use of 'BIT' macro | Mylène Josserand |
2016-05-20 | rtc: m41t80: replace i2c functions for smbus ones | Mylène Josserand |
2016-05-20 | rtc: m41t80: remove proc macro | Mylène Josserand |
2016-05-20 | rtc: m41t80: update sysfs entries export | Mylène Josserand |
2016-03-19 | rtc: m41t80: avoid out of range year values | Stefan Christ |
2015-04-17 | rtc: use more standard kernel logging styles | Joe Perches |
2014-06-06 | drivers/rtc/rtc-m41t80.c: add support for MicroCrystal rv4162 | Wolfram Sang |
2014-06-06 | drivers/rtc/rtc-m41t80.c: propagate error value from smbus functions | Wolfram Sang |
2014-06-06 | drivers/rtc/rtc-m41t80.c: clean up error paths | Wolfram Sang |
2014-06-06 | drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macro | Wolfram Sang |
2013-07-03 | drivers/rtc/rtc-m41t80.c: fix spacing related issue | Sachin Kamat |
2013-04-29 | rtc: rtc-m41t80: use devm_*() functions | Jingoo Han |
2012-10-06 | drivers/rtc/rtc-m41t80.c: remove disabled alarm functionality | Paul Bolle |