From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jeffery Date: Mon, 23 Sep 2024 10:39:06 +0930 Subject: [PATCH v2 2/3] dt-bindings: trivial-devices: support MPS MP5023 In-Reply-To: References: <20240918095438.1345886-1-Delphine_CC_Chiu@wiwynn.com> <20240918095438.1345886-3-Delphine_CC_Chiu@wiwynn.com> <355b19a62e54aa979451d796c3ebe1e294a0cf45.camel@codeconstruct.com.au> Message-ID: <516706cb77ac88ff1b9d94a69b0e1ed54e184ec9.camel@codeconstruct.com.au> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Fri, 2024-09-20 at 01:54 +0000, Delphine_CC_Chiu/WYHQ/Wiwynn wrote: > > > -----Original Message----- > > From: Andrew Jeffery > > Sent: Thursday, September 19, 2024 9:24 AM > > To: Guenter Roeck ; Delphine_CC_Chiu/WYHQ/Wiwynn > > ; patrick at stwcx.xyz; Rob Herring > > ; Krzysztof Kozlowski ; Conor Dooley > > > > Cc: Ricky CX Wu ; Joel Stanley > > ; Peter Yin ; Noah Wang > > ; Javier Carrasco > > ; Fabio Estevam ; > > Lukas Wunner ; Laurent Pinchart > > ; devicetree at vger.kernel.org; > > linux-kernel at vger.kernel.org; linux-arm-kernel at lists.infradead.org; > > linux-aspeed at lists.ozlabs.org > > Subject: Re: [PATCH v2 2/3] dt-bindings: trivial-devices: support MPS MP5023 > > > > [External Sender] > > > > [External Sender] > > > > On Wed, 2024-09-18 at 10:00 -0700, Guenter Roeck wrote: > > > On 9/18/24 02:54, Delphine CC Chiu wrote: > > > > From: Ricky CX Wu > > > > > > > > Add support for hot-swap controller MPS MP5023. > > > > > > > > Signed-off-by: Ricky CX Wu > > > > Signed-off-by: Delphine CC Chiu > > > > -- > > > > > > The hardware monitoring mailing list was not copied, so I assume that > > > the expectation is that it will be applied through some other tree. > > > > We can take it through the BMC tree, but I'd prefer that the hardware > > monitoring list were copied regardless. > > > > Ricky: Please do so for v3 onwards. > > > > Andrew > Hi Guenter & Andrew, > > Would like to ask how to copy the hardware monitoring mailing list? Not sure how best to answer this, but add it in the To: line for your patches? > Should I just send the v3 patch with only this dt-bindings patch for MP5023 > and it will be added in the mail automatically? Well, if whatever process you're already using isn't adding it automatically, I doubt it's going to start doing so now. You can add it using the `--to` option to `b4 send` or `git send- email`, for instance. The details for the hwmon list are here: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/MAINTAINERS?h=v6.11#n9836 Andrew