Re: [PATCH] gpiolib: use better errno if get_direction is not available

2018-07-29 Thread Linus Walleij
On Wed, Jul 25, 2018 at 10:20 PM Wolfram Sang wrote: > > That all being said, I think this patch is still useful as is. > > Linus, do you have time to comment on this? This looks like a good solution to me. Reviewed-by: Linus Walleij Yours, Linus Walleij

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