From patchwork Tue Jul 31 10:41:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Brandt X-Patchwork-Id: 10550623 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2E745157D for ; Tue, 31 Jul 2018 10:42:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1D92B2A92C for ; Tue, 31 Jul 2018 10:42:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1135C2A95C; Tue, 31 Jul 2018 10:42:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C13B32A92C for ; Tue, 31 Jul 2018 10:42:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730797AbeGaMV6 (ORCPT ); Tue, 31 Jul 2018 08:21:58 -0400 Received: from relmlor4.renesas.com ([210.160.252.174]:28956 "EHLO relmlie3.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727409AbeGaMV5 (ORCPT ); Tue, 31 Jul 2018 08:21:57 -0400 Received: from unknown (HELO relmlir3.idc.renesas.com) ([10.200.68.153]) by relmlie3.idc.renesas.com with ESMTP; 31 Jul 2018 19:42:14 +0900 Received: from relmlii1.idc.renesas.com (relmlii1.idc.renesas.com [10.200.68.65]) by relmlir3.idc.renesas.com (Postfix) with ESMTP id 7A83888ECE; Tue, 31 Jul 2018 19:42:14 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.51,426,1526310000"; d="scan'208";a="286899587" Received: from unknown (HELO rtamta01.rta.renesas.com) ([143.103.48.75]) by relmlii1.idc.renesas.com with ESMTP; 31 Jul 2018 19:42:12 +0900 Received: from ubuntu.localdomain (unknown [143.103.58.178]) by rtamta01.rta.renesas.com (Postfix) with ESMTP id 5C37A14B; Tue, 31 Jul 2018 10:42:07 +0000 (UTC) From: Chris Brandt 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 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> X-Mailer: git-send-email 2.16.1 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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(-)