From: Jiri Slaby <jirislaby@gmail.com>
To: Jesper Nilsson <jesper.nilsson@axis.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Mikael Starvik <mikael.starvik@axis.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] CRISv10 serial driver rewrite take three
Date: Mon, 05 Nov 2007 16:08:36 +0100 [thread overview]
Message-ID: <472F31F4.5080604@gmail.com> (raw)
In-Reply-To: <20071105143115.GO7621@axis.com>
On 11/05/2007 03:31 PM, Jesper Nilsson wrote:
> New and improved serial driver for CRISv10, take three, with improvements
> suggested by Jiri Slaby.
>
> - Call wait_event_interruptible with a _correct_ and sensible condition.
> - Removed superfluous test of info->flags & ASYNC_CLOSING, since that is done
> by wait_event_interruptible.
> - Moved common code for deregistering DMA and IRQ to deinit_port function.
> - Use setup_timer when initializing flush_timer.
> - Convert bit-field for uses_dma_in and uses_dma_out to regular bytes.
> - Removed CVS tags.
> - Removed defines and comments for CRIS_BUF_SIZE and TTY_THRESHOLD_THROTTLE
> (no longer used).
> - Cleaned up code to pass checkpatch.
> - Add crisv10.h header file.
> - Merge of CRISv10 from Axis internal CVS.
>
> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Reviewed-by: Jiri Slaby <jirislaby@gmail.com>
> ---
> drivers/serial/crisv10.c | 1293 ++++++++++++-------------------------
> drivers/serial/crisv10.h | 146 ++++
> 2 files changed, 580 insertions(+), 859 deletions(-)
prev parent reply other threads:[~2007-11-05 15:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-05 14:31 [PATCH] CRISv10 serial driver rewrite take three Jesper Nilsson
2007-11-05 15:08 ` Jiri Slaby [this message]
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=472F31F4.5080604@gmail.com \
--to=jirislaby@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=jesper.nilsson@axis.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mikael.starvik@axis.com \
/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.