linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: shc_work@mail.ru (Alexander Shiyan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/5] ARM: clps711x: clep7312: Add common devices initialization
Date: Sat, 31 May 2014 16:10:12 +0400	[thread overview]
Message-ID: <1401538213-16106-4-git-send-email-shc_work@mail.ru> (raw)
In-Reply-To: <1401538213-16106-1-git-send-email-shc_work@mail.ru>

Add initialization of commonly used devices to the CLEP7312 generic board.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/mach-clps711x/board-clep7312.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-clps711x/board-clep7312.c b/arch/arm/mach-clps711x/board-clep7312.c
index 1f3b403..dbff8c6 100644
--- a/arch/arm/mach-clps711x/board-clep7312.c
+++ b/arch/arm/mach-clps711x/board-clep7312.c
@@ -24,6 +24,7 @@
 #include <asm/mach/arch.h>
 
 #include "common.h"
+#include "devices.h"
 
 static void __init
 fixup_clep7312(struct tag *tags, char **cmdline, struct meminfo *mi)
@@ -40,5 +41,6 @@ MACHINE_START(CLEP7212, "Cirrus Logic 7212/7312")
 	.map_io		= clps711x_map_io,
 	.init_irq	= clps711x_init_irq,
 	.init_time	= clps711x_timer_init,
+	.init_machine	= clps711x_devices_init,
 	.restart	= clps711x_restart,
 MACHINE_END
-- 
1.8.5.5

  parent reply	other threads:[~2014-05-31 12:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-31 12:10 [PATCH 1/5] ARM: clps711x: Remove IO_ADDRESS() macro Alexander Shiyan
2014-05-31 12:10 ` [PATCH 2/5] ARM: clps711x: Move debug include into arch/arm/include/debug/ Alexander Shiyan
2014-05-31 12:10 ` [PATCH 3/5] ARM: clps711x: Switch CLPS711X subarch to use cpuidle driver Alexander Shiyan
2014-05-31 12:10 ` Alexander Shiyan [this message]
2014-05-31 12:10 ` [PATCH 5/5] ARM: clps711x: edb7211: Remove excess layer to calling clps711x_devices_init() Alexander Shiyan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1401538213-16106-4-git-send-email-shc_work@mail.ru \
    --to=shc_work@mail.ru \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).