All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2] dt-bindings: pinctrl: pinctrl-single: add am625 compatible
@ 2023-08-03 15:09 ` Dhruva Gole
  0 siblings, 0 replies; 6+ messages in thread
From: Dhruva Gole @ 2023-08-03 15:09 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Tony Lindgren
  Cc: linux-gpio, devicetree, linux-kernel, linux-arm-kernel,
	linux-omap, Dhruva Gole, Nishanth Menon, Vignesh Raghavendra

Add the am625 compatible property to add support for the new
wakeup enable and status bits positions

Cc: Nishanth Menon <nm@ti.com>
Cc: Vignesh Raghavendra <vigneshr@ti.com>
CC: Tony Lindgren <tony@atomide.com>
Signed-off-by: Dhruva Gole <d-gole@ti.com>
---

Base: tag: next-20230731 + below "depends on" patch
Depends on: https://lore.kernel.org/linux-omap/20230731061908.GG5194@atomide.com/T/

v1 -> v2 changes:
rename to use am625 instead of am6

link to previous version:
https://lore.kernel.org/all/20230803092311.604610-1-d-gole@ti.com/

 Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
index b6b6bcd7074b..902469986fff 100644
--- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
@@ -23,6 +23,7 @@ properties:
           - pinconf-single
       - items:
           - enum:
+              - ti,am625-padconf
               - ti,am437-padconf
               - ti,dra7-padconf
               - ti,omap2420-padconf
-- 
2.34.1


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

* [PATCH V2] dt-bindings: pinctrl: pinctrl-single: add am625 compatible
@ 2023-08-03 15:09 ` Dhruva Gole
  0 siblings, 0 replies; 6+ messages in thread
From: Dhruva Gole @ 2023-08-03 15:09 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Tony Lindgren
  Cc: linux-gpio, devicetree, linux-kernel, linux-arm-kernel,
	linux-omap, Dhruva Gole, Nishanth Menon, Vignesh Raghavendra

Add the am625 compatible property to add support for the new
wakeup enable and status bits positions

Cc: Nishanth Menon <nm@ti.com>
Cc: Vignesh Raghavendra <vigneshr@ti.com>
CC: Tony Lindgren <tony@atomide.com>
Signed-off-by: Dhruva Gole <d-gole@ti.com>
---

Base: tag: next-20230731 + below "depends on" patch
Depends on: https://lore.kernel.org/linux-omap/20230731061908.GG5194@atomide.com/T/

v1 -> v2 changes:
rename to use am625 instead of am6

link to previous version:
https://lore.kernel.org/all/20230803092311.604610-1-d-gole@ti.com/

 Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
index b6b6bcd7074b..902469986fff 100644
--- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
@@ -23,6 +23,7 @@ properties:
           - pinconf-single
       - items:
           - enum:
+              - ti,am625-padconf
               - ti,am437-padconf
               - ti,dra7-padconf
               - ti,omap2420-padconf
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH V2] dt-bindings: pinctrl: pinctrl-single: add am625 compatible
  2023-08-03 15:09 ` Dhruva Gole
@ 2023-08-03 15:29   ` Conor Dooley
  -1 siblings, 0 replies; 6+ messages in thread
From: Conor Dooley @ 2023-08-03 15:29 UTC (permalink / raw)
  To: Dhruva Gole
  Cc: Linus Walleij, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Tony Lindgren, linux-gpio, devicetree, linux-kernel,
	linux-arm-kernel, linux-omap, Nishanth Menon,
	Vignesh Raghavendra

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

On Thu, Aug 03, 2023 at 08:39:55PM +0530, Dhruva Gole wrote:
> Add the am625 compatible property to add support for the new
> wakeup enable and status bits positions
> 
> Cc: Nishanth Menon <nm@ti.com>
> Cc: Vignesh Raghavendra <vigneshr@ti.com>
> CC: Tony Lindgren <tony@atomide.com>
> Signed-off-by: Dhruva Gole <d-gole@ti.com>

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

Thanks,
Conor.

> ---
> 
> Base: tag: next-20230731 + below "depends on" patch
> Depends on: https://lore.kernel.org/linux-omap/20230731061908.GG5194@atomide.com/T/
> 
> v1 -> v2 changes:
> rename to use am625 instead of am6
> 
> link to previous version:
> https://lore.kernel.org/all/20230803092311.604610-1-d-gole@ti.com/
> 
>  Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
> index b6b6bcd7074b..902469986fff 100644
> --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
> +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
> @@ -23,6 +23,7 @@ properties:
>            - pinconf-single
>        - items:
>            - enum:
> +              - ti,am625-padconf
>                - ti,am437-padconf
>                - ti,dra7-padconf
>                - ti,omap2420-padconf
> -- 
> 2.34.1
> 

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

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

* Re: [PATCH V2] dt-bindings: pinctrl: pinctrl-single: add am625 compatible
@ 2023-08-03 15:29   ` Conor Dooley
  0 siblings, 0 replies; 6+ messages in thread
From: Conor Dooley @ 2023-08-03 15:29 UTC (permalink / raw)
  To: Dhruva Gole
  Cc: Linus Walleij, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Tony Lindgren, linux-gpio, devicetree, linux-kernel,
	linux-arm-kernel, linux-omap, Nishanth Menon,
	Vignesh Raghavendra


[-- Attachment #1.1: Type: text/plain, Size: 1451 bytes --]

On Thu, Aug 03, 2023 at 08:39:55PM +0530, Dhruva Gole wrote:
> Add the am625 compatible property to add support for the new
> wakeup enable and status bits positions
> 
> Cc: Nishanth Menon <nm@ti.com>
> Cc: Vignesh Raghavendra <vigneshr@ti.com>
> CC: Tony Lindgren <tony@atomide.com>
> Signed-off-by: Dhruva Gole <d-gole@ti.com>

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

Thanks,
Conor.

> ---
> 
> Base: tag: next-20230731 + below "depends on" patch
> Depends on: https://lore.kernel.org/linux-omap/20230731061908.GG5194@atomide.com/T/
> 
> v1 -> v2 changes:
> rename to use am625 instead of am6
> 
> link to previous version:
> https://lore.kernel.org/all/20230803092311.604610-1-d-gole@ti.com/
> 
>  Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
> index b6b6bcd7074b..902469986fff 100644
> --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
> +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
> @@ -23,6 +23,7 @@ properties:
>            - pinconf-single
>        - items:
>            - enum:
> +              - ti,am625-padconf
>                - ti,am437-padconf
>                - ti,dra7-padconf
>                - ti,omap2420-padconf
> -- 
> 2.34.1
> 

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

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH V2] dt-bindings: pinctrl: pinctrl-single: add am625 compatible
  2023-08-03 15:29   ` Conor Dooley
@ 2023-08-03 21:15     ` Nishanth Menon
  -1 siblings, 0 replies; 6+ messages in thread
From: Nishanth Menon @ 2023-08-03 21:15 UTC (permalink / raw)
  To: Conor Dooley
  Cc: Dhruva Gole, Linus Walleij, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Tony Lindgren, linux-gpio, devicetree,
	linux-kernel, linux-arm-kernel, linux-omap, Vignesh Raghavendra

On 16:29-20230803, Conor Dooley wrote:
> On Thu, Aug 03, 2023 at 08:39:55PM +0530, Dhruva Gole wrote:
> > Add the am625 compatible property to add support for the new
> > wakeup enable and status bits positions
> > 
> > Cc: Nishanth Menon <nm@ti.com>
> > Cc: Vignesh Raghavendra <vigneshr@ti.com>
> > CC: Tony Lindgren <tony@atomide.com>
> > Signed-off-by: Dhruva Gole <d-gole@ti.com>
> 
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
> 
> Thanks,
> Conor.
> 
> > ---
> > 
> > Base: tag: next-20230731 + below "depends on" patch
> > Depends on: https://lore.kernel.org/linux-omap/20230731061908.GG5194@atomide.com/T/
> > 
> > v1 -> v2 changes:
> > rename to use am625 instead of am6
> > 
> > link to previous version:
> > https://lore.kernel.org/all/20230803092311.604610-1-d-gole@ti.com/
> > 
> >  Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
> > index b6b6bcd7074b..902469986fff 100644
> > --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
> > +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
> > @@ -23,6 +23,7 @@ properties:
> >            - pinconf-single
> >        - items:
> >            - enum:
> > +              - ti,am625-padconf
> >                - ti,am437-padconf

please keep this sorted.
> >                - ti,dra7-padconf
> >                - ti,omap2420-padconf
> > -- 
> > 2.34.1
> > 



-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

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

* Re: [PATCH V2] dt-bindings: pinctrl: pinctrl-single: add am625 compatible
@ 2023-08-03 21:15     ` Nishanth Menon
  0 siblings, 0 replies; 6+ messages in thread
From: Nishanth Menon @ 2023-08-03 21:15 UTC (permalink / raw)
  To: Conor Dooley
  Cc: Dhruva Gole, Linus Walleij, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Tony Lindgren, linux-gpio, devicetree,
	linux-kernel, linux-arm-kernel, linux-omap, Vignesh Raghavendra

On 16:29-20230803, Conor Dooley wrote:
> On Thu, Aug 03, 2023 at 08:39:55PM +0530, Dhruva Gole wrote:
> > Add the am625 compatible property to add support for the new
> > wakeup enable and status bits positions
> > 
> > Cc: Nishanth Menon <nm@ti.com>
> > Cc: Vignesh Raghavendra <vigneshr@ti.com>
> > CC: Tony Lindgren <tony@atomide.com>
> > Signed-off-by: Dhruva Gole <d-gole@ti.com>
> 
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
> 
> Thanks,
> Conor.
> 
> > ---
> > 
> > Base: tag: next-20230731 + below "depends on" patch
> > Depends on: https://lore.kernel.org/linux-omap/20230731061908.GG5194@atomide.com/T/
> > 
> > v1 -> v2 changes:
> > rename to use am625 instead of am6
> > 
> > link to previous version:
> > https://lore.kernel.org/all/20230803092311.604610-1-d-gole@ti.com/
> > 
> >  Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
> > index b6b6bcd7074b..902469986fff 100644
> > --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
> > +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.yaml
> > @@ -23,6 +23,7 @@ properties:
> >            - pinconf-single
> >        - items:
> >            - enum:
> > +              - ti,am625-padconf
> >                - ti,am437-padconf

please keep this sorted.
> >                - ti,dra7-padconf
> >                - ti,omap2420-padconf
> > -- 
> > 2.34.1
> > 



-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-08-03 21:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-03 15:09 [PATCH V2] dt-bindings: pinctrl: pinctrl-single: add am625 compatible Dhruva Gole
2023-08-03 15:09 ` Dhruva Gole
2023-08-03 15:29 ` Conor Dooley
2023-08-03 15:29   ` Conor Dooley
2023-08-03 21:15   ` Nishanth Menon
2023-08-03 21:15     ` Nishanth Menon

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.