All of lore.kernel.org
 help / color / mirror / Atom feed
From: grinberg@compulab.co.il (Igor Grinberg)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] [ARM] pxa/cm-x300: fix ffuart registration
Date: Sun, 01 Aug 2010 15:10:10 +0300	[thread overview]
Message-ID: <4C556422.3060901@compulab.co.il> (raw)
In-Reply-To: <AANLkTikxIFryvGJeCRMPrGrdcPXaEDPjsgEozsHbndwR@mail.gmail.com>

On 07/20/10 13:54, Eric Miao wrote:
> On Tue, Jul 20, 2010 at 9:58 AM, Igor Grinberg <grinberg@compulab.co.il> wrote:
>   
>> ffuart is available on cm-x300 only with pxa300.
>>
>> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
>>     
> Applied.
>   

I can see it neither in fix, nor in devel branches on your git.kernel.org.
Do you keep it locally?

Thanks

>   
>> ---
>>  arch/arm/mach-pxa/cm-x300.c |    3 ++-
>>  1 files changed, 2 insertions(+), 1 deletions(-)
>>
>> diff --git a/arch/arm/mach-pxa/cm-x300.c b/arch/arm/mach-pxa/cm-x300.c
>> index fdda6be..d717b49 100644
>> --- a/arch/arm/mach-pxa/cm-x300.c
>> +++ b/arch/arm/mach-pxa/cm-x300.c
>> @@ -745,9 +745,10 @@ static void __init cm_x300_init(void)
>>  {
>>        cm_x300_init_mfp();
>>
>> -       pxa_set_ffuart_info(NULL);
>>        pxa_set_btuart_info(NULL);
>>        pxa_set_stuart_info(NULL);
>> +       if (cpu_is_pxa300())
>> +               pxa_set_ffuart_info(NULL);
>>
>>        cm_x300_init_da9030();
>>        cm_x300_init_dm9000();
>> --
>> 1.7.1
>>
>>
>>     
>   

-- 
Regards,
Igor.

  reply	other threads:[~2010-08-01 12:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-20  7:58 [PATCH] [ARM] pxa/cm-x300: fix ffuart registration Igor Grinberg
2010-07-20 10:54 ` Eric Miao
2010-08-01 12:10   ` Igor Grinberg [this message]
2010-08-04  3:37     ` Eric Miao
2010-08-04 17:06       ` Greg KH
2010-08-05  3:06         ` Eric Miao

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=4C556422.3060901@compulab.co.il \
    --to=grinberg@compulab.co.il \
    --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.