[PATCH 03/32] OMAPDSS: add omap_dss_find_output()

2013-05-30 Thread Tomi Valkeinen
Add a support function to find a DSS output by given name. This is used in later patches to link the panels to DSS outputs. Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com --- drivers/video/omap2/dss/output.c | 13 + include/video/omapdss.h | 1 + 2 files changed, 14

Re: [PATCH 03/32] OMAPDSS: add omap_dss_find_output()

2013-05-30 Thread Tomi Valkeinen
On 30/05/13 14:07, Jean-Christophe PLAGNIOL-VILLARD wrote: On 12:34 Thu 30 May , Tomi Valkeinen wrote: Add a support function to find a DSS output by given name. This is used in later patches to link the panels to DSS outputs. Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com ---

Re: [PATCH 03/32] OMAPDSS: add omap_dss_find_output()

2013-05-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:34 Thu 30 May , Tomi Valkeinen wrote: Add a support function to find a DSS output by given name. This is used in later patches to link the panels to DSS outputs. Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com --- drivers/video/omap2/dss/output.c | 13 +

Re: [PATCH 03/32] OMAPDSS: add omap_dss_find_output()

2013-05-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:40 Thu 30 May , Tomi Valkeinen wrote: On 30/05/13 14:07, Jean-Christophe PLAGNIOL-VILLARD wrote: On 12:34 Thu 30 May , Tomi Valkeinen wrote: Add a support function to find a DSS output by given name. This is used in later patches to link the panels to DSS outputs.

Re: [PATCH 03/32] OMAPDSS: add omap_dss_find_output()

2013-05-30 Thread Tomi Valkeinen
On 30/05/13 18:40, Jean-Christophe PLAGNIOL-VILLARD wrote: On 14:40 Thu 30 May , Tomi Valkeinen wrote: On 30/05/13 14:07, Jean-Christophe PLAGNIOL-VILLARD wrote: On 12:34 Thu 30 May , Tomi Valkeinen wrote: Add a support function to find a DSS output by given name. This is used in