linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-20 09:16:22 to 2017-10-19 02:55:54 UTC [more...]

[PATCH v2 0/4] rtc: mediatek: add support for SoC based RTC on MT7622
 2017-10-19  2:55 UTC  (11+ messages)
` [PATCH v2 1/4] dt-bindings: rtc: mediatek: add bindings for MediaTek SoC based RTC
` [PATCH v2 2/4] rtc: mediatek: add driver for RTC on MT7622 SoC
` [PATCH v2 3/4] rtc: mediatek: enhance the description for MediaTek PMIC based RTC
` [PATCH v2 4/4] rtc: mediatek: update MAINTAINERS entry with MediaTek RTC driver

[RFC v6 0/9] SCU/PMC/PUNIT Inter-Processor Communication(IPC) driver cleanup
 2017-10-19  0:23 UTC  (10+ messages)
` [RFC v6 1/9] platform/x86: intel_pmc_ipc: Use spin_lock to protect GCR updates
` [RFC v6 2/9] platform/x86: intel_pmc_ipc: Use devm_* calls in driver probe function
` [RFC v6 3/9] platform/x86: intel_punit_ipc: Fix resource ioremap warning
` [RFC v6 4/9] platform/x86: intel_pmc_ipc: Use MFD framework to create dependent devices
` [RFC v6 5/9] platform/x86: intel_pmc_ipc: Use regmap calls for GCR updates
` [RFC v6 6/9] platform: x86: Add generic Intel IPC driver
` [RFC v6 7/9] platform/x86: intel_punit_ipc: Use generic intel ipc device calls
` [RFC v6 8/9] platform/x86: intel_pmc_ipc: Use generic Intel IPC "
` [RFC v6 9/9] platform/x86: intel_scu_ipc: "

Extreme time jitter with suspend/resume cycles
 2017-10-18 21:56 UTC  (23+ messages)
` Introduce clock precision to help time travelers was "

[PATCH] rtc: add support for NXP PCF85363 real-time clock
 2017-10-17 22:24 UTC  (7+ messages)
  ` [PATCH V2] "

[PATCH] rtc: ds1307: add OF and ACPI entries for Epson RX8130
 2017-10-17 13:00 UTC  (4+ messages)
` [rtc-linux] "

[PATCH 0/4] rtc: mediatek: add support for SoC based RTC on MT7622
 2017-10-17  3:24 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: rtc: mediatek: add bindings for MediaTek SoC based RTC
` [PATCH 2/4] rtc: mediatek: add driver for RTC on MT7622 SoC
` [PATCH 3/4] rtc: mediatek: enhance the description for MediaTek PMIC based RTC
` [PATCH 4/4] rtc: mediatek: update MAINTAINERS entry with MediaTek RTC driver

[PATCH v1 00/25] lib, rtc: Print rtc_time via %pt[dt][rv]
 2017-10-13  7:42 UTC  (5+ messages)
` [PATCH v1 24/25] kdb: Switch to use %pt

[PATCH 1/2] rtc: omap: fix error path when pinctrl_register fails
 2017-10-12 22:06 UTC  (2+ messages)
` [PATCH 2/2] rtc: omap: switch to rtc_register_device

[PATCH 1/3] rtc: ds1511: switch to rtc_register_device
 2017-10-12 22:05 UTC  (3+ messages)
` [PATCH 2/3] rtc: ds1511: allow waking platform
` [PATCH 3/3] rtc: ds1511: use generic nvmem

[PATCH 1/2] rtc: abx80x: switch to rtc_register_device
 2017-10-12 22:04 UTC  (2+ messages)
` [PATCH 2/2] rtc: abx80x: solve race condition

[PATCH 1/2] rtc: m48t86: switch to rtc_register_device
 2017-10-12 22:04 UTC  (2+ messages)
` [PATCH 2/2] rtc: m48t86: use generic nvmem

[PATCH 1/2] rtc: ds1305: switch to rtc_register_device
 2017-10-12 22:03 UTC  (2+ messages)
` [PATCH 2/2] rtc: ds1305: use generic nvmem

[PATCH v2 0/4] Make PL031 interrupt optional
 2017-10-12 15:07 UTC  (7+ messages)
` [PATCH v2 1/4] rtc: pl031: constify amba_ids
` [PATCH v2 2/4] rtc: pl031: use devm_* for allocating memory and mapping resource
` [PATCH v2 3/4] rtc: pl031: avoid exposing alarm if no interrupt
` [PATCH v2 4/4] rtc: pl031: make interrupt optional

[PATCH] rtc: rv3029: Clean up error handling in rv3029_eeprom_write()
 2017-10-12 14:40 UTC  (2+ messages)

[PATCH] rtc: ds1374: wdt:support suspend/resume for watchdog
 2017-10-12 14:12 UTC  (6+ messages)
      `  "

[PATCH] rtc: jz4740: fix loading of rtc driver
 2017-10-12 12:32 UTC  (2+ messages)

[PATCH] rtc: jz4740: remove duplicate 'write' in message
 2017-10-12 12:25 UTC  (2+ messages)

[PATCH RfC] rtc: ds1307: improve weekday handling
 2017-10-12 12:20 UTC  (2+ messages)

DryIce , RTC not working on imx53
 2017-10-12  9:36 UTC  (3+ messages)

[PATCH] rtc: clarify the RTC offset correction
 2017-10-11 21:47 UTC  (3+ messages)

[PATCH V2] imx: mx7dsabresd: include BLK for MMC/eMMC support of driver model
 2017-10-11 21:41 UTC  (2+ messages)

[RFC v5 0/8] PMC/PUNIT IPC driver cleanup
 2017-10-11  3:57 UTC  (21+ messages)
` [RFC v5 1/8] platform/x86: intel_pmc_ipc: Use spin_lock to protect GCR updates
` [RFC v5 2/8] platform/x86: intel_pmc_ipc: Use MFD framework to create dependent devices
` [RFC v5 3/8] platform/x86: intel_pmc_ipc: Use regmap calls for GCR updates
` [RFC v5 4/8] platform: x86: Add generic Intel IPC driver
` [RFC v5 5/8] platform/x86: intel_punit_ipc: Fix resource ioremap warning
` [RFC v5 6/8] platform/x86: intel_punit_ipc: Use generic intel ipc device calls
` [RFC v5 7/8] platform/x86: intel_pmc_ipc: Use generic Intel IPC "
` [RFC v5 8/8] platform/x86: intel_scu_ipc: "

[PATCH] rtc: ds1374: wdt:support suspend/resume for watchdog
 2017-10-10 13:36 UTC  (6+ messages)
        `  "

[RFC v4 0/8] PMC/PUNIT IPC driver cleanup
 2017-10-07 22:29 UTC  (11+ messages)
` [RFC v4 1/8] platform/x86: intel_pmc_ipc: Use MFD framework to create dependent devices
` [RFC v4 2/8] platform/x86: intel_pmc_ipc: Use spin_lock to protect GCR updates
` [RFC v4 3/8] platform/x86: intel_pmc_ipc: Use regmap calls for "
` [RFC v4 4/8] platform: x86: Add generic Intel IPC driver
` [RFC v4 5/8] platform/x86: intel_punit_ipc: Fix resource ioremap warning
` [RFC v4 6/8] platform/x86: intel_punit_ipc: Use generic intel ipc device calls
` [RFC v4 7/8] platform/x86: intel_pmc_ipc: Use generic Intel IPC "
` [RFC v4 8/8] platform/x86: intel_scu_ipc: "

[PATCH v2 0/6] dt-bindings: rtc: document existing bindings
 2017-10-05 22:27 UTC  (8+ messages)
` [PATCH v2 1/6] dt-bindings: trivial: Add RTCs
` [PATCH v2 2/6] dt-bindings: rtc: add stericsson,coh901331 bindings
` [PATCH v2 3/6] dt-bindings: rtc: Add sirf,prima2-sysrtc bindings
` [PATCH v2 4/6] dt-bindings: rtc: DS1307 and compatibles are not trivial
` [PATCH v2 5/6] dt-bindings: rtc: Add bindings for m41t80 and compatibles
` [PATCH v2 6/6] dt-bindings: rtc: merge ds1339 in ds1307 documentation

[PATCH v5 0/6] Add MediaTek PMIC keys support
 2017-10-05 22:23 UTC  (9+ messages)
` [PATCH v5 1/6] mfd: mt6397: create irq mappings in mfd core driver
` [PATCH v5 2/6] dt-bindings: input: Add common keyboard document bindings
` [PATCH v5 3/6] dt-bindings: input: Add document bindings for mtk-pmic-keys
` [PATCH v5 4/6] dt-bindings: mfd: Add bindings for the keys as subnode of PMIC
` [PATCH v5 5/6] input: Add MediaTek PMIC keys support
` [PATCH v5 6/6] mfd: mt6397: Add PMIC keys support to MT6397 driver

[RFC v3 0/7] PMC/PUNIT IPC driver cleanup
 2017-10-04 12:37 UTC  (22+ messages)
` [RFC v3 1/7] platform/x86: intel_pmc_ipc: Use devm_* calls in driver probe function
` [RFC v3 2/7] platform/x86: intel_pmc_ipc: Use MFD framework to create dependent devices
` [RFC v3 3/7] platform/x86: intel_pmc_ipc: Use regmap calls for GCR updates
` [RFC v3 4/7] platform: x86: Add generic Intel IPC driver
` [RFC v3 7/7] platform/x86: intel_scu_ipc: Use generic Intel IPC device calls

[PATCH] rtc: armada38x: add support for trimming the RTC
 2017-10-03 13:56 UTC  (3+ messages)

[PATCH] rtc: pcf8523: add support for trimming the RTC oscillator
 2017-09-29 10:23 UTC 

[PATCH] rtc: set the alarm to the next expiring timer
 2017-09-28 12:11 UTC 

[PATCH] rtc: ds1307: simplify hwmon config
 2017-09-27 20:41 UTC 

[PATCH] dt-bindings: RTC: Add bindings for m41t80 and compatibles
 2017-09-27 13:58 UTC  (4+ messages)
` [PATCH] dt-bindings: RTC: merge ds1339 in ds1307 documentation

[PATCH] rtc: sun6i: fix memory leak
 2017-09-27 13:25 UTC  (2+ messages)

[PATCH] dt-bindings: RTC: Add sirf,prima2-sysrtc bindings
 2017-09-26 13:45 UTC  (3+ messages)

[PATCH 1/3] RTC: rv3029: fix vendor string
 2017-09-26 13:40 UTC  (5+ messages)
` [PATCH 3/3] powerpc/5200: dts: digsy_mtc.dts: fix rv3029 compatible

[PATCH v4 0/5] Add MediaTek PMIC keys support
 2017-09-25  8:14 UTC  (8+ messages)
` [PATCH v4 2/5] dt-bindings: input: Add document bindings for mtk-pmic-keys

[PATCH] dt-bindings: fix vendor prefix for Abracon
 2017-09-21 22:57 UTC  (2+ messages)

[PATCH] rtc: interface: set the next alarm event appropriately
 2017-09-21  8:57 UTC  (5+ messages)


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