linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-27 06:39:13 to 2021-10-17 19:42:07 UTC [more...]

[PATCH RESEND v2 0/6] rtc,x86: CMOS RTC fixes
 2021-10-17 19:41 UTC  (8+ messages)
` [PATCH RESEND 1/6] rtc-cmos: take rtc_lock while reading from CMOS
` [PATCH RESEND 2/6] rtc-cmos: dont touch alarm registers during update
  ` [TEST PATCH] rtc-cmos: cmos_read_alarm bug demonstration
` [PATCH RESEND v2 3/6] rtc-mc146818-lib: fix RTC presence check
` [PATCH RESEND 4/6] rtc-mc146818-lib: reduce RTC_UIP polling period
` [PATCH RESEND 5/6] x86/rtc: mach_get_cmos_time - rm duplicated code
` [PATCH RESEND 6/6] x86/rtc: rename mach_set_rtc_mmss

[PATCH v3] rtc: s3c: remove HAVE_S3C_RTC in favor of direct dependencies
 2021-10-17 17:17 UTC  (2+ messages)

[PATCH 0/2] rtc: Add driver for MAX31343
 2021-10-16 19:21 UTC  (3+ messages)
` [PATCH 1/2] rtc: max31343: Add a driver for Maxim MAX31343
` [PATCH 2/2] dt-bindings: rtc: Add Maxim Integrated MAX31343

[PATCH 0/8] Add MAX77714 PMIC minimal driver (RTC and watchdog only)
 2021-10-15 20:59 UTC  (38+ messages)
` [PATCH 1/8] mfd: max77686: Correct tab-based alignment of register addresses
` [PATCH 2/8] rtc: max77686: convert comments to kernel-doc format
` [PATCH 3/8] rtc: max77686: rename day-of-month defines
` [PATCH 4/8] rtc: max77686: remove useless variable
` [PATCH 5/8] dt-bindings: mfd: add Maxim MAX77714 PMIC
` [PATCH 6/8] mfd: max77714: Add driver for "
` [PATCH 7/8] watchdog: max77714: add driver for the watchdog in the "
` [PATCH 8/8] rtc: max77686: add MAX77714 support

[PATCH] rtc: pcf8523: avoid reading BLF in pcf8523_rtc_read_time
 2021-10-15 19:24 UTC 

[PATCH 0/7] rtc: add new ioctl interface and BSM support
 2021-10-15 19:21 UTC  (8+ messages)
` [PATCH 1/7] rtc: add alarm related features
` [PATCH 2/7] rtc: add parameter ioctl
` [PATCH 3/7] rtc: expose correction feature
` [PATCH 4/7] rtc: add correction parameter
` [PATCH 5/7] rtc: add BSM parameter
` [PATCH 6/7] rtc: rv3028: add BSM support
` [PATCH 7/7] rtc: rv3032: allow setting BSM

[PATCH v2] rtc: rv3032: fix error handling in rv3032_clkout_set_rate()
 2021-10-15 19:12 UTC  (2+ messages)

[PATCH] rtc: class: don't call cdev_device_del() when cdev_device_add() failed
 2021-10-15 19:12 UTC  (2+ messages)

[PATCH v2] rtc: class: check return value when calling dev_set_name()
 2021-10-15 19:12 UTC  (2+ messages)

[PATCH] rtc: pcf85063: Always clear EXT_TEST from set_time
 2021-10-15 19:12 UTC  (2+ messages)

[PATCH 1/1] rtc: pcf85063: add support for fixed clock
 2021-10-15 19:12 UTC  (3+ messages)

Question about PCF85063A invalid state
 2021-10-15  9:07 UTC  (3+ messages)

[PATCH] rtc: nintendo: Add a RTC driver for the GameCube, Wii and Wii U
 2021-10-14 22:05 UTC 

[PATCH] rtc: rv3032: fix error handling in rv3032_clkout_set_rate()
 2021-10-12 10:07 UTC  (2+ messages)

[PATCH 1/2] rtc: class: check return value when calling dev_set_name()
 2021-10-11  9:47 UTC  (5+ messages)
` [PATCH 2/2] rtc: class: return error code when cdev_device_add() failed

[PATCH v2 00/12] arm64: Kconfig: Update ARCH_EXYNOS select configs
 2021-10-08  4:31 UTC  (83+ messages)
` [PATCH v2 01/12] arm64: don't have ARCH_EXYNOS select EXYNOS_CHIPID
  ` (subset) "
` [PATCH v2 02/12] timekeeping: add API for getting timekeeping_suspended
` [PATCH v2 03/12] clk: samsung: add support for CPU clocks
` [PATCH v2 04/12] clk: samsung: exynos5433: update apollo and atlas clock probing
` [PATCH v2 05/12] clk: export __clk_lookup
` [PATCH v2 06/12] clk: samsung: modularize exynos arm64 clk drivers
` [PATCH v2 07/12] clk: samsung: set exynos arm64 clk driver as tristate
` [PATCH v2 08/12] pinctrl: samsung: modularize the ARM and ARM64 pinctrls
` [PATCH v2 09/12] pinctrl: samsung: set PINCTRL_EXYNOS and PINCTRL_SAMSUNG as tristate
` [PATCH v2 10/12] soc: samsung: pmu: modularize the Exynos ARMv8 PMU driver
` [PATCH v2 11/12] soc: samsung: pm_domains: modularize EXYNOS_PM_DOMAINS
` [PATCH v2 12/12] ARM: rtc: remove HAVE_S3C_RTC in favor of direct dependencies

[PATCH v2 0/9] clk: sunxi-ng: Add a RTC CCU driver
 2021-10-04 18:26 UTC  (13+ messages)
` [PATCH v2 1/9] dt-bindings: rtc: sun6i: Clean up repetition
` [PATCH v2 2/9] dt-bindings: rtc: sun6i: Add H616, R329, and D1 support
` [PATCH v2 3/9] clk: sunxi-ng: div: Add macro using CLK_HW_INIT_FW_NAME
` [PATCH v2 4/9] clk: sunxi-ng: mux: Add macro using CLK_HW_INIT_PARENTS_DATA
` [PATCH v2 5/9] clk: sunxi-ng: mux: Allow muxes to have keys
` [PATCH v2 6/9] rtc: sun6i: Allow probing without an early clock provider
` [PATCH v2 7/9] clk: sunxi-ng: Add support for the sun6i RTC clocks
` [PATCH v2 8/9] [DO NOT MERGE] clk: sunxi-ng: sun6i-rtc: Add support for H6
` [PATCH v2 9/9] [DO NOT MERGE] clk: sunxi-ng: sun6i-rtc: Add support for T5

[PATCH] rtc: m41t80: return NULL rather than a plain 0 integer
 2021-10-01 21:42 UTC  (2+ messages)

[PATCH][next][V2] rtc: msc313: Fix unintentional sign extension issues with left shift of a u16
 2021-10-01 21:29 UTC  (3+ messages)

[PATCH] rtc: mcp795: Add SPI ID table
 2021-10-01 21:29 UTC  (2+ messages)

[PATCH 0/2] m68k: Add Virtual M68k Machine
 2021-10-01  1:08 UTC  (11+ messages)
` [PATCH 2/2] m68k: introduce a virtual m68k machine

[PATCH][next] rtc: msc313: Fix unintentional sign extension issue on left shift of a u16
 2021-09-29 12:56 UTC  (5+ messages)

[PATCH v1 0/4] arm64: Kconfig: Update ARCH_EXYNOS select configs
 2021-09-27 19:54 UTC  (9+ messages)

[PATCH RESEND v5 0/6] rtc: ls2x: Add support for the Loongson-2K/LS7A RTC
 2021-09-27 11:16 UTC  (3+ messages)
` [PATCH RESEND v5 1/6] "

[PATCH V2] rtc: zynqmp: Add calibration set and get support
 2021-09-27  6:38 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).