summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-m41t80.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: m41t80: Use the unified property API get the wakeup-source propertyCurtis Klein2024-02-291-4/+1
* rtc: Explicitly include correct DT includesRob Herring2023-07-271-1/+1
* rtc: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-061-1/+1
* rtc: m41t80: use IRQ flags obtained from fwnodeAlexandre Belloni2023-02-011-1/+6
* rtc: remove duplicated words in commentsshaomin Deng2022-12-151-1/+1
* rtc: m41t80: Convert to .probe_new()Uwe Kleine-König2022-11-151-5/+6
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* rtc: m41t80: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2022-03-231-4/+2
* rtc: m41t80: return NULL rather than a plain 0 integerColin Ian King2021-10-011-1/+1
* rtc: m41t80: correct kerneldoc function namesYang Yingliang2021-06-201-12/+8
* rtc: m41t80: add support for fixed clockSebastian Reichel2021-05-251-0/+12
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-02-271-2/+2
|\
| * whack-a-mole: don't open-code iminor/imajorAl Viro2021-02-231-2/+2
* | rtc: m41t80: quiet maybe-unused variable warningAlexandre Belloni2021-02-061-1/+1
* | rtc: m41t80: use rtc_lock/rtc_unlockAlexandre Belloni2021-01-251-5/+4
* | rtc: m41t80: constify m41t80_rtc_opsAlexandre Belloni2021-01-161-7/+7
|/
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'rtc-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2019-12-031-4/+2
|\
| * rtc: m41t80: remove excess kerneldocAlexandre Belloni2019-11-271-1/+0
| * rtc: m41t80: set rangeAlexandre Belloni2019-10-071-3/+2
* | compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann2019-10-231-0/+1
|/
* 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