summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-mt6397.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: Explicitly include correct DT includesRob Herring2023-07-271-1/+1
* rtc: mt6397: check return value after calling platform_get_resource()Yang Yingliang2022-05-191-0/+2
* rtc: mt6397: refine RTC_TC_MTHHsin-Hsiung Wang2021-06-011-1/+1
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: mt6397: Remove unused member devFei Shao2020-10-151-1/+2
* rtc: mt6397: Add support for the MediaTek MT6358 RTCRan Bi2020-05-211-3/+15
* Merge tag 'rtc-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2020-02-041-9/+1
|\
| * rtc: mt6397: drop free_irq of devm_ allocated irqWei Yongjun2019-12-101-9/+1
* | rtc: mt6397: fix alarm register overwriteRan Bi2019-12-111-14/+25
|/
* rtc: mt6397: add compatible for mt6323Josef Friedl2019-10-241-0/+1
* rtc: mt6397: improvements of rtc driverJosef Friedl2019-10-241-32/+19
* rtc: mt6397: move some common definitions into rtc.hJosef Friedl2019-10-241-54/+1
* rtc: remove superfluous error messageAlexandre Belloni2019-08-211-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* rtc: mt6397: Don't call irq_dispose_mapping.Pi-Hsun Shih2019-04-041-6/+3
* rtc: mt6397: fix possible race conditionAlexandre Belloni2018-09-111-5/+8
* mfd: mt6397: Create irq mappings in mfd core driverChen Zhong2018-04-161-4/+3
* rtc: constify rtc_class_ops structuresJulia Lawall2016-09-021-1/+1
* rtc: mt6397: Remove plaform module aliasJavier Martinez Canillas2016-03-141-1/+0
* rtc: Fix module autoload for OF platform driversJavier Martinez Canillas2015-09-051-0/+1
* rtc: mt6397: implement suspend/resume function in rtc-mt6397 driverHenry Chen2015-09-051-0/+26
* rtc: mt6397: enable wakeup before registering rtc deviceWei-Ning Huang2015-07-181-2/+2
* rtc: mt6397: fix build on some 32bits platformsAlexandre Belloni2015-06-251-2/+3
* rtc: mediatek: Add MT6397 RTC driverTianping Fang2015-06-251-0/+394