Re: [PATCH 4/5] OMAPDSS: Export functions to enable dynamic linking

2012-02-15 Thread Tomi Valkeinen
On Wed, 2012-02-15 at 20:46 -0600, Ricardo Neri wrote: > What other display types featuring audio and video should be considered > at this point? I guess they are a bit theoretical, so I wouldn't worry too much about them. But if it's easy to make the API generic, instead of HDMI specific, let's

Re: [PATCH 4/5] OMAPDSS: Export functions to enable dynamic linking

2012-02-15 Thread Ricardo Neri
Hi Tomi, On Wed, 2012-02-15 at 10:23 +0200, Tomi Valkeinen wrote: > On Tue, 2012-02-14 at 18:00 -0600, Ricardo Neri wrote: > > Hi Tomi, > > > > Thanks for your comments. > > On Mon, 2012-02-13 at 15:48 +0200, Tomi Valkeinen wrote: > > > Hi, > > > > > > On Sat, 2012-02-11 at 17:55 -0600, Ricardo

Re: [PATCH 4/5] OMAPDSS: Export functions to enable dynamic linking

2012-02-15 Thread Tomi Valkeinen
On Tue, 2012-02-14 at 18:00 -0600, Ricardo Neri wrote: > Hi Tomi, > > Thanks for your comments. > On Mon, 2012-02-13 at 15:48 +0200, Tomi Valkeinen wrote: > > Hi, > > > > On Sat, 2012-02-11 at 17:55 -0600, Ricardo Neri wrote: > > > The functions dss_init_hdmi_ip_ops and dss_has_feature are used b

Re: [PATCH 4/5] OMAPDSS: Export functions to enable dynamic linking

2012-02-14 Thread Ricardo Neri
Hi Tomi, Thanks for your comments. On Mon, 2012-02-13 at 15:48 +0200, Tomi Valkeinen wrote: > Hi, > > On Sat, 2012-02-11 at 17:55 -0600, Ricardo Neri wrote: > > The functions dss_init_hdmi_ip_ops and dss_has_feature are used by > > the ASoC HDMI codec. Both the ASoC codec and DSS may be built > >

Re: [PATCH 4/5] OMAPDSS: Export functions to enable dynamic linking

2012-02-13 Thread Tomi Valkeinen
Hi, On Sat, 2012-02-11 at 17:55 -0600, Ricardo Neri wrote: > The functions dss_init_hdmi_ip_ops and dss_has_feature are used by > the ASoC HDMI codec. Both the ASoC codec and DSS may be built > as separate kernel modules. Hence, these two functions need to be > available for dynamic linking. Neit

[PATCH 4/5] OMAPDSS: Export functions to enable dynamic linking

2012-02-11 Thread Ricardo Neri
The functions dss_init_hdmi_ip_ops and dss_has_feature are used by the ASoC HDMI codec. Both the ASoC codec and DSS may be built as separate kernel modules. Hence, these two functions need to be available for dynamic linking. Signed-off-by: Ricardo Neri --- drivers/video/omap2/dss/dss_features.c