From: b32955@freescale.com (Huang Shijie)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v8 2/4] ARM: mxs: add new a pad control
Date: Wed, 24 Aug 2011 15:07:21 +0800 [thread overview]
Message-ID: <1314169643-23425-3-git-send-email-b32955@freescale.com> (raw)
In-Reply-To: <1314169643-23425-1-git-send-email-b32955@freescale.com>
add a new pad control which is used in some rare cases,
such as gpmi-nand device.
Signed-off-by: Huang Shijie <b32955@freescale.com>
---
arch/arm/mach-mxs/include/mach/iomux.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-mxs/include/mach/iomux.h b/arch/arm/mach-mxs/include/mach/iomux.h
index 7abdf58..1b6f55a 100644
--- a/arch/arm/mach-mxs/include/mach/iomux.h
+++ b/arch/arm/mach-mxs/include/mach/iomux.h
@@ -93,6 +93,7 @@ typedef u32 iomux_cfg_t;
/* generic pad control used in most cases */
#define MXS_PAD_CTRL (MXS_PAD_4MA | MXS_PAD_3V3 | MXS_PAD_NOPULL)
+#define MXS_PAD_CTRL_12MA (MXS_PAD_12MA | MXS_PAD_3V3 | MXS_PAD_NOPULL)
#define MXS_IOMUX_PAD(_bank, _pin, _muxsel, _ma, _vol, _pull) \
(((iomux_cfg_t)(_bank) << MXS_PAD_BANK_SHIFT) | \
--
1.7.0.4
next prev parent reply other threads:[~2011-08-24 7:07 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-24 7:07 [PATCH v8 0/4] add the GPMI-NAND support for imx23/imx28 Huang Shijie
2011-08-24 7:07 ` [PATCH v8 1/4] ARM: mxs: add " Huang Shijie
2011-08-24 7:07 ` Huang Shijie [this message]
2011-08-24 7:07 ` [PATCH v8 3/4] ARM: mxs/mx23evk: add GPMI-NAND device Huang Shijie
2011-08-24 7:07 ` [PATCH v8 4/4] ARM: mxs/mx28evk: " Huang Shijie
2012-04-05 0:44 ` Fabio Estevam
2012-04-05 0:45 ` Fabio Estevam
2012-04-05 1:08 ` Shawn Guo
2012-04-05 1:19 ` Fabio Estevam
2012-04-05 1:23 ` Shawn Guo
2012-04-05 16:12 ` Fabio Estevam
2012-04-06 2:31 ` Shawn Guo
[not found] ` <C7A5B00EFC707A46AB67997D0215216701B5C28A@mx1.grid-net.com>
2012-04-06 3:35 ` Shawn Guo
2012-04-06 5:49 ` Fabio Estevam
2012-04-06 6:53 ` Shawn Guo
2012-04-06 13:16 ` Fabio Estevam
2012-04-06 13:46 ` Shawn Guo
2012-04-06 13:56 ` Fabio Estevam
2012-04-18 21:46 ` Marek Vasut
2011-08-25 11:37 ` [PATCH v8 0/4] add the GPMI-NAND support for imx23/imx28 Artem Bityutskiy
2011-08-26 3:28 ` Huang Shijie
2011-08-26 13:35 ` Koen Beel
2011-09-16 2:28 ` Huang Shijie
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=1314169643-23425-3-git-send-email-b32955@freescale.com \
--to=b32955@freescale.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 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).