All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: mediatek: pumpkin: Remove input-name property
@ 2022-04-25  6:48 ` Dang Huynh
  0 siblings, 0 replies; 9+ messages in thread
From: Dang Huynh @ 2022-04-25  6:48 UTC (permalink / raw)
  To: Dang Huynh
  Cc: Matthias Brugger, Rob Herring, Krzysztof Kozlowski,
	linux-arm-kernel, linux-mediatek, devicetree, linux-kernel

This property doesn't seem to exist in the documentation nor
in source code, but for some reason it is defined in a bunch
of device trees.

Signed-off-by: Dang Huynh <danct12@riseup.net>
---
This patch is a split of this treewide patch [1] to ease the 
maintainers. 

[1]: https://patchwork.kernel.org/patch/12633497/

 arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
index fcddec14738d..7a717f926929 100644
--- a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
+++ b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
@@ -25,7 +25,6 @@ optee: optee@4fd00000 {
 
 	gpio-keys {
 		compatible = "gpio-keys";
-		input-name = "gpio-keys";
 		pinctrl-names = "default";
 		pinctrl-0 = <&gpio_keys_default>;
 
-- 
2.36.0


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

* [PATCH] arm64: dts: mediatek: pumpkin: Remove input-name property
@ 2022-04-25  6:48 ` Dang Huynh
  0 siblings, 0 replies; 9+ messages in thread
From: Dang Huynh @ 2022-04-25  6:48 UTC (permalink / raw)
  To: Dang Huynh
  Cc: Matthias Brugger, Rob Herring, Krzysztof Kozlowski,
	linux-arm-kernel, linux-mediatek, devicetree, linux-kernel

This property doesn't seem to exist in the documentation nor
in source code, but for some reason it is defined in a bunch
of device trees.

Signed-off-by: Dang Huynh <danct12@riseup.net>
---
This patch is a split of this treewide patch [1] to ease the 
maintainers. 

[1]: https://patchwork.kernel.org/patch/12633497/

 arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
index fcddec14738d..7a717f926929 100644
--- a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
+++ b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
@@ -25,7 +25,6 @@ optee: optee@4fd00000 {
 
 	gpio-keys {
 		compatible = "gpio-keys";
-		input-name = "gpio-keys";
 		pinctrl-names = "default";
 		pinctrl-0 = <&gpio_keys_default>;
 
-- 
2.36.0


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* [PATCH] arm64: dts: mediatek: pumpkin: Remove input-name property
@ 2022-04-25  6:48 ` Dang Huynh
  0 siblings, 0 replies; 9+ messages in thread
From: Dang Huynh @ 2022-04-25  6:48 UTC (permalink / raw)
  To: Dang Huynh
  Cc: Matthias Brugger, Rob Herring, Krzysztof Kozlowski,
	linux-arm-kernel, linux-mediatek, devicetree, linux-kernel

This property doesn't seem to exist in the documentation nor
in source code, but for some reason it is defined in a bunch
of device trees.

Signed-off-by: Dang Huynh <danct12@riseup.net>
---
This patch is a split of this treewide patch [1] to ease the 
maintainers. 

[1]: https://patchwork.kernel.org/patch/12633497/

 arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
index fcddec14738d..7a717f926929 100644
--- a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
+++ b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
@@ -25,7 +25,6 @@ optee: optee@4fd00000 {
 
 	gpio-keys {
 		compatible = "gpio-keys";
-		input-name = "gpio-keys";
 		pinctrl-names = "default";
 		pinctrl-0 = <&gpio_keys_default>;
 
-- 
2.36.0


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

* Re: [PATCH] arm64: dts: mediatek: pumpkin: Remove input-name property
  2022-04-25  6:48 ` Dang Huynh
  (?)
@ 2022-04-25  9:03   ` Mattijs Korpershoek
  -1 siblings, 0 replies; 9+ messages in thread
From: Mattijs Korpershoek @ 2022-04-25  9:03 UTC (permalink / raw)
  To: Dang Huynh, Dang Huynh
  Cc: Matthias Brugger, Rob Herring, Krzysztof Kozlowski,
	linux-arm-kernel, linux-mediatek, devicetree, linux-kernel

On lun., avril 25, 2022 at 13:48, Dang Huynh <danct12@riseup.net> wrote:

> This property doesn't seem to exist in the documentation nor
> in source code, but for some reason it is defined in a bunch
> of device trees.
>
> Signed-off-by: Dang Huynh <danct12@riseup.net>

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>

> ---
> This patch is a split of this treewide patch [1] to ease the 
> maintainers. 
>
> [1]: https://patchwork.kernel.org/patch/12633497/
>
>  arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
> index fcddec14738d..7a717f926929 100644
> --- a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
> @@ -25,7 +25,6 @@ optee: optee@4fd00000 {
>  
>  	gpio-keys {
>  		compatible = "gpio-keys";
> -		input-name = "gpio-keys";
>  		pinctrl-names = "default";
>  		pinctrl-0 = <&gpio_keys_default>;
>  
> -- 
> 2.36.0
>
>
> _______________________________________________
> Linux-mediatek mailing list
> Linux-mediatek@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-mediatek

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH] arm64: dts: mediatek: pumpkin: Remove input-name property
@ 2022-04-25  9:03   ` Mattijs Korpershoek
  0 siblings, 0 replies; 9+ messages in thread
From: Mattijs Korpershoek @ 2022-04-25  9:03 UTC (permalink / raw)
  To: Dang Huynh, Dang Huynh
  Cc: Matthias Brugger, Rob Herring, Krzysztof Kozlowski,
	linux-arm-kernel, linux-mediatek, devicetree, linux-kernel

On lun., avril 25, 2022 at 13:48, Dang Huynh <danct12@riseup.net> wrote:

> This property doesn't seem to exist in the documentation nor
> in source code, but for some reason it is defined in a bunch
> of device trees.
>
> Signed-off-by: Dang Huynh <danct12@riseup.net>

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>

> ---
> This patch is a split of this treewide patch [1] to ease the 
> maintainers. 
>
> [1]: https://patchwork.kernel.org/patch/12633497/
>
>  arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
> index fcddec14738d..7a717f926929 100644
> --- a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
> @@ -25,7 +25,6 @@ optee: optee@4fd00000 {
>  
>  	gpio-keys {
>  		compatible = "gpio-keys";
> -		input-name = "gpio-keys";
>  		pinctrl-names = "default";
>  		pinctrl-0 = <&gpio_keys_default>;
>  
> -- 
> 2.36.0
>
>
> _______________________________________________
> Linux-mediatek mailing list
> Linux-mediatek@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH] arm64: dts: mediatek: pumpkin: Remove input-name property
@ 2022-04-25  9:03   ` Mattijs Korpershoek
  0 siblings, 0 replies; 9+ messages in thread
From: Mattijs Korpershoek @ 2022-04-25  9:03 UTC (permalink / raw)
  To: Dang Huynh, Dang Huynh
  Cc: Matthias Brugger, Rob Herring, Krzysztof Kozlowski,
	linux-arm-kernel, linux-mediatek, devicetree, linux-kernel

On lun., avril 25, 2022 at 13:48, Dang Huynh <danct12@riseup.net> wrote:

> This property doesn't seem to exist in the documentation nor
> in source code, but for some reason it is defined in a bunch
> of device trees.
>
> Signed-off-by: Dang Huynh <danct12@riseup.net>

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>

> ---
> This patch is a split of this treewide patch [1] to ease the 
> maintainers. 
>
> [1]: https://patchwork.kernel.org/patch/12633497/
>
>  arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
> index fcddec14738d..7a717f926929 100644
> --- a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
> @@ -25,7 +25,6 @@ optee: optee@4fd00000 {
>  
>  	gpio-keys {
>  		compatible = "gpio-keys";
> -		input-name = "gpio-keys";
>  		pinctrl-names = "default";
>  		pinctrl-0 = <&gpio_keys_default>;
>  
> -- 
> 2.36.0
>
>
> _______________________________________________
> Linux-mediatek mailing list
> Linux-mediatek@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH] arm64: dts: mediatek: pumpkin: Remove input-name property
  2022-04-25  9:03   ` Mattijs Korpershoek
  (?)
@ 2022-04-25 12:12     ` Matthias Brugger
  -1 siblings, 0 replies; 9+ messages in thread
From: Matthias Brugger @ 2022-04-25 12:12 UTC (permalink / raw)
  To: Mattijs Korpershoek, Dang Huynh
  Cc: Rob Herring, Krzysztof Kozlowski, linux-arm-kernel,
	linux-mediatek, devicetree, linux-kernel



On 25/04/2022 11:03, Mattijs Korpershoek wrote:
> On lun., avril 25, 2022 at 13:48, Dang Huynh <danct12@riseup.net> wrote:
> 
>> This property doesn't seem to exist in the documentation nor
>> in source code, but for some reason it is defined in a bunch
>> of device trees.
>>
>> Signed-off-by: Dang Huynh <danct12@riseup.net>
> 
> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
> 

Applied, thanks!

>> ---
>> This patch is a split of this treewide patch [1] to ease the
>> maintainers.
>>
>> [1]: https://patchwork.kernel.org/patch/12633497/
>>
>>   arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi | 1 -
>>   1 file changed, 1 deletion(-)
>>
>> diff --git a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
>> index fcddec14738d..7a717f926929 100644
>> --- a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
>> +++ b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
>> @@ -25,7 +25,6 @@ optee: optee@4fd00000 {
>>   
>>   	gpio-keys {
>>   		compatible = "gpio-keys";
>> -		input-name = "gpio-keys";
>>   		pinctrl-names = "default";
>>   		pinctrl-0 = <&gpio_keys_default>;
>>   
>> -- 
>> 2.36.0
>>
>>
>> _______________________________________________
>> Linux-mediatek mailing list
>> Linux-mediatek@lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH] arm64: dts: mediatek: pumpkin: Remove input-name property
@ 2022-04-25 12:12     ` Matthias Brugger
  0 siblings, 0 replies; 9+ messages in thread
From: Matthias Brugger @ 2022-04-25 12:12 UTC (permalink / raw)
  To: Mattijs Korpershoek, Dang Huynh
  Cc: Rob Herring, Krzysztof Kozlowski, linux-arm-kernel,
	linux-mediatek, devicetree, linux-kernel



On 25/04/2022 11:03, Mattijs Korpershoek wrote:
> On lun., avril 25, 2022 at 13:48, Dang Huynh <danct12@riseup.net> wrote:
> 
>> This property doesn't seem to exist in the documentation nor
>> in source code, but for some reason it is defined in a bunch
>> of device trees.
>>
>> Signed-off-by: Dang Huynh <danct12@riseup.net>
> 
> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
> 

Applied, thanks!

>> ---
>> This patch is a split of this treewide patch [1] to ease the
>> maintainers.
>>
>> [1]: https://patchwork.kernel.org/patch/12633497/
>>
>>   arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi | 1 -
>>   1 file changed, 1 deletion(-)
>>
>> diff --git a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
>> index fcddec14738d..7a717f926929 100644
>> --- a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
>> +++ b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
>> @@ -25,7 +25,6 @@ optee: optee@4fd00000 {
>>   
>>   	gpio-keys {
>>   		compatible = "gpio-keys";
>> -		input-name = "gpio-keys";
>>   		pinctrl-names = "default";
>>   		pinctrl-0 = <&gpio_keys_default>;
>>   
>> -- 
>> 2.36.0
>>
>>
>> _______________________________________________
>> Linux-mediatek mailing list
>> Linux-mediatek@lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-mediatek

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [PATCH] arm64: dts: mediatek: pumpkin: Remove input-name property
@ 2022-04-25 12:12     ` Matthias Brugger
  0 siblings, 0 replies; 9+ messages in thread
From: Matthias Brugger @ 2022-04-25 12:12 UTC (permalink / raw)
  To: Mattijs Korpershoek, Dang Huynh
  Cc: Rob Herring, Krzysztof Kozlowski, linux-arm-kernel,
	linux-mediatek, devicetree, linux-kernel



On 25/04/2022 11:03, Mattijs Korpershoek wrote:
> On lun., avril 25, 2022 at 13:48, Dang Huynh <danct12@riseup.net> wrote:
> 
>> This property doesn't seem to exist in the documentation nor
>> in source code, but for some reason it is defined in a bunch
>> of device trees.
>>
>> Signed-off-by: Dang Huynh <danct12@riseup.net>
> 
> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
> 

Applied, thanks!

>> ---
>> This patch is a split of this treewide patch [1] to ease the
>> maintainers.
>>
>> [1]: https://patchwork.kernel.org/patch/12633497/
>>
>>   arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi | 1 -
>>   1 file changed, 1 deletion(-)
>>
>> diff --git a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
>> index fcddec14738d..7a717f926929 100644
>> --- a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
>> +++ b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi
>> @@ -25,7 +25,6 @@ optee: optee@4fd00000 {
>>   
>>   	gpio-keys {
>>   		compatible = "gpio-keys";
>> -		input-name = "gpio-keys";
>>   		pinctrl-names = "default";
>>   		pinctrl-0 = <&gpio_keys_default>;
>>   
>> -- 
>> 2.36.0
>>
>>
>> _______________________________________________
>> Linux-mediatek mailing list
>> Linux-mediatek@lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

end of thread, other threads:[~2022-04-25 12:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25  6:48 [PATCH] arm64: dts: mediatek: pumpkin: Remove input-name property Dang Huynh
2022-04-25  6:48 ` Dang Huynh
2022-04-25  6:48 ` Dang Huynh
2022-04-25  9:03 ` Mattijs Korpershoek
2022-04-25  9:03   ` Mattijs Korpershoek
2022-04-25  9:03   ` Mattijs Korpershoek
2022-04-25 12:12   ` Matthias Brugger
2022-04-25 12:12     ` Matthias Brugger
2022-04-25 12:12     ` Matthias Brugger

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.