mbox series

[v6,0/5] Enable eQEP DT support for Sitara K3 platforms

Message ID 20240924220700.886313-1-jm@ti.com (mailing list archive)
Headers show
Series Enable eQEP DT support for Sitara K3 platforms | expand

Message

Judith Mendez Sept. 24, 2024, 10:06 p.m. UTC
Git rebased the series since due to merge conflicts, part of the
series was not merged. Also dropped the patches that were already
merged.

This patch series adds eQEP DT nodes for K3 Sitara devices:
- AM62x
- AM62ax
- AM62px
- AM64x

Changes since v5:
- Drop patch 1/8, 2/8, 8/8 since they have been merged

v5: https://lore.kernel.org/linux-devicetree/20240612135538.2447938-1-jm@ti.com/
v4: https://lore.kernel.org/linux-devicetree/20240610144637.477954-1-jm@ti.com/
v3: https://lore.kernel.org/linux-devicetree/20240607162755.366144-1-jm@ti.com/
v2: https://lore.kernel.org/linux-devicetree/20240523231516.545085-1-jm@ti.com/
v1: https://lore.kernel.org/linux-devicetree/20240418221417.1592787-1-jm@ti.com/

Judith Mendez (5):
  arm64: dts: ti: k3-am62-main: Add eQEP nodes
  arm64: dts: ti: k3-am62a-main: Add eQEP nodes
  arm64: dts: ti: k3-am62p-main: Add eQEP nodes
  arm64: dts: ti: k3-am64-main: Add eQEP nodes
  arm64: dts: ti: k3-am64x-sk: Enable eQEP

 arch/arm64/boot/dts/ti/k3-am62-main.dtsi      | 27 +++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-am62a-main.dtsi     | 27 +++++++++++++++++++
 .../dts/ti/k3-am62p-j722s-common-main.dtsi    | 27 +++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-am64-main.dtsi      | 27 +++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-am642-sk.dts        | 17 ++++++++++++
 5 files changed, 125 insertions(+)

Comments

William Breathitt Gray Sept. 29, 2024, 10:47 a.m. UTC | #1
On Tue, Sep 24, 2024 at 05:06:55PM -0500, Judith Mendez wrote:
> Git rebased the series since due to merge conflicts, part of the
> series was not merged. Also dropped the patches that were already
> merged.
> 
> This patch series adds eQEP DT nodes for K3 Sitara devices:
> - AM62x
> - AM62ax
> - AM62px
> - AM64x
> 
> Changes since v5:
> - Drop patch 1/8, 2/8, 8/8 since they have been merged
> 
> v5: https://lore.kernel.org/linux-devicetree/20240612135538.2447938-1-jm@ti.com/
> v4: https://lore.kernel.org/linux-devicetree/20240610144637.477954-1-jm@ti.com/
> v3: https://lore.kernel.org/linux-devicetree/20240607162755.366144-1-jm@ti.com/
> v2: https://lore.kernel.org/linux-devicetree/20240523231516.545085-1-jm@ti.com/
> v1: https://lore.kernel.org/linux-devicetree/20240418221417.1592787-1-jm@ti.com/
> 
> Judith Mendez (5):
>   arm64: dts: ti: k3-am62-main: Add eQEP nodes
>   arm64: dts: ti: k3-am62a-main: Add eQEP nodes
>   arm64: dts: ti: k3-am62p-main: Add eQEP nodes
>   arm64: dts: ti: k3-am64-main: Add eQEP nodes
>   arm64: dts: ti: k3-am64x-sk: Enable eQEP
> 
>  arch/arm64/boot/dts/ti/k3-am62-main.dtsi      | 27 +++++++++++++++++++
>  arch/arm64/boot/dts/ti/k3-am62a-main.dtsi     | 27 +++++++++++++++++++
>  .../dts/ti/k3-am62p-j722s-common-main.dtsi    | 27 +++++++++++++++++++
>  arch/arm64/boot/dts/ti/k3-am64-main.dtsi      | 27 +++++++++++++++++++
>  arch/arm64/boot/dts/ti/k3-am642-sk.dts        | 17 ++++++++++++
>  5 files changed, 125 insertions(+)
> 
> -- 
> 2.46.0
> 

I recall last time these needed to go via the TI SoC/arm64 tree [^1]. Is
that still the case, or do you want me to pick these up now via the
Counter tree?

William Breathitt Gray

[^1]: https://lore.kernel.org/all/d595b624-ef18-4aac-ab2c-bd36a8c4de3d@ti.com/
Vignesh Raghavendra Sept. 30, 2024, 4:07 a.m. UTC | #2
Hi,

On 29/09/24 16:17, William Breathitt Gray wrote:
> On Tue, Sep 24, 2024 at 05:06:55PM -0500, Judith Mendez wrote:
>> Git rebased the series since due to merge conflicts, part of the
>> series was not merged. Also dropped the patches that were already
>> merged.
>>
>> This patch series adds eQEP DT nodes for K3 Sitara devices:
>> - AM62x
>> - AM62ax
>> - AM62px
>> - AM64x
>>
>> Changes since v5:
>> - Drop patch 1/8, 2/8, 8/8 since they have been merged
>>
>> v5: https://lore.kernel.org/linux-devicetree/20240612135538.2447938-1-jm@ti.com/
>> v4: https://lore.kernel.org/linux-devicetree/20240610144637.477954-1-jm@ti.com/
>> v3: https://lore.kernel.org/linux-devicetree/20240607162755.366144-1-jm@ti.com/
>> v2: https://lore.kernel.org/linux-devicetree/20240523231516.545085-1-jm@ti.com/
>> v1: https://lore.kernel.org/linux-devicetree/20240418221417.1592787-1-jm@ti.com/
>>
>> Judith Mendez (5):
>>   arm64: dts: ti: k3-am62-main: Add eQEP nodes
>>   arm64: dts: ti: k3-am62a-main: Add eQEP nodes
>>   arm64: dts: ti: k3-am62p-main: Add eQEP nodes
>>   arm64: dts: ti: k3-am64-main: Add eQEP nodes
>>   arm64: dts: ti: k3-am64x-sk: Enable eQEP
>>
>>  arch/arm64/boot/dts/ti/k3-am62-main.dtsi      | 27 +++++++++++++++++++
>>  arch/arm64/boot/dts/ti/k3-am62a-main.dtsi     | 27 +++++++++++++++++++
>>  .../dts/ti/k3-am62p-j722s-common-main.dtsi    | 27 +++++++++++++++++++
>>  arch/arm64/boot/dts/ti/k3-am64-main.dtsi      | 27 +++++++++++++++++++
>>  arch/arm64/boot/dts/ti/k3-am642-sk.dts        | 17 ++++++++++++
>>  5 files changed, 125 insertions(+)
>>
>> -- 
>> 2.46.0
>>
> 
> I recall last time these needed to go via the TI SoC/arm64 tree [^1].

Yes, I will queue this up now to 6.12-rc1 is out. Feel free to ignore
the series

> Is that still the case, or do you want me to pick these up now via the
> Counter tree?
> 
> William Breathitt Gray
> 
> [^1]: https://lore.kernel.org/all/d595b624-ef18-4aac-ab2c-bd36a8c4de3d@ti.com/


Regards
Vignesh
Vignesh Raghavendra Oct. 28, 2024, 3:05 p.m. UTC | #3
Hi Judith Mendez,

On Tue, 24 Sep 2024 17:06:55 -0500, Judith Mendez wrote:
> Git rebased the series since due to merge conflicts, part of the
> series was not merged. Also dropped the patches that were already
> merged.
> 
> This patch series adds eQEP DT nodes for K3 Sitara devices:
> - AM62x
> - AM62ax
> - AM62px
> - AM64x
> 
> [...]

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/5] arm64: dts: ti: k3-am62-main: Add eQEP nodes
      commit: 79e668d0d938ca05f340bd1faf37262f31c7a029
[2/5] arm64: dts: ti: k3-am62a-main: Add eQEP nodes
      commit: 36370ccf93bd0bd2be0c529ef7c0b687988ad3c0
[3/5] arm64: dts: ti: k3-am62p-main: Add eQEP nodes
      commit: 0f4a318ee64c647e2cbf7d802b8d06b03aef31e5
[4/5] arm64: dts: ti: k3-am64-main: Add eQEP nodes
      commit: 78b918b58e4b13ad53373882b01945106d196ff9
[5/5] arm64: dts: ti: k3-am64x-sk: Enable eQEP
      commit: 25da98eb3997d21e128ab75d426923a0dc23c4e4

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh