[PATCH] [ARM] pxa/cm-x300: fix ffuart registration
Igor Grinberg
grinberg at compulab.co.il
Sun Aug 1 08:10:10 EDT 2010
On 07/20/10 13:54, Eric Miao wrote:
> On Tue, Jul 20, 2010 at 9:58 AM, Igor Grinberg <grinberg at compulab.co.il> wrote:
>
>> ffuart is available on cm-x300 only with pxa300.
>>
>> Signed-off-by: Igor Grinberg <grinberg at 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.
More information about the linux-arm-kernel
mailing list