mbox series

[0/4] Rockchip DW HDMI driver cleanup/improvements

Message ID 20240813-dw-hdmi-rockchip-cleanup-v1-0-b3e73b5f4fd6@collabora.com (mailing list archive)
Headers show
Series Rockchip DW HDMI driver cleanup/improvements | expand

Message

Cristian Ciocaltea Aug. 12, 2024, 9:15 p.m. UTC
This series provides a few patches to cleanup/improve the Rockchip DW
HDMI platform driver.

Note the patches were initially sent as part of [1], in an attempt to
add support for the RK3588 HDMI TX Controller, but were removed in the
next revision as the patchset followed a different development path,
i.e. not relying on the existing driver anymore.

[1] https://lore.kernel.org/all/20240601-b4-rk3588-bridge-upstream-v1-0-f6203753232b@collabora.com/

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
---
Cristian Ciocaltea (4):
      drm/rockchip: dw_hdmi: Use modern drm_device based logging
      drm/rockchip: dw_hdmi: Simplify clock handling
      drm/rockchip: dw_hdmi: Use devm_regulator_get_enable()
      drm/rockchip: dw_hdmi: Drop superfluous assignments of mpll_cfg, cur_ctr and phy_config

 drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 92 ++++++++---------------------
 1 file changed, 26 insertions(+), 66 deletions(-)
---
base-commit: 9e6869691724b12e1f43655eeedc35fade38120c
change-id: 20240812-dw-hdmi-rockchip-cleanup-33b8c16f65ce

Comments

Heiko Stuebner Aug. 15, 2024, 10:40 a.m. UTC | #1
On Tue, 13 Aug 2024 00:15:07 +0300, Cristian Ciocaltea wrote:
> This series provides a few patches to cleanup/improve the Rockchip DW
> HDMI platform driver.
> 
> Note the patches were initially sent as part of [1], in an attempt to
> add support for the RK3588 HDMI TX Controller, but were removed in the
> next revision as the patchset followed a different development path,
> i.e. not relying on the existing driver anymore.
> 
> [...]

Applied, thanks!

[1/4] drm/rockchip: dw_hdmi: Use modern drm_device based logging
      commit: 1b8f576c69588ddee9e093d322449bb069e51f6c
[2/4] drm/rockchip: dw_hdmi: Simplify clock handling
      commit: d2a80cb57a017c97d40c35f6b0cc7d103065f0cd
[3/4] drm/rockchip: dw_hdmi: Use devm_regulator_get_enable()
      commit: 6a3283603c73e366c946195f0cfd30fe56d603be
[4/4] drm/rockchip: dw_hdmi: Drop superfluous assignments of mpll_cfg, cur_ctr and phy_config
      commit: ee689a9500efb4daeab45f44d43c782fc214dada

Best regards,