Re: [PATCH v4 23/23] drm/rockchip: dw-mipi-dsi: add reset control

2017-03-02 Thread Brian Norris
Oh, one more thing: On Fri, Feb 24, 2017 at 12:55:06PM +, John Keeping wrote: > diff --git a/drivers/gpu/drm/rockchip/dw-mipi-dsi.c > b/drivers/gpu/drm/rockchip/dw-mipi-dsi.c > index 0c4bae711e84..30da75667334 100644 > --- a/drivers/gpu/drm/rockchip/dw-mipi-dsi.c > +++ b/drivers/gpu/drm/rock

Re: [PATCH v4 23/23] drm/rockchip: dw-mipi-dsi: add reset control

2017-03-02 Thread Brian Norris
+ devicetree Hi, On Fri, Feb 24, 2017 at 12:55:06PM +, John Keeping wrote: > In order to fully reset the state of the MIPI controller we must assert > this reset. > > This is slightly more complicated than it could be in order to maintain > compatibility with device trees that do not specify

[PATCH v4 23/23] drm/rockchip: dw-mipi-dsi: add reset control

2017-02-24 Thread John Keeping
In order to fully reset the state of the MIPI controller we must assert this reset. This is slightly more complicated than it could be in order to maintain compatibility with device trees that do not specify the reset property. Signed-off-by: John Keeping Reviewed-by: Chris Zhong --- v4: - Fix