All of lore.kernel.org
 help / color / mirror / Atom feed
From: jochen@scram.de (Jochen Friedrich)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: sa1100: refactor sa1100 serial driver
Date: Mon, 21 Nov 2011 15:37:41 +0100	[thread overview]
Message-ID: <4ECA6235.4030108@scram.de> (raw)
In-Reply-To: <1321822068.17619.3.camel@Joe-Laptop>

Hi Joe,

> trivia:
>
>> diff --git a/arch/arm/mach-sa1100/generic.c b/arch/arm/mach-sa1100/generic.c
> []
>> @@ -166,7 +166,7 @@ static struct platform_device sa11x0udc_device = {
>>   static struct resource sa11x0uart1_resources[] = {
>>   	[0] = {
>>   		.start	= __PREG(Ser1UTCR0),
>> -		.end	= __PREG(Ser1UTCR0) + 0xffff,
>> +		.end	= __PREG(Ser1UTCR0) + 0x24,
>
> #define for 0x24? or is it really 0x23?
> (start + size - 1)

Thanks, I'll fix this.

Jochen.

WARNING: multiple messages have this Message-ID (diff)
From: Jochen Friedrich <jochen-NIgtFMG+Po8@public.gmane.org>
To: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH] ARM: sa1100: refactor sa1100 serial driver
Date: Mon, 21 Nov 2011 15:37:41 +0100	[thread overview]
Message-ID: <4ECA6235.4030108@scram.de> (raw)
In-Reply-To: <1321822068.17619.3.camel@Joe-Laptop>

Hi Joe,

> trivia:
>
>> diff --git a/arch/arm/mach-sa1100/generic.c b/arch/arm/mach-sa1100/generic.c
> []
>> @@ -166,7 +166,7 @@ static struct platform_device sa11x0udc_device = {
>>   static struct resource sa11x0uart1_resources[] = {
>>   	[0] = {
>>   		.start	= __PREG(Ser1UTCR0),
>> -		.end	= __PREG(Ser1UTCR0) + 0xffff,
>> +		.end	= __PREG(Ser1UTCR0) + 0x24,
>
> #define for 0x24? or is it really 0x23?
> (start + size - 1)

Thanks, I'll fix this.

Jochen.

  parent reply	other threads:[~2011-11-21 14:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-20 20:32 [PATCH] ARM: sa1100: refactor sa1100 serial driver Jochen Friedrich
2011-11-20 20:32 ` Jochen Friedrich
2011-11-20 20:47 ` Joe Perches
2011-11-20 20:47   ` Joe Perches
2011-11-20 20:59   ` Joe Perches
2011-11-21 14:44     ` Jochen Friedrich
2011-11-21 14:37   ` Jochen Friedrich [this message]
2011-11-21 14:37     ` Jochen Friedrich
2011-11-21 14:43     ` Jamie Iles
2011-11-21 14:43       ` Jamie Iles

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=4ECA6235.4030108@scram.de \
    --to=jochen@scram.de \
    --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.