Age | Commit message (Expand) | Author | Files | Lines |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 2 | -3/+3 |
2025-04-03 | Merge tag 'rtc-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 34 | -766/+637 |
2025-04-01 | rtc: pcf85063: replace dev_err+return with return dev_err_probe | Maud Spierings | 1 | -4/+2 |
2025-04-01 | rtc: pcf85063: do a SW reset if POR failed | Lukas Stockmann | 1 | -1/+18 |
2025-04-01 | rtc: max31335: Add driver support for max31331 | PavithraUdayakumar-adi | 1 | -43/+122 |
2025-03-17 | rtc: cros-ec: Avoid a couple of -Wflex-array-member-not-at-end warnings | Gustavo A. R. Silva | 1 | -18/+12 |
2025-03-17 | rtc: rzn1: implement one-second accuracy for alarms | Wolfram Sang | 1 | -17/+91 |
2025-03-17 | rtc: pcf50633: Remove | Dr. David Alan Gilbert | 3 | -292/+0 |
2025-03-17 | rtc: pm8xxx: implement qcom,no-alarm flag for non-HLOS owned alarm | Jonathan Marek | 1 | -14/+20 |
2025-03-17 | rtc: pm8xxx: mitigate flash wear | Johan Hovold | 1 | -0/+26 |
2025-03-17 | rtc: pm8xxx: add support for uefi offset | Johan Hovold | 1 | -24/+132 |
2025-03-17 | rtc: rv3032: drop WADA | Alexandre Belloni | 1 | -6/+0 |
2025-03-17 | rtc: rv3032: fix EERD location | Alexandre Belloni | 1 | -1/+1 |
2025-03-17 | rtc: pm8xxx: switch to devm_device_init_wakeup | Alexandre Belloni | 1 | -1/+1 |
2025-03-17 | rtc: pm8xxx: fix possible race condition | Alexandre Belloni | 1 | -2/+2 |
2025-03-17 | rtc: mpfs: switch to devm_device_init_wakeup | Alexandre Belloni | 1 | -1/+1 |
2025-03-11 | rtc: renesas-rtca3: Disable interrupts only if the RTC is enabled | Claudiu Beznea | 1 | -9/+6 |
2025-03-07 | rtc: pl031: document struct pl031_vendor_data members | Alexandre Belloni | 1 | -0/+2 |
2025-03-06 | rtc: ds1307: stop disabling alarms on probe | Alexandre Belloni | 1 | -3/+1 |
2025-03-05 | rtc: s5m: convert to dev_err_probe() where appropriate | André Draszik | 1 | -29/+21 |
2025-03-05 | rtc: max77686: use dev_err_probe() where appropriate | André Draszik | 1 | -17/+12 |
2025-03-05 | rtc: sd3078: drop needless struct sd3078 | André Draszik | 1 | -43/+28 |
2025-03-05 | rtc: sd2405al: drop needless struct sd2405al::rtc member | André Draszik | 1 | -8/+8 |
2025-03-05 | rtc: s35390a: drop needless struct s35390a::rtc member | André Draszik | 1 | -11/+11 |
2025-03-05 | rtc: rx8581: drop needless struct rx8581 | André Draszik | 1 | -49/+36 |
2025-03-05 | rtc: pl030: drop needless struct pl030_rtc::rtc member | André Draszik | 1 | -7/+7 |
2025-03-05 | rtc: meson-vrtc: drop needless struct meson_vrtc_data::rtc member | André Draszik | 1 | -6/+6 |
2025-03-05 | rtc: meson: drop needless struct meson_rtc::rtc member | André Draszik | 1 | -8/+8 |
2025-03-05 | rtc: m48t86: drop needless struct m48t86_rtc_info::rtc member | André Draszik | 1 | -7/+7 |
2025-03-05 | rtc: ftrtc010: drop needless struct ftrtc010_rtc::rtc_dev member | André Draszik | 1 | -9/+8 |
2025-03-05 | rtc: ep93xx: drop needless struct ep93xx_rtc::rtc member | André Draszik | 1 | -8/+8 |
2025-03-05 | rtc: ds2404: drop needless struct ds2404::rtc member | André Draszik | 1 | -7/+7 |
2025-03-05 | rtc: aspeed: drop needless struct aspeed_rtc::rtc_dev member | André Draszik | 1 | -8/+8 |
2025-03-05 | rtc: s5m: drop needless struct s5m_rtc_info::i2c member | André Draszik | 1 | -6/+6 |
2025-03-05 | rtc: max77686: drop needless struct max77686_rtc_info::rtc member | André Draszik | 1 | -6/+6 |
2025-03-03 | rtc: ds3232: Use HWMON_CHANNEL_INFO macro to simplify code | Huisong Li | 1 | -22/+2 |
2025-03-03 | rtc: ab-eoz9: Use HWMON_CHANNEL_INFO macro to simplify code | Huisong Li | 1 | -22/+2 |
2025-03-03 | rtc: pl031: Use resource managed API to simplify code | Peng Fan | 1 | -4/+2 |
2025-03-03 | rtc: mpfs: Use devm_pm_set_wake_irq | Peng Fan | 1 | -7/+1 |
2025-03-03 | rtc: ab8500: Use resource managed API to simplify code | Peng Fan | 1 | -9/+2 |
2025-03-03 | rtc: pm8xxx: Use devm_pm_set_wake_irq | Peng Fan | 1 | -11/+1 |
2025-03-03 | rtc: ds1343: Use devm_pm_set_wake_irq | Peng Fan | 1 | -7/+1 |
2025-03-03 | rtc: nxp-bbnsm: Use resource managed API to simplify code | Peng Fan | 1 | -20/+9 |
2025-03-03 | rtc: stm32: Use resource managed API to simplify code | Peng Fan | 1 | -8/+2 |
2025-02-28 | rtc: pl030: Constify amba_id table | Krzysztof Kozlowski | 1 | -1/+1 |
2025-02-28 | rtc: fsl-ftm-alarm: Mark acpi_id table as maybe unused | Krzysztof Kozlowski | 1 | -1/+1 |
2025-02-18 | rtc: class: Switch to use hrtimer_setup() | Nam Cao | 1 | -2/+1 |
2025-01-30 | Merge tag 'rtc-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 58 | -92/+173 |
2025-01-29 | rtc: pcf2127: add BSM support | Alexandre Belloni | 1 | -0/+82 |
2025-01-13 | rtc: Remove hpet_rtc_dropped_irq() | Dr. David Alan Gilbert | 1 | -5/+0 |
2025-01-13 | rtc: stm32: Use syscon_regmap_lookup_by_phandle_args | Krzysztof Kozlowski | 1 | -15/+7 |
2025-01-13 | rtc: zynqmp: Fix optional clock name property | Michal Simek | 1 | -2/+2 |
2025-01-13 | rtc: loongson: clear TOY_MATCH0_REG in loongson_rtc_isr() | Ming Wang | 1 | -5/+8 |
2025-01-13 | rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read | Oleksij Rempel | 1 | -1/+10 |
2025-01-13 | rtc: tps6594: Fix integer overflow on 32bit systems | Dan Carpenter | 1 | -1/+1 |
2025-01-09 | rtc: use boolean values with device_init_wakeup() | Wolfram Sang | 53 | -62/+62 |
2025-01-09 | rtc: RTC_DRV_SPEAR should not default to y when compile-testing | Geert Uytterhoeven | 1 | -1/+1 |
2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 1 | -1/+1 |
2024-11-30 | Merge tag 'rtc-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 63 | -329/+1980 |
2024-11-25 | rtc: ab-eoz9: don't fail temperature reads on undervoltage notification | Maxime Chevallier | 1 | -7/+0 |
2024-11-25 | rtc: rzn1: reduce register access | Wolfram Sang | 1 | -42/+33 |
2024-11-25 | rtc: rzn1: drop superfluous wday calculation | Wolfram Sang | 1 | -15/+0 |
2024-11-22 | Merge tag 'mfd-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 1 | -4/+1 |
2024-11-18 | rtc: brcmstb-waketimer: don't include 'pm_wakeup.h' directly | Wolfram Sang | 1 | -1/+0 |
2024-11-18 | rtc: m48t59: Use platform_data struct for year offset value | Finn Thain | 1 | -22/+4 |
2024-11-18 | rtc: ab-eoz9: fix abeoz9_rtc_read_alarm | Alexandre Belloni | 1 | -3/+1 |
2024-11-18 | rtc: rv3028: fix RV3028_TS_COUNT type | Alexandre Belloni | 1 | -2/+4 |
2024-11-18 | rtc: rzn1: update Michel's email | Wolfram Sang | 1 | -2/+2 |
2024-11-18 | rtc: rzn1: fix BCD to rtc_time conversion errors | Wolfram Sang | 1 | -4/+4 |
2024-11-13 | rtc: amlogic-a4: fix compile error | Xianwei Zhao | 1 | -0/+1 |
2024-11-12 | rtc: amlogic-a4: drop error messages | Alexandre Belloni | 1 | -15/+5 |
2024-11-12 | rtc: support for the Amlogic on-chip RTC | Yiting Deng | 3 | -0/+487 |
2024-11-11 | rtc: add driver for Marvell 88PM886 PMIC RTC | Karel Balej | 3 | -0/+108 |
2024-11-11 | rtc: check if __rtc_read_time was successful in rtc_timer_do_work() | Yongliang Gao | 1 | -1/+6 |
2024-11-11 | rtc: pcf8563: Switch to regmap | Nobuhiro Iwamatsu | 2 | -123/+82 |
2024-11-11 | rtc: pcf8563: Sort headers alphabetically | Nobuhiro Iwamatsu | 1 | -4/+4 |
2024-11-11 | rtc: abx80x: Fix WDT bit position of the status register | Nobuhiro Iwamatsu | 1 | -1/+1 |
2024-11-11 | rtc: mt6359: Use RTC_TC_DOW hardware register for wday | AngeloGioacchino Del Regno | 1 | -10/+6 |
2024-11-11 | rtc: mt6359: Add RTC hardware range and add support for start-year | AngeloGioacchino Del Regno | 1 | -9/+4 |
2024-11-11 | rtc: bbnsm: add remove hook | Peng Fan | 1 | -2/+18 |
2024-11-11 | rtc: isl12022: Replace uint8_t types with u8 | Esben Haabendal | 1 | -2/+2 |
2024-11-11 | rtc: isl12022: Add alarm support | Esben Haabendal | 1 | -7/+227 |
2024-11-11 | rtc: isl12022: Prepare for extending rtc device drvdata | Esben Haabendal | 1 | -7/+24 |
2024-11-10 | rtc: rtc-mc146818-lib: Use is_leap_year instead of calculate leap years | Nobuhiro Iwamatsu | 1 | -4/+2 |
2024-11-10 | rtc: st-lpc: Use IRQF_NO_AUTOEN flag in request_irq() | Jinjie Ruan | 1 | -3/+2 |
2024-11-10 | rtc: Makefile: Replace spaces with tab. | Tóth János | 1 | -1/+1 |
2024-11-10 | rtc: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 47 | -47/+47 |
2024-11-10 | rtc: renesas-rtca3: Fix compilation error on RISC-V | Claudiu Beznea | 1 | -0/+1 |
2024-11-01 | mfd: rtc: bd7xxxx Drop IC name from IRQ | Matti Vaittinen | 1 | -4/+1 |
2024-11-01 | rtc: cmos: avoid taking rtc_lock for extended period of time | Dmitry Torokhov | 1 | -16/+15 |
2024-11-01 | rtc: renesas-rtca3: Add driver for RTCA-3 available on Renesas RZ/G3S SoC | Claudiu Beznea | 3 | -0/+910 |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 2 | -2/+2 |
2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 2 | -2/+0 |
2024-09-25 | Merge tag 'rtc-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 10 | -6/+543 |
2024-09-22 | rtc: rc5t619: use proper module tables | Andreas Kemnade | 1 | -2/+11 |
2024-09-22 | rtc: m48t59: set range | Alexandre Belloni | 1 | -0/+2 |
2024-09-12 | rtc: m48t59: Remove division condition with direct comparison | Abhishek Tamboli | 1 | -1/+1 |
2024-09-12 | rtc: at91sam9: fix OF node leak in probe() error path | Krzysztof Kozlowski | 1 | -0/+1 |
2024-09-12 | rtc: sun6i: disable automatic clock input switching | Michael Walle | 1 | -0/+1 |
2024-09-12 | rtc: Add driver for SD2405AL | Tóth János | 3 | -0/+238 |
2024-09-12 | rtc: s35390a: Drop vendorless compatible string from match table | Rob Herring (Arm) | 1 | -1/+0 |
2024-09-12 | rtc: twl: convert comma to semicolon | Chen Ni | 1 | -2/+2 |
2024-08-28 | rtc: support i.MX95 BBM RTC | Peng Fan | 3 | -0/+174 |
2024-08-14 | rtc: stm32: add alarm A out feature | Valentin Caron | 1 | -0/+60 |
2024-08-14 | rtc: stm32: add Low Speed Clock Output (LSCO) support | Valentin Caron | 2 | -0/+102 |
2024-08-14 | rtc: stm32: add pinctrl and pinmux interfaces | Valentin Caron | 2 | -0/+125 |
2024-07-10 | rtc: stm32: add new st,stm32mp25-rtc compatible and check RIF configuration | Valentin Caron | 1 | -0/+78 |
2024-07-07 | rtc: Drop explicit initialization of struct i2c_device_id::driver_data to 0 | Uwe Kleine-König | 23 | -27/+27 |
2024-07-07 | rtc: interface: Add RTC offset to alarm after fix-up | Csókás, Bence | 1 | -4/+5 |
2024-07-07 | rtc: ds1307: Clamp year to valid BCD (0-99) in `set_time()` | Csókás, Bence | 1 | -1/+1 |
2024-07-07 | rtc: ds1307: Detect oscillator fail on mcp794xx | Csókás, Bence | 1 | -0/+5 |
2024-06-28 | rtc: isl1208: Update correct procedure for clearing alarm | Biju Das | 1 | -5/+7 |
2024-06-28 | rtc: isl1208: Add a delay for clearing alarm | Biju Das | 1 | -0/+13 |
2024-06-28 | rtc: add missing MODULE_DESCRIPTION() macro | Jeff Johnson | 7 | -0/+7 |
2024-06-28 | rtc: abx80x: Fix return value of nvmem callback on read | Joy Chakraborty | 1 | -4/+8 |
2024-06-28 | rtc: cmos: Fix return value of nvmem callbacks | Joy Chakraborty | 1 | -6/+4 |
2024-06-28 | rtc: isl1208: Fix return value of nvmem callbacks | Joy Chakraborty | 1 | -7/+4 |
2024-06-28 | rtc: tps6594: Add power management support | Richard Genoud | 1 | -0/+47 |
2024-06-28 | rtc: tps6594: introduce private structure as drvdata | Richard Genoud | 1 | -12/+20 |
2024-06-28 | rtc: tps6594: Fix memleak in probe | Richard Genoud | 1 | -4/+0 |
2024-05-07 | pcf8563: add wakeup-source support | Alexandre Belloni | 1 | -2/+7 |
2024-05-07 | rtc: rx8111: handle VLOW flag | Alexandre Belloni | 1 | -0/+12 |
2024-05-07 | rtc: rx8111: demote warnings to debug level | Alexandre Belloni | 1 | -5/+5 |
2024-05-07 | rtc: rx6110: Constify struct regmap_config | Christophe JAILLET | 1 | -2/+2 |
2024-04-17 | rtc: Add driver for Epson RX8111 | Waqar Hameed | 3 | -0/+367 |
2024-04-17 | rtc: mcp795: drop unneeded MODULE_ALIAS | Krzysztof Kozlowski | 1 | -1/+0 |
2024-03-29 | rtc: nuvoton: Modify part number value | Mia Lin | 1 | -6/+9 |
2024-03-29 | rtc: test: Split rtc unit test into slow and normal speed test | Guenter Roeck | 1 | -7/+26 |
2024-03-29 | rtc: cros-ec: provide ID table for avoiding fallback match | Tzung-Bi Shih | 1 | -1/+8 |
2024-03-21 | Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 8 | -254/+150 |
2024-03-08 | rtc: class: make rtc_class constant | Ricardo B. Marliere | 2 | -9/+14 |
2024-03-08 | rtc: nct3018y: fix possible NULL dereference | Alexandre Belloni | 1 | -3/+3 |
2024-02-29 | rtc: max31335: fix interrupt status reg | Antoniu Miclaus | 1 | -1/+1 |
2024-02-29 | rtc: mt6397: select IRQ_DOMAIN instead of depending on it | Randy Dunlap | 1 | -1/+2 |
2024-02-29 | rtc: m41t80: Use the unified property API get the wakeup-source property | Curtis Klein | 1 | -4/+1 |
2024-02-29 | rtc: pcf8523: add suspend handlers for alarm IRQ | Alexandre Belloni | 1 | -0/+25 |
2024-02-29 | rtc: ds1511: set alarm offset limit | Alexandre Belloni | 1 | -0/+1 |
2024-02-29 | rtc: ds1511: set range | Alexandre Belloni | 1 | -0/+1 |
2024-02-29 | rtc: ds1511: drop inline/noinline hints | Alexandre Belloni | 1 | -3/+3 |
2024-02-29 | rtc: ds1511: rename pdata | Alexandre Belloni | 1 | -29/+29 |
2024-02-29 | rtc: ds1511: implement ds1511_rtc_read_alarm properly | Alexandre Belloni | 1 | -22/+9 |
2024-02-29 | rtc: ds1511: remove partial alarm support | Alexandre Belloni | 1 | -8/+4 |
2024-02-29 | rtc: ds1511: let the core know when alarm are not supported | Alexandre Belloni | 1 | -15/+9 |
2024-02-29 | rtc: ds1511: remove ds1511_rtc_update_alarm | Alexandre Belloni | 1 | -29/+23 |
2024-02-29 | rtc: ds1511: remove incomplete UIE support | Alexandre Belloni | 1 | -13/+5 |
2024-02-29 | rtc: ds1511: fix function definition | Alexandre Belloni | 1 | -16/+8 |
2024-02-29 | rtc: ds1511: drop useless enum | Alexandre Belloni | 1 | -71/+49 |
2024-02-29 | rtc: ds1511: drop dead code | Alexandre Belloni | 1 | -44/+0 |
2024-02-29 | rtc: ds1511: drop useless computation | Alexandre Belloni | 1 | -12/+1 |
2024-02-29 | rtc: ds1511: drop useless checks | Alexandre Belloni | 1 | -12/+0 |
2024-02-27 | rtc: test: Fix invalid format specifier. | David Gow | 1 | -1/+1 |
2024-01-18 | rtc: nuvoton: Compatible with NCT3015Y-R and NCT3018Y-R | Mia Lin | 1 | -6/+46 |
2024-01-18 | rtc: da9063: Use dev_err_probe() | Biju Das | 1 | -25/+17 |
2024-01-18 | rtc: da9063: Use device_get_match_data() | Biju Das | 1 | -5/+1 |
2024-01-18 | rtc: da9063: Make IRQ as optional | Biju Das | 1 | -18/+22 |
2024-01-18 | rtc: max31335: Fix comparison in max31335_volatile_reg() | Nathan Chancellor | 1 | -1/+1 |
2024-01-18 | rtc: max31335: use regmap_update_bits_check | Alexandre Belloni | 1 | -7/+5 |
2024-01-18 | rtc: max31335: remove unecessary locking | Alexandre Belloni | 1 | -11/+3 |
2024-01-15 | rtc: max31335: add driver support | Antoniu Miclaus | 3 | -0/+721 |
2024-01-15 | rtc: rv8803: add wakeup-source support | Alexandre Belloni | 1 | -2/+5 |
2024-01-15 | rtc: ac100: remove misuses of kernel-doc | Randy Dunlap | 1 | -2/+2 |
2024-01-08 | rtc: class: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 1 | -1/+1 |
2024-01-08 | rtc: ma35d1: remove hardcoded UIE support | Alexandre Belloni | 1 | -20/+0 |
2024-01-08 | rtc: rv8803: Add power management support | Stefan Eichenberger | 1 | -0/+29 |
2024-01-08 | rtc: ds3232: avoid unused-const-variable warning | Akinobu Mita | 1 | -2/+2 |
2024-01-08 | rtc: lpc24xx: add missing dependency | Antoniu Miclaus | 1 | -0/+1 |
2024-01-08 | rtc: tps6594: Add driver for TPS6594 RTC | Esteban Blanc | 3 | -0/+467 |
2023-12-17 | rtc: Add driver for Nuvoton ma35d1 rtc controller | Jacky Huang | 3 | -0/+336 |
2023-12-17 | rtc: Extend timeout for waiting for UIP to clear to 1s | Mario Limonciello | 2 | -2/+2 |
2023-12-17 | rtc: Add support for configuring the UIP timeout for RTC reads | Mario Limonciello | 2 | -11/+32 |
2023-12-17 | rtc: Adjust failure return code for cmos_set_alarm() | Mario Limonciello | 1 | -2/+2 |
2023-12-17 | rtc: mc146818-lib: Adjust failure return code for mc146818_get_time() | Mario Limonciello | 1 | -1/+1 |
2023-11-17 | rtc: cmos: Use ACPI alarm for non-Intel x86 systems too | Mario Limonciello | 1 | -6/+12 |
2023-11-05 | Merge tag 'rtc-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 15 | -46/+396 |
2023-10-21 | nvmem: add explicit config option to read old syntax fixed OF cells | Rafał Miłecki | 1 | -0/+1 |
2023-10-16 | rtc: Add support for the SSD202D RTC | Romain Perier | 3 | -0/+261 |
2023-10-16 | rtc: at91rm9200: annotate at91_rtc_remove with __exit again | Alexandre Belloni | 1 | -1/+1 |
2023-10-15 | rtc: ep93xx: add DT support for Cirrus EP93xx | Nikita Shubin | 1 | -0/+8 |
2023-10-15 | rtc: efi: fixed typo in efi_procfs() | Maxim Korotkov | 1 | -1/+1 |
2023-10-15 | rtc: omap: Use device_get_match_data() | Rob Herring | 1 | -5/+3 |
2023-10-15 | rtc: pcf85363: fix wrong mask/val parameters in regmap_update_bits call | Javier Carrasco | 1 | -1/+1 |
2023-10-15 | rtc: rtc7301: Support byte-addressed IO | Linus Walleij | 1 | -2/+33 |
2023-10-13 | rtc: sh: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-10-13 | rtc: pxa: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
2023-10-13 | rtc: mv: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-10-13 | rtc: imxdi: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-10-13 | rtc: at91rm9200: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-10-13 | rtc: pcap: Drop no-op remove function | Uwe Kleine-König | 1 | -6/+0 |
2023-10-13 | rtc: sh: Mark driver struct with __refdata to prevent section mismatch warning | Uwe Kleine-König | 1 | -1/+7 |
2023-10-13 | rtc: pxa: Mark driver struct with __refdata to prevent section mismatch warning | Uwe Kleine-König | 1 | -1/+7 |
2023-10-13 | rtc: mv: Mark driver struct with __refdata to prevent section mismatch warning | Uwe Kleine-König | 1 | -1/+7 |
2023-10-13 | rtc: imxdi: Mark driver struct with __refdata to prevent section mismatch war... | Uwe Kleine-König | 1 | -1/+7 |
2023-10-13 | rtc: at91rm9200: Mark driver struct with __refdata to prevent section mismatc... | Uwe Kleine-König | 1 | -1/+7 |
2023-10-13 | rtc: imxdi: Soften dependencies for improved compile coverage | Uwe Kleine-König | 1 | -1/+1 |
2023-10-02 | rtc: brcmstb-waketimer: support level alarm_irq | Doug Berger | 1 | -5/+42 |
2023-10-01 | rtc: sh: silence warning | Alexandre Belloni | 1 | -1/+1 |
2023-09-07 | Merge tag 'rtc-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 50 | -548/+1219 |
2023-09-06 | rtc: wm8350: remove unnecessary messages | Alexandre Belloni | 1 | -7/+2 |
2023-09-06 | rtc: twl: remove unnecessary messages | Alexandre Belloni | 1 | -5/+1 |
2023-09-06 | rtc: sun6i: remove unnecessary message | Alexandre Belloni | 1 | -2/+0 |