Re: [PATCH v2 1/3] serial: xuartps: Spliting the ISR into smaller routines.

2015-12-02 Thread Peter Hurley
Hi Navakishore, On 12/02/2015 12:32 AM, Nava kishore Manne wrote: > Yes I agree l see that no comments for your series of patches as of now... Reviewing Sören's patches are on my TODO list before the end of the week. Regards, Peter Hurley -- To unsubscribe from this list: send the line "unsubscr

RE: [PATCH v2 1/3] serial: xuartps: Spliting the ISR into smaller routines.

2015-12-01 Thread Nava kishore Manne
.org; linux- > ker...@vger.kernel.org; Nava kishore Manne > Subject: Re: [PATCH v2 1/3] serial: xuartps: Spliting the ISR into smaller > routines. > > On Fri, 2015-11-20 at 07:04PM +0530, Nava kishore Manne wrote: > > Breaking the single big ISR that has both Rx and Tx in

Re: [PATCH v2 1/3] serial: xuartps: Spliting the ISR into smaller routines.

2015-11-20 Thread Sören Brinkmann
On Fri, 2015-11-20 at 07:04PM +0530, Nava kishore Manne wrote: > Breaking the single big ISR that has both Rx and Tx > in a single function into smaller ones > > Signed-off-by: Nava kishore Manne > --- > Changes for v2: > --Splits up the ISR without any functional changes as suggested >

[PATCH v2 1/3] serial: xuartps: Spliting the ISR into smaller routines.

2015-11-20 Thread Nava kishore Manne
Breaking the single big ISR that has both Rx and Tx in a single function into smaller ones Signed-off-by: Nava kishore Manne --- Changes for v2: --Splits up the ISR without any functional changes as suggested by Peter Hurley drivers/tty/serial/xilinx_uartps.c | 247 +