Linux RTC
 help / color / mirror / Atom feed
 messages from 2010-06-02 13:53:05 to 2014-09-23 10:33:26 UTC [more...]

[PATCH v7 00/10] rtc: at91sam9: add DT support
 2014-09-23 10:33 UTC  (14+ messages)
` [PATCH v7 01/10] rtc: at91sam9: remove references to mach specific headers
` [PATCH v7 02/10] rtc: at91sam9: use standard readl/writel functions instead of raw versions
` [PATCH v7 03/10] rtc: at91sam9: replace devm_ioremap by devm_ioremap_resource
` [PATCH v7 04/10] rtc: at91sam9: add DT support
` [PATCH v7 05/10] rtc: at91sam9: make use of syscon/regmap to access GPBR registers
` [PATCH v7 06/10] rtc: at91sam9: rework the Kconfig description
` [PATCH v7 07/10] ARM: at91: add clk_lookup entry for RTT devices
` [PATCH v7 08/10] rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCK
` [PATCH v7 09/10] rtc: at91sam9: add DT bindings documentation
` [PATCH v7 10/10] mfd: syscon: add Atmel GPBR DT bindings documention

[PATCH v6 0/9] rtc: at91sam9: add DT support
 2014-09-23  8:31 UTC  (20+ messages)
` [PATCH v6 1/9] rtc: at91sam9: remove references to mach specific headers
` [PATCH v6 2/9] rtc: at91sam9: use standard readl/writel functions instead of raw versions
` [PATCH v6 3/9] rtc: at91sam9: replace devm_ioremap by devm_ioremap_resource
` [PATCH v6 4/9] rtc: at91sam9: add DT support
` [PATCH v6 5/9] rtc: at91sam9: make use of syscon/regmap to access GPBR registers
` [PATCH v6 6/9] ARM: at91: add clk_lookup entry for RTT devices
` [PATCH v6 7/9] rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCK
` [PATCH v6 8/9] rtc: at91sam9: add DT bindings documentation
` [PATCH v6 9/9] mfd: syscon: add Atmel GPBR DT bindings documention

[PATCH v5 0/9] rtc: at91sam9: add DT support
 2014-09-22 15:26 UTC  (16+ messages)
` [PATCH v5 1/9] rtc: at91sam9: remove references to mach specific headers
` [PATCH v5 2/9] rtc: at91sam9: use standard readl/writel functions instead of raw versions
` [PATCH v5 3/9] rtc: at91sam9: replace devm_ioremap by devm_ioremap_resource
` [PATCH v5 4/9] rtc: at91sam9: add DT support
` [PATCH v5 5/9] rtc: at91sam9: make use of syscon/regmap to access GPBR registers
` [PATCH v5 6/9] ARM: at91: add clk_lookup entry for RTT devices
` [PATCH v5 7/9] rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCK
` [PATCH v5 8/9] rtc: at91sam9: add DT bindings documentation
` [PATCH v5 9/9] mfd: syscon: add Atmel GPBR DT bindings documention

[PATCH v4 0/9] rtc: at91sam9: add DT support
 2014-09-17 21:32 UTC  (17+ messages)
` [PATCH v4 1/9] rtc: at91sam9: remove references to mach specific headers
` [PATCH v4 2/9] rtc: at91sam9: use standard readl/writel functions instead of raw versions
` [PATCH v4 3/9] rtc: at91sam9: replace devm_ioremap by devm_ioremap_resource
` [PATCH v4 4/9] rtc: at91sam9: add DT support
` [PATCH v4 5/9] rtc: at91sam9: make use of syscon/regmap to access GPBR registers
  ` [PATCH v5 "
` [PATCH v4 6/9] ARM: at91: add clk_lookup entry for RTT devices
` [PATCH v4 7/9] rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCK
` [PATCH v4 8/9] rtc: at91sam9: add DT bindings documentation
` [PATCH v4 9/9] mfd: syscon: add Atmel GPBR DT bindings documention

[PATCH v4 0/9] rtc: at91sam9: add DT support
 2014-09-11 13:18 UTC 

[PATCH v3 0/8] rtc: at91sam9: add DT support
 2014-09-11 11:52 UTC  (17+ messages)
` [PATCH v3 1/8] rtc: at91sam9: remove references to mach specific headers
` [PATCH v3 2/8] rtc: at91sam9: use standard readl/writel functions instead of raw versions
` [PATCH v3 3/8] rtc: at91sam9: replace devm_ioremap by devm_ioremap_resource
` [PATCH v3 4/8] rtc: at91sam9: add DT support
` [PATCH v3 5/8] rtc: at91sam9: make use of syscon/regmap to access GPBR registers
` [PATCH v3 6/8] ARM: at91: add clk_lookup entry for RTT devices
` [PATCH v3 7/8] rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCK
` [PATCH v3 8/8] rtc: at91sam9: add DT bindings documentation

[PATCH 0/5] rtc: at91sam9: add DT support
 2014-09-10 16:55 UTC  (22+ messages)
` [PATCH 1/5] rtc: at91sam9: remove references to mach specific headers
` [PATCH 2/5] rtc: at91sam9: use standard readl/writel functions instead of raw versions
` [PATCH 3/5] rtc: at91sam9: add DT support
` [PATCH 4/5] rtc: at91sam9: retain slow clock and check its rate
` [PATCH 5/5] rtc: at91sam9: add DT bindings documentation

[PATCH v2 0/6] rtc: at91sam9: add DT support
 2014-09-09  9:39 UTC  (8+ messages)
` [PATCH v2 1/6] rtc: at91sam9: remove references to mach specific headers
` [PATCH v2 2/6] rtc: at91sam9: use standard readl/writel functions instead of raw versions
` [PATCH v2 3/6] rtc: at91sam9: add DT support
` [PATCH v2 4/6] ARM: at91: add clk_lookup entry for RTT devices
` [PATCH v2 5/6] rtc: at91sam9: use clk API instead of relying on AT91_SLOW_CLOCK
` [PATCH v2 6/6] rtc: at91sam9: add DT bindings documentation

drivers/rtc/rtc-ds1307.c: Support optional wakeup interrupt source
 2014-08-21 16:12 UTC 

[1/2] rtc: pcf8563: Refactor to use SMBUS api instead of raw I2C
 2014-07-24 16:43 UTC 

[PATCH] rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq
 2014-05-07  8:03 UTC 

[v4,09/21] rtc: support DS1302 RTC on ICP DAS LP-8x4x
 2014-04-16 17:17 UTC 

[v2] rtc: Fix suspend/resume for APM X-Gene SoC RTC driver
 2014-04-14 18:09 UTC 

[42/73] rtc: delete non-required instances of include <linux/init.h>
 2014-01-21 21:22 UTC 

[17/29] drivers/rtc: simplify use of devm_ioremap_resource
 2013-08-14  9:11 UTC 

[V2] rtc: rtc-v3020: use gpio_request_array()
 2013-02-22  2:19 UTC 

[PATCH] rtc: snvs: improve timeout handling in snvs_rtc_enable()
 2012-08-18 13:14 UTC 

rtc: ep93xx: Use readl/writel for io
 2012-03-21 17:55 UTC 

rtc: update author email for rtc-at32ap700x
 2011-06-28 15:03 UTC 

rtc: rtc-s3c: Set year, month, day value for setting alarm
 2011-06-10  8:29 UTC 

[3/3] rtc: mxc: remove UIE signaling
 2011-05-04 15:31 UTC 

[1/3] rtc: mc13xxx: remove UIE signaling
 2011-05-04 15:31 UTC 

RTC: Add MODULE_DEVICE_TABLE to rtc-ds1672/rtc-max6900/rtc-max8998
 2011-04-18 12:16 UTC 

[1/2] RTC: Add core rtc support for Gemini Soc devices
 2010-12-14 15:08 UTC 

[2/3] rtc: rtc-s3c: Add spin_lock_irq in s3c_rtc_setaie
 2010-11-16  0:02 UTC 

[4/4] rtc: rtc-rs5c372: optionally return epoch if time may be unreliable
 2010-06-02 13:53 UTC 

[3/4] rtc: rtc-rs5c372: use century bit
 2010-06-02 13:53 UTC 

[2/4] rtc: rtc-rs5c372: fixed check for 'oscillator halted' condition
 2010-06-02 13:53 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox