On Tue, Sep 15, 2026 at 5:47 PM Osama Abdelkader <[email protected]> wrote:
> Use the managed MIPI DSI attach and panel add helpers in Novatek and Raydium > panel drivers and drop the corresponding manual detach and panel remove > calls from remove paths. > > Suggested-by: Luca Ceresoli <[email protected]> > Signed-off-by: Osama Abdelkader <[email protected]> (...) > --- > v5: > - nt35510: keep mipi_dsi_attach()/mipi_dsi_detach() manual instead of > devm_mipi_dsi_attach(), since nt35510_remove() also powers off the > panel; deferring the detach to devm would run it after the power-off > instead of before it, changing the teardown order. (Luca) Good catch. > 11 files changed, 49 insertions(+), 179 deletions(-) Nice diffstat! Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij
