linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: S5PV210: Add Torbreck board support
Date: Tue, 28 Sep 2010 14:55:15 +0900	[thread overview]
Message-ID: <004c01cb5ed1$bb44b890$31ce29b0$%kim@samsung.com> (raw)
In-Reply-To: <AANLkTik1YAd8W75DzrDmfhFYG-JE8__Tu4uq83RKsioC@mail.gmail.com>

??? wrote:
Hi, 

Welcome to Linux mainline ;-)
I have some comments about your patches.

Firstly could you please use English character in the representing name in e-mail client not Korean character :-)
And make sure it's text type.

>Hi,
>Thank you for your interesting.
>On Mon, Sep 27, 2010 at 11:58 AM, Kyungmin Park <kmpark@infradead.org> wrote:

(snip)

>> +#define TORBRECK_UFCON_DEFAULT (S3C2410_UFCON_FIFOMODE |       \
>> +                                S5PV210_UFCON_TXTRIG4 |        \
>> +                                S5PV210_UFCON_RXTRIG4)
>Any reason to use TRIG4? just use the full trigger e.g., 256.
> 
>Okay, I'll fix it.
> 
Hmm...Kyungmin, any reason to use full trigger here?

It depends on board...so it doesn't matter TRIG4 or anything else if there is no problem on your board.
It means the maximum value is not best condition...only depends on your situation/condition.

>> +
>> +static struct s3c2410_uartcfg torbreck_uartcfgs[] __initdata = {
>> +       [0] = {
>> +               .hwport         = 0,
>> +               .flags          = 0,
>There's no code for flags, please remove it all.
> 
>Okay, I'll remove it.
> 
I think no need to modify it.
Actually I said many times about this...

And as Ben Dooks said in other patch, the format will be changed soon.

>> +               .ucon           = TORBRECK_UCON_DEFAULT,
>> +               .ulcon          = TORBRECK_ULCON_DEFAULT,
>> +               .ufcon          = TORBRECK_UFCON_DEFAULT,
>> +       },
>> +       [1] = {
>> +               .hwport         = 1,
>> +               .flags          = 0,
>> +               .ucon           = TORBRECK_UCON_DEFAULT,
>> +               .ulcon          = TORBRECK_ULCON_DEFAULT,
>> +               .ufcon          = TORBRECK_UFCON_DEFAULT,
>> +       },
>> +       [2] = {
>> +               .hwport         = 2,
>> +               .flags          = 0,
>> +               .ucon           = TORBRECK_UCON_DEFAULT,
>> +               .ulcon          = TORBRECK_ULCON_DEFAULT,
>> +               .ufcon          = TORBRECK_UFCON_DEFAULT,
>> +       },
>> +       [3] = {
>> +               .hwport         = 3,
>> +               .flags          = 0,
>> +               .ucon           = TORBRECK_UCON_DEFAULT,
>> +               .ulcon          = TORBRECK_ULCON_DEFAULT,
>> +               .ufcon          = TORBRECK_UFCON_DEFAULT,
>> +       },
>> +};
>> +

(snip)

>> --
>> 1.5.6.3
>>
If possible, please use later version git.
It doesn't mean latest git is best...
This is just private opinion. :-)

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

  parent reply	other threads:[~2010-09-28  5:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1285463130-14227-1-git-send-email-chlrbgh0@gmail.com>
2010-09-27  2:58 ` [PATCH] ARM: S5PV210: Add Torbreck board support Kyungmin Park
2010-09-27 10:10   ` 최규호
2010-09-27 10:39     ` Kyungmin Park
2010-09-28  5:55     ` Kukjin Kim [this message]
2010-09-28  6:12       ` Kyungmin Park
2010-09-28 11:30       ` 최규호
2010-09-26 16:32 Kyuho Choi
2010-09-29 12:07 ` Kukjin Kim

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='004c01cb5ed1$bb44b890$31ce29b0$%kim@samsung.com' \
    --to=kgene.kim@samsung.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).