All of lore.kernel.org
 help / color / mirror / Atom feed
From: Huang Shijie <b32955@freescale.com>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: arnd@arndb.de, s.hauer@pengutronix.de, w.sang@pengutronix.de,
	linux-mtd@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org, LW@karo-electronics.de
Subject: Re: [PATCH v6 2/4] ARM: mxs: add new a pad control
Date: Fri, 8 Jul 2011 15:30:36 +0800	[thread overview]
Message-ID: <4E16B21C.7030102@freescale.com> (raw)
In-Reply-To: <20110708072359.GO29624@pengutronix.de>

于 2011年07月08日 15:23, Uwe Kleine-König 写道:
> On Fri, Jul 08, 2011 at 01:28:03PM +0800, Huang Shijie wrote:
>> 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 |    3 +++
>>   1 files changed, 3 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..1f31762 100644
>> --- a/arch/arm/mach-mxs/include/mach/iomux.h
>> +++ b/arch/arm/mach-mxs/include/mach/iomux.h
>> @@ -94,6 +94,9 @@ 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)
>>
>> +/* special pad control used in rare cases */
> I'd not talk about "rare cases" in the comment. It applies to most pads,
> that they are used rarely (at most once per machine :-)
ok. I will remove this comment in next version. :)

>> +#define MXS_PAD_CTRL_12MA	(MXS_PAD_12MA | MXS_PAD_3V3 | MXS_PAD_NOPULL)
> But other than that I fully support this definition.
thanks.

Best Regards
Huang Shijie
> Best regards
> Uwe
>

WARNING: multiple messages have this Message-ID (diff)
From: b32955@freescale.com (Huang Shijie)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 2/4] ARM: mxs: add new a pad control
Date: Fri, 8 Jul 2011 15:30:36 +0800	[thread overview]
Message-ID: <4E16B21C.7030102@freescale.com> (raw)
In-Reply-To: <20110708072359.GO29624@pengutronix.de>

? 2011?07?08? 15:23, Uwe Kleine-K?nig ??:
> On Fri, Jul 08, 2011 at 01:28:03PM +0800, Huang Shijie wrote:
>> 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 |    3 +++
>>   1 files changed, 3 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..1f31762 100644
>> --- a/arch/arm/mach-mxs/include/mach/iomux.h
>> +++ b/arch/arm/mach-mxs/include/mach/iomux.h
>> @@ -94,6 +94,9 @@ 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)
>>
>> +/* special pad control used in rare cases */
> I'd not talk about "rare cases" in the comment. It applies to most pads,
> that they are used rarely (at most once per machine :-)
ok. I will remove this comment in next version. :)

>> +#define MXS_PAD_CTRL_12MA	(MXS_PAD_12MA | MXS_PAD_3V3 | MXS_PAD_NOPULL)
> But other than that I fully support this definition.
thanks.

Best Regards
Huang Shijie
> Best regards
> Uwe
>

  reply	other threads:[~2011-07-08  7:30 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-08  5:28 [PATCH v6 0/4] add the GPMI-NAND support for imx23/imx28 Huang Shijie
2011-07-08  5:28 ` Huang Shijie
2011-07-08  5:28 ` [PATCH v6 1/4] ARM: mxs: add " Huang Shijie
2011-07-08  5:28   ` Huang Shijie
2011-07-08  6:53   ` Uwe Kleine-König
2011-07-08  6:53     ` Uwe Kleine-König
2011-07-08  7:01     ` Huang Shijie
2011-07-08  7:01       ` Huang Shijie
2011-07-08 19:07   ` Wolfram Sang
2011-07-08 19:07     ` Wolfram Sang
2011-07-11  5:16     ` Huang Shijie
2011-07-11  5:16       ` Huang Shijie
2011-07-08  5:28 ` [PATCH v6 2/4] ARM: mxs: add new a pad control Huang Shijie
2011-07-08  5:28   ` Huang Shijie
2011-07-08  7:23   ` Uwe Kleine-König
2011-07-08  7:23     ` Uwe Kleine-König
2011-07-08  7:30     ` Huang Shijie [this message]
2011-07-08  7:30       ` Huang Shijie
2011-07-08  5:28 ` [PATCH v6 3/4] ARM: mxs/mx23evk: add GPMI-NAND device Huang Shijie
2011-07-08  5:28   ` Huang Shijie
2011-07-08  5:28 ` [PATCH v6 4/4] ARM: mxs/mx28evk: " Huang Shijie
2011-07-08  5: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=4E16B21C.7030102@freescale.com \
    --to=b32955@freescale.com \
    --cc=LW@karo-electronics.de \
    --cc=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=s.hauer@pengutronix.de \
    --cc=u.kleine-koenig@pengutronix.de \
    --cc=w.sang@pengutronix.de \
    /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.