From patchwork Fri Jul 27 21:09:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Brandt X-Patchwork-Id: 10547723 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 1C014139A for ; Fri, 27 Jul 2018 21:09:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0C3A32C63C for ; Fri, 27 Jul 2018 21:09:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F3B692C63E; Fri, 27 Jul 2018 21:09:39 +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 74DAE2C63C for ; Fri, 27 Jul 2018 21:09:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389584AbeG0WdS (ORCPT ); Fri, 27 Jul 2018 18:33:18 -0400 Received: from relmlor4.renesas.com ([210.160.252.174]:50705 "EHLO relmlie3.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2389211AbeG0WdS (ORCPT ); Fri, 27 Jul 2018 18:33:18 -0400 Received: from unknown (HELO relmlir3.idc.renesas.com) ([10.200.68.153]) by relmlie3.idc.renesas.com with ESMTP; 28 Jul 2018 06:09:36 +0900 Received: from relmlii1.idc.renesas.com (relmlii1.idc.renesas.com [10.200.68.65]) by relmlir3.idc.renesas.com (Postfix) with ESMTP id E11624AC63; Sat, 28 Jul 2018 06:09:36 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.51,411,1526310000"; d="scan'208";a="286584334" Received: from unknown (HELO rtamta01.rta.renesas.com) ([143.103.48.75]) by relmlii1.idc.renesas.com with ESMTP; 28 Jul 2018 06:09:35 +0900 Received: from ubuntu.localdomain (unknown [143.103.58.70]) by rtamta01.rta.renesas.com (Postfix) with ESMTP id 9A956120; Fri, 27 Jul 2018 21:09:29 +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 0/4] serial: sh-sci: Clean up previous RZ/A2 support Date: Fri, 27 Jul 2018 16:09:12 -0500 Message-Id: <20180727210916.66642-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. 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 | 143 ++++++++------------- include/linux/serial_sci.h | 1 - 3 files changed, 68 insertions(+), 92 deletions(-)