[PATCH v4 01/16] drm/dsi: Add message to packet translator

2014-11-05 Thread Andrzej Hajda
On 11/04/2014 03:39 PM, Thierry Reding wrote: > On Tue, Nov 04, 2014 at 03:21:14PM +0100, Andrzej Hajda wrote: >> On 11/04/2014 02:58 PM, Thierry Reding wrote: >>> On Tue, Nov 04, 2014 at 12:43:21PM +0100, Andrzej Hajda wrote: On 11/03/2014 10:13 AM, Thierry Reding wrote: > [...] > diff

[PATCH v4 01/16] drm/dsi: Add message to packet translator

2014-11-04 Thread Thierry Reding
On Tue, Nov 04, 2014 at 03:21:14PM +0100, Andrzej Hajda wrote: > On 11/04/2014 02:58 PM, Thierry Reding wrote: > > On Tue, Nov 04, 2014 at 12:43:21PM +0100, Andrzej Hajda wrote: > >> On 11/03/2014 10:13 AM, Thierry Reding wrote: [...] > >>> diff --git a/drivers/gpu/drm/drm_mipi_dsi.c > >>>

[PATCH v4 01/16] drm/dsi: Add message to packet translator

2014-11-04 Thread Andrzej Hajda
On 11/04/2014 02:58 PM, Thierry Reding wrote: > On Tue, Nov 04, 2014 at 12:43:21PM +0100, Andrzej Hajda wrote: >> On 11/03/2014 10:13 AM, Thierry Reding wrote: >>> From: Thierry Reding >>> >>> This commit introduces a new function, mipi_dsi_create_packet(), which >>> converts from a MIPI DSI

[PATCH v4 01/16] drm/dsi: Add message to packet translator

2014-11-04 Thread Thierry Reding
On Tue, Nov 04, 2014 at 12:43:21PM +0100, Andrzej Hajda wrote: > On 11/03/2014 10:13 AM, Thierry Reding wrote: > > From: Thierry Reding > > > > This commit introduces a new function, mipi_dsi_create_packet(), which > > converts from a MIPI DSI message to a MIPI DSI packet. The MIPI DSI > > packet

[PATCH v4 01/16] drm/dsi: Add message to packet translator

2014-11-04 Thread Andrzej Hajda
On 11/03/2014 10:13 AM, Thierry Reding wrote: > From: Thierry Reding > > This commit introduces a new function, mipi_dsi_create_packet(), which > converts from a MIPI DSI message to a MIPI DSI packet. The MIPI DSI > packet is as close to the protocol described in the DSI specification as >

[PATCH v4 01/16] drm/dsi: Add message to packet translator

2014-11-03 Thread Thierry Reding
From: Thierry Reding This commit introduces a new function, mipi_dsi_create_packet(), which converts from a MIPI DSI message to a MIPI DSI packet. The MIPI DSI packet is as close to the protocol described in the DSI specification as possible and useful in drivers that need to