Re: [PATCH v4] drm/panel/synaptics-r63353: Use _multi variants

2025-03-24 Thread Doug Anderson
Hi, On Tue, Mar 18, 2025 at 7:37 AM 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

[PATCH v4] drm/panel/synaptics-r63353: Use _multi variants

2025-03-18 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.acc