Re: [PATCH v2.1 04/13] drm: Add data transmission order bus flag

2017-01-04 Thread Laurent Pinchart
Hi Thierry, On Wednesday 04 Jan 2017 08:06:54 Thierry Reding wrote: > On Wed, Jan 04, 2017 at 02:39:26AM +0200, Laurent Pinchart wrote: > > The flags indicate whether data is transmitted lsb to msb or msb to lsb > > on the bus. > > > > The exact meaning is bus-type dependent. For instance, for LV

Re: [PATCH v2.1 04/13] drm: Add data transmission order bus flag

2017-01-03 Thread Thierry Reding
On Wed, Jan 04, 2017 at 02:39:26AM +0200, Laurent Pinchart wrote: > The flags indicate whether data is transmitted lsb to msb or msb to lsb > on the bus. > > The exact meaning is bus-type dependent. For instance, for LVDS buses > the flags indicate whether the seven data bits transmitted in a cloc

[PATCH v2.1 04/13] drm: Add data transmission order bus flag

2017-01-03 Thread Laurent Pinchart
The flags indicate whether data is transmitted lsb to msb or msb to lsb on the bus. The exact meaning is bus-type dependent. For instance, for LVDS buses the flags indicate whether the seven data bits transmitted in a clock pulse are sent in normal order (msb to lsb, slots 0 to 6) or reverse order