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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4DC6EC433EF for ; Thu, 30 Jun 2022 08:29:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233561AbiF3I3H (ORCPT ); Thu, 30 Jun 2022 04:29:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234028AbiF3I24 (ORCPT ); Thu, 30 Jun 2022 04:28:56 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B24940E67; Thu, 30 Jun 2022 01:28:55 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id F140FB826A3; Thu, 30 Jun 2022 08:28:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 94878C34115; Thu, 30 Jun 2022 08:28:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656577732; bh=cAQUo7kspmH4XuHsaG4rJWzgQnrBlFeAfBrz4QmTHZM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZEKx7fPQrI57hq5FMCZ4ZTRDfq0uDdvKS3bsZwHo+uSu09HoY3A9QmEPU/uWOxaTY OXTFxgpHqz/4urILdk6F20jqIaKhhnvfOLX15qE0ggN1fGKXPhKzy7MT+bX00HtdNb eyHHWyRNQjmi504QnlzS4yT31DxOBOxYnxv/5dJPp+uB7JzU9lr8yDJ0JyBspDPWtA e2kA9eoIvMZ+IlvfIdyOw1S+GjTSicIryNMuOOc16hZs4kHgfZGyk6eBcfHOU22wNW 2VPra0C4xfKaYQKC3YgBkKlN3NCzTmG6w/shL0MxHKaZcBziS5/O7Ip+2re6qNAlH5 cK7ZmVsJJIvBw== Received: by pali.im (Postfix) id 3414096E; Thu, 30 Jun 2022 10:28:49 +0200 (CEST) Date: Thu, 30 Jun 2022 10:28:49 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Andy Shevchenko Cc: Ilpo =?utf-8?B?SsOkcnZpbmVu?= , Greg Kroah-Hartman , Jiri Slaby , Allen Yan , Miquel Raynal , Gregory CLEMENT , "open list:SERIAL DRIVERS" , Linux Kernel Mailing List Subject: Re: [PATCH] serial: mvebu: Apply old baudrate to termios Message-ID: <20220630082849.ldvqu7frdrln4ite@pali> References: <20220628094155.26297-1-ilpo.jarvinen@linux.intel.com> <20220628095136.fhtjjjkj3mre7hwa@pali> <20220628095942.rbpl2iocxoqtzxiy@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20180716 Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org On Tuesday 28 June 2022 13:40:28 Andy Shevchenko wrote: > On Tue, Jun 28, 2022 at 1:39 PM Andy Shevchenko > wrote: > > On Tue, Jun 28, 2022 at 12:01 PM Pali Rohár wrote: > > > On Tuesday 28 June 2022 11:51:36 Pali Rohár wrote: > > ... > > > > Ou, now I see where is the issue. Patch which I tested and which fixes > > > reporting baudrate is not in kernel tree yet and it looks like I totally > > > forgot to sent it to ML. I will send it. Sorry for confusion. > > > > Shouldn't the Ilpo's applied anyway to fix the current code base? > > Ah, now I understand that your patch is a fix. Sorry for the noise. Yes, my patch fixes the issue which Ilpo described and handles also errors: https://lore.kernel.org/linux-serial/20220628100922.10717-1-pali@kernel.org/