All of lore.kernel.org
 help / color / mirror / Atom feed
* [rtc-linux] [PATCH v5 0/3] ARM: AM437X: Add rtc clock handling
@ 2015-08-18  9:41 Keerthy
  2015-08-18  9:41 ` [rtc-linux] [PATCH v5 1/3] ARM: dts: AM437x: Add the internal and external clock nodes for rtc Keerthy
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Keerthy @ 2015-08-18  9:41 UTC (permalink / raw)
  To: alexandre.belloni, tony
  Cc: bcousson, johan, linux-omap, rtc-linux, grygorii.strashko,
	j-keerthy

The series is applicable for all am437x series of processors.
It adds clock handling support. Boot tested on am437x-gp-evm.

Keerthy (3):
  ARM: dts: AM437x: Add the internal and external clock nodes for rtc
  rtc: omap: Add internal clock enabling support
  rtc: omap: Add external clock enabling support

Changes in v5:

  * Added devicetree documentation for omap-rtc clocks.

Changes in v4:

  * Optimized pointer checks for clk pointer.

Changes in v3:

  * Split internal and external clock enabling to separate patches.
  * Using one variable to store the clk info in omap_rtc struct.

 Documentation/devicetree/bindings/rtc/rtc-omap.txt |  4 +++
 arch/arm/boot/dts/am4372.dtsi                      |  2 ++
 arch/arm/boot/dts/am437x-gp-evm.dts                | 13 +++++++++
 arch/arm/boot/dts/am437x-idk-evm.dts               |  9 ++++++
 arch/arm/boot/dts/am437x-sk-evm.dts                |  9 ++++++
 drivers/rtc/rtc-omap.c                             | 33 ++++++++++++++++++++++
 6 files changed, 70 insertions(+)

-- 
1.9.1

-- 
-- 
You received this message because you are subscribed to "rtc-linux".
Membership options at http://groups.google.com/group/rtc-linux .
Please read http://groups.google.com/group/rtc-linux/web/checklist
before submitting a driver.
--- 
You received this message because you are subscribed to the Google Groups "rtc-linux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-09-01 17:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-18  9:41 [rtc-linux] [PATCH v5 0/3] ARM: AM437X: Add rtc clock handling Keerthy
2015-08-18  9:41 ` [rtc-linux] [PATCH v5 1/3] ARM: dts: AM437x: Add the internal and external clock nodes for rtc Keerthy
2015-08-18  9:41 ` [rtc-linux] [PATCH v5 2/3] rtc: omap: Add internal clock enabling support Keerthy
2015-08-21 21:36   ` [rtc-linux] " Alexandre Belloni
2015-08-24  4:39     ` Keerthy
2015-08-18  9:41 ` [rtc-linux] [PATCH v5 3/3] rtc: omap: Add external " Keerthy
2015-08-21 21:18 ` [rtc-linux] Re: [PATCH v5 0/3] ARM: AM437X: Add rtc clock handling Alexandre Belloni
2015-08-26 16:51   ` Keerthy
2015-08-26 18:01     ` Tony Lindgren
2015-08-26 21:53       ` Alexandre Belloni
2015-09-01 15:27         ` Tony Lindgren
2015-09-01 17:18           ` Keerthy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.