All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH 0/6] OMAP1: CAMERA: Converts omap1 camera to use v4l2-int-device api
@ 2007-10-09 12:52 Eduardo Valentin
  2007-10-09 12:52 ` [PATCH 1/6] OMAP1: CAMERA: Changed omap16xxcam.c to the coding style standard Eduardo Valentin
  2007-10-22  6:31 ` [RFC][PATCH 0/6] OMAP1: CAMERA: Converts omap1 camera to use v4l2-int-device api Trilok Soni
  0 siblings, 2 replies; 13+ messages in thread
From: Eduardo Valentin @ 2007-10-09 12:52 UTC (permalink / raw)
  To: linux-omap-mailing-list

Hi all,

This patch set converts omap1 camera to use v4l2-int-device api. It was
tested on H3 with ov9640 sensor, so board-h3.c was modified to add ov9640
specific initializations. The gpio-expander code was modified also to use
the i2c adapter id configured with i2c board specific info. Currently, it is
working only with read method. To work with MMAP, camera_core.c needs more
re-work.

Here is the overall diffstat:
 b/arch/arm/mach-omap1/board-h3.c         |  141 +++++++++
 b/drivers/i2c/chips/gpio_expander_omap.c |    5
 b/drivers/media/video/omap/Kconfig       |    6
 b/drivers/media/video/omap/Makefile      |    4
 b/drivers/media/video/omap/camera_core.c |  394 ++++++++++++++++++---------
 b/drivers/media/video/omap/camera_core.h |   27 -
 b/drivers/media/video/omap/omap16xxcam.c |  442 +++++++++++++++----------------
 drivers/media/video/omap/camera_core.c   |  404 +++++++++++++---------------
 8 files changed, 827 insertions(+), 596 deletions(-)

BR,

Eduardo Valentin

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2007-11-15  1:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-09 12:52 [RFC][PATCH 0/6] OMAP1: CAMERA: Converts omap1 camera to use v4l2-int-device api Eduardo Valentin
2007-10-09 12:52 ` [PATCH 1/6] OMAP1: CAMERA: Changed omap16xxcam.c to the coding style standard Eduardo Valentin
2007-10-09 12:52   ` [PATCH 2/6] OMAP: Update ov9640 ifparm for H3 board Eduardo Valentin
2007-10-09 12:52     ` [PATCH 3/6] OMAP: Update gpio expander code to the corret i2c adapter id Eduardo Valentin
2007-10-09 12:52       ` [PATCH 4/6] OMAP1: CAMERA: Convert camera_core.c to use v4l2-int-device API Eduardo Valentin
2007-10-09 12:52         ` [PATCH 5/6] OMAP1: CAMERA: Changed camera_core.c to the coding style standard Eduardo Valentin
2007-10-09 12:52           ` [PATCH 6/6] OMAP1: CAMERA: Remove unecessary files from Makefile and Kconfig Eduardo Valentin
2007-10-10 14:06     ` [PATCH 2/6] OMAP: Update ov9640 ifparm for H3 board Eduardo Valentin
2007-10-10 14:06       ` Eduardo Valentin
2007-10-31 10:41     ` Tony Lindgren
2007-11-01 15:32       ` Eduardo Valentin
2007-11-15  1:46         ` Tony Lindgren
2007-10-22  6:31 ` [RFC][PATCH 0/6] OMAP1: CAMERA: Converts omap1 camera to use v4l2-int-device api Trilok Soni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.