Re: [PATCH 6/9] drm/meson: dw-hdmi: convert to regmap

2024-08-19 Thread Jerome Brunet
On Mon 19 Aug 2024 at 18:22, Neil Armstrong wrote: > On 30/07/2024 14:50, Jerome Brunet wrote: >> The Amlogic mixes direct register access and regmap ones, with several >> custom helpers. Using a single API makes rework and maintenance easier. >> Convert the Amlogic phy driver to regmap and use i

Re: [PATCH 6/9] drm/meson: dw-hdmi: convert to regmap

2024-08-19 Thread Neil Armstrong
On 30/07/2024 14:50, Jerome Brunet wrote: The Amlogic mixes direct register access and regmap ones, with several custom helpers. Using a single API makes rework and maintenance easier. Convert the Amlogic phy driver to regmap and use it to have more consistent access to the registers in the driv