linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-21 18:11:38 to 2018-08-14 12:19:43 UTC [more...]

[PATCH v5 1/2] rtc: omap: use of_device_is_system_power_controller function
 2018-08-14  9:32 UTC  (6+ messages)
` [PATCH v5 2/2] rtc: omap: Cut down the shutdown time from 2 seconds to 1 sec

[PATCH 0/2] rtc: Use PTR_ERR_OR_ZERO to replace the open code
 2018-08-14  4:18 UTC  (5+ messages)
` [PATCH 1/2] rtc:rtc-digicolor: "
` [PATCH 2/2] rtc:rtc-ds1347: "

[PATCH] rtc: isl1208: fix error handling in isl1208_probe()
 2018-08-08 22:13 UTC 

[PATCH 1/2] rtc: maxim: Add SPDX license identifiers
 2018-08-07 16:19 UTC  (2+ messages)
` [PATCH 2/2] rtc: s5m: Add SPDX license identifier

[PATCH 0/8] rtc: cleanup task handling
 2018-08-06  9:06 UTC  (11+ messages)
` [PATCH 1/8] rtc: sa1100: don't set PIE frequency
` [PATCH 2/8] rtc: sh: remove dead code
` [PATCH 3/8] rtc: remove rtc_irq_register/rtc_irq_unregister
` [PATCH 4/8] rtc: remove irq_task and irq_task_lock
` [PATCH 5/8] rtc: simplify rtc_irq_set_state/rtc_irq_set_freq
` [PATCH 6/8] rtc: unexport rtc_irq_set_*
` [PATCH 7/8] char: rtc: remove task handling
` [PATCH 8/8] rtc: remove struct rtc_task

[PATCH v2 0/5] support a new type of PMIC,including two chips(rk817 and rk809)
 2018-08-02 11:16 UTC  (10+ messages)
` [PATCH v2 1/5] mfd: rk808: Add RK817 and RK809 support
` [PATCH v2 2/5] regulator: rk808: add RK809 and RK817 support
` [PATCH v2 3/5] dt-bindings: mfd: rk808: Add binding informations for RK809 and RK817
` [PATCH v2 4/5] RTC: RK808: add RK809 and RK817 support
` [PATCH v2 5/5] clk: "

[PATCH 0/5] support a new type of PMIC,including two chips(rk817 and rk809)
 2018-07-31  6:56 UTC  (5+ messages)
` [PATCH 1/5] mfd: rk808: Add RK817 and RK809 support
` [PATCH 2/5] regulator: rk808: Add regulator driver for RK809 and RK817
` [PATCH 2/5] regulator: rk808: add RK809 and RK817 support
` [PATCH 3/5] dt-bindings: mfd: rk808: Add binding informations for RK809 and RK817

[PATCH] rtc: rtc-mrst: Replace mdelay() with msleep() in mrst_read_time()
 2018-07-30 13:59 UTC 

[PATCH] rtc: rtc-omap: Replace mdelay() with msleep() in omap_rtc_power_off()
 2018-07-30 13:53 UTC 

[PATCH] rtc: pcf85063: preserve control register value between stop and start
 2018-07-28 12:51 UTC  (2+ messages)

[PATCH] rtc: sh: remove unused variable rtc_dev
 2018-07-27 15:28 UTC  (2+ messages)

[PATCH v11 1/4] rtc: ds1307: fix data pointer to m41t0
 2018-07-25 17:26 UTC  (4+ messages)
` [PATCH v11 2/4] rtc: ds1307: support m41t11 variant
` [PATCH v11 3/4] rtc: ds1307: add offset sysfs for mt41txx chips
` [PATCH v11 4/4] rtc: ds1307: add frequency_test_enable sysfs attribute to check tick on m41txx

[PATCH v5 0/5] rtc: isl1208: fixes, documentation and isl1219 support
 2018-07-24 23:25 UTC  (7+ messages)
` [PATCH v5 2/5] rtc: isl1208: add support for isl1219 with tamper detection
` [PATCH v5 3/5] rtc: isl1208: Add "evdet" interrupt source for isl1219
` [PATCH v5 4/5] rtc: isl1208: set ev-evienb bit from device tree
` [PATCH v5 1/5] rtc: sysfs: facilitate attribute add to rtc device
` [PATCH v5 5/5] rtc: isl1219: add device tree docu

[PATCH 0/5] support a new type of PMIC,including two chips(rk817 and rk809)
 2018-07-23 23:13 UTC  (10+ messages)
` [PATCH 1/5] mfd: rk808: Add RK817 and RK809 support
` [PATCH 2/5] regulator: rk808: Add regulator driver for RK809 and RK817
` [PATCH 3/5] mfd: dt-bindings: Add RK809 and RK817 device tree bindings document
` [PATCH 4/5] RTC: RK808: add RTC driver for RK809 and RK817
` [PATCH 5/5] clk: RK808: add clkout "

[PATCH] rtc: jz4740: Add support for the JZ4725B, JZ4760, JZ4770
 2018-07-23 14:20 UTC  (10+ messages)

[PATCH v9 2/4] rtc: ds1307: support m41t11 variant
 2018-07-20 13:49 UTC  (19+ messages)
` [PATCH v9 3/4] rtc: ds1307: add offset sysfs for mt41txx chips
` [PATCH v9 4/4] rtc: ds1307: add frequency_test_enable sysfs attribute to check tick on m41txx
    ` [PATCH v10 2/4] rtc: ds1307: support m41t11 variant
      ` [PATCH v10 3/4] rtc: ds1307: add offset sysfs for mt41txx chips
      ` [PATCH v10 4/4] rtc: ds1307: add frequency_test_enable sysfs attribute to check tick on m41txx
      ` [PATCH v10 1/4] rtc: ds1307: fix data pointer to m41t0
` [PATCH v9 "

[PATCH v4 0/4] rtc: OMAP: Add support for rtc-only mode
 2018-07-20 11:03 UTC  (16+ messages)
` [PATCH v4 1/4] rtc: omap: Cut down the shutdown time from 2 seconds to 1 sec
` [PATCH v4 2/4] rtc: OMAP: Add support for rtc-only mode
` [PATCH v4 3/4] rtc: omap: use of_device_is_system_power_controller function
` [PATCH v4 4/4] rtc: interface: Add power_off_program to rtc_class_ops

[PATCH v4 0/5] rtc: isl1208: fixes, documentation and isl1219 support
 2018-07-18 10:44 UTC  (17+ messages)
` [PATCH v4 5/5] rtc: isl1219: add device tree docu
` [PATCH v4 3/5] rtc: isl1208: Add "evdet" interrupt source for isl1219
` [PATCH v4 4/5] rtc: isl1208: set ev-evienb bit from device tree
` [PATCH v4 2/5] rtc: isl1208: add support for isl1219 with tamper detection
` [PATCH v4 1/5] rtc: sysfs: facilitate attribute add to rtc device

[PATCH v8 2/4] rtc: ds1307: support m41t11 variant
 2018-07-18  9:36 UTC  (5+ messages)
` [PATCH v8 3/4] rtc: ds1307: add offset sysfs for mt41txx chips
` [PATCH v8 4/4] rtc: ds1307: add frequency_test_enable sysfs attribute to check tick on m41txx
` [PATCH v8 1/4] rtc: ds1307: fix data pointer to m41t0

[PATCH v7 2/4] rtc: ds1307: support m41t11 variant
 2018-07-18  9:13 UTC  (5+ messages)
` [PATCH v7 3/4] rtc: ds1307: add offset sysfs for mt41txx chips
` [PATCH v7 4/4] rtc: ds1307: add frequency_test_enable sysfs attribute to check tick on m41txx
` [PATCH v7 1/4] rtc: ds1307: fix data pointer to m41t0

[PATCH v6 1/4] rtc: ds1307: fix data pointer to m41t0
 2018-07-18  8:45 UTC  (11+ messages)
` [PATCH v6 2/4] rtc: ds1307: support m41t11 variant
` [PATCH v6 3/4] rtc: ds1307: add offset sysfs for mt41txx chips
    ` [PATCH 2/4] rtc: ds1307: support m41t11 variant
      ` [PATCH 3/4] rtc: ds1307: add offset sysfs for mt41txx chips
      ` [PATCH 4/4] rtc: ds1307: add frequency_test_enable sysfs attribute to check tick on m41txx
      ` [PATCH 1/4] rtc: ds1307: fix data pointer to m41t0

[GIT PULL] RTC fixes for 4.18
 2018-07-14 20:56 UTC 

[PATCH] [RESEND] rtc: use ktime_get_real_ts64() instead of getnstimeofday64()
 2018-07-13  8:49 UTC  (2+ messages)

[PATCH] rtc: m48t59: remove redundant pointer 'name'
 2018-07-12 19:18 UTC  (2+ messages)

[PATCH 1/2] rtc: armada38x: drop redundant initialization
 2018-07-12 18:36 UTC  (6+ messages)
` [PATCH 2/2] rtc: armada38x: reset after rtc power loss

[PATCH 0/4] rtc: omap: fixes and clean ups
 2018-07-12 18:33 UTC  (8+ messages)
` [PATCH 1/4] rtc: omap: fix potential crash on power off
` [PATCH 2/4] rtc: omap: fix resource leak in registration error path
` [PATCH 3/4] rtc: omap: add missing register lock in "
` [PATCH 4/4] rtc: omap: drop unnecessary register unlock around reads

[PATCH] rtc: test: make array pdev static
 2018-07-12 18:17 UTC  (2+ messages)

[PATCH] rtc: fix alarm read and set offset
 2018-07-12 10:22 UTC 

[PATCH v2] rtc-snvs: Add timeouts to avoid kernel lockups
 2018-07-12  9:33 UTC  (2+ messages)

[PATCH] rtc: stmp3xxx: Don't reset the rtc in .probe() when watchdog is running
 2018-07-12  9:30 UTC  (7+ messages)

[PATCH v3 0/4] rtc: OMAP: Add support for rtc-only mode
 2018-07-11 16:16 UTC  (7+ messages)
` [PATCH v3 1/4] rtc: omap: Cut down the shutdown time from 2 seconds to 1 sec
` [PATCH v3 2/4] rtc: OMAP: Add support for rtc-only mode
` [PATCH v3 3/4] rtc: omap: use of_device_is_system_power_controller function
` [PATCH v3 4/4] rtc: interface: Add power_off_program to rtc_class_ops

[GIT PULL] RTC for 4.18
 2018-07-11  9:22 UTC  (10+ messages)

[PATCH v2] rtc: OMAP: Add support for rtc-only mode
 2018-07-09  9:35 UTC  (5+ messages)

[PATCH] rtc: OMAP: Add support for rtc-only mode
 2018-07-04  8:29 UTC  (3+ messages)

[PATCH 0/9] croc_ec: Switch to SPDX identifier
 2018-06-25 11:06 UTC  (8+ messages)
` [PATCH 5/9] rtc: cros-ec: "


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