summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
AgeCommit message (Expand)AuthorLines
2023-02-01rtc: pcf8523: use IRQ flags obtained from fwnodeAlexandre Belloni-1/+6
2023-02-01rtc: pcf85063: use IRQ flags obtained from fwnodeAlexandre Belloni-1/+6
2023-02-01rtc: pcf2123: use IRQ flags obtained from fwnodeAlexandre Belloni-1/+6
2023-02-01rtc: m41t80: use IRQ flags obtained from fwnodeAlexandre Belloni-1/+6
2023-02-01rtc: hym8563: use IRQ flags obtained from fwnodeAlexandre Belloni-1/+6
2023-02-01rtc: ab-eoz9: use IRQ flags obtained from fwnodeAlexandre Belloni-1/+6
2023-01-25rtc: brcmstb-waketimer: allow use as non-wake alarmDoug Berger-3/+52
2023-01-24rtc: sun6i: Always export the internal oscillatorSamuel Holland-12/+4
2023-01-24rtc: brcmstb-waketimer: rename irq to wake_irqDoug Berger-8/+7
2023-01-24rtc: brcmstb-waketimer: compensate for lack of wktmr disableDoug Berger-18/+34
2023-01-24rtc: brcmstb-waketimer: non-functional code changesDoug Berger-13/+12
2023-01-24rtc: brcmstb-waketimer: introduce WKTMR_ALARM_EVENT flagDoug Berger-4/+11
2023-01-23rtc: sunplus: fix format string for printing resourceArnd Bergmann-2/+2
2023-01-16ARM: s3c: remove s3c24xx specific hacksArnd Bergmann-6/+2
2023-01-09rtc: ds1307: Convert to i2c's .probe_new()Uwe Kleine-König-3/+3
2023-01-09rtc: efi: Enable SET/GET WAKEUP services as optionalShanker Donthineni-21/+27
2022-12-21Merge tag 'mfd-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds-158/+0
2022-12-15rtc: ds1742: use devm_platform_get_and_ioremap_resource()Minghao Chi-2/+1
2022-12-15rtc: mxc_v2: Add missing clk_disable_unprepare()GUO Zihua-1/+3
2022-12-15rtc: rs5c313: correct some spelling mistakesZhang Jiaming-3/+3
2022-12-15rtc: at91rm9200: Fix syntax errors in commentsXiang wangx-1/+1
2022-12-15rtc: remove duplicated words in commentsshaomin Deng-3/+3
2022-12-15rtc: rv3028: Use IRQ flags obtained from device tree if availableWadim Egorov-1/+12
2022-12-15rtc: ds1307: use sysfs_emit() to instead of scnprintf()ye xingchen-2/+1
2022-12-15rtc: isl12026: drop obsolete dependency on COMPILE_TESTJean Delvare-1/+1
2022-12-11rtc: pcf85063: fix pcf85063_clkout_controlAlexandre Belloni-1/+1
2022-12-11rtc: rx6110: fix warning with !OFAlexandre Belloni-1/+1
2022-12-11rtc: rk808: reduce 'struct rk808' usageSebastian Reichel-27/+20
2022-12-11rtc: msc313: Fix function prototype mismatch in msc313_rtc_probe()Kees Cook-11/+1
2022-12-10rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()Gaosheng Cui-4/+4
2022-12-10rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()Gaosheng Cui-0/+1
2022-12-07mfd: Remove dm355evm_msp driverArnd Bergmann-158/+0
2022-11-16rtc: pcf85063: Fix reading alarmAlexander Stein-4/+4
2022-11-16rtc: pcf8523: fix for stop bitpaulmn-10/+10
2022-11-16rtc: efi: Add wakeup supportRiwen Lu-0/+2
2022-11-16rtc: pcf8563: clear RTC_FEATURE_ALARM if no irqVincent Whitchurch-0/+2
2022-11-15rtc: snvs: Allow a time difference on clock register readStefan Eichenberger-2/+14
2022-11-15rtc: cmos: Disable ACPI RTC event on removalRafael J. Wysocki-0/+15
2022-11-15rtc: cmos: Rename ACPI-related functionsRafael J. Wysocki-6/+6
2022-11-15rtc: cmos: Eliminate forward declarations of some functionsRafael J. Wysocki-155/+149
2022-11-15rtc: cmos: Call rtc_wake_setup() from cmos_do_probe()Rafael J. Wysocki-16/+12
2022-11-15rtc: cmos: Call cmos_wake_setup() from cmos_do_probe()Rafael J. Wysocki-25/+22
2022-11-15rtc: class: Fix potential memleak in devm_rtc_allocate_device()Shang XiaoJing-2/+2
2022-11-15rtc: ds1347: fix value written to century registerIan Abbott-1/+1
2022-11-15rtc: Include <linux/kstrtox.h> when appropriateChristophe JAILLET-0/+6
2022-11-15rtc: isl12022: add support for temperature sensorRasmus Villemoes-0/+94
2022-11-15rtc: s35390a: Remove the unneeded result variableye xingchen-4/+2
2022-11-15rtc: fsl-ftm-alarm: Use module_platform_driver replace device_initcallZhang Jianhua-6/+1
2022-11-15rtc: remove davinci rtc driverArnd Bergmann-523/+0
2022-11-15rtc: s3c: Switch to use dev_err_probe() helperYang Yingliang-8/+3