summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-m41t80.c
AgeCommit message (Expand)Author
2021-10-01rtc: m41t80: return NULL rather than a plain 0 integerColin Ian King
2021-06-20rtc: m41t80: correct kerneldoc function namesYang Yingliang
2021-05-25rtc: m41t80: add support for fixed clockSebastian Reichel
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2021-02-23whack-a-mole: don't open-code iminor/imajorAl Viro
2021-02-06rtc: m41t80: quiet maybe-unused variable warningAlexandre Belloni
2021-01-25rtc: m41t80: use rtc_lock/rtc_unlockAlexandre Belloni
2021-01-16rtc: m41t80: constify m41t80_rtc_opsAlexandre Belloni
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-12-03Merge tag 'rtc-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2019-11-27rtc: m41t80: remove excess kerneldocAlexandre Belloni
2019-10-23compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann
2019-10-07rtc: m41t80: set rangeAlexandre Belloni
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-09rtc: m41t80: simplify getting the adapter of a clientWolfram Sang
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2018-12-10rtc: m41t80: Switch to use %ptRAndy Shevchenko
2018-11-14rtc: m41t80: Complete error propagation from SMBus callsMaciej W. Rozycki
2018-11-14rtc: m41t80: Correct alarm month range with RTC readsMaciej W. Rozycki
2018-10-16rtc: m41t80: mark expected switch fall-throughGustavo A. R. Silva
2018-03-17rtc: m41t80: remove useless indirectionAlexandre Belloni
2018-03-17rtc: m41t80: fix race conditionsAlexandre Belloni
2018-03-17rtc: m41t80: move m41t80_rtc_mutex to the block where it is usedSebastian Andrzej Siewior
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni
2017-11-08rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rateTroy Kisky
2017-11-08rtc: m41t80: avoid i2c read in m41t80_sqw_is_preparedTroy Kisky
2017-11-08rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rateTroy Kisky
2017-11-08rtc: m41t80: fix m41t80_sqw_round_rate return valueTroy Kisky
2017-11-08rtc: m41t80: m41t80_sqw_set_rate should return 0 on successTroy Kisky
2017-08-24rtc: m41t80: remove debug sysfs attributeAlexandre Belloni
2017-08-24rtc: m41t80: enable wakealarm when "wakeup-source" is specifiedEric Cooper
2017-05-31rtc: m41t80: add clock provider supportGary Bisson
2017-05-31rtc: m41t80: remove sqw sysfs entryGary Bisson
2017-05-31rtc: m41t80: fix SQW dividers override when setting a dateGary Bisson
2017-05-31rtc: m41t80: fix SQWE override when setting an alarmGary Bisson
2017-04-19rtc: m41t80: Add proper compatible for rv4162Alexandre Belloni
2017-03-09rtc: m41t80: Add OF device ID tableJavier Martinez Canillas
2016-07-21rtc: m41t80: add suspend handlers for alarm IRQStefan Christ
2016-07-21rtc: m41t80: make it a real error messageStefan Christ
2016-07-19rtc: m41t80: use devm_add_action_or_reset()Sudip Mukherjee
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König
2016-05-20rtc: m41t80: handle oscillator failure bitMylène Josserand
2016-05-20rtc: m41t80: add wakealarm functionalityMylène Josserand
2016-05-20rtc: m41t80: add alarm functionalityMylène Josserand
2016-05-20rtc: m41t80: remove warnings and replace obsolete functionMylène Josserand
2016-05-20rtc: m41t80: add the use of 'BIT' macroMylène Josserand
2016-05-20rtc: m41t80: replace i2c functions for smbus onesMylène Josserand
2016-05-20rtc: m41t80: remove proc macroMylène Josserand