Re: [PATCH v2 04/13] drm: Add data mirror bus flag

2016-12-20 Thread Stefan Agner
On 2016-12-20 14:21, Laurent Pinchart wrote: > Hi Stefan, > > Thank you for the review. > > On Tuesday 20 Dec 2016 14:01:46 Stefan Agner wrote: >> On 2016-12-18 21:31, Laurent Pinchart wrote: >> > Hi Stefan and Thierry, >> > >> > As the author and suggester of the other bus flags, could you

Re: [PATCH v2 04/13] drm: Add data mirror bus flag

2016-12-20 Thread Laurent Pinchart
Hi Stefan, Thank you for the review. On Tuesday 20 Dec 2016 14:01:46 Stefan Agner wrote: > On 2016-12-18 21:31, Laurent Pinchart wrote: > > Hi Stefan and Thierry, > > > > As the author and suggester of the other bus flags, could you please > > review this patch ? > > It looks to me like an

Re: [PATCH v2 04/13] drm: Add data mirror bus flag

2016-12-20 Thread Stefan Agner
Hi Laurent, On 2016-12-18 21:31, Laurent Pinchart wrote: > Hi Stefan and Thierry, > > As the author and suggester of the other bus flags, could you please review > this patch ? It looks to me like an appropriate use case for the flag. One remark below: > > On Saturday 19 Nov 2016 05:28:04

Re: [PATCH v2 04/13] drm: Add data mirror bus flag

2016-12-18 Thread Laurent Pinchart
Hi Stefan and Thierry, As the author and suggester of the other bus flags, could you please review this patch ? On Saturday 19 Nov 2016 05:28:04 Laurent Pinchart wrote: > The flag indicates that data is mirrored on the bus. The exact meaning > is bus-type dependent. For LVDS buses it indicates

[PATCH v2 04/13] drm: Add data mirror bus flag

2016-11-18 Thread Laurent Pinchart
The flag indicates that data is mirrored on the bus. The exact meaning is bus-type dependent. For LVDS buses it indicates that the seven data bits that transmitted in a clock pulse are sent in slots 6 to 0 order. Signed-off-by: Laurent Pinchart ---