From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH v4 2/2] tty/serial: atmel: add ISO7816 support Date: Tue, 18 Sep 2018 15:28:56 +0200 Message-ID: <20180918132856.GA14333@kroah.com> References: <20180906134214.29031-1-ludovic.desroches@microchip.com> <20180906134214.29031-3-ludovic.desroches@microchip.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180906134214.29031-3-ludovic.desroches@microchip.com> Sender: linux-kernel-owner@vger.kernel.org To: Ludovic Desroches Cc: linux-serial@vger.kernel.org, linux-arch@vger.kernel.org, linux-arm-kernel@lists.infradead.org, jslaby@suse.com, arnd@arndb.de, richard.genoud@gmail.com, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, linux-kernel@vger.kernel.org List-Id: linux-arch.vger.kernel.org On Thu, Sep 06, 2018 at 03:42:14PM +0200, Ludovic Desroches wrote: > From: Nicolas Ferre > > When mode is set in atmel_config_iso7816() we backup last RS232 mode > for coming back to this mode if requested. > Also allow setup of T=0 and T=1 parameter and basic support in set_termios > function as well. > > Signed-off-by: Nicolas Ferre > [ludovic.desroches@microchip.com: rebase, add check on fidi ratio, checkpatch fixes] > Signed-off-by: Ludovic Desroches > Acked-by: Richard Genoud > --- > drivers/tty/serial/atmel_serial.c | 190 +++++++++++++++++++++++++++++++++++--- > drivers/tty/serial/atmel_serial.h | 3 +- > 2 files changed, 181 insertions(+), 12 deletions(-) This doesn't apply to my tree :( Also, shouldn't this new ioctl be documented somewhere? thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg KH) Date: Tue, 18 Sep 2018 15:28:56 +0200 Subject: [PATCH v4 2/2] tty/serial: atmel: add ISO7816 support In-Reply-To: <20180906134214.29031-3-ludovic.desroches@microchip.com> References: <20180906134214.29031-1-ludovic.desroches@microchip.com> <20180906134214.29031-3-ludovic.desroches@microchip.com> Message-ID: <20180918132856.GA14333@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Sep 06, 2018 at 03:42:14PM +0200, Ludovic Desroches wrote: > From: Nicolas Ferre > > When mode is set in atmel_config_iso7816() we backup last RS232 mode > for coming back to this mode if requested. > Also allow setup of T=0 and T=1 parameter and basic support in set_termios > function as well. > > Signed-off-by: Nicolas Ferre > [ludovic.desroches at microchip.com: rebase, add check on fidi ratio, checkpatch fixes] > Signed-off-by: Ludovic Desroches > Acked-by: Richard Genoud > --- > drivers/tty/serial/atmel_serial.c | 190 +++++++++++++++++++++++++++++++++++--- > drivers/tty/serial/atmel_serial.h | 3 +- > 2 files changed, 181 insertions(+), 12 deletions(-) This doesn't apply to my tree :( Also, shouldn't this new ioctl be documented somewhere? thanks, greg k-h