linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add AM437x RTC
@ 2015-03-05 13:13 Dave Gerlach
  2015-03-05 13:13 ` [PATCH 1/4] ARM: OMAP2+: omap_hwmod: Introduce ti, no-init dt property Dave Gerlach
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Dave Gerlach @ 2015-03-05 13:13 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,
This series adds support for the rtc on am437x, as previously the hwmod
and dt entries were missing. The am43x-epos-evm requires special treatment
because the RTC gets disabled in hardware with no way to tell through
software so we add a ti,no-init dt flag for the hwmod layer so we can
avoid writing to the SYSCONFIG register and triggering an external abort.
If we use this flag for the am43x-epos-evm we can add the rtc as normal
to am437x-gp-evm. am437x-sk-evm already has the required dt entry in place. 

Regards,
Dave

Dave Gerlach (3):
  ARM: OMAP2+: omap_hwmod: Introduce ti,no-init dt property
  ARM: OMAP2+: AM43xx hwmod: Add RTC hwmod for AM43xx
  ARM: dts: am43x-epos-evm: Add rtc node with ti,no-init property

Keerthy (1):
  ARM: dts: am437x-gp-evm: Enable RTC

 Documentation/devicetree/bindings/arm/omap/omap.txt | 2 ++
 arch/arm/boot/dts/am437x-gp-evm.dts                 | 4 ++++
 arch/arm/boot/dts/am43x-epos-evm.dts                | 4 ++++
 arch/arm/mach-omap2/omap_hwmod.c                    | 7 ++++++-
 arch/arm/mach-omap2/omap_hwmod.h                    | 4 ++++
 arch/arm/mach-omap2/omap_hwmod_43xx_data.c          | 1 +
 6 files changed, 21 insertions(+), 1 deletion(-)

-- 
2.3.0

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

end of thread, other threads:[~2015-03-12 20:05 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-05 13:13 [PATCH 0/4] Add AM437x RTC Dave Gerlach
2015-03-05 13:13 ` [PATCH 1/4] ARM: OMAP2+: omap_hwmod: Introduce ti, no-init dt property Dave Gerlach
2015-03-05 18:16   ` [PATCH 1/4] ARM: OMAP2+: omap_hwmod: Introduce ti,no-init " Paul Walmsley
2015-03-05 18:49     ` Tony Lindgren
2015-03-05 19:47       ` Dave Gerlach
2015-03-05 20:17         ` Tony Lindgren
2015-03-06  0:41           ` Tony Lindgren
2015-03-06 17:28             ` Dave Gerlach
2015-03-06 17:45               ` Tony Lindgren
2015-03-10 16:12                 ` Dave Gerlach
2015-03-10 17:36                 ` Grygorii Strashko
2015-03-10 17:59                   ` Dave Gerlach
2015-03-11 16:32                     ` Grygorii Strashko
2015-03-12 20:05                       ` Dave Gerlach
2015-03-05 13:13 ` [PATCH 2/4] ARM: OMAP2+: AM43xx hwmod: Add RTC hwmod for AM43xx Dave Gerlach
2015-03-06  4:26   ` Paul Walmsley
2015-03-06 17:30     ` Dave Gerlach
2015-03-06 17:44       ` Paul Walmsley
2015-03-06 17:50         ` Dave Gerlach
2015-03-07  0:37           ` Paul Walmsley
2015-03-05 13:13 ` [PATCH 3/4] ARM: dts: am43x-epos-evm: Add rtc node with ti, no-init property Dave Gerlach
2015-03-05 13:13 ` [PATCH 4/4] ARM: dts: am437x-gp-evm: Enable RTC Dave Gerlach

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