All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mfd: bd71847-pmic: Remove unneeded LED header
@ 2023-08-04  2:16 Fabio Estevam
  2023-08-04  5:40 ` Matti Vaittinen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabio Estevam @ 2023-08-04  2:16 UTC (permalink / raw)
  To: lee
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, mazziesaccount,
	devicetree, linux-kernel, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

There is nothing from <dt-bindings/leds/common.h> that is needed by
the binding example.

Remove the unneeded inclusion.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml b/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml
index 7ab7b2c7f3e6..d783cc4e4e86 100644
--- a/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml
+++ b/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml
@@ -130,7 +130,6 @@ dependencies:
 examples:
   - |
     #include <dt-bindings/interrupt-controller/irq.h>
-    #include <dt-bindings/leds/common.h>
 
     i2c {
         #address-cells = <1>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: mfd: bd71847-pmic: Remove unneeded LED header
  2023-08-04  2:16 [PATCH] dt-bindings: mfd: bd71847-pmic: Remove unneeded LED header Fabio Estevam
@ 2023-08-04  5:40 ` Matti Vaittinen
  2023-08-04 15:39 ` Conor Dooley
  2023-08-17 11:27 ` (subset) " Lee Jones
  2 siblings, 0 replies; 4+ messages in thread
From: Matti Vaittinen @ 2023-08-04  5:40 UTC (permalink / raw)
  To: Fabio Estevam, lee
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
	linux-kernel, Fabio Estevam

On 8/4/23 05:16, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> There is nothing from <dt-bindings/leds/common.h> that is needed by
> the binding example.
> 
> Remove the unneeded inclusion.
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Reviewed-by: Matti Vaittinen <mazziesaccount@gmail.com>

> ---
>   Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml b/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml
> index 7ab7b2c7f3e6..d783cc4e4e86 100644
> --- a/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml
> +++ b/Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml
> @@ -130,7 +130,6 @@ dependencies:
>   examples:
>     - |
>       #include <dt-bindings/interrupt-controller/irq.h>
> -    #include <dt-bindings/leds/common.h>
>   
>       i2c {
>           #address-cells = <1>;

-- 
Matti Vaittinen
Linux kernel developer at ROHM Semiconductors
Oulu Finland

~~ When things go utterly wrong vim users can always type :help! ~~


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: mfd: bd71847-pmic: Remove unneeded LED header
  2023-08-04  2:16 [PATCH] dt-bindings: mfd: bd71847-pmic: Remove unneeded LED header Fabio Estevam
  2023-08-04  5:40 ` Matti Vaittinen
@ 2023-08-04 15:39 ` Conor Dooley
  2023-08-17 11:27 ` (subset) " Lee Jones
  2 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2023-08-04 15:39 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: lee, robh+dt, krzysztof.kozlowski+dt, conor+dt, mazziesaccount,
	devicetree, linux-kernel, Fabio Estevam

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

On Thu, Aug 03, 2023 at 11:16:57PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> There is nothing from <dt-bindings/leds/common.h> that is needed by
> the binding example.
> 
> Remove the unneeded inclusion.
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: (subset) [PATCH] dt-bindings: mfd: bd71847-pmic: Remove unneeded LED header
  2023-08-04  2:16 [PATCH] dt-bindings: mfd: bd71847-pmic: Remove unneeded LED header Fabio Estevam
  2023-08-04  5:40 ` Matti Vaittinen
  2023-08-04 15:39 ` Conor Dooley
@ 2023-08-17 11:27 ` Lee Jones
  2 siblings, 0 replies; 4+ messages in thread
From: Lee Jones @ 2023-08-17 11:27 UTC (permalink / raw)
  To: lee, Fabio Estevam
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, mazziesaccount,
	devicetree, linux-kernel, Fabio Estevam

On Thu, 03 Aug 2023 23:16:57 -0300, Fabio Estevam wrote:
> There is nothing from <dt-bindings/leds/common.h> that is needed by
> the binding example.
> 
> Remove the unneeded inclusion.
> 
> 

Applied, thanks!

[1/1] dt-bindings: mfd: bd71847-pmic: Remove unneeded LED header
      commit: af18b213632b2cc002773a81f2dec75b8b266048

--
Lee Jones [李琼斯]


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-17 11:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-04  2:16 [PATCH] dt-bindings: mfd: bd71847-pmic: Remove unneeded LED header Fabio Estevam
2023-08-04  5:40 ` Matti Vaittinen
2023-08-04 15:39 ` Conor Dooley
2023-08-17 11:27 ` (subset) " Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.