Message ID | 20240702115252.981416-2-xzeol@yahoo.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Add MPS MP5920 Host-Swap controller | expand |
On 02/07/2024 13:52, Alex Vdovydchenko wrote: > Add support for MPS mp5920 controller > > Signed-off-by: Alex Vdovydchenko <xzeol@yahoo.com> So you keep ignoring and ignoring? <form letter> This is a friendly reminder during the review process. It looks like you received a tag and forgot to add it. If you do not know the process, here is a short explanation: Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions, under or above your Signed-off-by tag. Tag is "received", when provided in a message replied to you on the mailing list. Tools like b4 can help here. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for tags received on the version they apply. https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577 If a tag was not added on purpose, please state why and what changed. </form letter> Best regards, Krzysztof
On Tue, Jul 02, 2024 at 02:52:50PM +0300, Alex Vdovydchenko wrote: > Add support for MPS mp5920 controller > > Signed-off-by: Alex Vdovydchenko <xzeol@yahoo.com> > --- Applied, after adding Conor's Ack from v3. Guenter
On Tue, Jul 02, 2024 at 12:29:07PM -0700, Guenter Roeck wrote: > On Tue, Jul 02, 2024 at 02:52:50PM +0300, Alex Vdovydchenko wrote: > > Add support for MPS mp5920 controller > > > > Signed-off-by: Alex Vdovydchenko <xzeol@yahoo.com> > > --- > > Applied, after adding Conor's Ack from v3. Thanks :)
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index ff70f0926..cb2fc26d9 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -296,6 +296,8 @@ properties: - mps,mp2975 # Monolithic Power Systems Inc. multi-phase controller mp2993 - mps,mp2993 + # Monolithic Power Systems Inc. multi-phase hot-swap controller mp5920 + - mps,mp5920 # Monolithic Power Systems Inc. multi-phase hot-swap controller mp5990 - mps,mp5990 # Monolithic Power Systems Inc. digital step-down converter mp9941
Add support for MPS mp5920 controller Signed-off-by: Alex Vdovydchenko <xzeol@yahoo.com> --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+)