From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v6 1/3] tty/serial: Add GPIOLIB helpers for controlling modem lines Date: Mon, 17 Mar 2014 16:23:59 -0700 Message-ID: <20140317232359.GA8943@kroah.com> References: <1394469951-21192-1-git-send-email-richard.genoud@gmail.com> <1394469951-21192-2-git-send-email-richard.genoud@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:49280 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751200AbaCQXV6 (ORCPT ); Mon, 17 Mar 2014 19:21:58 -0400 Content-Disposition: inline In-Reply-To: <1394469951-21192-2-git-send-email-richard.genoud@gmail.com> Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Richard Genoud Cc: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Nicolas Ferre , Linus Walleij , Alexander Shiyan , linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Richard Genoud On Mon, Mar 10, 2014 at 05:45:49PM +0100, Richard Genoud wrote: > This patch add some helpers to control modem lines (CTS/RTS/DSR...) via > GPIO. > This will be useful for many boards which have a serial controller that > only handle CTS/RTS pins (or even just RX/TX). > > Signed-off-by: Richard Genoud Acked-by: Greg Kroah-Hartman I can't take this series through my tty tree as the non-tty patches don't apply, so feel free to take them through whatever tree is needed. greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Mon, 17 Mar 2014 16:23:59 -0700 Subject: [PATCH v6 1/3] tty/serial: Add GPIOLIB helpers for controlling modem lines In-Reply-To: <1394469951-21192-2-git-send-email-richard.genoud@gmail.com> References: <1394469951-21192-1-git-send-email-richard.genoud@gmail.com> <1394469951-21192-2-git-send-email-richard.genoud@gmail.com> Message-ID: <20140317232359.GA8943@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Mar 10, 2014 at 05:45:49PM +0100, Richard Genoud wrote: > This patch add some helpers to control modem lines (CTS/RTS/DSR...) via > GPIO. > This will be useful for many boards which have a serial controller that > only handle CTS/RTS pins (or even just RX/TX). > > Signed-off-by: Richard Genoud Acked-by: Greg Kroah-Hartman I can't take this series through my tty tree as the non-tty patches don't apply, so feel free to take them through whatever tree is needed. greg k-h