[PATCH RFC] arm: omap3evm: Add support for an MT9M032 based camera board.
From: Varadarajan, Charulatha <hidden>
Date: 2011-02-04 11:00:26
Also in:
linux-media, linux-omap
On Wed, Jan 19, 2011 at 04:02, Martin Hostettler [off-list ref] wrote:
Adds board support for an MT9M032 based camera to omap3evm. Sigend-off-by: Martin Hostettler [off-list ref] --- ?arch/arm/mach-omap2/Makefile ? ? ? ? ? ? ? ?| ? ?1 + ?arch/arm/mach-omap2/board-omap3evm-camera.c | ?177 +++++++++++++++++++++++++++ ?2 files changed, 178 insertions(+), 0 deletions(-) ?create mode 100644 arch/arm/mach-omap2/board-omap3evm-camera.c
<<snip>>
quoted hunk ↗ jump to hunk
diff --git a/arch/arm/mach-omap2/board-omap3evm-camera.c b/arch/arm/mach-omap2/board-omap3evm-camera.c new file mode 100644 index 0000000..ea82a49 --- /dev/null +++ b/arch/arm/mach-omap2/board-omap3evm-camera.c@@ -0,0 +1,177 @@ +/* + * Copyright (C) 2010-2011 Lund Engineering + * Contact: Gil Lund <gwlund@lundeng.com> + * Author: Martin Hostettler <martin@neutronstar.dyndns.org> + *
It would be good to provide one line description of the file.
+ * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * version 2 as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ?See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + */