summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-m41t80.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2019-07-171-1/+1
|\
| * rtc: m41t80: simplify getting the adapter of a clientWolfram Sang2019-06-091-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
|/
* *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
* rtc: m41t80: Switch to use %ptRAndy Shevchenko2018-12-101-5/+1
* rtc: m41t80: Complete error propagation from SMBus callsMaciej W. Rozycki2018-11-141-5/+8
* rtc: m41t80: Correct alarm month range with RTC readsMaciej W. Rozycki2018-11-141-1/+1
* rtc: m41t80: mark expected switch fall-throughGustavo A. R. Silva2018-10-161-1/+1
* rtc: m41t80: remove useless indirectionAlexandre Belloni2018-03-171-15/+5
* rtc: m41t80: fix race conditionsAlexandre Belloni2018-03-171-7/+11
* rtc: m41t80: move m41t80_rtc_mutex to the block where it is usedSebastian Andrzej Siewior2018-03-171-1/+1
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rateTroy Kisky2017-11-081-11/+6
* rtc: m41t80: avoid i2c read in m41t80_sqw_is_preparedTroy Kisky2017-11-081-9/+6
* rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rateTroy Kisky2017-11-081-11/+17
* rtc: m41t80: fix m41t80_sqw_round_rate return valueTroy Kisky2017-11-081-12/+7
* rtc: m41t80: m41t80_sqw_set_rate should return 0 on successTroy Kisky2017-11-081-4/+1
* rtc: m41t80: remove debug sysfs attributeAlexandre Belloni2017-08-241-44/+0
* rtc: m41t80: enable wakealarm when "wakeup-source" is specifiedEric Cooper2017-08-241-6/+17
* rtc: m41t80: add clock provider supportGary Bisson2017-05-311-0/+172
* rtc: m41t80: remove sqw sysfs entryGary Bisson2017-05-311-88/+0
* rtc: m41t80: fix SQW dividers override when setting a dateGary Bisson2017-05-311-0/+12
* rtc: m41t80: fix SQWE override when setting an alarmGary Bisson2017-05-311-0/+3
* rtc: m41t80: Add proper compatible for rv4162Alexandre Belloni2017-04-191-0/+5
* rtc: m41t80: Add OF device ID tableJavier Martinez Canillas2017-03-091-2/+61
* rtc: m41t80: add suspend handlers for alarm IRQStefan Christ2016-07-211-0/+25
* rtc: m41t80: make it a real error messageStefan Christ2016-07-211-1/+1
* rtc: m41t80: use devm_add_action_or_reset()Sudip Mukherjee2016-07-191-3/+2
* rtc: simplify implementations of read_alarmUwe Kleine-König2016-07-091-2/+0
* rtc: m41t80: handle oscillator failure bitMylène Josserand2016-05-201-2/+23
* rtc: m41t80: add wakealarm functionalityMylène Josserand2016-05-201-0/+2
* rtc: m41t80: add alarm functionalityMylène Josserand2016-05-201-13/+167
* rtc: m41t80: remove warnings and replace obsolete functionMylène Josserand2016-05-201-11/+15
* rtc: m41t80: add the use of 'BIT' macroMylène Josserand2016-05-201-15/+15
* rtc: m41t80: replace i2c functions for smbus onesMylène Josserand2016-05-201-90/+44
* rtc: m41t80: remove proc macroMylène Josserand2016-05-201-4/+0
* rtc: m41t80: update sysfs entries exportMylène Josserand2016-05-201-24/+32
* rtc: m41t80: avoid out of range year valuesStefan Christ2016-03-191-0/+6
* rtc: use more standard kernel logging stylesJoe Perches2015-04-171-2/+4
* drivers/rtc/rtc-m41t80.c: add support for MicroCrystal rv4162Wolfram Sang2014-06-061-0/+1
* drivers/rtc/rtc-m41t80.c: propagate error value from smbus functionsWolfram Sang2014-06-061-14/+23
* drivers/rtc/rtc-m41t80.c: clean up error pathsWolfram Sang2014-06-061-41/+23
* drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macroWolfram Sang2014-06-061-6/+0
* drivers/rtc/rtc-m41t80.c: fix spacing related issueSachin Kamat2013-07-031-1/+1
* rtc: rtc-m41t80: use devm_*() functionsJingoo Han2013-04-291-11/+5
* drivers/rtc/rtc-m41t80.c: remove disabled alarm functionalityPaul Bolle2012-10-061-153/+4
* rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin2012-03-231-12/+1
* rtc: m41t80: Workaround broken alarm functionalityJohn Stultz2011-12-131-0/+9
* rtc: m41t80: Initialize clientdata before registering deviceJohn Stultz2011-05-061-2/+3
* RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz2011-02-031-22/+8