aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-m41t80.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-29rtc: m41t80: Use the unified property API get the wakeup-source propertyGravatar Curtis Klein 1-4/+1
2023-07-27rtc: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-06-06rtc: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2023-02-01rtc: m41t80: use IRQ flags obtained from fwnodeGravatar Alexandre Belloni 1-1/+6
2022-12-15rtc: remove duplicated words in commentsGravatar shaomin Deng 1-1/+1
2022-11-15rtc: m41t80: Convert to .probe_new()Gravatar Uwe Kleine-König 1-5/+6
2022-08-16i2c: Make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2022-03-23rtc: m41t80: switch to RTC_FEATURE_UPDATE_INTERRUPTGravatar Alexandre Belloni 1-4/+2
2021-10-01rtc: m41t80: return NULL rather than a plain 0 integerGravatar Colin Ian King 1-1/+1
2021-06-20rtc: m41t80: correct kerneldoc function namesGravatar Yang Yingliang 1-12/+8
2021-05-25rtc: m41t80: add support for fixed clockGravatar Sebastian Reichel 1-0/+12
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2021-02-23whack-a-mole: don't open-code iminor/imajorGravatar Al Viro 1-2/+2
2021-02-06rtc: m41t80: quiet maybe-unused variable warningGravatar Alexandre Belloni 1-1/+1
2021-01-25rtc: m41t80: use rtc_lock/rtc_unlockGravatar Alexandre Belloni 1-5/+4
2021-01-16rtc: m41t80: constify m41t80_rtc_opsGravatar Alexandre Belloni 1-7/+7
2020-11-19rtc: rework rtc_register_device() resource managementGravatar Bartosz Golaszewski 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2019-12-03Merge tag 'rtc-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-4/+2
2019-11-27rtc: m41t80: remove excess kerneldocGravatar Alexandre Belloni 1-1/+0
2019-10-23compat_ioctl: move WDIOC handling into wdt driversGravatar Arnd Bergmann 1-0/+1
2019-10-07rtc: m41t80: set rangeGravatar Alexandre Belloni 1-3/+2
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2019-06-09rtc: m41t80: simplify getting the adapter of a clientGravatar Wolfram Sang 1-1/+1
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