aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-m41t80.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openGravatar Kirill Smelkov 1-1/+1
2018-12-10rtc: m41t80: Switch to use %ptRGravatar Andy Shevchenko 1-5/+1
2018-11-14rtc: m41t80: Complete error propagation from SMBus callsGravatar Maciej W. Rozycki 1-5/+8
2018-11-14rtc: m41t80: Correct alarm month range with RTC readsGravatar Maciej W. Rozycki 1-1/+1
2018-10-16rtc: m41t80: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+1
2018-03-17rtc: m41t80: remove useless indirectionGravatar Alexandre Belloni 1-15/+5
2018-03-17rtc: m41t80: fix race conditionsGravatar Alexandre Belloni 1-7/+11
2018-03-17rtc: m41t80: move m41t80_rtc_mutex to the block where it is usedGravatar Sebastian Andrzej Siewior 1-1/+1
2018-03-02rtc: stop validating rtc_time in .read_timeGravatar Alexandre Belloni 1-1/+1
2017-11-08rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rateGravatar Troy Kisky 1-11/+6
2017-11-08rtc: m41t80: avoid i2c read in m41t80_sqw_is_preparedGravatar Troy Kisky 1-9/+6
2017-11-08rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rateGravatar Troy Kisky 1-11/+17
2017-11-08rtc: m41t80: fix m41t80_sqw_round_rate return valueGravatar Troy Kisky 1-12/+7
2017-11-08rtc: m41t80: m41t80_sqw_set_rate should return 0 on successGravatar Troy Kisky 1-4/+1
2017-08-24rtc: m41t80: remove debug sysfs attributeGravatar Alexandre Belloni 1-44/+0
2017-08-24rtc: m41t80: enable wakealarm when "wakeup-source" is specifiedGravatar Eric Cooper 1-6/+17
2017-05-31rtc: m41t80: add clock provider supportGravatar Gary Bisson 1-0/+172
2017-05-31rtc: m41t80: remove sqw sysfs entryGravatar Gary Bisson 1-88/+0
2017-05-31rtc: m41t80: fix SQW dividers override when setting a dateGravatar Gary Bisson 1-0/+12
2017-05-31rtc: m41t80: fix SQWE override when setting an alarmGravatar Gary Bisson 1-0/+3
2017-04-19rtc: m41t80: Add proper compatible for rv4162Gravatar Alexandre Belloni 1-0/+5
2017-03-09rtc: m41t80: Add OF device ID tableGravatar Javier Martinez Canillas 1-2/+61
2016-07-21rtc: m41t80: add suspend handlers for alarm IRQGravatar Stefan Christ 1-0/+25
2016-07-21rtc: m41t80: make it a real error messageGravatar Stefan Christ 1-1/+1
2016-07-19rtc: m41t80: use devm_add_action_or_reset()Gravatar Sudip Mukherjee 1-3/+2
2016-07-09rtc: simplify implementations of read_alarmGravatar Uwe Kleine-König 1-2/+0
2016-05-20rtc: m41t80: handle oscillator failure bitGravatar Mylène Josserand 1-2/+23
2016-05-20rtc: m41t80: add wakealarm functionalityGravatar Mylène Josserand 1-0/+2
2016-05-20rtc: m41t80: add alarm functionalityGravatar Mylène Josserand 1-13/+167
2016-05-20rtc: m41t80: remove warnings and replace obsolete functionGravatar Mylène Josserand 1-11/+15
2016-05-20rtc: m41t80: add the use of 'BIT' macroGravatar Mylène Josserand 1-15/+15
2016-05-20rtc: m41t80: replace i2c functions for smbus onesGravatar Mylène Josserand 1-90/+44
2016-05-20rtc: m41t80: remove proc macroGravatar Mylène Josserand 1-4/+0
2016-05-20rtc: m41t80: update sysfs entries exportGravatar Mylène Josserand 1-24/+32
2016-03-19rtc: m41t80: avoid out of range year valuesGravatar Stefan Christ 1-0/+6
2015-04-17rtc: use more standard kernel logging stylesGravatar Joe Perches 1-2/+4
2014-06-06drivers/rtc/rtc-m41t80.c: add support for MicroCrystal rv4162Gravatar Wolfram Sang 1-0/+1
2014-06-06drivers/rtc/rtc-m41t80.c: propagate error value from smbus functionsGravatar Wolfram Sang 1-14/+23
2014-06-06drivers/rtc/rtc-m41t80.c: clean up error pathsGravatar Wolfram Sang 1-41/+23
2014-06-06drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macroGravatar Wolfram Sang 1-6/+0
2013-07-03drivers/rtc/rtc-m41t80.c: fix spacing related issueGravatar Sachin Kamat 1-1/+1
2013-04-29rtc: rtc-m41t80: use devm_*() functionsGravatar Jingoo Han 1-11/+5
2012-10-06drivers/rtc/rtc-m41t80.c: remove disabled alarm functionalityGravatar Paul Bolle 1-153/+4
2012-03-23rtc: convert rtc i2c drivers to module_i2c_driverGravatar Axel Lin 1-12/+1
2011-12-13rtc: m41t80: Workaround broken alarm functionalityGravatar John Stultz 1-0/+9
2011-05-06rtc: m41t80: Initialize clientdata before registering deviceGravatar John Stultz 1-2/+3
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodGravatar John Stultz 1-22/+8
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-0/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-6/+7