Re: [RFC PATCH v2 08/21] drm/panel: add TC358764 driver

2014-03-07 Thread Andrzej Hajda
Hi Inki, Thanks for the review. On 03/05/2014 07:46 AM, Inki Dae wrote: 2014-02-12 20:31 GMT+09:00 Andrzej Hajda a.ha...@samsung.com: The patch adds driver for Toshiba DSI/LVDS TC358764 bridge. Driver registers itself as mipi_dsi_driver. It is exposed to the system via drm_panel interface,

Re: [RFC PATCH v2 08/21] drm/panel: add TC358764 driver

2014-03-04 Thread Inki Dae
2014-02-12 20:31 GMT+09:00 Andrzej Hajda a.ha...@samsung.com: The patch adds driver for Toshiba DSI/LVDS TC358764 bridge. Driver registers itself as mipi_dsi_driver. It is exposed to the system via drm_panel interface, it uses also drm_panel framework to interact with LVDS panel connected to

[RFC PATCH v2 08/21] drm/panel: add TC358764 driver

2014-02-12 Thread Andrzej Hajda
The patch adds driver for Toshiba DSI/LVDS TC358764 bridge. Driver registers itself as mipi_dsi_driver. It is exposed to the system via drm_panel interface, it uses also drm_panel framework to interact with LVDS panel connected to it. Driver supports only DT bindings. Signed-off-by: Andrzej Hajda