devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/4] Add Support for Wave5 on TI Devices
@ 2024-02-20 19:14 Brandon Brnich
  2024-02-20 19:14 ` [PATCH v5 1/4] arm64: dts: ti: k3-j784s4: Add Wave5 Video Encoder/Decoder Node Brandon Brnich
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Brandon Brnich @ 2024-02-20 19:14 UTC (permalink / raw)
  To: Nishanth Menon, Vignesh Raghavendra, Tero Kristo, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Catalin Marinas, Will Deacon,
	Bjorn Andersson, Geert Uytterhoeven, Arnd Bergmann, Konrad Dybcio,
	Neil Armstrong, Nícolas F . R . A . Prado, Marek Szyprowski,
	linux-arm-kernel, devicetree, linux-kernel, Darren Etheridge
  Cc: Andrew Davis, Brandon Brnich

This series is responsible for adding support for Wave5 driver[0]
across numerous TI K3 platforms.

[0]: https://lore.kernel.org/all/ae6d2ad3-0b2a-462a-a9eb-9ce01e7a7f5e@xs4all.nl/

Changes since v4:
=================
* Remove clock-names from device tree nodes per Vignesh's request
  - "vcodec" clock-name is defined as macro in driver, but unused
  - no purpose to have it in dt node

Changes since v3:
=================

* Address Andrew's comments
  - remove disabled by default on all platforms
  - reorder addresses in 84s4 to be correctly sorted

Changes since v2:
=================

* Remove reference to k3 as requested
* Rebase on v6.8-rc2 where new bindings are present
* Remove am62a dts entry until hrtimer[1] patch gets merged

[1]: https://patchwork.kernel.org/project/linux-media/patch/20240125130833.1953617-1-devarsht@ti.com/

Changes since v1:
=================

* Remove sram parameters
  - sram-size property not included in bindings. Without this, size
  will default to 0 so no point in specifying until binding is added.
* Remove global CMA pools for each platform
  - This is something that has been added in TI backport of driver
  and does not yet have reliable support in upstream version.
  - Removing for now with intention to add back once 48-bit
  addressing is supported in upstream Wave5 driver.

Brandon Brnich (3):
  arm64: dts: ti: k3-j784s4: Add Wave5 Video Encoder/Decoder Node
  arm64: dts: ti: k3-am62p: Add Wave5 Video Encoder/Decoder Node
  arm64: defconfig: Enable Wave5 Video Encoder/Decoder

Darren Etheridge (1):
  arm64: dts: ti: k3-j721s2-main: Add Wave5 Video Encoder/Decoder Node

 arch/arm64/boot/dts/ti/k3-am62p-main.dtsi  |  8 ++++++++
 arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi |  8 ++++++++
 arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 16 ++++++++++++++++
 arch/arm64/boot/dts/ti/k3-j784s4.dtsi      |  2 ++
 arch/arm64/configs/defconfig               |  1 +
 5 files changed, 35 insertions(+)

-- 
2.34.1


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

end of thread, other threads:[~2024-02-27  5:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-20 19:14 [PATCH v5 0/4] Add Support for Wave5 on TI Devices Brandon Brnich
2024-02-20 19:14 ` [PATCH v5 1/4] arm64: dts: ti: k3-j784s4: Add Wave5 Video Encoder/Decoder Node Brandon Brnich
2024-02-27  5:42   ` Devarsh Thakkar
2024-02-20 19:14 ` [PATCH v5 2/4] arm64: dts: ti: k3-j721s2-main: " Brandon Brnich
2024-02-20 19:14 ` [PATCH v5 3/4] arm64: dts: ti: k3-am62p: " Brandon Brnich
2024-02-20 19:14 ` [PATCH v5 4/4] arm64: defconfig: Enable Wave5 Video Encoder/Decoder Brandon Brnich
2024-02-22 13:25 ` [PATCH v5 0/4] Add Support for Wave5 on TI Devices Vignesh Raghavendra

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