Re: [PATCH 2/4] serial: sh-sci: Allow for compressed SCIF address

2018-07-30 Thread Geert Uytterhoeven
Hi Chris, On Sun, Jul 29, 2018 at 1:11 PM Geert Uytterhoeven wrote: > On Fri, Jul 27, 2018 at 11:09 PM Chris Brandt > wrote: > > Some devices with SCIx_SH4_SCIF_REGTYPE have no space between registers. > > Use the register area size to determine the spacing between register. > > > >

Re: [PATCH 2/4] serial: sh-sci: Allow for compressed SCIF address

2018-07-29 Thread Geert Uytterhoeven
Hi Chris, On Fri, Jul 27, 2018 at 11:09 PM Chris Brandt wrote: > Some devices with SCIx_SH4_SCIF_REGTYPE have no space between registers. > Use the register area size to determine the spacing between register. > > Signed-off-by: Chris Brandt > --- > drivers/tty/serial/sh-sci.c | 22

[PATCH 2/4] serial: sh-sci: Allow for compressed SCIF address

2018-07-27 Thread Chris Brandt
Some devices with SCIx_SH4_SCIF_REGTYPE have no space between registers. Use the register area size to determine the spacing between register. Signed-off-by: Chris Brandt --- drivers/tty/serial/sh-sci.c | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git