Re: [PATCH v2 1/2] serial: 8250_early: do not save and restore IER in write callback

2015-10-28 Thread Masahiro Yamada
2015-10-28 23:36 GMT+09:00 Peter Hurley : > On 10/27/2015 11:27 PM, Masahiro Yamada wrote: >> Hi Peter, >> >> 2015-10-27 22:54 GMT+09:00 Peter Hurley : >>> Hi Masahiro, >>> >>> On 10/24/2015 12:17 AM, Masahiro Yamada wrote: The IER has already been masked in early_serial8250_setup(), there is

Re: [PATCH v2 1/2] serial: 8250_early: do not save and restore IER in write callback

2015-10-28 Thread Peter Hurley
On 10/27/2015 11:27 PM, Masahiro Yamada wrote: > Hi Peter, > > 2015-10-27 22:54 GMT+09:00 Peter Hurley : >> Hi Masahiro, >> >> On 10/24/2015 12:17 AM, Masahiro Yamada wrote: >>> The IER has already been masked in early_serial8250_setup(), there is >>> no reason to save and restore it every time

Re: [PATCH v2 1/2] serial: 8250_early: do not save and restore IER in write callback

2015-10-28 Thread Peter Hurley
On 10/27/2015 11:27 PM, Masahiro Yamada wrote: > Hi Peter, > > 2015-10-27 22:54 GMT+09:00 Peter Hurley : >> Hi Masahiro, >> >> On 10/24/2015 12:17 AM, Masahiro Yamada wrote: >>> The IER has already been masked in early_serial8250_setup(), there is >>> no reason to save

Re: [PATCH v2 1/2] serial: 8250_early: do not save and restore IER in write callback

2015-10-28 Thread Masahiro Yamada
2015-10-28 23:36 GMT+09:00 Peter Hurley : > On 10/27/2015 11:27 PM, Masahiro Yamada wrote: >> Hi Peter, >> >> 2015-10-27 22:54 GMT+09:00 Peter Hurley : >>> Hi Masahiro, >>> >>> On 10/24/2015 12:17 AM, Masahiro Yamada wrote: The IER has

Re: [PATCH v2 1/2] serial: 8250_early: do not save and restore IER in write callback

2015-10-27 Thread Masahiro Yamada
Hi Peter, 2015-10-27 22:54 GMT+09:00 Peter Hurley : > Hi Masahiro, > > On 10/24/2015 12:17 AM, Masahiro Yamada wrote: >> The IER has already been masked in early_serial8250_setup(), there is >> no reason to save and restore it every time early_serial8250_write() >> is called. >> >> Signed-off-by:

Re: [PATCH v2 1/2] serial: 8250_early: do not save and restore IER in write callback

2015-10-27 Thread Peter Hurley
Hi Masahiro, On 10/24/2015 12:17 AM, Masahiro Yamada wrote: > The IER has already been masked in early_serial8250_setup(), there is > no reason to save and restore it every time early_serial8250_write() > is called. > > Signed-off-by: Masahiro Yamada > --- > >

Re: [PATCH v2 1/2] serial: 8250_early: do not save and restore IER in write callback

2015-10-27 Thread Masahiro Yamada
Hi Peter, 2015-10-27 22:54 GMT+09:00 Peter Hurley : > Hi Masahiro, > > On 10/24/2015 12:17 AM, Masahiro Yamada wrote: >> The IER has already been masked in early_serial8250_setup(), there is >> no reason to save and restore it every time early_serial8250_write() >> is

Re: [PATCH v2 1/2] serial: 8250_early: do not save and restore IER in write callback

2015-10-27 Thread Peter Hurley
Hi Masahiro, On 10/24/2015 12:17 AM, Masahiro Yamada wrote: > The IER has already been masked in early_serial8250_setup(), there is > no reason to save and restore it every time early_serial8250_write() > is called. > > Signed-off-by: Masahiro Yamada > --- > >

[PATCH v2 1/2] serial: 8250_early: do not save and restore IER in write callback

2015-10-23 Thread Masahiro Yamada
The IER has already been masked in early_serial8250_setup(), there is no reason to save and restore it every time early_serial8250_write() is called. Signed-off-by: Masahiro Yamada --- drivers/tty/serial/8250/8250_early.c | 12 1 file changed, 12 deletions(-) diff --git

[PATCH v2 1/2] serial: 8250_early: do not save and restore IER in write callback

2015-10-23 Thread Masahiro Yamada
The IER has already been masked in early_serial8250_setup(), there is no reason to save and restore it every time early_serial8250_write() is called. Signed-off-by: Masahiro Yamada --- drivers/tty/serial/8250/8250_early.c | 12 1 file changed, 12