Re: [PATCH v1.1 08/19] serial: sh-sci: Fix register offsets for the IRDA serial port

2017-01-11 Thread Geert Uytterhoeven
Hi Laurent, On Fri, Jan 6, 2017 at 12:52 PM, Laurent Pinchart wrote: > Even though most of its registers are 8-bit wide, the IRDA has two > 16-bit registers that make it a 16-bit peripheral and not a 8-bit > peripheral with addresses shifted by one. Fix

[PATCH v1.1 08/19] serial: sh-sci: Fix register offsets for the IRDA serial port

2017-01-06 Thread Laurent Pinchart
Even though most of its registers are 8-bit wide, the IRDA has two 16-bit registers that make it a 16-bit peripheral and not a 8-bit peripheral with addresses shifted by one. Fix the registers offset in the driver and the platform data regshift value. Signed-off-by: Laurent Pinchart