[PATCH] drm/panel: synaptics-r63353: Fix regulator unbalance

2024-10-25 Thread Dario Binacchi
From: Michael Trimarchi The shutdown function can be called when the display is already unprepared. For example during reboot this trigger a kernel backlog. Calling the drm_panel_unprepare, allow us to avoid to trigger the kernel warning. Tested-by: Dario Binacchi Signed-off-by: Michael Trimarc

Re: [PATCH] drm/panel: synaptics-r63353: Fix regulator unbalance

2024-10-24 Thread Neil Armstrong
On 24/10/2024 12:50, Dario Binacchi wrote: From: Michael Trimarchi The shutdown function can be called when the display is already unprepared. For example during reboot this trigger a kernel backlog. Calling the drm_panel_unprepare, allow us to avoid to trigger the kernel warning. Tested-by: D

Re: [RFC PATCH] drm/panel: synaptics-r63353: Fix regulator unbalance

2024-08-07 Thread Michael Nazzareno Trimarchi
Hi Doug On Wed, Aug 7, 2024 at 11:02 PM Doug Anderson wrote: > > Hi, > > On Wed, Aug 7, 2024 at 5:39 AM Michael Nazzareno Trimarchi > wrote: > > > > Hi Doug > > > > +cc Doug > > > > I have seen that you have done some re-working and investigation on > > drm stack, do you have some > > suggestion

Re: [RFC PATCH] drm/panel: synaptics-r63353: Fix regulator unbalance

2024-08-07 Thread Doug Anderson
Hi, On Wed, Aug 7, 2024 at 5:39 AM Michael Nazzareno Trimarchi wrote: > > Hi Doug > > +cc Doug > > I have seen that you have done some re-working and investigation on > drm stack, do you have some > suggestion on this case? > > On Mon, Jun 24, 2024 at 8:53 PM Michael Trimarchi > wrote: > > > > T

Re: [RFC PATCH] drm/panel: synaptics-r63353: Fix regulator unbalance

2024-08-07 Thread Michael Nazzareno Trimarchi
Hi Doug +cc Doug I have seen that you have done some re-working and investigation on drm stack, do you have some suggestion on this case? On Mon, Jun 24, 2024 at 8:53 PM Michael Trimarchi wrote: > > The shutdown function can be called when the display is already > unprepared. For example during

[RFC PATCH] drm/panel: synaptics-r63353: Fix regulator unbalance

2024-06-24 Thread Michael Trimarchi
The shutdown function can be called when the display is already unprepared. For example during reboot this trigger a kernel backlog. Calling the drm_panel_unprepare, allow us to avoid to trigger the kernel warning Signed-off-by: Michael Trimarchi --- It's not obviovus if shutdown can be dropped