All of lore.kernel.org
 help / color / mirror / Atom feed
From: dinguyen@altera.com (dinguyen at altera.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv8 4/6] ARM: socfpga: Add syscon to be part of socfpga
Date: Mon, 10 Jun 2013 21:47:32 -0500	[thread overview]
Message-ID: <1370918854-1765-5-git-send-email-dinguyen@altera.com> (raw)
In-Reply-To: <1370918854-1765-1-git-send-email-dinguyen@altera.com>

From: Dinh Nguyen <dinguyen@altera.com>

SOCFPGA has a system manager register block can be accessed by using
the syscon driver.

Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Reviewed-by: Pavel Machek <pavel@denx.de>
Cc: Pavel Machek <pavel@denx.de>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Olof Johansson <olof@lixom.net>
Cc: <linux@arm.linux.org.uk>

v2:
- Add Reviewed-by: Pavel Machel <pavel@denx.de>
---
 arch/arm/mach-socfpga/Kconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig
index 566e804..07dff6f 100644
--- a/arch/arm/mach-socfpga/Kconfig
+++ b/arch/arm/mach-socfpga/Kconfig
@@ -13,5 +13,6 @@ config ARCH_SOCFPGA
 	select GPIO_PL061 if GPIOLIB
 	select HAVE_ARM_SCU
 	select HAVE_SMP
+	select MFD_SYSCON
 	select SPARSE_IRQ
 	select USE_OF
-- 
1.7.9.5

  parent reply	other threads:[~2013-06-11  2:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-11  2:47 [PATCHv8 0/6] ARM: socfpga: Add ethernet bindings, clk-gate, and SD/MMC dinguyen at altera.com
2013-06-11  2:47 ` [PATCHv8 1/6] ARM: socfpga: dts: Add ethernet bindings for SOCFPGA dinguyen at altera.com
2013-06-11  2:47 ` [PATCHv8 2/6] ARM: socfpga: dts: Add gate-clock bindings dinguyen at altera.com
2013-06-11  2:47 ` [PATCHv8 3/6] ARM: socfpga: Add support to gate peripheral clocks dinguyen at altera.com
2013-06-11  2:47 ` dinguyen at altera.com [this message]
2013-06-11  2:47 ` [PATCHv8 5/6] ARM: socfpga: dts: Add support for SD/MMC dinguyen at altera.com
2013-06-11  2:47 ` [PATCHv8 6/6] mmc: dw_mmc: Add support DW SD/MMC driver on SOCFPGA dinguyen
2013-06-11  2:47   ` dinguyen at altera.com

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=1370918854-1765-5-git-send-email-dinguyen@altera.com \
    --to=dinguyen@altera.com \
    --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 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.