* G, Manjunath Kondaiah <manjugk@xxxxxx> [100924 12:33]: > > Tony, > Here is new pull request which is rebased to 2.6.36-rc5. > > -Manjunath > > The following changes since commit b30a3f6257ed2105259b404d419b4964e363928c: > Linus Torvalds (1): > Linux 2.6.36-rc5 > > are available in the git repository at: > > git://dev.omapzoom.org/pub/scm/manju/kernel-omap3-dev.git sparse_fixes > > G, Manjunath Kondaiah (10): > OMAP: mach-omap2: Fix incorrect assignment warnings > OMAP: mach-omap2: Fix static declaration warnings > OMAP: mach-omap2: Fix static function warnings > OMAP: mach-omap2: Fix miscellaneous sparse warnings > OMAP: plat-omap: Fix static function warnings > OMAP: NAND: Fix static declaration warning > TWL CORE: Fix sparse warning > TWL IRQ: Fix fucntion declaration warnings > OMAP2/3: Convert write/read functions to raw read/write > OMAP3: Keypad: Fix incorrect type initializer Hmm tried pulling these, but ran into an issue where at least 2430 takes about a minute to boot with these patches with no output on the console intially. Can you please check that? Will not merge for now until we figure out what changes with these patches. Then, I also noticed the following exports getting added: +EXPORT_SYMBOL(omap2_gp_clockevent_set_gptimer); +EXPORT_SYMBOL(omapfb_reserve_sram); +EXPORT_SYMBOL(omap_sram_init); These should not be exported, they are only intended to be called from the low-level platform init code. So exporting them is not the right fix for these. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html