devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: omap am5729-beagleboneai: drop unneeded ti,enable-id-detection
@ 2024-06-15 17:49 Krzysztof Kozlowski
  2024-06-26 11:33 ` Krzysztof Kozlowski
  2024-06-26 16:59 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2024-06-15 17:49 UTC (permalink / raw)
  To: Tony Lindgren, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	linux-omap, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski, kernel test robot

There is a ti,enable-id-detection property in the Extcon Palmas
(extcon-palmas), but not in the Extcon USB GPIO binding and driver.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202406152004.F2fNnorG-lkp@intel.com/
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts b/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts
index eb1ec85aba28..e6a18954e449 100644
--- a/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts
+++ b/arch/arm/boot/dts/ti/omap/am5729-beagleboneai.dts
@@ -196,7 +196,6 @@ brcmf_pwrseq: brcmf_pwrseq {
 
 	extcon_usb1: extcon_usb1 {
 		compatible = "linux,extcon-usb-gpio";
-		ti,enable-id-detection;
 		id-gpios = <&gpio3 13 GPIO_ACTIVE_HIGH>;
 	};
 };
-- 
2.43.0


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

* Re: [PATCH] ARM: dts: omap am5729-beagleboneai: drop unneeded ti,enable-id-detection
  2024-06-15 17:49 [PATCH] ARM: dts: omap am5729-beagleboneai: drop unneeded ti,enable-id-detection Krzysztof Kozlowski
@ 2024-06-26 11:33 ` Krzysztof Kozlowski
  2024-06-26 16:48   ` Robert Nelson
  2024-06-26 16:59 ` Krzysztof Kozlowski
  1 sibling, 1 reply; 6+ messages in thread
From: Krzysztof Kozlowski @ 2024-06-26 11:33 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: devicetree, linux-omap, Conor Dooley, Krzysztof Kozlowski,
	kernel test robot, linux-kernel, Rob Herring

On 15/06/2024 19:49, Krzysztof Kozlowski wrote:
> There is a ti,enable-id-detection property in the Extcon Palmas
> (extcon-palmas), but not in the Extcon USB GPIO binding and driver.
> 
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202406152004.F2fNnorG-lkp@intel.com/
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Tony,

Do you still pick up patches for OMAP? Any comments on this?

Best regards,
Krzysztof


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

* Re: [PATCH] ARM: dts: omap am5729-beagleboneai: drop unneeded ti,enable-id-detection
  2024-06-26 11:33 ` Krzysztof Kozlowski
@ 2024-06-26 16:48   ` Robert Nelson
  2024-06-26 16:57     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 6+ messages in thread
From: Robert Nelson @ 2024-06-26 16:48 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andrew F. Davis, Roger Quadros
  Cc: Tony Lindgren, devicetree, linux-omap, Conor Dooley,
	Krzysztof Kozlowski, kernel test robot, linux-kernel, Rob Herring

On Wed, Jun 26, 2024 at 6:34 AM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> On 15/06/2024 19:49, Krzysztof Kozlowski wrote:
> > There is a ti,enable-id-detection property in the Extcon Palmas
> > (extcon-palmas), but not in the Extcon USB GPIO binding and driver.
> >
> > Reported-by: kernel test robot <lkp@intel.com>
> > Closes: https://lore.kernel.org/oe-kbuild-all/202406152004.F2fNnorG-lkp@intel.com/
> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> Tony,
>
> Do you still pick up patches for OMAP? Any comments on this?

Krzysztof,

It looks like Tony didn't send his final MAINTAINERS update:

https://lore.kernel.org/linux-arm-kernel/20240419055249.GE5156@atomide.com/T/

@Andrew F. Davis
and @Roger Quadros have you guys set up a git tree for omap patches?

Regards,

--
Robert Nelson
https://rcn-ee.com/

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

* Re: [PATCH] ARM: dts: omap am5729-beagleboneai: drop unneeded ti,enable-id-detection
  2024-06-26 16:48   ` Robert Nelson
@ 2024-06-26 16:57     ` Krzysztof Kozlowski
  2024-06-28 20:24       ` Kevin Hilman
  0 siblings, 1 reply; 6+ messages in thread
From: Krzysztof Kozlowski @ 2024-06-26 16:57 UTC (permalink / raw)
  To: Robert Nelson, Andrew F. Davis, Roger Quadros
  Cc: Tony Lindgren, devicetree, linux-omap, Conor Dooley,
	Krzysztof Kozlowski, kernel test robot, linux-kernel, Rob Herring

On 26/06/2024 18:48, Robert Nelson wrote:
> On Wed, Jun 26, 2024 at 6:34 AM Krzysztof Kozlowski
> <krzysztof.kozlowski@linaro.org> wrote:
>>
>> On 15/06/2024 19:49, Krzysztof Kozlowski wrote:
>>> There is a ti,enable-id-detection property in the Extcon Palmas
>>> (extcon-palmas), but not in the Extcon USB GPIO binding and driver.
>>>
>>> Reported-by: kernel test robot <lkp@intel.com>
>>> Closes: https://lore.kernel.org/oe-kbuild-all/202406152004.F2fNnorG-lkp@intel.com/
>>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>>
>> Tony,
>>
>> Do you still pick up patches for OMAP? Any comments on this?
> 
> Krzysztof,
> 
> It looks like Tony didn't send his final MAINTAINERS update:
> 
> https://lore.kernel.org/linux-arm-kernel/20240419055249.GE5156@atomide.com/T/

Oh, thanks for letting me know.

> 
> @Andrew F. Davis
> and @Roger Quadros have you guys set up a git tree for omap patches?

I will pick up this patch to my DTS cleanups/fixes, but let me know if
anyone prefers to take it instead.

Best regards,
Krzysztof


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

* Re: [PATCH] ARM: dts: omap am5729-beagleboneai: drop unneeded ti,enable-id-detection
  2024-06-15 17:49 [PATCH] ARM: dts: omap am5729-beagleboneai: drop unneeded ti,enable-id-detection Krzysztof Kozlowski
  2024-06-26 11:33 ` Krzysztof Kozlowski
@ 2024-06-26 16:59 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2024-06-26 16:59 UTC (permalink / raw)
  To: Tony Lindgren, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	linux-omap, devicetree, linux-kernel, Krzysztof Kozlowski
  Cc: kernel test robot


On Sat, 15 Jun 2024 19:49:04 +0200, Krzysztof Kozlowski wrote:
> There is a ti,enable-id-detection property in the Extcon Palmas
> (extcon-palmas), but not in the Extcon USB GPIO binding and driver.
> 
> 

Follow up to:
https://lore.kernel.org/all/CAOCHtYh8YucHNwV6+S-3vfHvygs=5_UGVwPt6R+i+qBTc3eOTA@mail.gmail.com/

Let me know if someone else should/wants to take this.

Applied, thanks!

[1/1] ARM: dts: omap am5729-beagleboneai: drop unneeded ti,enable-id-detection
      https://git.kernel.org/krzk/linux-dt/c/90b6de4550aac6ac97448d3d26429a0a55dbaa34

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

* Re: [PATCH] ARM: dts: omap am5729-beagleboneai: drop unneeded ti,enable-id-detection
  2024-06-26 16:57     ` Krzysztof Kozlowski
@ 2024-06-28 20:24       ` Kevin Hilman
  0 siblings, 0 replies; 6+ messages in thread
From: Kevin Hilman @ 2024-06-28 20:24 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Robert Nelson, Andrew F. Davis,
	Roger Quadros
  Cc: Tony Lindgren, devicetree, linux-omap, Conor Dooley,
	Krzysztof Kozlowski, kernel test robot, linux-kernel, Rob Herring

Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> writes:

> On 26/06/2024 18:48, Robert Nelson wrote:
>> On Wed, Jun 26, 2024 at 6:34 AM Krzysztof Kozlowski
>> <krzysztof.kozlowski@linaro.org> wrote:
>>>
>>> On 15/06/2024 19:49, Krzysztof Kozlowski wrote:
>>>> There is a ti,enable-id-detection property in the Extcon Palmas
>>>> (extcon-palmas), but not in the Extcon USB GPIO binding and driver.
>>>>
>>>> Reported-by: kernel test robot <lkp@intel.com>
>>>> Closes: https://lore.kernel.org/oe-kbuild-all/202406152004.F2fNnorG-lkp@intel.com/
>>>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>>>
>>> Tony,
>>>
>>> Do you still pick up patches for OMAP? Any comments on this?
>> 
>> Krzysztof,
>> 
>> It looks like Tony didn't send his final MAINTAINERS update:
>> 
>> https://lore.kernel.org/linux-arm-kernel/20240419055249.GE5156@atomide.com/T/
>
> Oh, thanks for letting me know.
>
>> 
>> @Andrew F. Davis
>> and @Roger Quadros have you guys set up a git tree for omap patches?
>
> I will pick up this patch to my DTS cleanups/fixes, but let me know if
> anyone prefers to take it instead.

As discussed with Tony, I will be starting to manage patches for these
platforms next month, but I'm happy for you to take this.

A bit late, since I see you already applied it, but FWIW:

Acked-by: Kevin Hilman <khilman@baylibre.com>

Thank you for picking this up.

Kevin




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

end of thread, other threads:[~2024-06-28 20:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-15 17:49 [PATCH] ARM: dts: omap am5729-beagleboneai: drop unneeded ti,enable-id-detection Krzysztof Kozlowski
2024-06-26 11:33 ` Krzysztof Kozlowski
2024-06-26 16:48   ` Robert Nelson
2024-06-26 16:57     ` Krzysztof Kozlowski
2024-06-28 20:24       ` Kevin Hilman
2024-06-26 16:59 ` Krzysztof Kozlowski

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).