Re: [PATCH v6 0/7] Support dsi for mt8183

2019-09-04 Thread Uwe Kleine-König
Hello, I somehow fail to see how this is relevant for the linux-pwm list. Did you add this list to the recipents by accident, or is there something I missed? Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König| Industrial Linux Solutions

Re: [PATCH v6 0/7] Support dsi for mt8183

2019-09-04 Thread CK Hu
Hi, Jitao: For this series, applied to mediatek-drm-next-5.5 [1], and I break "[v6,2/7] drm/mediatek: fixes CMDQ reg address of mt8173 is different with mt2701" into two patches, thanks. [1] https://github.com/ckhu-mediatek/linux.git-tags/commits/mediatek-drm-next-5.5 Regards, CK On Sun, 2019-

[PATCH v6 0/7] Support dsi for mt8183

2019-08-11 Thread Jitao Shi
Change since v5: - fine tune dphy timing. Change since v4: - move mipi_dsi_host_unregiter() to .remove() - fine tune add frame size control coding style - change the data type of data_rate as u32, and add DIV_ROUND_UP_ULL - use div_u64 when 80ULL / dsi->data_rate. Changes since v3 -