From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 3/3] serial: 8250_uniphier: add auto-flow-control support Date: Tue, 25 Sep 2018 04:24:35 -0700 Message-ID: <5baa1af4.1c69fb81.52980.4bc3@mx.google.com> References: <1537334893-26079-1-git-send-email-yamada.masahiro@socionext.com> <1537334893-26079-4-git-send-email-yamada.masahiro@socionext.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1537334893-26079-4-git-send-email-yamada.masahiro@socionext.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org Cc: Dai Okamura , devicetree@vger.kernel.org, Greg KH , linux-kernel@vger.kernel.org, Masahiro Yamada , linux-serial@vger.kernel.org, Jiri Slaby , Mark Rutland , linux-arm-kernel@lists.infradead.org List-Id: linux-serial@vger.kernel.org On Wed, 19 Sep 2018 14:28:13 +0900, Masahiro Yamada wrote: > From: Dai Okamura > > Add selective auto-flow-control support for UniPhier serial driver. > > Signed-off-by: Dai Okamura > Signed-off-by: Masahiro Yamada > --- > > Documentation/devicetree/bindings/serial/uniphier-uart.txt | 3 +++ > drivers/tty/serial/8250/8250_uniphier.c | 3 +++ > 2 files changed, 6 insertions(+) > Reviewed-by: Rob Herring