From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 704B2348C46; Fri, 29 May 2026 07:23:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780039430; cv=none; b=jXmbulv+bZlxTEjRiY6zD4UjAqzW49MDJGa1jfKeJrp6lFAydpONImaAiaNp5SkTQZR99GSSnlHj6bS260IE/JsrtQRpGDwvD6zs5DmbffsGZAKAxhECbaoW7zrZ+FqiUQoC3JepBVjQzogWJnCMFvwwnRV1W+kQMe7sy/wkTz8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780039430; c=relaxed/simple; bh=BaFSzMSj0IA5FOwdE9cWRz76rEbDFpdM7czbRcFBhPM=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=iyWHauoAfIWI9g0LsXju/cwYW+XupFU+rp58pWNzFPPLn7HyObYmUrdL4hZHOucFvjYa1lFki1TwqxQwh0cuED0WS6POgYOqRyJknrVgKh0aqBEvyf2cVVUmvDH42HHIx2yRf5DUzn5Mkh3sATs8TdPqQVEn1EzjOQAE0plBpIU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kQMSMPbq; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="kQMSMPbq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BCC101F00893; Fri, 29 May 2026 07:23:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780039428; bh=OC8XILryGU+gDFed7sGULjlk0ZVTBD+pAsgKvW0nB+U=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=kQMSMPbqEc90cITNK49ov2tAdDAnakAmmNInhLzJaB7pF9BXdLoP8AEDvgCAciO7o 4f2h/NrdSjYhxg31xq1nAWLNKie9cDinrrMr/YuRtsqUaCZA4XU6I+D2hehyWSD5KM vHohbHYKsYIBJmaaTYNEkWoU2mWBY+17JZwpGKODz6OyU4CVnlrxbIUtQSu+u5T9Xg th1CUycqZZADnLR43RZT7EtL2MFSE2ljZDRABODxeo+jSVzplDP9Gjz3NEAWHi9GIM vtauHkXWMjIGVfHmIGZtd5uHEOEnHX6S6UMbQwGn0JgOv6yQE97tzsF3Xa0H/04kbG JRDkYvGNGl6dw== Message-ID: <8444f980-d8d4-4361-acff-8424b4c8cd3f@kernel.org> Date: Fri, 29 May 2026 08:23:45 +0100 Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v6 1/1] i2c: designware: defer probe if child GpioInt controllers are not bound Content-Language: en-US To: Hardik Prakash Cc: Bartosz Golaszewski , linux-gpio@vger.kernel.org, wsa@kernel.org, andriy.shevchenko@intel.com, brgl@bgdev.pl, basavaraj.natikar@amd.com, linux-i2c@vger.kernel.org, linusw@kernel.org References: <20260523174440.9629-1-hardikprakash.official@gmail.com> <20260523174440.9629-2-hardikprakash.official@gmail.com> <63e6fdb6-1679-44f5-acfb-563ed3b56a54@kernel.org> From: Mario Limonciello In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 5/29/26 07:56, Hardik Prakash wrote: > On Fri, May 29, 2026, at 04:43, Mario Limonciello wrote: >> Reviewed-by: Mario Limonciello (AMD) >> >> Please make sure that we drop the now unnecessary patch that was >> committed from the earlier series when queuing this. If that has >> already made it into a PR to linus (as part of -fixes or so) we should >> get it reverted. > > Linus Walleij confirmed it has already been pulled into Torvalds' tree, > so a revert will be needed. I'll leave that to the maintainers to > coordinate. > > I'll send v8 now with your Reviewed-by and Bart's Acked-by collected. > IMO - Just send your next version with a revert of that first patch frontloaded in the series.