public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/5] video: sunxi: dw-hdmi: Partial OF conversion
@ 2022-11-28  7:02 Samuel Holland
  2022-11-28  7:02 ` [PATCH 1/5] clk: sunxi: Add DE2 display-related clocks/resets Samuel Holland
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Samuel Holland @ 2022-11-28  7:02 UTC (permalink / raw)
  To: Andre Przywara, Jernej Skrabec, Anatolij Gustschin
  Cc: Samuel Holland, Jagan Teki, Lukasz Majewski, Sean Anderson,
	u-boot

This series starts converting the DE2 video driver to use devicetree for
MMIO addresses and clock/reset/regulator consumers. This is necessary
for adding new SoC support (H6, D1, etc.) and will also be helpful when
adding DSI output support.

I picked up a couple of patches from Jernej's branch and added a couple
on top. Specifically, the regulator consumer uses the AXP regulator
driver[1] (when enabled) to stop relying on TF-A.

I tested this series on a Pine A64 LTS board.

[1]: https://patchwork.ozlabs.org/project/uboot/cover/20221128064757.2933-1-samuel@sholland.org/


Jernej Skrabec (2):
  video: sunxi: dw-hdmi: Probe driver by compatible
  video: sunxi: dw-hdmi: Read address from DT node

Samuel Holland (3):
  clk: sunxi: Add DE2 display-related clocks/resets
  video: sunxi: dw-hdmi: Use DM for clock gates and resets
  video: sunxi: dw-hdmi: Use DM for HVCC regulator

 drivers/clk/sunxi/clk_a64.c         | 22 ++++++++
 drivers/clk/sunxi/clk_a83t.c        | 22 ++++++++
 drivers/clk/sunxi/clk_h3.c          | 17 ++++++
 drivers/clk/sunxi/clk_h6.c          | 21 +++++++
 drivers/clk/sunxi/clk_h616.c        | 21 +++++++
 drivers/clk/sunxi/clk_r40.c         | 29 ++++++++++
 drivers/clk/sunxi/clk_v3s.c         |  9 +++
 drivers/video/sunxi/sunxi_dw_hdmi.c | 87 +++++++++++++++++++----------
 8 files changed, 200 insertions(+), 28 deletions(-)

-- 
2.37.4


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

end of thread, other threads:[~2023-01-23  1:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-28  7:02 [PATCH 0/5] video: sunxi: dw-hdmi: Partial OF conversion Samuel Holland
2022-11-28  7:02 ` [PATCH 1/5] clk: sunxi: Add DE2 display-related clocks/resets Samuel Holland
2022-12-03 17:14   ` Andre Przywara
2022-11-28  7:02 ` [PATCH 2/5] video: sunxi: dw-hdmi: Probe driver by compatible Samuel Holland
2022-12-03 17:14   ` Andre Przywara
2022-11-28  7:02 ` [PATCH 3/5] video: sunxi: dw-hdmi: Read address from DT node Samuel Holland
2023-01-23  1:09   ` Andre Przywara
2022-11-28  7:02 ` [PATCH 4/5] video: sunxi: dw-hdmi: Use DM for clock gates and resets Samuel Holland
2023-01-23  0:47   ` Andre Przywara
2022-11-28  7:02 ` [PATCH 5/5] video: sunxi: dw-hdmi: Use DM for HVCC regulator Samuel Holland
2023-01-23  1:10   ` Andre Przywara
2022-12-03  9:48 ` [PATCH 0/5] video: sunxi: dw-hdmi: Partial OF conversion Jernej Škrabec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox