Linux Media Controller development
 help / color / mirror / Atom feed
* [RFC 0/5] Sensor drivers for OMAP3430SDP and LDP camera
@ 2009-03-03 20:44 Aguirre Rodriguez, Sergio Alberto
  2009-03-03 21:14 ` Aguirre Rodriguez, Sergio Alberto
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Aguirre Rodriguez, Sergio Alberto @ 2009-03-03 20:44 UTC (permalink / raw)
  To: linux-media@vger.kernel.org, linux-omap@vger.kernel.org
  Cc: Sakari Ailus, Tuukka.O Toivonen, Hiroshi DOYU,
	DongSoo(Nathaniel) Kim, MiaoStanley, Nagalla, Hari,
	Hiremath, Vaibhav, Lakhani, Amish, Menon, Nishanth

This patch series depends on the following patches:

 - "Add TWL4030 registers", posted by Tuukka Toivonen on March 2nd.
 - "OMAP3 ISP and camera drivers" patch series, posted by Sakari Ailus on
   March 3rd. (Please follow his instructions to pull from gitorious.org server)

This has been tested with:
 - SDP3430-VG5.0.1 with OMAP3430-ES3.1 daughter board upgrade.
 - Camkit V3.0.1 with MT9P012 and OV3640 sensors
 - LDP with OV3640 sensor

Sergio Aguirre (5):
  MT9P012: Add driver
  DW9710: Add driver
  OV3640: Add driver
  OMAP3430SDP: Add support for Camera Kit v3
  LDP: Add support for built-in camera

 arch/arm/mach-omap2/Makefile                    |    6 +-
 arch/arm/mach-omap2/board-3430sdp-camera.c      |  490 +++++
 arch/arm/mach-omap2/board-3430sdp.c             |   42 +-
 arch/arm/mach-omap2/board-ldp-camera.c          |  203 +++
 arch/arm/mach-omap2/board-ldp.c                 |   17 +
 arch/arm/plat-omap/include/mach/board-3430sdp.h |    1 +
 arch/arm/plat-omap/include/mach/board-ldp.h     |    1 +
 drivers/media/video/Kconfig                     |   31 +
 drivers/media/video/Makefile                    |    3 +
 drivers/media/video/dw9710.c                    |  548 ++++++
 drivers/media/video/dw9710_priv.h               |   57 +
 drivers/media/video/mt9p012.c                   | 1890 +++++++++++++++++++
 drivers/media/video/mt9p012_regs.h              |   74 +
 drivers/media/video/ov3640.c                    | 2202 +++++++++++++++++++++++
 drivers/media/video/ov3640_regs.h               |  600 ++++++
 include/media/dw9710.h                          |   35 +
 include/media/mt9p012.h                         |   37 +
 include/media/ov3640.h                          |   31 +
 18 files changed, 6265 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/mach-omap2/board-3430sdp-camera.c
 create mode 100644 arch/arm/mach-omap2/board-ldp-camera.c
 create mode 100644 drivers/media/video/dw9710.c
 create mode 100644 drivers/media/video/dw9710_priv.h
 create mode 100644 drivers/media/video/mt9p012.c
 create mode 100644 drivers/media/video/mt9p012_regs.h
 create mode 100644 drivers/media/video/ov3640.c
 create mode 100644 drivers/media/video/ov3640_regs.h
 create mode 100644 include/media/dw9710.h
 create mode 100644 include/media/mt9p012.h
 create mode 100644 include/media/ov3640.h


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

end of thread, other threads:[~2009-03-05  0:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-03 20:44 [RFC 0/5] Sensor drivers for OMAP3430SDP and LDP camera Aguirre Rodriguez, Sergio Alberto
2009-03-03 21:14 ` Aguirre Rodriguez, Sergio Alberto
2009-03-03 23:56   ` David Brownell
2009-03-04 23:52     ` Aguirre Rodriguez, Sergio Alberto
2009-03-05  0:28       ` David Brownell
2009-03-03 22:47 ` Hans Verkuil
2009-03-03 23:16   ` Aguirre Rodriguez, Sergio Alberto
2009-03-04  7:14     ` Hans Verkuil
2009-03-04  5:43 ` stanley.miao
2009-03-04  5:46   ` Aguirre Rodriguez, Sergio Alberto
2009-03-04 15:40     ` Aguirre Rodriguez, Sergio Alberto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox