All of lore.kernel.org
 help / color / mirror / Atom feed
From: akpm@linux-foundation.org (Andrew Morton)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] serial: fix rs485 for atmel_serial on avr32
Date: Thu, 1 Jul 2010 15:37:51 -0700	[thread overview]
Message-ID: <20100701153751.ef384583.akpm@linux-foundation.org> (raw)
In-Reply-To: <201006291935.40229.PeterHuewe@gmx.de>

On Tue, 29 Jun 2010 19:35:39 +0200
Peter H__we <PeterHuewe@gmx.de> wrote:

> From: Peter Huewe <peterhuewe@gmx.de>
> 
> This patch fixes a build failure [1-4] in the atmel_serial code introduced by
> patch the patch ARM: 6092/1: atmel_serial: support for RS485
> communications (e8faff7330a3501eafc9bfe5f4f15af444be29f5)
> 
> The build failure was caused by missing struct field and missing defines
> for the avr32 board - the patch fixes this.
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> ---
> Despite so many reviewers of the original patch no one seemed to 
> notice this issue :/
> 
> KernelVersion: linux-next-20100629
> 
> References:
> [1] http://kisskb.ellerman.id.au/kisskb/buildresult/2575242/ - first failure
> in linux-next, may 11th
> [2] http://kisskb.ellerman.id.au/kisskb/buildresult/2816418/ - still
> exists as of today
> [3] http://kisskb.ellerman.id.au/kisskb/buildresult/2617511/ - first
> failure in Linus' tree - May 20th - did really no one notice this?!
> [4] http://kisskb.ellerman.id.au/kisskb/buildresult/2813956/ - still
> exists in Linus' tree as of today
> 
>  arch/avr32/include/asm/ioctls.h             |    3 +++
>  arch/avr32/mach-at32ap/include/mach/board.h |    2 ++
>  drivers/serial/atmel_serial.c               |    1 +
>  3 files changed, 6 insertions(+), 0 deletions(-)

ooookay.  Thanks, I'll take it if nobody else will ;)

WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@linux-foundation.org>
To: "Peter Hüwe" <PeterHuewe@gmx.de>
Cc: Haavard Skinnemoen <hskinnemoen@atmel.com>,
	Claudio Scordino <claudio@evidence.eu.com>,
	"Greg Kroah-Hartman" <gregkh@suse.de>, Howard Chu <hyc@symas.com>,
	Peter Ma <pma@mediamatech.com>,
	Albin Tonnerre <albin.tonnerre@free-electrons.com>,
	Alan Cox <alan@linux.intel.com>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Sebastian Heutling <Sebastian.Heutling@who-ing.de>,
	Bernhard Roth <br@pwrnet.de>, Ryan Mallon <ryan@bluewatersys.com>,
	Michael Trimarchi <michael@evidence.eu.com>,
	Rick Bronson <rick@efn.org>,
	Russell King <rmk+kernel@arm.linux.org.uk>,
	linux-kernel@vger.kernel.org, kernel@avr32linux.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] serial: fix rs485 for atmel_serial on avr32
Date: Thu, 1 Jul 2010 15:37:51 -0700	[thread overview]
Message-ID: <20100701153751.ef384583.akpm@linux-foundation.org> (raw)
In-Reply-To: <201006291935.40229.PeterHuewe@gmx.de>

On Tue, 29 Jun 2010 19:35:39 +0200
Peter H__we <PeterHuewe@gmx.de> wrote:

> From: Peter Huewe <peterhuewe@gmx.de>
> 
> This patch fixes a build failure [1-4] in the atmel_serial code introduced by
> patch the patch ARM: 6092/1: atmel_serial: support for RS485
> communications (e8faff7330a3501eafc9bfe5f4f15af444be29f5)
> 
> The build failure was caused by missing struct field and missing defines
> for the avr32 board - the patch fixes this.
> 
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
> ---
> Despite so many reviewers of the original patch no one seemed to 
> notice this issue :/
> 
> KernelVersion: linux-next-20100629
> 
> References:
> [1] http://kisskb.ellerman.id.au/kisskb/buildresult/2575242/ - first failure
> in linux-next, may 11th
> [2] http://kisskb.ellerman.id.au/kisskb/buildresult/2816418/ - still
> exists as of today
> [3] http://kisskb.ellerman.id.au/kisskb/buildresult/2617511/ - first
> failure in Linus' tree - May 20th - did really no one notice this?!
> [4] http://kisskb.ellerman.id.au/kisskb/buildresult/2813956/ - still
> exists in Linus' tree as of today
> 
>  arch/avr32/include/asm/ioctls.h             |    3 +++
>  arch/avr32/mach-at32ap/include/mach/board.h |    2 ++
>  drivers/serial/atmel_serial.c               |    1 +
>  3 files changed, 6 insertions(+), 0 deletions(-)

ooookay.  Thanks, I'll take it if nobody else will ;)


  reply	other threads:[~2010-07-01 22:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-29 17:35 [PATCH] serial: fix rs485 for atmel_serial on avr32 Peter Hüwe
2010-06-29 17:35 ` Peter Hüwe
2010-07-01 22:37 ` Andrew Morton [this message]
2010-07-01 22:37   ` Andrew Morton

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=20100701153751.ef384583.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --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.