[PATCH 1/2] drm/fsl-dcu: Add HDMI driver for freescale DCU

2016-06-12 Thread Stefan Agner
On 2016-06-11 18:55, Meng Yi wrote: > Hi Stefan, > > Thanks for your comments, and some feedback below: > >> > + >> > +#include >> > +#include >> > +#include >> > +#include >> > +#include >> > +#include >> >> I think you don't use i2c here anymore, so this include (and probably a lot >>

[PATCH 1/2] drm/fsl-dcu: Add HDMI driver for freescale DCU

2016-06-12 Thread Meng Yi
Hi Stefan, Thanks for your comments, and some feedback below: > > + > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > I think you don't use i2c here anymore, so this include (and probably a lot > others) are obsolete. > Will change that in next

[PATCH 1/2] drm/fsl-dcu: Add HDMI driver for freescale DCU

2016-06-09 Thread Stefan Agner
Hi Meng, Some comments below. On 2016-05-15 01:34, Meng Yi wrote: > This driver add the basic functions for Encoder, and link the Encoder to > appropriate DRM bridge. > This driver is depend on sii9022 driver(drm_bridge approach),which is > sent by Boris Brezillon to community but not merged. >

[PATCH 1/2] drm/fsl-dcu: Add HDMI driver for freescale DCU

2016-05-16 Thread Boris Brezillon
Hi Meng, On Sun, 15 May 2016 16:34:44 +0800 Meng Yi wrote: > This driver add the basic functions for Encoder, and link the Encoder to > appropriate DRM bridge. > This driver is depend on sii9022 driver(drm_bridge approach),which is > sent by Boris Brezillon to community but not merged. >

[PATCH 1/2] drm/fsl-dcu: Add HDMI driver for freescale DCU

2016-05-16 Thread Meng Yi
Hi Boris, On Monday, May 16, 2016 8:45 PM Boris Brezillon wrote: > > Hi Meng, > > On Sun, 15 May 2016 16:34:44 +0800 > Meng Yi wrote: > > > This driver add the basic functions for Encoder, and link the Encoder > > to appropriate DRM bridge. > > This driver is depend on sii9022

[PATCH 1/2] drm/fsl-dcu: Add HDMI driver for freescale DCU

2016-05-15 Thread Meng Yi
This driver add the basic functions for Encoder, and link the Encoder to appropriate DRM bridge. This driver is depend on sii9022 driver(drm_bridge approach),which is sent by Boris Brezillon to community but not merged. https://patchwork.kernel.org/patch/8600921/ Signed-off-by: Alison Wang