summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-mt6397.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27rtc: Explicitly include correct DT includesRob Herring1-1/+1
2022-05-19rtc: mt6397: check return value after calling platform_get_resource()Yang Yingliang1-0/+2
2021-06-01rtc: mt6397: refine RTC_TC_MTHHsin-Hsiung Wang1-1/+1
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2020-10-15rtc: mt6397: Remove unused member devFei Shao1-1/+2
2020-05-21rtc: mt6397: Add support for the MediaTek MT6358 RTCRan Bi1-3/+15
2020-02-04Merge tag 'rtc-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-9/+1
2019-12-11rtc: mt6397: fix alarm register overwriteRan Bi1-14/+25
2019-12-10rtc: mt6397: drop free_irq of devm_ allocated irqWei Yongjun1-9/+1
2019-10-24rtc: mt6397: add compatible for mt6323Josef Friedl1-0/+1
2019-10-24rtc: mt6397: improvements of rtc driverJosef Friedl1-32/+19
2019-10-24rtc: mt6397: move some common definitions into rtc.hJosef Friedl1-54/+1
2019-08-21rtc: remove superfluous error messageAlexandre Belloni1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-04-04rtc: mt6397: Don't call irq_dispose_mapping.Pi-Hsun Shih1-6/+3
2018-09-11rtc: mt6397: fix possible race conditionAlexandre Belloni1-5/+8
2018-04-16mfd: mt6397: Create irq mappings in mfd core driverChen Zhong1-4/+3
2016-09-02rtc: constify rtc_class_ops structuresJulia Lawall1-1/+1
2016-03-14rtc: mt6397: Remove plaform module aliasJavier Martinez Canillas1-1/+0
2015-09-05rtc: Fix module autoload for OF platform driversJavier Martinez Canillas1-0/+1
2015-09-05rtc: mt6397: implement suspend/resume function in rtc-mt6397 driverHenry Chen1-0/+26
2015-07-18rtc: mt6397: enable wakeup before registering rtc deviceWei-Ning Huang1-2/+2
2015-06-25rtc: mt6397: fix build on some 32bits platformsAlexandre Belloni1-2/+3
2015-06-25rtc: mediatek: Add MT6397 RTC driverTianping Fang1-0/+394