Changeset 4940
- Timestamp:
- 02/27/09 05:39:05 (4 years ago)
- Location:
- developers/werner/gta03/cam/patches
- Files:
-
- 2 added
- 2 edited
-
add-s3c-cam-platform.patch (added)
-
add-s3c-camif.patch (modified) (5 diffs)
-
mach-gta03-add-cam.patch (added)
-
series (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
developers/werner/gta03/cam/patches/add-s3c-camif.patch
r4938 r4940 2 2 =================================================================== 3 3 --- /dev/null 1970-01-01 00:00:00.000000000 +0000 4 +++ cam/drivers/media/video/s3c_camera_driver.c 2009-02-2 6 21:30:41.000000000 +08004 +++ cam/drivers/media/video/s3c_camera_driver.c 2009-02-27 11:44:41.000000000 +0800 5 5 @@ -0,0 +1,1884 @@ 6 6 +/* drivers/media/video/s3c_camera_driver.c … … 1846 1846 +void s3c_camif_open_sensor(camif_cis_t *cis) 1847 1847 +{ 1848 +printk("cam_clock %p cis %p\n", cam_clock, cis); 1848 1849 + clk_set_rate(cam_clock, cis->camclk); 1849 1850 + s3c_camif_reset(cis->reset_type, cis->reset_udelay); … … 1887 1888 +MODULE_DESCRIPTION("S3C Camera Driver for FIMC Interface"); 1888 1889 +MODULE_LICENSE("GPL"); 1889 +1890 1890 Index: cam/drivers/media/video/s3c_camif.c 1891 1891 =================================================================== 1892 1892 --- /dev/null 1970-01-01 00:00:00.000000000 +0000 1893 +++ cam/drivers/media/video/s3c_camif.c 2009-02-26 2 2:28:44.000000000 +08001893 +++ cam/drivers/media/video/s3c_camif.c 2009-02-26 23:54:22.000000000 +0800 1894 1894 @@ -0,0 +1,1872 @@ 1895 1895 +/* drivers/media/video/s3c_camif.c … … 3768 3768 =================================================================== 3769 3769 --- /dev/null 1970-01-01 00:00:00.000000000 +0000 3770 +++ cam/drivers/media/video/s3c_camif.h 2009-02-26 2 1:30:41.000000000 +08003770 +++ cam/drivers/media/video/s3c_camif.h 2009-02-26 23:54:22.000000000 +0800 3771 3771 @@ -0,0 +1,404 @@ 3772 3772 +/* drivers/media/video/s3c_camif.h … … 4177 4177 =================================================================== 4178 4178 --- /dev/null 1970-01-01 00:00:00.000000000 +0000 4179 +++ cam/drivers/media/video/videodev2_s3c.h 2009-02-26 2 1:30:41.000000000 +08004179 +++ cam/drivers/media/video/videodev2_s3c.h 2009-02-26 23:54:22.000000000 +0800 4180 4180 @@ -0,0 +1,210 @@ 4181 4181 +#ifndef __VIDEODEV2_S3C_H_ -
developers/werner/gta03/cam/patches/series
r4938 r4940 1 1 add-s3c-cam-config.patch 2 #mach-gta03-add-cam.patch3 2 add-s3c-camif-regs.patch 4 3 add-samsung-cams-i2c.patch 5 4 add-s5k4.patch 5 add-64xx-cam-clock.patch 6 6 add-s3c-camif.patch 7 add-64xx-cam-clock.patch 7 add-s3c-cam-platform.patch 8 mach-gta03-add-cam.patch
Note: See TracChangeset
for help on using the changeset viewer.
