Changeset 4958


Ignore:
Timestamp:
03/11/09 11:45:59 (4 years ago)
Author:
werner
Message:

Bring it to state as posted.

Location:
developers/werner/gta03/cam/patches
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • developers/werner/gta03/cam/patches/NOTES

    r4954 r4958  
    44  --from 'Werner Almesberger <werner@openmoko.org>' \ 
    55  --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' \ 
    137  --to openmoko-kernel@lists.openmoko.org 
    148 
     
    1812----- 
    1913 
    20 Camera driver cleanup 
     14This patch series corrects the name of the camera clock, adds the 
     15camera clock, and explicitly enables it. 
    2116 
    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. 
     17We need to do this since Qi turns off many of the clocks it doesn't 
     18use after commit a24b5fcf84d2cf633a3f660edd23fa4c2a3da231 
     19 
     20Ben, patches 1/3 and 2/3 are generic and should be of interest for 
     21you. 
     22 
     23Andy, this patch series is based on the patch that moves power 
     24control to he driver. It's not in git yet, so please don't forget 
     25to apply it first. 
     26 
     27This patch series is only partially tested since that clock gating 
     28change also broke the LCM driver. (Matt is working on it.) 
    2529 
    2630- Werner 
    27  
    28 ----- 
    29  
    30 Camera clock fixes 
    31  
    32 This patch series should (finally) get the camera clock right. 
    33  
    34 Ben, patches 2/4 and 3/4 fix more issues in 
    35 arch/arm/plat-s3c64xx/s3c6400-clock.c 
    36  
    37 Andy, patch 1/4 is a reissue. It seems that you got one of my 
    38 botched mails when applying the first one and the commit is 
    39 thus empty. 
    40  
    41 - Werner 
  • developers/werner/gta03/cam/patches/series

    r4957 r4958  
    11#hack-s3c_device_usb.patch 
     2#defer-camera-powerup.patch 
     3 
    24rename-camera-clock.patch 
    35add-real-camif-clock.patch 
    4 defer-camera-powerup.patch 
    56use-camera-clock.patch 
  • developers/werner/gta03/cam/patches/use-camera-clock.patch

    r4957 r4958  
    1 Index: cam/drivers/media/video/s3c_camera_driver.c 
     1Enable camera interface clock 
     2 
     3This patch explicitly enabled to "camif" clock, to make the driver 
     4work again with Qi commit a24b5fcf84d2cf633a3f660edd23fa4c2a3da231. 
     5 
     6Note that this is not fully tested since the Qi change also broke 
     7the LCM driver. 
     8 
     9Signed-off-by: Werner Almesberger <werner@openmoko.org> 
     10 
     11--- 
     12 
     13ifIndex: cam/drivers/media/video/s3c_camera_driver.c 
    214=================================================================== 
    315--- 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.