From: Lad, Prabhakar <prabhakar.csengg@xxxxxxxxx> This patch series cleans the VPIF driver, uses devm_* api wherever required and uses module_platform_driver() to simplify the code. This patch series applies on 3.10.rc1 and is tested on OMAP-L138. Lad, Prabhakar (7): media: davinci: vpif: remove unwanted header includes media: davinci: vpif: Convert to devm_* api media: davinci: vpif: remove unnecessary braces around defines media: davinci: vpif_capture: remove unwanted header inclusion and sort them alphabetically media: davinci: vpif_capture: Convert to devm_* api media: davinci: vpif_display: remove unwanted header inclusion and sort them alphabetically media: davinci: vpif_display: Convert to devm_* api drivers/media/platform/davinci/vpif.c | 42 ++--------- drivers/media/platform/davinci/vpif_capture.c | 96 +++++-------------------- drivers/media/platform/davinci/vpif_capture.h | 6 +- drivers/media/platform/davinci/vpif_display.c | 85 ++++------------------ drivers/media/platform/davinci/vpif_display.h | 6 +- 5 files changed, 46 insertions(+), 189 deletions(-) -- 1.7.4.1 -- 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