From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2FED4C433EF for ; Fri, 1 Oct 2021 06:29:58 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B3D3361A65 for ; Fri, 1 Oct 2021 06:29:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B3D3361A65 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7DCEC83216; Fri, 1 Oct 2021 08:29:55 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1633069796; bh=LxdPuYRjYP3nyS3cs3uwcrJmiwfWnrkCGGJnL6iY/RM=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=ZqAlYZSmJihJgZlayAfY/w2FzzJy4S/+ohsNwyAPP3Uw2ke/1JX+rj1Eih1syLTBq w8vGxrmTl8xk53SDHOMglnvzv65tsXPoJpIA3AYxgjo0N8wBlmSRBaPiO9f0Wl0BkH b60yqpIbg0utlWOW0TMG++ZEf4VbcA5bYktuTEW52WsJcFQC4QqgCnBDD2AvhV6AqP tLjb1euVyHmEJbNYT+wtORDa3QuKVG0wvdS1x4Z921fxDkszvoL8kaZf8TBtIVuTqQ hmLLg4ebFJqa/MiKarCjv1nzI+bc6kiigYQuxTU3E8GHiFGc63miA2YIZ3rEjBFvAu EdKUhBvtryglg== Received: by phobos.denx.de (Postfix, from userid 109) id CEABF83216; Fri, 1 Oct 2021 08:29:53 +0200 (CEST) Received: from mout-u-107.mailbox.org (mout-u-107.mailbox.org [IPv6:2001:67c:2050:1::465:107]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id D880C832C6 for ; Fri, 1 Oct 2021 08:29:49 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-107.mailbox.org (Postfix) with ESMTPS id 4HLKwF5f5KzQjVD; Fri, 1 Oct 2021 08:29:49 +0200 (CEST) Subject: Re: [PATCH u-boot-marvell v3 32/39] tools: kwboot: Disable tty interbyte timeout To: =?UTF-8?Q?Marek_Beh=c3=ban?= Cc: u-boot@lists.denx.de, pali@kernel.org, Chris Packham , Baruch Siach , Dennis Gilmore , Mario Six , Jon Nettleton , =?UTF-8?Q?Marek_Beh=c3=ban?= References: <20210924210716.29752-1-kabel@kernel.org> <20210924210716.29752-33-kabel@kernel.org> From: Stefan Roese Message-ID: <10705706-4163-e6f8-2c03-97c225fa7e6d@denx.de> Date: Fri, 1 Oct 2021 08:29:46 +0200 MIME-Version: 1.0 In-Reply-To: <20210924210716.29752-33-kabel@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 75B901848 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean On 24.09.21 23:07, Marek Behún wrote: > From: Pali Rohár > > Function kwboot_tty_recv() has its own handling of read timeout, we > don't need to do set it in tty settings. > > Signed-off-by: Pali Rohár > Signed-off-by: Marek Behún Reviewed-by: Stefan Roese Thanks, Stefan > --- > tools/kwboot.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/kwboot.c b/tools/kwboot.c > index fc83161d70..a527c79cf3 100644 > --- a/tools/kwboot.c > +++ b/tools/kwboot.c > @@ -655,7 +655,7 @@ kwboot_open_tty(const char *path, int baudrate) > cfmakeraw(&tio); > tio.c_cflag |= CREAD|CLOCAL; > tio.c_cc[VMIN] = 1; > - tio.c_cc[VTIME] = 10; > + tio.c_cc[VTIME] = 0; > > rc = tcsetattr(fd, TCSANOW, &tio); > if (rc) > Viele Grüße, Stefan -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de