Shaving off some cruft obj files seem to be identical pre and post cleanup which is always a good sign Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> --- Konrad Dybcio (2): drm/msm/dsi: Remove dsi_phy_read/write() drm/msm/dsi: Remove dsi_phy_write_[un]delay() drivers/gpu/drm/msm/dsi/phy/dsi_phy.h | 5 - drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c | 273 +++++++++----------- drivers/gpu/drm/msm/dsi/phy/dsi_phy_14nm.c | 218 ++++++++-------- drivers/gpu/drm/msm/dsi/phy/dsi_phy_20nm.c | 109 ++++---- drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm.c | 305 +++++++++++----------- drivers/gpu/drm/msm/dsi/phy/dsi_phy_28nm_8960.c | 205 +++++++-------- drivers/gpu/drm/msm/dsi/phy/dsi_phy_7nm.c | 320 ++++++++++++------------ 7 files changed, 699 insertions(+), 736 deletions(-) --- base-commit: 33edc5592466996fe9610efc712da0a3539027ae change-id: 20240423-topic-msm_cleanup-b3e47bc8411d Best regards, -- Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>