linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-26 14:23:02 to 2023-02-11 06:25:28 UTC [more...]

Problem when function alarmtimer_suspend returns 0 if time delta is zero
 2023-02-11  6:25 UTC  (12+ messages)

[PATCH v2 00/22] rtc: pm8xxx: add support for setting time using nvmem
 2023-02-10 22:48 UTC  (51+ messages)
` [PATCH v2 01/22] rtc: pm8xxx: fix set-alarm race
` [PATCH v2 02/22] rtc: pm8xxx: drop spmi error messages
` [PATCH v2 03/22] rtc: pm8xxx: use regmap_update_bits()
` [PATCH v2 04/22] rtc: pm8xxx: drop bogus locking
` [PATCH v2 05/22] rtc: pm8xxx: return IRQ_NONE on errors
` [PATCH v2 06/22] rtc: pm8xxx: drop unused register defines
` [PATCH v2 07/22] rtc: pm8xxx: use unaligned le32 helpers
` [PATCH v2 08/22] rtc: pm8xxx: clean up time and alarm debugging
` [PATCH v2 09/22] rtc: pm8xxx: rename struct device pointer
` [PATCH v2 10/22] rtc: pm8xxx: rename alarm irq variable
` [PATCH v2 11/22] rtc: pm8xxx: clean up comments
` [PATCH v2 12/22] rtc: pm8xxx: use u32 for timestamps
` [PATCH v2 13/22] rtc: pm8xxx: refactor read_time()
` [PATCH v2 14/22] rtc: pm8xxx: clean up local declarations
` [PATCH v2 15/22] rtc: pm8xxx: drop error messages
` [PATCH v2 16/22] dt-bindings: rtc: qcom-pm8xxx: add nvmem-cell offset
` [PATCH v2 17/22] rtc: pm8xxx: add support for nvmem offset
` [PATCH v2 18/22] arm64: defconfig: enable Qualcomm SDAM nvmem driver
` [PATCH v2 19/22] arm64: dts: qcom: sc8280xp-pmics: add pmk8280 rtc
` [PATCH v2 20/22] arm64: dts: qcom: sc8280xp-pmics: add pmk8280 sdam nvram
` [PATCH v2 21/22] arm64: dts: qcom: sc8280xp-crd: enable rtc
` [PATCH v2 22/22] arm64: dts: qcom: sc8280xp-x13s: "
` (subset) [PATCH v2 00/22] rtc: pm8xxx: add support for setting time using nvmem

[PATCH V2 0/7] rtc: ls2x: Add support for the Loongson-2K/LS7A RTC
 2023-02-10 10:03 UTC  (7+ messages)
` [PATCH V2 2/7] rtc: "

[PATCH v4 0/4] Add nxp bbnsm module support
 2023-02-10  7:11 UTC  (10+ messages)
` [PATCH v4 1/4] dt-bindings: mfd: Add nxp bbnsm
` [PATCH v4 2/4] input: bbnsm_pwrkey: Add bbnsm power key support
` [PATCH v4 3/4] rtc: bbnsm: Add the bbnsm rtc support
` [PATCH v4 4/4] arm64: dts: imx93: Add the bbnsm dts node

[PATCH 1/2] rtc: sun6i: Prevent an out-of-bounds read
 2023-02-09 22:49 UTC  (2+ messages)

[PATCH v3 0/4] rtc: jz4740: Various updates
 2023-02-09 22:38 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: rtc: Add #clock-cells property
` [PATCH v3 2/4] rtc: jz4740: Use readl_poll_timeout
` [PATCH v3 3/4] rtc: jz4740: Use dev_err_probe()
` [PATCH v3 4/4] rtc: jz4740: Register clock provider for the CLK32K pin

[PATCH 1/3] rtc: moxart: switch to using gpiod API
 2023-02-09 22:32 UTC  (10+ messages)
` [PATCH 2/3] dt-bindings: rtc: moxart: use proper names for gpio properties
` [PATCH 3/3] ARM: dts: moxart: switch to proper names for RTC GPIOs
` (subset) [PATCH 1/3] rtc: moxart: switch to using gpiod API

[PATCH 0/8] soc: amlogic: switch bindings to yaml and adjust some dtbs's
 2023-02-09 22:16 UTC  (4+ messages)
` [PATCH v2] dt-bindings: rtc: Convert Amlogic Meson vrtc controller binding
  ` (subset) "

[PATCH RESEND 0/2] rtc: rv8803 patches
 2023-02-09 22:03 UTC  (6+ messages)

[PATCH 00/24] rtc: pm8xxx: add support for setting time using nvmem
 2023-02-09 16:59 UTC  (43+ messages)
` [PATCH 02/24] rtc: pm8xxx: drop spmi error messages
` [PATCH 03/24] rtc: pm8xxx: use regmap_update_bits()
` [PATCH 04/24] rtc: pm8xxx: drop bogus locking
` [PATCH 05/24] rtc: pm8xxx: return IRQ_NONE on errors
` [PATCH 06/24] rtc: pm8xxx: drop unused register defines
` [PATCH 07/24] rtc: pm8xxx: use unaligned le32 helpers
` [PATCH 08/24] rtc: pm8xxx: clean up time and alarm debugging
` [PATCH 09/24] rtc: pm8xxx: rename struct device pointer
` [PATCH 10/24] rtc: pm8xxx: rename alarm irq variable
` [PATCH 11/24] rtc: pm8xxx: clean up comments
` [PATCH 12/24] rtc: pm8xxx: use u32 for timestamps
` [PATCH 13/24] rtc: pm8xxx: refactor read_time()
` [PATCH 14/24] rtc: pm8xxx: clean up local declarations
` [PATCH 15/24] dt-bindings: rtc: qcom-pm8xxx: add nvmem-cell offset
` [PATCH 16/24] rtc: pm8xxx: add support for nvmem offset
` [PATCH 17/24] rtc: pm8xxx: add copyright notice
` [RFC 18/24] dt-bindings: rtc: qcom-pm8xxx: add uefi-variable offset
` [PATCH 19/24] rtc: pm8xxx: add support for uefi offset
` [PATCH 20/24] arm64: defconfig: enable Qualcomm SDAM nvmem driver
` [PATCH 21/24] arm64: dts: qcom: sc8280xp-pmics: add pmk8280 rtc
` [PATCH 22/24] arm64: dts: qcom: sc8280xp-pmics: add pmk8280 sdam nvram
` [PATCH 23/24] arm64: dts: qcom: sc8280xp-crd: enable rtc
` [PATCH 24/24] arm64: dts: qcom: sc8280xp-x13s: "

[PATCH 0/6] dt-bindings: second batch of dt-schema conversions for Amlogic Meson bindings
 2023-02-09 13:41 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: rtc: convert rtc-meson-vrtc.txt to dt-schema
` [PATCH 2/6] dt-bindings: soc: amlogic: convert clk-measure.txt "
` [PATCH 3/6] dt-bindings: soc: amlogic: document System Control registers
` [PATCH 4/6] dt-bindings: soc: amlogic: convert amlogic,gxbb-clkc.txt to dt-schema
` [PATCH 5/6] dt-bindings: soc: amlogic: convert amlogic,gxbb-aoclkc.txt "
` [PATCH 6/6] dt-bindings: soc: amlogic: update sysctrl clock-controller subnode type

remove arch/sh
 2023-02-09  9:15 UTC  (32+ messages)
` [PATCH 01/22] gpu/drm: remove the shmobile drm driver
` [PATCH 02/22] usb: remove the dead USB_OHCI_SH option

[REGRESSION] rtc: imx-sc: remove .read_alarm
 2023-02-08 15:06 UTC 

[GIT PULL] RTC fixes for 6.2
 2023-02-04 22:03 UTC  (2+ messages)

[PATCH] tree-wide: trivial: s/ a SPI/ an SPI/
 2023-02-03 12:30 UTC  (4+ messages)

[PATCH 0/7] Enable backup switch mode on RTCs via devicetree
 2023-02-02 23:22 UTC  (12+ messages)
` [PATCH 1/7] dt-bindings: rtc: Move RV3028 to separate binding file
` [PATCH 2/7] dt-bindings: rtc: Add backup-switch-mode property
` [PATCH 3/7] dt-bindings: rtc: microcrystal,rv3032: "
` [PATCH 4/7] rtc: Move BSM defines to separate header for DT usage
` [PATCH 5/7] rtc: class: Support setting backup switch mode from devicetree

[PATCH 0/2] Remove SEC S5M MFDs with no compatibles
 2023-02-02 12:11 UTC  (7+ messages)
` [PATCH 1/2] mfd: sec: Remove PMICs without compatibles
` [PATCH 2/2] rtc: s5m: Drop S5M8763 support

Faktoring
 2023-02-01  9:06 UTC 

[PATCH] rtc: moxart: convert to gpio descriptors
 2023-01-31 23:57 UTC  (2+ messages)

[PATCH] rtc: max8907: Drop unused i2c include
 2023-01-30 14:05 UTC  (2+ messages)

[PATCH v3 0/4] Add nxp bbnsm module support
 2023-01-29  2:48 UTC  (4+ messages)
` [PATCH v3 2/4] input: bbnsm_pwrkey: Add bbnsm power key support


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).