Re: [PATCH v3 3/6] drm/msm/dsi: Don't set a load before disabling a regulator

2022-08-03 Thread Abhinav Kumar
On 8/2/2022 3:37 PM, Douglas Anderson wrote: As of commit 5451781dadf8 ("regulator: core: Only count load for enabled consumers"), a load isn't counted for a disabled regulator. That means all the code in the DSI driver to specify and set loads before disabling a regulator is not actually

Re: [PATCH v3 3/6] drm/msm/dsi: Don't set a load before disabling a regulator

2022-08-03 Thread Dmitry Baryshkov
On 03/08/2022 01:37, Douglas Anderson wrote: As of commit 5451781dadf8 ("regulator: core: Only count load for enabled consumers"), a load isn't counted for a disabled regulator. That means all the code in the DSI driver to specify and set loads before disabling a regulator is not actually doing

[PATCH v3 3/6] drm/msm/dsi: Don't set a load before disabling a regulator

2022-08-02 Thread Douglas Anderson
As of commit 5451781dadf8 ("regulator: core: Only count load for enabled consumers"), a load isn't counted for a disabled regulator. That means all the code in the DSI driver to specify and set loads before disabling a regulator is not actually doing anything useful. Let's remove it. It should be