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 0D14DC00528 for ; Wed, 19 Jul 2023 19:14:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229644AbjGSTOb (ORCPT ); Wed, 19 Jul 2023 15:14:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46996 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229450AbjGSTOa (ORCPT ); Wed, 19 Jul 2023 15:14:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EF9F5199A; Wed, 19 Jul 2023 12:14:29 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 868EB6165E; Wed, 19 Jul 2023 19:14:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 65C5EC433C7; Wed, 19 Jul 2023 19:14:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1689794069; bh=wsv1tKsKI/r0aK7P/4S5R96HckL7ImIbYbQ2Pdek0XI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sSAMFAGCYwsk3SFgVFaR5zR2zX0pm28l+yPSpsFt+hrKk5xpsQBs4wB7d9qNADuuo tIJhvkzhxGX1uwgx9WwL8wOJClQZq2ku8EpM6nFWAlKiXwRv1DQCbaEFIP2c+tBnOy N42TsZEd3vNi70wU66uNG485nU2t+12/hTqS5QCE= Date: Wed, 19 Jul 2023 21:14:23 +0200 From: Greg KH To: Hugo Villeneuve Cc: Andy Shevchenko , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, jirislaby@kernel.org, jringle@gridpoint.com, tomasz.mon@camlingroup.com, l.perczak@camlintechnologies.com, linux-serial@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Hugo Villeneuve , stable@vger.kernel.org Subject: Re: [PATCH v7 5/9] serial: sc16is7xx: fix regression with GPIO configuration Message-ID: <2023071922-rigor-collage-804e@gregkh> References: <20230604134459.3c3844012e9714fa2a61e642@hugovil.com> <20230620100846.d58436efc061fb91074fa7e5@hugovil.com> <20230620113312.882d8f0c7d5603b1c93f33fb@hugovil.com> <20230620114209.fb5272ad8cf5c5e2895d68b1@hugovil.com> <20230620121645.512b31a872306b43a276bbac@hugovil.com> <20230719144048.4f340b8aa0a29ab65a274273@hugovil.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230719144048.4f340b8aa0a29ab65a274273@hugovil.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Jul 19, 2023 at 02:40:48PM -0400, Hugo Villeneuve wrote: > On Tue, 20 Jun 2023 12:16:45 -0400 > Hugo Villeneuve wrote: > > > On Tue, 20 Jun 2023 18:45:51 +0300 > > Andy Shevchenko wrote: > > > > > On Tue, Jun 20, 2023 at 6:42 PM Hugo Villeneuve wrote: > > > > On Tue, 20 Jun 2023 18:35:48 +0300 > > > > Andy Shevchenko wrote: > > > > > On Tue, Jun 20, 2023 at 6:33 PM Hugo Villeneuve wrote: > > > > > > On Tue, 20 Jun 2023 18:18:12 +0300 > > > > > > Andy Shevchenko wrote: > > > > > > > On Tue, Jun 20, 2023 at 5:08 PM Hugo Villeneuve wrote: > > > > > > > > On Sun, 4 Jun 2023 22:31:04 +0300 > > > > > > > > Andy Shevchenko wrote: > > > > > > ... > > > > > > > > > > > did you have a chance to look at V8 (sent two weks ago) which fixed all > > > > > > > > of what we discussed? > > > > > > > > > > > > > > The patch 6 already has my tag, anything specific you want me to do? > > > > > > > > > > > > Hi Andy, > > > > > > I forgot to remove your "Reviewed-by: Andy..." tag before sending V8 > > > > > > since there were some changes involved in patch 6 and I wanted you to > > > > > > review them. Can you confirm if the changes are correct? > > > > > > > > > > > > I also added a new patch "remove obsolete out_thread label". It has no > > > > > > real impact on the code generation itself, but maybe you can review and > > > > > > confirm if tags are ok or not, based on commit message and also > > > > > > additional commit message. > > > > > > > > > > Both are fine to me. > > > > > > > > Hi, > > > > Ok, thank you for reviewing this. > > > > > > > > I guess now we are good to go with this series if the stable tags and > > > > patches order are good after Greg's review? > > > > > > Taking into account that we are at rc7, and even with Fixes tags in > > > your series I think Greg might take this after v6.5-0rc1 is out. It's > > > up to him how to proceed with that. Note, he usually has thousands of > > > patches in backlog, you might need to respin it after the above > > > mentioned rc1. > > > > Ok, understood. > > > > Let's wait then. > > Hi Andy/Greg, > we are now at v6.5-rc2 and I still do not see any of our patches in > linus or gregkh_tty repos. > > Is there something missing from my part (or someone else) to go forward > with integrating these patches (v8) for v6.5? My queue is huge right now, please be patient, I want to have them all handled by the end of next week... You can always help out by reviewing other patches on the mailing list to reduce my review load. thanks, greg k-h