Re: [PATCH 34/52] drm/mcde: More devm_drm_dev_init

2020-02-19 Thread Linus Walleij
On Wed, Feb 19, 2020 at 11:22 AM Daniel Vetter wrote: > Auto-unwind ftw, now possible with the fixed drm_device related > management. > > Aside, clk/regulator seem to be missing devm versions for a bunch of > functions, preventing a pile of these simpler drivers from outright > losing their ->rem

[PATCH 34/52] drm/mcde: More devm_drm_dev_init

2020-02-19 Thread Daniel Vetter
Auto-unwind ftw, now possible with the fixed drm_device related management. Aside, clk/regulator seem to be missing devm versions for a bunch of functions, preventing a pile of these simpler drivers from outright losing their ->remove hook. Signed-off-by: Daniel Vetter Cc: Linus Walleij --- dr