summaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)Author
2023-07-27rtc: pcf2127: add UIE support for PCF2131Hugo Villeneuve
2023-07-27rtc: pcf2127: add flag for watchdog register value read supportHugo Villeneuve
2023-07-27rtc: pcf2127: support generic watchdog timing configurationHugo Villeneuve
2023-07-27rtc: pcf2127: adapt time/date registers write sequence for PCF2131Hugo Villeneuve
2023-07-27rtc: pcf2127: add support for PCF2131 interrupts on output INT_AHugo Villeneuve
2023-07-27rtc: pcf2127: add support for PCF2131 RTCHugo Villeneuve
2023-07-27rtc: pcf2127: add support for multiple TS functionsHugo Villeneuve
2023-07-27rtc: pcf2127: adapt for CLKOUT register at any offsetHugo Villeneuve
2023-07-27rtc: pcf2127: adapt for WD registers at any offsetHugo Villeneuve
2023-07-27rtc: pcf2127: adapt for alarm registers at any offsetHugo Villeneuve
2023-07-27rtc: pcf2127: adapt for time/date registers at any offsetHugo Villeneuve
2023-07-27rtc: pcf2127: add variant-specific configuration structureHugo Villeneuve
2023-07-27rtc: pcf2127: remove superfluous commentsHugo Villeneuve
2023-07-27rtc: pcf2127: lower message severity if setting time failsHugo Villeneuve
2023-07-27rtc: pcf2127: improve timestamp reading performanceHugo Villeneuve
2023-07-27rtc: pcf2127: improve rtc_read_time() performanceHugo Villeneuve
2023-07-03Merge tag 'rtc-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2023-06-29Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2023-06-26rtc: Add rtc driver for the Loongson family chipsBinbin Zhou
2023-06-26rtc: Remove the Loongson-1 RTC driverBinbin Zhou
2023-06-26rtc: rv3028: make rv3028 probeable from userspaceJohannes Kirchmair
2023-06-26rtc: isl1208: Add support for the built-in RTC on the PMIC RAA215300Biju Das
2023-06-26rtc: isl1208: Add isl1208_set_xtoscb()Biju Das
2023-06-26rtc: isl1208: Drop enum isl1208_id and split isl1208_configs[]Biju Das
2023-06-26rtc: isl1208: Make similar I2C and DT-based matching tableBiju Das
2023-06-26rtc: isl1208: Drop name variableBiju Das
2023-06-26rtc: st-lpc: Simplify clk handling in st_rtc_probe()Christophe JAILLET
2023-06-26rtc: st-lpc: Release some resources in st_rtc_probe() in case of errorChristophe JAILLET
2023-06-08rtc: sun6i: Add a determine_rate hookMaxime Ripard
2023-06-06rtc: stm32: remove dedicated wakeup managementAlexandre Torgue
2023-06-06rtc: add HAS_IOPORT dependenciesNiklas Schnelle
2023-06-06rtc: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-06-06rtc: rv3032: constify pointers to hwmon_channel_infoKrzysztof Kozlowski
2023-06-06rtc: isl12022: constify pointers to hwmon_channel_infoKrzysztof Kozlowski
2023-06-06rtc: ds3232: constify pointers to hwmon_channel_infoKrzysztof Kozlowski
2023-06-06rtc: ab-eoz9: constify pointers to hwmon_channel_infoKrzysztof Kozlowski
2023-05-15mfd: rk808: Split into core and i2cSebastian Reichel
2023-05-02Merge tag 'mfd-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds
2023-05-01Merge tag 'rtc-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2023-04-28rtc: armada38x: use devm_platform_ioremap_resource_byname()Ye Xingchen
2023-04-28rtc: sunplus: use devm_platform_ioremap_resource_byname()Ye Xingchen
2023-04-28rtc: jz4740: Make sure clock provider gets removedLars-Peter Clausen
2023-04-26rtc: s5m: Drop S5M8763 supportDavid Virag
2023-03-23rtc: k3: handle errors while enabling wake irqDhruva Gole
2023-03-21rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current timeMartin Blumenstingl
2023-03-17rtc: pcf8523: remove unnecessary OR operationJavier Carrasco
2023-03-17rtc: pcf8523: fix coding-style issuesJavier Carrasco
2023-03-17rtc: ds1390: mark OF related data as maybe unusedKrzysztof Kozlowski
2023-03-17rtc: omap: include header for omap_rtc_power_off_program prototypeKrzysztof Kozlowski
2023-03-17rtc: sun6i: Use of_property_present() for testing DT property presenceRob Herring