summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap1/include/mach/camera.h
AgeCommit message (Collapse)AuthorFilesLines
2015-12-01ARM: omap1: make headers more localArnd Bergmann1-13/+0
Some header files are never included outside of a mach-omap1 directory and do not need to be made visible in include/mach, so let's just move them all down one level. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Tony Lindgren <tony@atomide.com>
2010-11-05OMAP1: camera.h: add missing includeJanusz Krzysztofik1-0/+2
#include <media/omap1_camera.h> directive is required to compile the dependant boards (board-ams-delta for now). Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> [tony@atomide.com: updated comments] Signed-off-by: Tony Lindgren <tony@atomide.com>
2010-10-01OMAP1: Add support for SoC camera interfaceJanusz Krzysztofik1-0/+11
This patch adds a definition of the OMAP1 camera interface platform device, and a function that allows for providing a board specific platform data. The device will be used with the upcoming OMAP1 SoC camera interface driver. Signed-off-by: Janusz Krzysztofik <jkrzyszt@tis.icnet.pl> Signed-off-by: Tony Lindgren <tony@atomide.com>