On Thu, 2011-06-02 at 01:12 -0400, Nicolas Pitre wrote: > Time to leave 2.6.38 behind and move on! We now have a 2.6.39 based > Linaro kernel which can be viewed here: > > http://git.linaro.org/gitweb?p=kernel/linux-linaro-2.6.39.git;a=summary > > or cloned from either of those: > > git://git.linaro.org/kernel/linux-linaro-2.6.39.git > > http://git.linaro.org/git/kernel/linux-linaro-2.6.39.git > > This will continue to evolve as this is just the beginning for that > tree, so more stuff will be merged. Only smoke tested on a Dove board, > and compile tested for OMAP so far.
Hit a compile issue with your tree: drivers/video/omap2/dss/dpi.c: In function 'dpi_set_dsi_clk': drivers/video/omap2/dss/dpi.c:61: error: implicit declaration of function 'dsi_pll_calc_clock_div_pck' drivers/video/omap2/dss/dpi.c:66: error: implicit declaration of function 'dsi_pll_set_clock_div' drivers/video/omap2/dss/dpi.c: In function 'omapdss_dpi_display_enable': drivers/video/omap2/dss/dpi.c:192: error: implicit declaration of function 'dsi_pll_init' drivers/video/omap2/dss/dpi.c:209: error: implicit declaration of function 'dsi_pll_uninit' Looks like enabling CONFIG_OMAP2_DSS_DPI tries to access bits only available with CONFIG_OMAP2_DSS_DSI enabled. Vanilla 2.6.39 doesn't seem to have this issue. thanks -john _______________________________________________ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev