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 0B98A1A38C4; Mon, 11 Nov 2024 16:51:27 +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=1731343888; cv=none; b=fdWvtgsUWBYmhK+EYXfJO8rdYGzcHfkCrd7YZ+Ya7QM3iELdUJHRDtvO9s+3rThbXGM8gX46WUQ/SspJIDTMkL1Ydy3GzK1MMw6+SiGg+RGTtnACnEiqZ7RchQHn7fWWNfmXC56E3uwVaVFPau6+8Ln+/+pctoKgA+t/bWvv9jM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731343888; c=relaxed/simple; bh=xsTBACz35DuVfvJ2nfBri71Zv06IBtqdNgFneESDmWE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=sfau0sLVI9mjCR4/QiF9eeVxELQ+J3K6DmG3yEhq/jMuPwGpv8aMRLcyUS7RZEwsXZouEqgB3KVTmr2UOpZ4ocmrhvENEwW3RWzwlbWG5Nj9+EjoiJ9ux4AheSy4vA9fWyrmw3zaHIkHNKnUetb3eJBpKiWaclWem8VIfiBw6V8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kUHL+oSz; 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="kUHL+oSz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 49836C4CECF; Mon, 11 Nov 2024 16:51:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1731343887; bh=xsTBACz35DuVfvJ2nfBri71Zv06IBtqdNgFneESDmWE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kUHL+oSzBDGxagLpoqTwLI49QBEK+/rlOA5HYofVHGmHvdxe96FyjWp8Vj+mYIiv1 J3FxAaxhrO06O+SudaXeTCb1GPXm2HcHQvzNfgb+dNQirCDKcfIdndnn1UtPhKVJkL SATk2EnO1+6EicQpiqVzuoFjTk+Q9JoISNQXd1vJQ6mfOepGw81rsR526c0L4jnlE3 8bEE03TxIBws8MRZUpGlcirTOAQSU9zCzWyP0ocJz9TxfiAbGp/rSsxo12RyN503cn VQOsFFBg94gbm19rUaEYL5x/yAPfrKul+DlAFFTkkSxXRFwDvuddVZnjTzjTKMHwcN QPF9ZqwKu3I2g== Date: Mon, 11 Nov 2024 16:51:20 +0000 From: Lee Jones To: Linus Walleij Cc: Lorenzo Bianconi , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sean Wang , Matthias Brugger , AngeloGioacchino Del Regno , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , linux-mediatek@lists.infradead.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, upstream@airoha.com, benjamin.larsson@genexis.eu, ansuelsmth@gmail.com, linux-pwm@vger.kernel.org Subject: Re: (subset) [PATCH v9 4/6] dt-bindings: mfd: Add support for Airoha EN7581 GPIO System Controller Message-ID: <20241111165120.GD8552@google.com> References: <20241023-en7581-pinctrl-v9-0-afb0cbcab0ec@kernel.org> <20241023-en7581-pinctrl-v9-4-afb0cbcab0ec@kernel.org> <173088099542.3237297.18018729158887853624.b4-ty@kernel.org> <20241106110046.GR1807686@google.com> Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org 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: On Wed, 06 Nov 2024, Linus Walleij wrote: > On Wed, Nov 6, 2024 at 12:00 PM Lee Jones wrote: > > On Wed, 06 Nov 2024, Lorenzo Bianconi wrote: > > > > > On Nov 06, Lee Jones wrote: > > > > On Wed, 23 Oct 2024 01:20:04 +0200, Lorenzo Bianconi wrote: > > > > > Add support for Airoha EN7581 GPIO System Controller which provide a > > > > > register map for controlling the GPIO, pinctrl and PWM of the SoC via > > > > > dedicated pinctrl and pwm child nodes. > > > > > > > > > > > > > > > > > > Applied, thanks! > > > > > > > > [4/6] dt-bindings: mfd: Add support for Airoha EN7581 GPIO System Controller > > > > commit: f49f37f3cfe1482d4dc77d26f3e8c38eab630d52 > > > > > > > > -- > > > > Lee Jones [李琼斯] > > > > > > > > > > Hi Lee, > > > > > > according to my understanding this patch has been already applied by Linus > > > here: > > > > > > https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git/commit/?h=devel&id=50dedb1eb1e6755ccab55f6140916c2d192be765 > > > > An interesting choice. Linus? > > Yes I suggested that I merge patches 1-5 on oct 29 and applied the > day after: > https://lore.kernel.org/linux-gpio/CACRpkdYshPusdA7bDW2y8H_wp-Fm3N-YCsY1_Qn=dZqRiFy12w@mail.gmail.com/ > > It's because the bindings are dependent on each other, this one patch has: > > + pinctrl: > + type: object > + $ref: /schemas/pinctrl/airoha,en7581-pinctrl.yaml > + description: > + Child node definition for EN7581 Pin controller > + > + pwm: > + type: object > + $ref: /schemas/pwm/airoha,en7581-pwm.yaml > + description: > + Child node definition for EN7581 PWM controller > > Those refs will explode unless the two others are merged at the same > time. > > Usually we merge the whole shebang through MFD but this one felt > different because there is no actual MFD driver, just using simple-mfd. > > In hindsight I should probs not have been so trigger happy and give > some more time for this to settle... Merge window stress I guess. :/ > > It's fine to apply textually identical patches to two trees though as > git will sort > that out so technically it's no big deal, you can keep it applied if you > want. It's okay. Life will be easier for everyone if I remove it. -- Lee Jones [李琼斯]