summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2022-12-11rtc: msc313: Fix function prototype mismatch in msc313_rtc_probe()Kees Cook
2022-12-10rtc: pic32: Move devm_rtc_allocate_device earlier in pic32_rtc_probe()Gaosheng Cui
2022-12-10rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe()Gaosheng Cui
2022-12-07mfd: Remove dm355evm_msp driverArnd Bergmann
2022-11-16rtc: pcf85063: Fix reading alarmAlexander Stein
2022-11-16rtc: pcf8523: fix for stop bitpaulmn
2022-11-16rtc: efi: Add wakeup supportRiwen Lu
2022-11-16rtc: pcf8563: clear RTC_FEATURE_ALARM if no irqVincent Whitchurch
2022-11-15rtc: snvs: Allow a time difference on clock register readStefan Eichenberger
2022-11-15rtc: cmos: Disable ACPI RTC event on removalRafael J. Wysocki
2022-11-15rtc: cmos: Rename ACPI-related functionsRafael J. Wysocki
2022-11-15rtc: cmos: Eliminate forward declarations of some functionsRafael J. Wysocki
2022-11-15rtc: cmos: Call rtc_wake_setup() from cmos_do_probe()Rafael J. Wysocki
2022-11-15rtc: cmos: Call cmos_wake_setup() from cmos_do_probe()Rafael J. Wysocki
2022-11-15rtc: class: Fix potential memleak in devm_rtc_allocate_device()Shang XiaoJing
2022-11-15rtc: ds1347: fix value written to century registerIan Abbott
2022-11-15rtc: Include <linux/kstrtox.h> when appropriateChristophe JAILLET
2022-11-15rtc: isl12022: add support for temperature sensorRasmus Villemoes
2022-11-15rtc: s35390a: Remove the unneeded result variableye xingchen
2022-11-15rtc: fsl-ftm-alarm: Use module_platform_driver replace device_initcallZhang Jianhua
2022-11-15rtc: remove davinci rtc driverArnd Bergmann
2022-11-15rtc: s3c: Switch to use dev_err_probe() helperYang Yingliang
2022-11-15rtc: ds1302: remove unnecessary spi_set_drvdata()Yang Yingliang
2022-11-15rtc: cros-ec: Limit RTC alarm range if neededGuenter Roeck
2022-11-15rtc: pm8xxx: drop unused pm8018 compatibleNeil Armstrong
2022-11-15rtc: rzn1: Check return value in rzn1_rtc_probeYushan Zhou
2022-11-15rtc: rx8025: Convert to .probe_new()Uwe Kleine-König
2022-11-15rtc: rv8803: Convert to .probe_new()Uwe Kleine-König
2022-11-15rtc: rs5c372: Convert to .probe_new()Uwe Kleine-König
2022-11-15rtc: pcf2127: Convert to .probe_new()Uwe Kleine-König
2022-11-15rtc: nct3018y: Convert to .probe_new()Uwe Kleine-König
2022-11-15rtc: m41t80: Convert to .probe_new()Uwe Kleine-König
2022-11-15rtc: isl1208: Convert to .probe_new()Uwe Kleine-König
2022-11-15rtc: abx80x: Convert to .probe_new()Uwe Kleine-König
2022-10-18rtc: cmos: fix build on non-ACPI platformsAlexandre Belloni
2022-10-18rtc: cmos: Fix wake alarm breakageRafael J. Wysocki
2022-10-14Merge tag 'rtc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2022-10-13rtc: rv3028: Fix codestyle errorsKe Sun
2022-10-13rtc: cmos: Fix event handler registration ordering issueRafael J. Wysocki
2022-10-13rtc: k3: Use devm_clk_get_enabled() helperChristophe JAILLET
2022-10-13rtc: jz4740: Use devm_clk_get_enabled() helperChristophe JAILLET
2022-10-13rtc: mpfs: Use devm_clk_get_enabled() helperChristophe JAILLET
2022-10-13rtc: ds1685: Fix spelling of function name in comment blockColin Ian King
2022-10-13rtc: isl12022: switch to using regmap APIRasmus Villemoes
2022-10-13rtc: isl12022: drop redundant write to HR registerRasmus Villemoes
2022-10-13rtc: isl12022: use dev_set_drvdata() instead of i2c_set_clientdata()Rasmus Villemoes
2022-10-13rtc: isl12022: use %ptRRasmus Villemoes
2022-10-13rtc: isl12022: simplify some expressionsRasmus Villemoes
2022-10-13rtc: isl12022: drop a dev_info()Rasmus Villemoes
2022-10-13rtc: isl12022: specify range_min and range_maxRasmus Villemoes