aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-m41t80.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-29rtc: m41t80: Use the unified property API get the wakeup-source propertyCurtis Klein1-4/+1
2023-07-27rtc: Explicitly include correct DT includesRob Herring1-1/+1
2023-06-06rtc: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-02-01rtc: m41t80: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2022-12-15rtc: remove duplicated words in commentsshaomin Deng1-1/+1
2022-11-15rtc: m41t80: Convert to .probe_new()Uwe Kleine-König1-5/+6
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-03-23rtc: m41t80: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni1-4/+2
2021-10-01rtc: m41t80: return NULL rather than a plain 0 integerColin Ian King1-1/+1
2021-06-20rtc: m41t80: correct kerneldoc function namesYang Yingliang1-12/+8
2021-05-25rtc: m41t80: add support for fixed clockSebastian Reichel1-0/+12
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro1-2/+2
2021-02-06rtc: m41t80: quiet maybe-unused variable warningAlexandre Belloni1-1/+1
2021-01-25rtc: m41t80: use rtc_lock/rtc_unlockAlexandre Belloni1-5/+4
2021-01-16rtc: m41t80: constify m41t80_rtc_opsAlexandre Belloni1-7/+7
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-12-03Merge tag 'rtc-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-4/+2
2019-11-27rtc: m41t80: remove excess kerneldocAlexandre Belloni1-1/+0
2019-10-23compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann1-0/+1
2019-10-07rtc: m41t80: set rangeAlexandre Belloni1-3/+2
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-06-09rtc: m41t80: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2018-12-10rtc: m41t80: Switch to use %ptRAndy Shevchenko1-5/+1
2018-11-14rtc: m41t80: Complete error propagation from SMBus callsMaciej W. Rozycki1-5/+8
2018-11-14rtc: m41t80: Correct alarm month range with RTC readsMaciej W. Rozycki1-1/+1
2018-10-16rtc: m41t80: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-03-17rtc: m41t80: remove useless indirectionAlexandre Belloni1-15/+5
2018-03-17rtc: m41t80: fix race conditionsAlexandre Belloni1-7/+11
2018-03-17rtc: m41t80: move m41t80_rtc_mutex to the block where it is usedSebastian Andrzej Siewior1-1/+1
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2017-11-08rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rateTroy Kisky1-11/+6
2017-11-08rtc: m41t80: avoid i2c read in m41t80_sqw_is_preparedTroy Kisky1-9/+6
2017-11-08rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rateTroy Kisky1-11/+17
2017-11-08rtc: m41t80: fix m41t80_sqw_round_rate return valueTroy Kisky1-12/+7
2017-11-08rtc: m41t80: m41t80_sqw_set_rate should return 0 on successTroy Kisky1-4/+1
2017-08-24rtc: m41t80: remove debug sysfs attributeAlexandre Belloni1-44/+0
2017-08-24rtc: m41t80: enable wakealarm when "wakeup-source" is specifiedEric Cooper1-6/+17
2017-05-31rtc: m41t80: add clock provider supportGary Bisson1-0/+172
2017-05-31rtc: m41t80: remove sqw sysfs entryGary Bisson1-88/+0
2017-05-31rtc: m41t80: fix SQW dividers override when setting a dateGary Bisson1-0/+12
2017-05-31rtc: m41t80: fix SQWE override when setting an alarmGary Bisson1-0/+3
2017-04-19rtc: m41t80: Add proper compatible for rv4162Alexandre Belloni1-0/+5
2017-03-09rtc: m41t80: Add OF device ID tableJavier Martinez Canillas1-2/+61
2016-07-21rtc: m41t80: add suspend handlers for alarm IRQStefan Christ1-0/+25
2016-07-21rtc: m41t80: make it a real error messageStefan Christ1-1/+1
2016-07-19rtc: m41t80: use devm_add_action_or_reset()Sudip Mukherjee1-3/+2
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König1-2/+0
2016-05-20rtc: m41t80: handle oscillator failure bitMylène Josserand1-2/+23
2016-05-20rtc: m41t80: add wakealarm functionalityMylène Josserand1-0/+2
2016-05-20rtc: m41t80: add alarm functionalityMylène Josserand1-13/+167
2016-05-20rtc: m41t80: remove warnings and replace obsolete functionMylène Josserand1-11/+15
2016-05-20rtc: m41t80: add the use of 'BIT' macroMylène Josserand1-15/+15
2016-05-20rtc: m41t80: replace i2c functions for smbus onesMylène Josserand1-90/+44
2016-05-20rtc: m41t80: remove proc macroMylène Josserand1-4/+0
2016-05-20rtc: m41t80: update sysfs entries exportMylène Josserand1-24/+32
2016-03-19rtc: m41t80: avoid out of range year valuesStefan Christ1-0/+6
2015-04-17rtc: use more standard kernel logging stylesJoe Perches1-2/+4
2014-06-06drivers/rtc/rtc-m41t80.c: add support for MicroCrystal rv4162Wolfram Sang1-0/+1
2014-06-06drivers/rtc/rtc-m41t80.c: propagate error value from smbus functionsWolfram Sang1-14/+23
2014-06-06drivers/rtc/rtc-m41t80.c: clean up error pathsWolfram Sang1-41/+23
2014-06-06drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macroWolfram Sang1-6/+0
2013-07-03drivers/rtc/rtc-m41t80.c: fix spacing related issueSachin Kamat1-1/+1
2013-04-29rtc: rtc-m41t80: use devm_*() functionsJingoo Han1-11/+5
2012-10-06drivers/rtc/rtc-m41t80.c: remove disabled alarm functionalityPaul Bolle1-153/+4
2012-03-23rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin1-12/+1
2011-12-13rtc: m41t80: Workaround broken alarm functionalityJohn Stultz1-0/+9
2011-05-06rtc: m41t80: Initialize clientdata before registering deviceJohn Stultz1-2/+3
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz1-22/+8
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-6/+7
2010-09-09rtc: m41t80: do not use rtc_valid_tm in m41t80_rtc_read_alarmAtsushi Nemoto1-1/+1
2010-08-11rtc/m41t80: use rtc_valid_tm() to check returned tmWan ZongShun1-2/+2
2010-05-27rtc-m41t80: use nonseekable_open()Jan Blunck1-5/+1
2010-05-17drivers: Push down BKL into various driversArnd Bergmann1-2/+14
2009-04-02rtc: add m41t62 support to rtc-m41t80 driverDaniel Glockner1-5/+13
2008-10-20drivers/rtc/: use bcd2bin/bin2bcdAdrian Bunk1-22/+22
2008-10-16rtc: rtc-m41t80.c: add support for the ST M41T65 RTCSteven A. Falco1-10/+33
2008-07-24rtc: m41t80: use pr_info() as appropriateMaciej W. Rozycki1-4/+2
2008-07-24rtc: m41t80: sort header inclusions for readabilityMaciej W. Rozycki1-7/+7
2008-07-02rtc-rtc-m41t80: BKL pushdownArnd Bergmann1-1/+6
2008-05-13rtc: m41t80: include <linux/kernel.h> for printk()Maciej W. Rozycki1-0/+1
2008-05-13RTC/watchdog: M41T80: fix a potential use of unitialized dataMaciej W. Rozycki1-1/+1
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare1-59/+19
2008-04-29i2c: Add support for device alias namesJean Delvare1-1/+2
2007-08-22correct name for rtc-m41t80David Brownell1-1/+1
2007-07-17rtc: watchdog support for rtc-m41t80 driverAtsushi Nemoto1-0/+288
2007-07-17rtc: add rtc-m41t80 driverAtsushi Nemoto1-0/+629