]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
OMAP: camera code cleanups and compilation fixes
authorSamuel Ortiz <samuel.ortiz@solidboot.com>
Wed, 14 Jun 2006 11:58:12 +0000 (14:58 +0300)
committerJuha Yrjola <juha.yrjola@solidboot.com>
Wed, 14 Jun 2006 11:58:12 +0000 (14:58 +0300)
commit7f4940eae2adf22525f902203b35ec7388437890
tree1afebf4e81cfcc2a118d9d8ccc708eba3185241c
parent2a41949669e76c01133590edf4fa14eea5d22c1b
OMAP: camera code cleanups and compilation fixes

- Fixed the Makefile: camera_core should be compiled only for OMAP1, and in
  conjunction with omap16xxcam.c.
- Fixed the sensor->init() calls and prototype in camera_core.c and
  sensor_ov9640.c.
- Ported the code to the new videobuf code.
- Renamed camera_sensor to omap_camera_sensor since this is an OMAP-specific
  structure.

Signed-off-by: Samuel Ortiz <samuel.ortiz@solidboot.com>
Signed-off-by: Juha Yrjola <juha.yrjola@solidboot.com>
drivers/media/video/omap/Makefile
drivers/media/video/omap/camera_core.c
drivers/media/video/omap/camera_core.h
drivers/media/video/omap/sensor_if.h
drivers/media/video/omap/sensor_ov9640.c