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 0F80FC3F6B0 for ; Thu, 18 Aug 2022 07:05:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243775AbiHRHFT (ORCPT ); Thu, 18 Aug 2022 03:05:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48236 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243770AbiHRHFS (ORCPT ); Thu, 18 Aug 2022 03:05:18 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 38E80876BF; Thu, 18 Aug 2022 00:05:16 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id BA069807E; Thu, 18 Aug 2022 06:58:18 +0000 (UTC) Date: Thu, 18 Aug 2022 10:05:14 +0300 From: Tony Lindgren To: Saravana Kannan Cc: Greg Kroah-Hartman , "Rafael J. Wysocki" , Linus Walleij , Bartosz Golaszewski , Rob Herring , Frank Rowand , Geert Uytterhoeven , Magnus Damm , Andy Shevchenko , Daniel Scally , Heikki Krogerus , Sakari Ailus , Len Brown , Abel Vesa , Alexander Stein , Sudeep Holla , Geert Uytterhoeven , John Stultz , Doug Anderson , Guenter Roeck , kernel-team@android.com, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: [PATCH v1 0/9] fw_devlink improvements Message-ID: References: <20220810060040.321697-1-saravanak@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, * Saravana Kannan [220815 18:16]: > On Mon, Aug 15, 2022 at 3:33 AM Tony Lindgren wrote: > > > > * Saravana Kannan [220813 00:45]: > > > On Fri, Aug 12, 2022 at 2:49 AM Tony Lindgren wrote: > > > > > > > > * Saravana Kannan [220810 05:54]: > > > > > Tony, > > > > > > > > > > This should handle the odd case of the child being the supplier of the > > > > > parent. Can you please give this a shot? I want to make sure the cycle > > > > > detection code handles this properly and treats it like it's NOT a cycle. > > > > > > > > Yup, this series works for me, so feel free to add: > > > > > > > > Tested-by: Tony Lindgren > > > > > > Thanks for testing! > > > > > > Btw, out of curiosity, how many different boards did you test this on? > > > IIRC you had an issue only in one board, right? Not to say I didn't > > > break anything else, I'm just trying to see how much confidence we > > > have on this series so far. I'm hoping the rest of the folks I listed > > > in the email will get around to testing this series. > > > > Sorry if I was not clear earlier. The issue affects several generations > > of TI 32-bit SoCs at least, not just one board. > > But this series fixes the issues for all of them or are you still > seeing some broken boot with this series? Yes. However, I'm now getting confused what exactly you're proposing to fix the regressions for v6.0-rc series. I'd like to see just the fixes series for v6.0-rc series. With proper fixes tags, and possibly reverts. Then discussing patches for Linux next can be done based on the fixes :) Regards, Tony