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 31AFFC433F5 for ; Fri, 25 Feb 2022 10:47:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235720AbiBYKrn (ORCPT ); Fri, 25 Feb 2022 05:47:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238296AbiBYKrk (ORCPT ); Fri, 25 Feb 2022 05:47:40 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3993A135492 for ; Fri, 25 Feb 2022 02:47:08 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id C990761755 for ; Fri, 25 Feb 2022 10:47:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AAE1DC340E7; Fri, 25 Feb 2022 10:47:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1645786027; bh=vaAy8PGFsN01OBKBtLuEE8g/3MlcyR8q4mA3DMGwV0Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nUe4fwJ3PyVyaWB052EAb2bDSqq3OWHJhrXGFrl2Qy1/IUlo0QVamvHFwEZJ0OFnR B6GnE/OAiBtpduVp1NN3ASZHK5qxSUsTr9uWBZ0PAziCRw4Y+eHu0pmQkfuEnXquMj 6dbnkJ430/yfGBsxH9p1LZ3bNMIvHHw+buc/w9As= Date: Fri, 25 Feb 2022 11:47:04 +0100 From: Greg Kroah-Hartman To: Tomasz =?utf-8?Q?Mo=C5=84?= Cc: linux-serial@vger.kernel.org, Phil Elwell , Daniel Mack , Jiri Slaby , Krzysztof =?utf-8?Q?Drobi=C5=84ski?= , Lech Perczak Subject: Re: [PATCH 0/6] sc16is7xx: Hardware flow control fixes Message-ID: References: <20220221105618.3503470-1-tomasz.mon@camlingroup.com> <5c677799-411c-0c4f-fd99-15ac6dcb4844@camlingroup.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5c677799-411c-0c4f-fd99-15ac6dcb4844@camlingroup.com> Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org On Fri, Feb 25, 2022 at 10:37:01AM +0100, Tomasz Moń wrote: > On 25.02.2022 10:25, Greg Kroah-Hartman wrote: > > On Mon, Feb 21, 2022 at 11:56:12AM +0100, Tomasz Moń wrote: > >> sc16is7xx driver assumes that the device handles hardware flow control > >> automatically. This is not really true as the driver does inadvertently > >> clear the bits that enable hardware flow control. > >> > >> This patch series solves multiple issues present in the driver. While > >> the patches are fairly independent, there are some dependencies. The > >> "sc16is7xx: Properly resume TX after stop" adds IER bit set function > >> that is later used in "sc16is7xx: Set AUTOCTS and AUTORTS bits". Also > >> the patches that control which interrupts are enabled are dependent on > >> each other. > >> > >> Patches should be applied respecting the order in the series. The whole > >> series applies on top of "sc16is7xx: Fix for incorrect data being > >> transmitted" [1]. > > > > The first 3 patches of this series applied. Please rebase and resend > > the remaining. > > The remaining patches did not apply because the "sc16is7xx: Fix for > incorrect data being transmitted" by Phil Elwell was not applied. > > The Phil Elwell patch was independently developed and made it to the > list before I sent the patch series. For that reason I based the series > on top of that patch and mentioned it in the cover letter. If that patch was not applied, then just rebase your series on my branch and resend it. thanks, greg k-h