mbox series

[0/6] drm/sun4i: HDMI PHY cleanup/refactoring

Message ID 20220412043512.49364-1-samuel@sholland.org (mailing list archive)
Headers show
Series drm/sun4i: HDMI PHY cleanup/refactoring | expand

Message

Samuel Holland April 12, 2022, 4:35 a.m. UTC
This series prepares the sun8i HDMI PHY driver for supporting the new
custom PHY in the Allwinner D1 SoC. No functional change intended here.

This series was tested on D1 and H3.


Samuel Holland (6):
  drm/sun4i: sun8i-hdmi-phy: Use of_device_get_match_data
  drm/sun4i: sun8i-hdmi-phy: Use devm_platform_ioremap_resource
  drm/sun4i: sun8i-hdmi-phy: Used device-managed clocks/resets
  drm/sun4i: sun8i-hdmi-phy: Support multiple custom PHY ops
  drm/sun4i: sun8i-hdmi-phy: Separate A83T and H3 PHY ops
  drm/sun4i: sun8i-hdmi-phy: Group PHY ops functions by generation

 drivers/gpu/drm/sun4i/sun8i_dw_hdmi.h  |   9 +-
 drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c | 252 ++++++++++---------------
 2 files changed, 101 insertions(+), 160 deletions(-)