From: Andrew Morton <akpm@linux-foundation.org>
To: chripell@gmail.com
Cc: linux-kernel@vger.kernel.org,
Christian Pellegrin <chripell@fsfe.org>,
Thomas Richter <thor@math.TU-Berlin.DE>,
Bjorn Helgaas <bjorn.helgaas@hp.com>,
Martin Schitter <ms@gewi.kfunigraz.ac.at>,
Bjorn Helgaas <bjorn.helgaas@hp.com>
Subject: Re: [PATCH] netmos 9855 fix
Date: Wed, 12 Dec 2007 01:16:25 -0800 [thread overview]
Message-ID: <20071212011625.598654e9.akpm@linux-foundation.org> (raw)
In-Reply-To: <11968504473036-git-send-email-chripell@gmail.com>
On Wed, 5 Dec 2007 11:27:27 +0100 chripell@gmail.com wrote:
> Fixes wrong netmos 9855 serial port configuration.
>
> Generated on 20071205 against v2.6.21
>
> Signed-off-by: Christian Pellegrin <chripell@fsfe.org>
> ---
> drivers/parport/parport_serial.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/parport/parport_serial.c b/drivers/parport/parport_serial.c
> index 78c0a26..5b04e78 100644
> --- a/drivers/parport/parport_serial.c
> +++ b/drivers/parport/parport_serial.c
> @@ -77,7 +77,7 @@ static struct parport_pc_pci cards[] __devinitdata = {
> /* titan_110l */ { 1, { { 3, -1 }, } },
> /* titan_210l */ { 1, { { 3, -1 }, } },
> /* netmos_9xx5_combo */ { 1, { { 2, -1 }, }, netmos_parallel_init },
> - /* netmos_9855 */ { 1, { { 0, -1 }, }, netmos_parallel_init },
> + /* netmos_9855 */ { 1, { { 2, -1 }, }, netmos_parallel_init },
> /* avlab_1s1p */ { 1, { { 1, 2}, } },
> /* avlab_1s2p */ { 2, { { 1, 2}, { 3, 4 },} },
> /* avlab_2s1p */ { 1, { { 2, 3}, } },
> @@ -185,7 +185,7 @@ static struct pciserial_board pci_parport_serial_boards[] __devinitdata = {
> .uart_offset = 8,
> },
> [netmos_9855] = {
> - .flags = FL_BASE2 | FL_BASE_BARS,
> + .flags = FL_BASE4 | FL_BASE_BARS,
> .num_ports = 1,
> .base_baud = 115200,
> .uart_offset = 8,
What was wrong with it?
Martin, does this change affect the hardware upon which you tested
44e58a6a0bd604f46be9d808408a1cd880cc9b19, "parport: NetMos nm9855 fix"?
Thanks.
next prev parent reply other threads:[~2007-12-12 9:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-05 10:27 [PATCH] netmos 9855 fix chripell
2007-12-12 9:16 ` Andrew Morton [this message]
2007-12-12 11:13 ` chri
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=20071212011625.598654e9.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=bjorn.helgaas@hp.com \
--cc=chripell@fsfe.org \
--cc=chripell@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=ms@gewi.kfunigraz.ac.at \
--cc=thor@math.TU-Berlin.DE \
/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