Re: [PATCH 18/18] phy: mediatek: mipi: remove register access helpers

2022-09-21 Thread AngeloGioacchino Del Regno
Il 20/09/22 11:00, Chunfeng Yun ha scritto: Remove private register access helpers, use the common ones instead. Signed-off-by: Chunfeng Yun Reviewed-by: AngeloGioacchino Del Regno

[PATCH 18/18] phy: mediatek: mipi: remove register access helpers

2022-09-20 Thread Chunfeng Yun
Remove private register access helpers, use the common ones instead. Signed-off-by: Chunfeng Yun --- drivers/phy/mediatek/phy-mtk-mipi-dsi.c | 24 drivers/phy/mediatek/phy-mtk-mipi-dsi.h | 5 - 2 files changed, 29 deletions(-) diff --git