Changeset 4958
- Timestamp:
- 03/11/09 11:45:59 (4 years ago)
- Location:
- developers/werner/gta03/cam/patches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
developers/werner/gta03/cam/patches/NOTES
r4954 r4958 4 4 --from 'Werner Almesberger <werner@openmoko.org>' \ 5 5 --sender werner@openmoko.org \ 6 --subject 'Camera driver cleanup' \ 7 --to openmoko-kernel@lists.openmoko.org 8 9 quilt mail --mbox bar --prefix PATCH \ 10 --from 'Werner Almesberger <werner@openmoko.org>' \ 11 --sender werner@openmoko.org \ 12 --subject 'Camera clock fixes' \ 6 --subject 'Define and enable camera interface clock' \ 13 7 --to openmoko-kernel@lists.openmoko.org 14 8 … … 18 12 ----- 19 13 20 Camera driver cleanup 14 This patch series corrects the name of the camera clock, adds the 15 camera clock, and explicitly enables it. 21 16 22 This patch series does some light cleanup on the camera driver. 23 Most of the warnings, #ifdef hell, larger-scale redundancy, and 24 other gremlins are still there. 17 We need to do this since Qi turns off many of the clocks it doesn't 18 use after commit a24b5fcf84d2cf633a3f660edd23fa4c2a3da231 19 20 Ben, patches 1/3 and 2/3 are generic and should be of interest for 21 you. 22 23 Andy, this patch series is based on the patch that moves power 24 control to he driver. It's not in git yet, so please don't forget 25 to apply it first. 26 27 This patch series is only partially tested since that clock gating 28 change also broke the LCM driver. (Matt is working on it.) 25 29 26 30 - Werner 27 28 -----29 30 Camera clock fixes31 32 This patch series should (finally) get the camera clock right.33 34 Ben, patches 2/4 and 3/4 fix more issues in35 arch/arm/plat-s3c64xx/s3c6400-clock.c36 37 Andy, patch 1/4 is a reissue. It seems that you got one of my38 botched mails when applying the first one and the commit is39 thus empty.40 41 - Werner -
developers/werner/gta03/cam/patches/series
r4957 r4958 1 1 #hack-s3c_device_usb.patch 2 #defer-camera-powerup.patch 3 2 4 rename-camera-clock.patch 3 5 add-real-camif-clock.patch 4 defer-camera-powerup.patch5 6 use-camera-clock.patch -
developers/werner/gta03/cam/patches/use-camera-clock.patch
r4957 r4958 1 Index: cam/drivers/media/video/s3c_camera_driver.c 1 Enable camera interface clock 2 3 This patch explicitly enabled to "camif" clock, to make the driver 4 work again with Qi commit a24b5fcf84d2cf633a3f660edd23fa4c2a3da231. 5 6 Note that this is not fully tested since the Qi change also broke 7 the LCM driver. 8 9 Signed-off-by: Werner Almesberger <werner@openmoko.org> 10 11 --- 12 13 ifIndex: cam/drivers/media/video/s3c_camera_driver.c 2 14 =================================================================== 3 15 --- cam.orig/drivers/media/video/s3c_camera_driver.c 2009-03-11 16:58:55.000000000 +0800
Note: See TracChangeset
for help on using the changeset viewer.
