Re: [PATCH 01/10] phy: Add MIPI D-PHY mode

2018-09-05 Thread Laurent Pinchart
Hi Maxime, Thank you for the patch. On Wednesday, 5 September 2018 12:16:32 EEST Maxime Ripard wrote: > MIPI D-PHY is a MIPI standard meant mostly for display and cameras in > embedded systems. Add a mode for it. > > Signed-off-by: Maxime Ripard Reviewed-by: Laurent Pinchart > --- > include

[PATCH 01/10] phy: Add MIPI D-PHY mode

2018-09-05 Thread Maxime Ripard
MIPI D-PHY is a MIPI standard meant mostly for display and cameras in embedded systems. Add a mode for it. Signed-off-by: Maxime Ripard --- include/linux/phy/phy.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h index 9713aebdd348..9cba7fe16c