[PATCH v3 3/5] drm/msm/dp: Refactor ioremap wrapper
Stephen Boyd
swboyd at chromium.org
Tue Oct 5 01:04:24 UTC 2021
Quoting Bjorn Andersson (2021-10-01 10:43:58)
> In order to deal with multiple memory ranges in the following commit
> change the ioremap wrapper to not poke directly into the dss_io_data
> struct.
>
> While at it, devm_ioremap_resource() already prints useful error
> messages on failure, so omit the unnecessary prints from the caller.
>
> Signed-off-by: Bjorn Andersson <bjorn.andersson at linaro.org>
> ---
Reviewed-by: Stephen Boyd <swboyd at chromium.org>
I realize this will cause some prints when we use old DTs. I suppose
that's OK though because we'll have more incentive to update existing
DT.
More information about the dri-devel
mailing list