summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2023-02-10rtc: pm8xxx: return IRQ_NONE on errorsJohan Hovold1-3/+3
2023-02-10rtc: pm8xxx: drop bogus lockingJohan Hovold1-46/+21
2023-02-10rtc: pm8xxx: use regmap_update_bits()Johan Hovold1-65/+22
2023-02-10rtc: pm8xxx: drop spmi error messagesJohan Hovold1-54/+17
2023-02-10rtc: pm8xxx: fix set-alarm raceJohan Hovold1-14/+10
2023-02-10rtc: rv8803: invalidate date/time if alarm time is invalidSascha Hauer1-7/+38
2023-02-01rtc: remove v3020 driverArnd Bergmann3-379/+0
2023-02-01rtc: max8907: Drop unused i2c includeUwe Kleine-König1-1/+0
2023-02-01rtc: rx8010: use IRQ flags obtained from fwnodeAlexandre Belloni1-2/+6
2023-02-01rtc: rv8803: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: rv3032: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: rv3029c2: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: pcf8563: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: pcf85363: use IRQ flags obtained fromfwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: pcf8523: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: pcf85063: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: pcf2123: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: m41t80: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: hym8563: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-02-01rtc: ab-eoz9: use IRQ flags obtained from fwnodeAlexandre Belloni1-1/+6
2023-01-25rtc: brcmstb-waketimer: allow use as non-wake alarmDoug Berger1-3/+52
2023-01-24rtc: sun6i: Always export the internal oscillatorSamuel Holland1-12/+4
2023-01-24rtc: brcmstb-waketimer: rename irq to wake_irqDoug Berger1-8/+7
2023-01-24rtc: brcmstb-waketimer: compensate for lack of wktmr disableDoug Berger1-18/+34
2023-01-24rtc: brcmstb-waketimer: non-functional code changesDoug Berger1-13/+12
2023-01-24rtc: brcmstb-waketimer: introduce WKTMR_ALARM_EVENT flagDoug Berger1-4/+11
2023-01-24rtc: sunplus: fix format string for printing resourceArnd Bergmann1-2/+2
2023-01-16ARM: s3c: remove s3c24xx specific hacksArnd Bergmann1-6/+2
2023-01-10rtc: ds1307: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2023-01-10rtc: efi: Enable SET/GET WAKEUP services as optionalShanker Donthineni1-21/+27
2022-12-21Merge tag 'mfd-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds3-158/+0
2022-12-16rtc: ds1742: use devm_platform_get_and_ioremap_resource()Minghao Chi1-2/+1
2022-12-16rtc: mxc_v2: Add missing clk_disable_unprepare()GUO Zihua1-1/+3
2022-12-16rtc: rs5c313: correct some spelling mistakesZhang Jiaming1-3/+3
2022-12-16rtc: at91rm9200: Fix syntax errors in commentsXiang wangx1-1/+1
2022-12-16rtc: remove duplicated words in commentsshaomin Deng3-3/+3
2022-12-16rtc: rv3028: Use IRQ flags obtained from device tree if availableWadim Egorov1-1/+12
2022-12-16rtc: ds1307: use sysfs_emit() to instead of scnprintf()ye xingchen1-2/+1
2022-12-16rtc: isl12026: drop obsolete dependency on COMPILE_TESTJean Delvare1-1/+1
2022-12-12rtc: pcf85063: fix pcf85063_clkout_controlAlexandre Belloni1-1/+1
2022-12-12rtc: rx6110: fix warning with !OFAlexandre Belloni1-1/+1
2022-12-11rtc: rk808: reduce 'struct rk808' usageSebastian Reichel1-27/+20
2022-12-11rtc: msc313: Fix function prototype mismatch in msc313_rtc_probe()Kees Cook1-11/+1
2022-12-11rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()Gaosheng Cui1-4/+4
2022-12-11rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()Gaosheng Cui1-0/+1
2022-12-07mfd: Remove dm355evm_msp driverArnd Bergmann3-158/+0
2022-11-17rtc: pcf85063: Fix reading alarmAlexander Stein1-4/+4
2022-11-17rtc: pcf8523: fix for stop bitpaulmn1-10/+10
2022-11-17rtc: efi: Add wakeup supportRiwen Lu1-0/+2
2022-11-17rtc: pcf8563: clear RTC_FEATURE_ALARM if no irqVincent Whitchurch1-0/+2