Re: [RFC PATCH 0/3] drm/msm/dp: several fixes for the IRQ handling

2022-09-13 Thread Johan Hovold
On Thu, Sep 01, 2022 at 12:15:24PM +0300, Dmitry Baryshkov wrote: > Johan Hovold has reported that returning a probe deferral from the > msm_dp_modeset_init() can cause issues because the IRQ is not freed > properly. This (compile-tested only) series tries to fix the issue by > moving devm_request_

Re: [RFC PATCH 0/3] drm/msm/dp: several fixes for the IRQ handling

2022-09-07 Thread Manivannan Sadhasivam
On Thu, Sep 01, 2022 at 12:15:24PM +0300, Dmitry Baryshkov wrote: > Johan Hovold has reported that returning a probe deferral from the > msm_dp_modeset_init() can cause issues because the IRQ is not freed > properly. This (compile-tested only) series tries to fix the issue by > moving devm_request_

Re: [RFC PATCH 0/3] drm/msm/dp: several fixes for the IRQ handling

2022-09-01 Thread Johan Hovold
On Thu, Sep 01, 2022 at 12:21:36PM +0300, Dmitry Baryshkov wrote: > On 01/09/2022 12:20, Johan Hovold wrote: > > On Thu, Sep 01, 2022 at 12:15:24PM +0300, Dmitry Baryshkov wrote: > >> Johan Hovold has reported that returning a probe deferral from the > >> msm_dp_modeset_init() can cause issues beca

Re: [RFC PATCH 0/3] drm/msm/dp: several fixes for the IRQ handling

2022-09-01 Thread Dmitry Baryshkov
On 01/09/2022 12:20, Johan Hovold wrote: On Thu, Sep 01, 2022 at 12:15:24PM +0300, Dmitry Baryshkov wrote: Johan Hovold has reported that returning a probe deferral from the msm_dp_modeset_init() can cause issues because the IRQ is not freed properly. This (compile-tested only) series tries to f

Re: [RFC PATCH 0/3] drm/msm/dp: several fixes for the IRQ handling

2022-09-01 Thread Johan Hovold
On Thu, Sep 01, 2022 at 12:15:24PM +0300, Dmitry Baryshkov wrote: > Johan Hovold has reported that returning a probe deferral from the > msm_dp_modeset_init() can cause issues because the IRQ is not freed > properly. This (compile-tested only) series tries to fix the issue by > moving devm_request_

[RFC PATCH 0/3] drm/msm/dp: several fixes for the IRQ handling

2022-09-01 Thread Dmitry Baryshkov
Johan Hovold has reported that returning a probe deferral from the msm_dp_modeset_init() can cause issues because the IRQ is not freed properly. This (compile-tested only) series tries to fix the issue by moving devm_request_irq() to the probe callback. Dmitry Baryshkov (3): drm/msm/dp: fold dis