Re: [PATCH v3] drm/panel/sharp-ls043t1le01: Use _multi variants

2025-04-05 Thread Dmitry Baryshkov
On Wed, 26 Mar 2025 23:29:19 -0400, Anusha Srivatsa wrote: > Move away from using deprecated API and use _multi variants > if available. Use mipi_dsi_msleep() and mipi_dsi_usleep_range() > instead of msleep() and usleep_range() respectively. > > Used Coccinelle to find the _multi variant APIs,repl

Re: [PATCH v3] drm/panel/sharp-ls043t1le01: Use _multi variants

2025-03-27 Thread Anusha Srivatsa
On Thu, Mar 27, 2025 at 4:54 PM Doug Anderson wrote: > Hi, > > On Wed, Mar 26, 2025 at 8:29 PM Anusha Srivatsa > wrote: > > > > Move away from using deprecated API and use _multi variants > > if available. Use mipi_dsi_msleep() and mipi_dsi_usleep_range() > > instead of msleep() and usleep_range

Re: [PATCH v3] drm/panel/sharp-ls043t1le01: Use _multi variants

2025-03-27 Thread Doug Anderson
Hi, On Wed, Mar 26, 2025 at 8:29 PM Anusha Srivatsa wrote: > > Move away from using deprecated API and use _multi variants > if available. Use mipi_dsi_msleep() and mipi_dsi_usleep_range() > instead of msleep() and usleep_range() respectively. > > Used Coccinelle to find the _multi variant APIs,r

Re: [PATCH v3] drm/panel/sharp-ls043t1le01: Use _multi variants

2025-03-27 Thread Neil Armstrong
On 27/03/2025 04:29, Anusha Srivatsa wrote: Move away from using deprecated API and use _multi variants if available. Use mipi_dsi_msleep() and mipi_dsi_usleep_range() instead of msleep() and usleep_range() respectively. Used Coccinelle to find the _multi variant APIs,replacing mpi_dsi_msleep()

[PATCH v3] drm/panel/sharp-ls043t1le01: Use _multi variants

2025-03-26 Thread Anusha Srivatsa
Move away from using deprecated API and use _multi variants if available. Use mipi_dsi_msleep() and mipi_dsi_usleep_range() instead of msleep() and usleep_range() respectively. Used Coccinelle to find the _multi variant APIs,replacing mpi_dsi_msleep() where necessary and for returning dsi_ctx.accu