On Tue, Aug 28, 2012 at 12:53:47PM +0200, Philipp Zabel wrote: > These patches contain initial firmware loading and encoding support for the > CODA7 series VPU contained in i.MX51 and i.MX53 SoCs, and fix some multi-instance > issues. The last two patches touching files in arch/arm/* are included for > illustration purposes. > > Changes since v1: > - Use iram_alloc/iram_free instead of the genalloc API. > - Add a patch to add byte size slice limit control. > - Add a patch to enable flipping controls. > - Do not allocate extra frame buffer space for CODA7 on i.MX27. > - Removed JPEG from the coda7_formats, will be added again > with the JPEG support patch. > > regards > Philipp > > --- > arch/arm/boot/dts/imx51.dtsi | 6 + > arch/arm/boot/dts/imx53.dtsi | 6 + > arch/arm/mach-imx/clk-imx51-imx53.c | 4 +- > drivers/media/video/Kconfig | 3 +- > drivers/media/video/coda.c | 399 ++++++++++++++++++++++++++--------- > drivers/media/video/coda.h | 30 ++- It's not based on latest linuxtv git. video/ has been renamed to platform/. Please look at: git://linuxtv.org/media_tree.git staging/for_v3.7 Thanks Richard > 6 files changed, 338 insertions(+), 110 deletions(-) > > -- > To unsubscribe from this list: send the line "unsubscribe linux-media" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html