Message ID | 20240701145603.1507516-2-xzeol@yahoo.com |
---|---|
State | New |
Headers | show |
Series | Add MPS MP5920 Host-Swap controller | expand |
On Mon, Jul 01, 2024 at 05:56:00PM +0300, Alex Vdovydchenko wrote: > Add support for MPS mp5920 controller > > Signed-off-by: Alex Vdovydchenko <xzeol@yahoo.com> Missing an ack from v2: https://lore.kernel.org/all/20240627-swivel-grower-002af077b654@spud/ Acked-by: Conor Dooley <conor.dooley@microchip.com> Thanks, Conor. > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > 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 > -- > 2.43.0 >
On 01/07/2024 17:47, Conor Dooley wrote: > On Mon, Jul 01, 2024 at 05:56:00PM +0300, Alex Vdovydchenko wrote: >> Add support for MPS mp5920 controller >> >> Signed-off-by: Alex Vdovydchenko <xzeol@yahoo.com> > > Missing an ack from v2: > https://lore.kernel.org/all/20240627-swivel-grower-002af077b654@spud/ > Acked-by: Conor Dooley <conor.dooley@microchip.com> That's third time you give the same ack. I suggest give up... Best regards, Krzysztof
On 7/2/24 08:44, Conor Dooley wrote: > On Tue, Jul 02, 2024 at 03:10:38PM +0200, Krzysztof Kozlowski wrote: >> On 01/07/2024 17:47, Conor Dooley wrote: >>> On Mon, Jul 01, 2024 at 05:56:00PM +0300, Alex Vdovydchenko wrote: >>>> Add support for MPS mp5920 controller >>>> >>>> Signed-off-by: Alex Vdovydchenko <xzeol@yahoo.com> >>> >>> Missing an ack from v2: >>> https://lore.kernel.org/all/20240627-swivel-grower-002af077b654@spud/ >>> Acked-by: Conor Dooley <conor.dooley@microchip.com> >> >> That's third time you give the same ack. I suggest give up... > > > Yeah, I guess. It's just not really any slower to re-ack than it is to > complain about the ack being missing. Makes me wonder though why I am still a kernel maintainer :-(. Guenter
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(+)