Re: [PATCH] CRISv10 serial driver rewrite take three

2007-11-05 Thread Jiri Slaby
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

Re: [PATCH] CRISv10 serial driver rewrite

2007-11-05 Thread Jiri Slaby
On 11/05/2007 12:18 PM, Jesper Nilsson wrote: > On Fri, Nov 02, 2007 at 11:39:09AM +0100, Jiri Slaby wrote: >> On 11/02/2007 10:34 AM, Jesper Nilsson wrote: >>> @@ -4434,7 +3941,7 @@ block_til_ready(struct tty_struct *tty, struct file * >>> filp, >>> if (tty_hung_up_p(filp) || >>> (inf

Re: [PATCH] CRISv10 serial driver rewrite

2007-11-05 Thread Jesper Nilsson
On Fri, Nov 02, 2007 at 11:39:09AM +0100, Jiri Slaby wrote: > On 11/02/2007 10:34 AM, Jesper Nilsson wrote: > > @@ -4434,7 +3941,7 @@ block_til_ready(struct tty_struct *tty, struct file * > > filp, > > if (tty_hung_up_p(filp) || > > (info->flags & ASYNC_CLOSING)) { > > if (

Re: [PATCH] CRISv10 serial driver rewrite

2007-11-02 Thread Jiri Slaby
On 11/02/2007 10:34 AM, Jesper Nilsson wrote: > Resubmission of the new and improved serial driver for CRISv10, > this time with both patches in the same mail and with hopefully > useful subject. > > - Removed CVS tags. > - Removed defines and comments for CRIS_BUF_SIZE and TTY_THRESHOLD_THROTTLE