devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6]  ARM: AM4372: Enable RTC
@ 2015-08-10  9:28 Keerthy
       [not found] ` <1439198906-31189-1-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
  0 siblings, 1 reply; 22+ messages in thread
From: Keerthy @ 2015-08-10  9:28 UTC (permalink / raw)
  To: tony-4v6yS6AI5VpBDgjK7y7TUQ, linux-omap-u79uwXL29TY76Z2rM5mHXA,
	pawel.moll-5wv7dgnIgG8
  Cc: galak-sgV2jX0FEOL9JmXXK+q4OQ, paul-DWxLp4Yu+b8AvxtiuMwx3w,
	alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8,
	akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b,
	johan-DgEjT+Ai2ygdnm+yROfE0A, grygorii.strashko-l0cyMroinI0,
	rtc-linux-/JYPxA39Uh5TLH3MbocFFw, bcousson-rdvid1DuHRBWk0Htik3J/w,
	nm-l0cyMroinI0, devicetree-u79uwXL29TY76Z2rM5mHXA,
	t-kristo-l0cyMroinI0, j-keerthy-l0cyMroinI0

The series brings multiple fixes needed to get rtc ticking
on am437x-gp-evm.

This is tested on top of omap-for-v4.3/dt-v2 branch. Boot tested on
AM437X-GP-EVM also tested rtc ticking via sysfs nodes. 

The series is on top of this patch:
http://comments.gmane.org/gmane.linux.drivers.devicetree/131026

Keerthy (6):
  ARM: dts: AM43XX: Add clk_32k_rtc node
  rtc: omap: Add external clock enabling support
  ARM: AM43xx: Introduce a separate soc_is function for am438x series of
    SoCs
  ARM: dts: am43x-epos-evm: Add the am438 compatible string
  ARM: AM43XX: HWMOD: Add rtc hwmod
  ARM: dts: AM437X-GP-EVM: Enable rtc

Changes in v2:

  * Couple of patches already pulled in.
  * Removed dt ext-clk-src and made use of clocks property to determine
    presence of external clock source.

 .../devicetree/bindings/arm/omap/omap.txt          |  3 +++
 arch/arm/boot/dts/am4372.dtsi                      |  2 ++
 arch/arm/boot/dts/am437x-gp-evm.dts                |  4 +++
 arch/arm/boot/dts/am43x-epos-evm.dts               |  2 +-
 arch/arm/boot/dts/am43xx-clocks.dtsi               |  6 +++++
 arch/arm/mach-omap2/board-generic.c                |  1 +
 arch/arm/mach-omap2/id.c                           |  2 ++
 arch/arm/mach-omap2/omap_hwmod_43xx_data.c         | 16 ++++++++++--
 arch/arm/mach-omap2/soc.h                          |  7 +++--
 drivers/rtc/rtc-omap.c                             | 30 ++++++++++++++++++++++
 10 files changed, 68 insertions(+), 5 deletions(-)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-08-14  8:29 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-10  9:28 [PATCH v2 0/6] ARM: AM4372: Enable RTC Keerthy
     [not found] ` <1439198906-31189-1-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
2015-08-10  9:28   ` [PATCH v2 1/6] ARM: dts: AM43XX: Add clk_32k_rtc node Keerthy
2015-08-10  9:28   ` [PATCH v2 2/6] rtc: omap: Add external clock enabling support Keerthy
     [not found]     ` <1439198906-31189-3-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
2015-08-11 14:00       ` Alexandre Belloni
2015-08-12 14:27       ` Paul Walmsley
     [not found]         ` <alpine.DEB.2.02.1508121422020.7154-rwI8Ez+7Ko+d5PgPZx9QOdBPR1lH4CV8@public.gmane.org>
2015-08-12 19:08           ` Keerthy
     [not found]             ` <55CB99C2.7010007-l0cyMroinI0@public.gmane.org>
2015-08-12 20:16               ` Alexandre Belloni
     [not found]                 ` <20150812201636.GJ3411-m++hUPXGwpdeoWH0uzbU5w@public.gmane.org>
2015-08-13 20:17                   ` Paul Walmsley
     [not found]                     ` <alpine.DEB.2.02.1508131822510.1009-rwI8Ez+7Ko+d5PgPZx9QOdBPR1lH4CV8@public.gmane.org>
2015-08-14  4:55                       ` Keerthy
2015-08-14  8:29                       ` Alexandre Belloni
2015-08-10  9:28   ` [PATCH v2 3/6] ARM: AM43xx: Introduce a separate soc_is function for am438x series of SoCs Keerthy
     [not found]     ` <1439198906-31189-4-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
2015-08-11 12:55       ` Tony Lindgren
     [not found]         ` <20150811125515.GN4215-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2015-08-11 17:54           ` Keerthy
     [not found]             ` <55CA36D2.3080509-l0cyMroinI0@public.gmane.org>
2015-08-12  8:37               ` Tony Lindgren
     [not found]                 ` <20150812083718.GS4215-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2015-08-13  6:59                   ` Keerthy
2015-08-13  9:04                   ` Keerthy
     [not found]                     ` <55CC5DB4.7040704-l0cyMroinI0@public.gmane.org>
2015-08-13  9:59                       ` Tony Lindgren
2015-08-10  9:28   ` [PATCH v2 4/6] ARM: dts: am43x-epos-evm: Add the am438 compatible string Keerthy
2015-08-10  9:28   ` [PATCH v2 5/6] ARM: AM43XX: HWMOD: Add rtc hwmod Keerthy
     [not found]     ` <1439198906-31189-6-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
2015-08-12 14:39       ` Paul Walmsley
     [not found]         ` <alpine.DEB.2.02.1508121434190.7154-rwI8Ez+7Ko+d5PgPZx9QOdBPR1lH4CV8@public.gmane.org>
2015-08-13  6:39           ` Tero Kristo
2015-08-10  9:28   ` [PATCH v2 6/6] ARM: dts: AM437X-GP-EVM: Enable rtc Keerthy

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