From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Chris Brandt Subject: [PATCH v3 0/4] serial: sh-sci: Clean up previous RZ/A2 support Date: Tue, 31 Jul 2018 05:41:35 -0500 Message-Id: <20180731104139.93291-1-chris.brandt@renesas.com> To: Greg Kroah-Hartman , Rob Herring , Mark Rutland , Geert Uytterhoeven Cc: linux-serial@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Simon Horman , Chris Brandt List-ID: This patch series doesn't really provide much new functionality, but rather provides a cleaner solution for adding RZ/A2 support. This series applies on top of tty-next v3: * removed a line of code that wasn't needed v2: * Incorporated feedback from Geert * Added Reviewed-by Chris Brandt (4): serial: sh-sci: Improve interrupts description serial: sh-sci: Allow for compressed SCIF address serial: sh-sci: Remove SCIx_RZ_SCIFA_REGTYPE serial: sh-sci: Improve support for separate TEI and DRI interrupts .../bindings/serial/renesas,sci-serial.txt | 16 ++- drivers/tty/serial/sh-sci.c | 147 ++++++++------------- include/linux/serial_sci.h | 1 - 3 files changed, 70 insertions(+), 94 deletions(-) -- 2.16.1