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

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

This is tested on latest 4.2-rc5. Boot tested on AM437X-GP-EVM
also tested rtc ticking via sysfs nodes. 

Dave Gerlach (1):
  ARM: dts: am437x-gp-evm: Add regulator-always-on and regulator-boot-on
    for RTC DCDCs

Keerthy (7):
  ARM: dts: AM4372: Append the rtc compatible string
  rtc: omap: Add external clock enabling support
  ARM: dts: AM4372: Add external clock flag
  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

 Documentation/devicetree/bindings/arm/omap/omap.txt |  3 +++
 Documentation/devicetree/bindings/rtc/rtc-omap.txt  |  2 ++
 arch/arm/boot/dts/am4372.dtsi                       |  2 +-
 arch/arm/boot/dts/am437x-gp-evm.dts                 |  9 +++++++++
 arch/arm/boot/dts/am437x-idk-evm.dts                |  1 +
 arch/arm/boot/dts/am437x-sk-evm.dts                 |  1 +
 arch/arm/boot/dts/am43x-epos-evm.dts                |  2 +-
 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                              | 10 ++++++++++
 12 files changed, 50 insertions(+), 6 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] 32+ messages in thread

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

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-05 10:49 [PATCH 0/8] ARM: AM4372: Enable RTC Keerthy
     [not found] ` <1438771792-12604-1-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
2015-08-05 10:49   ` [PATCH 1/8] ARM: dts: AM4372: Reorder the rtc compatible string Keerthy
     [not found]     ` <1438771792-12604-2-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
2015-08-05 15:31       ` Felipe Balbi
     [not found]         ` <20150805153148.GB12328-HgARHv6XitJaoMGHk7MhZQC/G2K4zDHf@public.gmane.org>
2015-08-05 15:51           ` Keerthy
     [not found]             ` <55C230E9.9010309-l0cyMroinI0@public.gmane.org>
2015-08-05 16:14               ` Felipe Balbi
     [not found]                 ` <20150805161445.GF12328-HgARHv6XitJaoMGHk7MhZQC/G2K4zDHf@public.gmane.org>
2015-08-05 16:18                   ` Keerthy
     [not found]                     ` <55C23740.2080102-l0cyMroinI0@public.gmane.org>
2015-08-05 16:51                       ` Felipe Balbi
     [not found]                         ` <20150805165122.GH12328-HgARHv6XitJaoMGHk7MhZQC/G2K4zDHf@public.gmane.org>
2015-08-06  1:25                           ` Keerthy
     [not found]                             ` <55C2B7A5.5000400-l0cyMroinI0@public.gmane.org>
2015-08-06 14:16                               ` Felipe Balbi
     [not found]                                 ` <20150806141618.GA19110-HgARHv6XitJaoMGHk7MhZQC/G2K4zDHf@public.gmane.org>
2015-08-06 16:48                                   ` Keerthy
     [not found]                                     ` <55C38FCC.1040306-l0cyMroinI0@public.gmane.org>
2015-08-07  2:47                                       ` Tony Lindgren
2015-08-06 13:33                   ` Afzal Mohammed
2015-08-05 10:49   ` [PATCH 2/8] ARM: dts: am437x-gp-evm: Add regulator-always-on and regulator-boot-on for RTC DCDCs Keerthy
     [not found]     ` <1438771792-12604-3-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
2015-08-05 11:20       ` Tony Lindgren
2015-08-05 10:49   ` [PATCH 3/8] rtc: omap: Add external clock enabling support Keerthy
     [not found]     ` <1438771792-12604-4-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
2015-08-05 11:13       ` Tony Lindgren
     [not found]         ` <20150805111316.GI16878-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2015-08-05 11:41           ` Alexandre Belloni
     [not found]             ` <20150805114119.GF3486-m++hUPXGwpdeoWH0uzbU5w@public.gmane.org>
2015-08-05 11:43               ` Alexandre Belloni
     [not found]                 ` <20150805114357.GG3486-m++hUPXGwpdeoWH0uzbU5w@public.gmane.org>
2015-08-05 12:01                   ` Keerthy
     [not found]                     ` <55C1FB12.1000208-l0cyMroinI0@public.gmane.org>
2015-08-05 12:35                       ` Alexandre Belloni
     [not found]                         ` <20150805123550.GH3486-m++hUPXGwpdeoWH0uzbU5w@public.gmane.org>
2015-08-06  2:09                           ` Keerthy
     [not found]                             ` <55C2C1F0.9040102-l0cyMroinI0@public.gmane.org>
2015-08-06  8:44                               ` Alexandre Belloni
2015-08-06  9:36                   ` Grygorii Strashko
     [not found]                     ` <55C32AB6.7090509-l0cyMroinI0@public.gmane.org>
2015-08-06  9:47                       ` Alexandre Belloni
     [not found]                         ` <20150806094736.GM3486-m++hUPXGwpdeoWH0uzbU5w@public.gmane.org>
2015-08-06  9:51                           ` Tony Lindgren
     [not found]                             ` <20150806095105.GD4215-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2015-08-07  8:20                               ` Keerthy
2015-08-05 10:49   ` [PATCH 4/8] ARM: dts: AM4372: Add external clock flag Keerthy
2015-08-05 10:49   ` [PATCH 5/8] ARM: AM43xx: Introduce a separate soc_is function for am438x series of SoCs Keerthy
     [not found]     ` <1438771792-12604-6-git-send-email-j-keerthy-l0cyMroinI0@public.gmane.org>
2015-08-05 11:16       ` Tony Lindgren
2015-08-05 10:49   ` [PATCH 6/8] ARM: dts: am43x-epos-evm: Add the am438 compatible string Keerthy
2015-08-05 10:49   ` [PATCH 7/8] ARM: AM43XX: HWMOD: Add rtc hwmod Keerthy
2015-08-05 10:49   ` [PATCH 8/8] 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).