From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 DFD362D73B2; Wed, 3 Sep 2025 07:39:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756885170; cv=none; b=WfBtjbpphX0IgXY4WYkGl8JBprfRVpTz0rk3tdbMhqeAHXezWuoXt48ccBwm0VgBboaX9Q5ypA5f/6o8fSABXReiGW7GOQ6I3/1xJeIz2xCkzYY/XygLEsIezY6q2COduw9SOIcxZJoyukTzO6wwkHF/7nLQpyLaq/DPunEECic= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756885170; c=relaxed/simple; bh=nabVaKDp95bXX1pjLpK4nzWf1nseMWBruv5tgZaJBoA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=RgLSo4t9RnL2L+JF4an+eVqMdPBh1rtIXER+V/S9sbvnXb+k1NqL6WRuwPspTYV66mcMM27zLuIVDaADulwlmU+XNeZ082KD0yNliA72zJEDa0JPCqzX+D7j1m+BwbkhG+dRWUiFHhPdtE1qwVi9IFNUgxlLzyB3pJr/ahGExq4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qoDk0nl6; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="qoDk0nl6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6EA52C4CEF0; Wed, 3 Sep 2025 07:39:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756885169; bh=nabVaKDp95bXX1pjLpK4nzWf1nseMWBruv5tgZaJBoA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qoDk0nl6DGMhrsb9Zero2GRf3mxlO2Zkmtca2Z/KeKD/A+oBDZ96dYcBPT94dwlkU f0DLzIj/ZwhCrb5B4tPNd/VVQsfYxVSV2/QOOMs9cLSO9APl7W8P7vIBAVhCCtvHGN Wtzw48LeMkWre+8zpgwv+Li+KmKBA5Y9dXQUwTFoIo9DK79zaqWKJYA9eeL0JZADFS qD9EiS0+jbqaNpPL+mO71C0U1WpdfN7z2meHxEAo+95mgjgwwldX3TLfUrljS59Nku X8Zz7gNiYLjBFpa/8drEj34cjLfh0bA/7FZxXieklmnEs9cQou/+e+pY9sOk2PlsS3 SwaRwN9OWsD2w== Date: Wed, 3 Sep 2025 08:39:20 +0100 From: Lee Jones To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Benson Leung , Guenter Roeck , Tim Harvey , Michael Walle , Linus Walleij , Bartosz Golaszewski , Jean Delvare , Thomas Gleixner , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Bjorn Andersson , Mathieu Poirier , Matthias Brugger , AngeloGioacchino Del Regno , Cheng-Yi Chiang , Tzung-Bi Shih , Liam Girdwood , Mark Brown , Wim Van Sebroeck , Thierry Reding , Tinghan Shen , devicetree@vger.kernel.org, chrome-platform@lists.linux.dev, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-pwm@vger.kernel.org, linux-remoteproc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-sound@vger.kernel.org, linux-watchdog@vger.kernel.org, Krzysztof Kozlowski , Mathew McBride Subject: Re: (subset) [PATCH v2] dt-bindings: mfd: Move embedded controllers to own directory Message-ID: <20250903073920.GA2163762@google.com> References: <20250822075712.27314-2-krzysztof.kozlowski@linaro.org> <175682479961.2401991.17056649550187344851.b4-ty@kernel.org> <63e43445-ef5f-49b2-85c1-f85d95426d5d@kernel.org> Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <63e43445-ef5f-49b2-85c1-f85d95426d5d@kernel.org> On Tue, 02 Sep 2025, Krzysztof Kozlowski wrote: > On 02/09/2025 16:53, Lee Jones wrote: > >> [...] > > > > Applied, thanks! > > > > [1/1] dt-bindings: mfd: Move embedded controllers to own directory > > commit: 152afab28f7659a4292c9f7d3324eaeb49a55b8b > > > There was a v3 here: > > https://lore.kernel.org/r/20250825081201.9775-2-krzysztof.kozlowski@linaro.org/ Drop this, applied that! -- Lee Jones [李琼斯]