Re: [PATCH v2 05/18] phy: cdns-dphy: Remove leftover code

2025-04-10 Thread Aradhya Bhatia
Hi Tomi, Thank you for the patches! On 02/04/25 19:00, Tomi Valkeinen wrote: > The code in cdns-dphy has probably been part of a DSI driver in the > past. Remove DSI defines and variables which are not used or do not > actually do anything. Also rename cdns_dsi_get_dphy_pll_cfg() to > cdns_get_dp

[PATCH v2 05/18] phy: cdns-dphy: Remove leftover code

2025-04-02 Thread Tomi Valkeinen
The code in cdns-dphy has probably been part of a DSI driver in the past. Remove DSI defines and variables which are not used or do not actually do anything. Also rename cdns_dsi_get_dphy_pll_cfg() to cdns_get_dphy_pll_cfg(), i.e. drop the "dsi", as it's not relevant here. Signed-off-by: Tomi Valk