Changeset 4940


Ignore:
Timestamp:
02/27/09 05:39:05 (4 years ago)
Author:
werner
Message:

Add CAMIF platform device and use it on GTA03. We now crash one clock later ;-)

Location:
developers/werner/gta03/cam/patches
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • developers/werner/gta03/cam/patches/add-s3c-camif.patch

    r4938 r4940  
    22=================================================================== 
    33--- /dev/null   1970-01-01 00:00:00.000000000 +0000 
    4 +++ cam/drivers/media/video/s3c_camera_driver.c 2009-02-26 21:30:41.000000000 +0800 
     4+++ cam/drivers/media/video/s3c_camera_driver.c 2009-02-27 11:44:41.000000000 +0800 
    55@@ -0,0 +1,1884 @@ 
    66+/* drivers/media/video/s3c_camera_driver.c 
     
    18461846+void s3c_camif_open_sensor(camif_cis_t *cis) 
    18471847+{ 
     1848+printk("cam_clock %p cis %p\n", cam_clock, cis); 
    18481849+       clk_set_rate(cam_clock, cis->camclk); 
    18491850+       s3c_camif_reset(cis->reset_type, cis->reset_udelay); 
     
    18871888+MODULE_DESCRIPTION("S3C Camera Driver for FIMC Interface"); 
    18881889+MODULE_LICENSE("GPL"); 
    1889 + 
    18901890Index: cam/drivers/media/video/s3c_camif.c 
    18911891=================================================================== 
    18921892--- /dev/null   1970-01-01 00:00:00.000000000 +0000 
    1893 +++ cam/drivers/media/video/s3c_camif.c 2009-02-26 22:28:44.000000000 +0800 
     1893+++ cam/drivers/media/video/s3c_camif.c 2009-02-26 23:54:22.000000000 +0800 
    18941894@@ -0,0 +1,1872 @@ 
    18951895+/* drivers/media/video/s3c_camif.c 
     
    37683768=================================================================== 
    37693769--- /dev/null   1970-01-01 00:00:00.000000000 +0000 
    3770 +++ cam/drivers/media/video/s3c_camif.h 2009-02-26 21:30:41.000000000 +0800 
     3770+++ cam/drivers/media/video/s3c_camif.h 2009-02-26 23:54:22.000000000 +0800 
    37713771@@ -0,0 +1,404 @@ 
    37723772+/* drivers/media/video/s3c_camif.h 
     
    41774177=================================================================== 
    41784178--- /dev/null   1970-01-01 00:00:00.000000000 +0000 
    4179 +++ cam/drivers/media/video/videodev2_s3c.h     2009-02-26 21:30:41.000000000 +0800 
     4179+++ cam/drivers/media/video/videodev2_s3c.h     2009-02-26 23:54:22.000000000 +0800 
    41804180@@ -0,0 +1,210 @@ 
    41814181+#ifndef __VIDEODEV2_S3C_H_ 
  • developers/werner/gta03/cam/patches/series

    r4938 r4940  
    11add-s3c-cam-config.patch 
    2 #mach-gta03-add-cam.patch 
    32add-s3c-camif-regs.patch 
    43add-samsung-cams-i2c.patch 
    54add-s5k4.patch 
     5add-64xx-cam-clock.patch 
    66add-s3c-camif.patch 
    7 add-64xx-cam-clock.patch 
     7add-s3c-cam-platform.patch 
     8mach-gta03-add-cam.patch 
Note: See TracChangeset for help on using the changeset viewer.