linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] arm64: dts: Change pinconf controller node name to pinctrl
       [not found] <20230510103816.39015-1-tony@atomide.com>
@ 2023-05-18 22:56 ` Florian Fainelli
  2023-06-07  1:47 ` Wei Xu
       [not found] ` <d2e65698-8dcc-7d90-9239-cee38f496771@linaro.org>
  2 siblings, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2023-05-18 22:56 UTC (permalink / raw)
  To: Tony Lindgren, Arnd Bergmann, Olof Johansson, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Ray Jui, Scott Branden,
	Broadcom internal kernel review list, Wei Xu, Dinh Nguyen
  Cc: linux-arm-kernel, Niravkumar L Rabara, devicetree


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

On 5/10/23 03:38, Tony Lindgren wrote:
> According to the pinctrl binding pinmux and pinctrl are valid controller
> names. Let's replace pinconf with pinctrl so we don't get new warnings
> when pinctrl-singl yaml binding gets merged.
> 
> Cc: Conor Dooley <conor+dt@kernel.org>
> Cc: Dinh Nguyen <dinguyen@kernel.org>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Cc: Niravkumar L Rabara <niravkumar.l.rabara@intel.com>
> Cc: Ray Jui <rjui@broadcom.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Scott Branden <sbranden@broadcom.com>
> Cc: Wei Xu <xuwei5@hisilicon.com>
> Signed-off-by: Tony Lindgren <tony@atomide.com>

Acked-by: Florian Fainelli <florian.fainelli@broadcom.com> 
#stingray-pinctrl.dtsi
-- 
Florian


[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4221 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] 3+ messages in thread

* Re: [PATCH] arm64: dts: Change pinconf controller node name to pinctrl
       [not found] <20230510103816.39015-1-tony@atomide.com>
  2023-05-18 22:56 ` [PATCH] arm64: dts: Change pinconf controller node name to pinctrl Florian Fainelli
@ 2023-06-07  1:47 ` Wei Xu
       [not found] ` <d2e65698-8dcc-7d90-9239-cee38f496771@linaro.org>
  2 siblings, 0 replies; 3+ messages in thread
From: Wei Xu @ 2023-06-07  1:47 UTC (permalink / raw)
  To: Tony Lindgren, Arnd Bergmann, Olof Johansson, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Ray Jui, Scott Branden,
	Broadcom internal kernel review list, Dinh Nguyen
  Cc: linux-arm-kernel, Niravkumar L Rabara, devicetree

Hi Tony,

On 2023/5/10 18:38, Tony Lindgren wrote:
> According to the pinctrl binding pinmux and pinctrl are valid controller
> names. Let's replace pinconf with pinctrl so we don't get new warnings
> when pinctrl-singl yaml binding gets merged.
> 
> Cc: Conor Dooley <conor+dt@kernel.org>
> Cc: Dinh Nguyen <dinguyen@kernel.org>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Cc: Niravkumar L Rabara <niravkumar.l.rabara@intel.com>
> Cc: Ray Jui <rjui@broadcom.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Scott Branden <sbranden@broadcom.com>
> Cc: Wei Xu <xuwei5@hisilicon.com>
> Signed-off-by: Tony Lindgren <tony@atomide.com>

Acked-by: Wei Xu <xuwei5@hisilicon.com> #hisilicon
Thanks!

Best Regards,
Wei

_______________________________________________
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] 3+ messages in thread

* Re: [PATCH] arm64: dts: Change pinconf controller node name to pinctrl
       [not found]     ` <d56d0441-2e0f-6280-7a2e-2a426690fb01@linaro.org>
@ 2023-06-13 22:40       ` Dinh Nguyen
  0 siblings, 0 replies; 3+ messages in thread
From: Dinh Nguyen @ 2023-06-13 22:40 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Tony Lindgren
  Cc: Arnd Bergmann, Olof Johansson, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Ray Jui, Scott Branden,
	Broadcom internal kernel review list, Wei Xu, linux-arm-kernel,
	Niravkumar L Rabara, devicetree



On 5/10/23 07:10, Krzysztof Kozlowski wrote:
> On 10/05/2023 12:53, Tony Lindgren wrote:
>> * Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> [230510 10:51]:
>>> On 10/05/2023 12:38, Tony Lindgren wrote:
>>>> According to the pinctrl binding pinmux and pinctrl are valid controller
>>>> names. Let's replace pinconf with pinctrl so we don't get new warnings
>>>> when pinctrl-singl yaml binding gets merged.
>>>>
>>>> Cc: Conor Dooley <conor+dt@kernel.org>
>>>> Cc: Dinh Nguyen <dinguyen@kernel.org>
>>>> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
>>>> Cc: Niravkumar L Rabara <niravkumar.l.rabara@intel.com>
>>>> Cc: Ray Jui <rjui@broadcom.com>
>>>> Cc: Rob Herring <robh+dt@kernel.org>
>>>> Cc: Scott Branden <sbranden@broadcom.com>
>>>> Cc: Wei Xu <xuwei5@hisilicon.com>
>>>> Signed-off-by: Tony Lindgren <tony@atomide.com>
>>>> ---
>>>>   arch/arm64/boot/dts/broadcom/stingray/stingray-pinctrl.dtsi | 2 +-
>>>>   arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi              | 2 +-
>>>>   arch/arm64/boot/dts/intel/socfpga_agilex.dtsi               | 2 +-
>>>>   3 files changed, 3 insertions(+), 3 deletions(-)
>>>
>>> These should be either split by subsystem or you will have to push it
>>> through soc.
>>
> 
> FWIW:
> 
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> Best regards,
> Krzysztof
> 

For socfpga_agilex:

Acked-by: Dinh Nguyen <dinguyen@kernel.org>

_______________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2023-06-13 22:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20230510103816.39015-1-tony@atomide.com>
2023-05-18 22:56 ` [PATCH] arm64: dts: Change pinconf controller node name to pinctrl Florian Fainelli
2023-06-07  1:47 ` Wei Xu
     [not found] ` <d2e65698-8dcc-7d90-9239-cee38f496771@linaro.org>
     [not found]   ` <20230510105350.GC14287@atomide.com>
     [not found]     ` <d56d0441-2e0f-6280-7a2e-2a426690fb01@linaro.org>
2023-06-13 22:40       ` Dinh Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).