Message ID | 1538100309-24323-1-git-send-email-yamada.masahiro@socionext.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> 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 EF9D1174A for <patchwork-linux-arm@patchwork.kernel.org>; Fri, 28 Sep 2018 02:07:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DEFDD2B56B for <patchwork-linux-arm@patchwork.kernel.org>; Fri, 28 Sep 2018 02:07:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D30D42B578; Fri, 28 Sep 2018 02:07:01 +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=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 1572A2B57B for <patchwork-linux-arm@patchwork.kernel.org>; Fri, 28 Sep 2018 02:06:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=x15r3slLcKLfR6hADCQ6ysC5glyEZXbyTVXoFfzyzQE=; b=bUx flIOhohY8RAmcquTAAiSul1PvH+BA5zCYcI5smbmAzX/rMhMwk30hF2yvMDNeUFF/vhf4dUFGV9py rcdp75V8GRH24ClJXZlkbOPxtSZFTyyXRO9s9Jyv7WOte2NpEJ4NGNiJVYMHm94Op/hRbsR4X+onI xE006nFS7bTcxN7I+EfWOQlY0aJtX9SVEjPHtIZaxrm7f4A0vd/cvBu4Kl/pJS4bWKOkLUBaKiO75 K413+lsVDZjcf8+6g8wxh+9zkaJaem7n63whykZZjYjr5g7I+vdYJiKtHoKrcc+32is1+Pgy8cGs0 NO0H2z/wmzF1+/wNTbM7m5mTME3E5CA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1g5iB5-0006qS-GF; Fri, 28 Sep 2018 02:06:47 +0000 Received: from conuserg-11.nifty.com ([210.131.2.78]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1g5iAg-0006nn-6a for linux-arm-kernel@lists.infradead.org; Fri, 28 Sep 2018 02:06:24 +0000 Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-11.nifty.com with ESMTP id w8S25FOg028340; Fri, 28 Sep 2018 11:05:16 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com w8S25FOg028340 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1538100316; bh=Iq5sDsGfDX2Qg+RTLGdJRZ8SLr40Q65uOj5111MvuxY=; h=From:To:Cc:Subject:Date:From; b=hSDl9HO4en+T/boXgArDqshVfS185VvqWZ6LVMTLPo7fhhtAPczrsuTky9lL5TJAt Z6LPFNc5ZX4GHmWLgOsX6S6VHDMFmmDXZSqFxQZ8DHfNdd3OzoJBYhx6F7BE20AJ4y w/zyHoGG9RGbx001pjD0auP0ei+nibfXEk0+uSPFZhZTQx+1x3pjT3TKUsY0cVxC0g 3tC6GE/B5kT/f87W+hQlxiiR6rHJtUaghpCPKES8TF/5bBwZvjOBdSlDgC8IaGPLDF mWPxlK7+Q9ZbKZCWgXqBF4hJiybI+kBcaDjaPQ0C/Fq8jBpVPspgfLen49twv2f+Ma ENNtJtANZNotg== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada <yamada.masahiro@socionext.com> To: Greg KH <gregkh@linuxfoundation.org>, linux-serial@vger.kernel.org Subject: [PATCH v2 0/3] serial: 8250_uniphier: remove unused code and add auto-flow-control Date: Fri, 28 Sep 2018 11:05:06 +0900 Message-Id: <1538100309-24323-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180927_190622_552529_6799BDAF X-CRM114-Status: UNSURE ( 6.74 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: Dai Okamura <okamura.dai@socionext.com>, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Masahiro Yamada <yamada.masahiro@socionext.com>, Rob Herring <robh+dt@kernel.org>, Jiri Slaby <jslaby@suse.com>, Mark Rutland <mark.rutland@arm.com>, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
serial: 8250_uniphier: remove unused code and add auto-flow-control
|
expand
|