Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp5235936imm; Tue, 18 Sep 2018 06:30:34 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZwYDcjZZrHT8/LULfxs1POxHepzzp2Ola0Azp22vkVn+nUzCx+x9F4AFPtptpVZAcoZibL X-Received: by 2002:a17:902:7606:: with SMTP id k6-v6mr29204815pll.300.1537277434807; Tue, 18 Sep 2018 06:30:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537277434; cv=none; d=google.com; s=arc-20160816; b=J+E6+UhxFXJbM4HOIV+wt9ZPCdpEGFFn+02RayB4enP1XIVXA0Tzd+j5wgOKIKCR7X 6CNCqY5OluqTc3ognLmPW/9gMsYAf8loLH1lT1spmIg9lATEM/dtvaVBH2HFuPH/jX99 gfHVEaxinncNieOKBam+axWv3twtS8pZY5k+QlI2iYN02Rpxw/nT42EYfP7dgC0uyuVO RwQRXaQoeJ92hdd/scNblFd+yIkZf08zSVEiEH3y3cRGqZ4UbEUoMoPuAr6B6AuqF33D 0CmfKii5GfLTbuyg/qVCuSSfkC3tnEDwsUJA5YP0xefvLiCe8BZbNoJft0MTjrisi+CN jFYA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=Mh1Z4C1/EkxC/ohjJPqf9vP8dHdztfBt5RsvX34AxxM=; b=RSkMCif1kWGcm8RRPU7e15ZZqd+NOZSlAylheaLySjhjgC/CCIMPox5h29fcGDtdlF 84P+vRgf0C4sodss4wA51cVPkLfxHPMdzDk2wgUhlMIjMzdTtFweJZ65Yc3Fobddcx41 wwcEkCkpBH9NGEVKBWnwKzdofHSQZTyfaG95QuQ007G6Lu1z2ZubAJbbvgJzfzWZxS1N EnPsYg3hIIPfjgnd3pBOE2KrSN/JHbKGzpb6z/nvt2E23d+eRKlNkm1n7lPqLtP77kOr RZFAuCl6gzNtELkFLCM4IJTFaqKK1KuYWq0Gji43w6TFe/gcYPsZMqDs3k6NyEN9pLJr /bsA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h17-v6si18583600pgj.214.2018.09.18.06.30.07; Tue, 18 Sep 2018 06:30:34 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729768AbeIRTBi (ORCPT + 99 others); Tue, 18 Sep 2018 15:01:38 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35696 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727846AbeIRTBi (ORCPT ); Tue, 18 Sep 2018 15:01:38 -0400 Received: from localhost (unknown [147.67.4.98]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id D684DCE7; Tue, 18 Sep 2018 13:28:59 +0000 (UTC) Date: Tue, 18 Sep 2018 15:28:56 +0200 From: Greg KH 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 Subject: Re: [PATCH v4 2/2] tty/serial: atmel: add ISO7816 support 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 Content-Disposition: inline In-Reply-To: <20180906134214.29031-3-ludovic.desroches@microchip.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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