development kernel tree: Changes to 'stable'

git at git.openmoko.org git at git.openmoko.org
Wed Jul 2 23:37:20 CEST 2008


 arch/arm/mach-s3c2440/Kconfig                    |    4 +-
 arch/arm/mach-s3c2440/Makefile                   |   26 +-
 arch/arm/mach-s3c2440/camera/Kconfig             |    7 +
 arch/arm/mach-s3c2440/camera/Makefile            |    9 +
 arch/arm/mach-s3c2440/camera/bits.h              |   48 ++
 arch/arm/mach-s3c2440/camera/cam_reg.h           |  220 +++++
 arch/arm/mach-s3c2440/camera/camif.c             |  978 ++++++++++++++++++++++
 arch/arm/mach-s3c2440/camera/camif.h             |  304 +++++++
 arch/arm/mach-s3c2440/camera/camif_fsm.c         |  427 ++++++++++
 arch/arm/mach-s3c2440/camera/imgsensor.c         |  255 ++++++
 arch/arm/mach-s3c2440/camera/miscdevice.h        |   18 +
 arch/arm/mach-s3c2440/camera/qt-driver.c         |  169 ++++
 arch/arm/mach-s3c2440/camera/qt.h                |   18 +
 arch/arm/mach-s3c2440/camera/s5x532.h            |  143 ++++
 arch/arm/mach-s3c2440/camera/s5x532_rev36.h      |  208 +++++
 arch/arm/mach-s3c2440/camera/sensor.h            |   20 +
 arch/arm/mach-s3c2440/camera/sxga.h              |  504 +++++++++++
 arch/arm/mach-s3c2440/camera/userapp.h           |   44 +
 arch/arm/mach-s3c2440/camera/v4l2_api.c          |  311 +++++++
 arch/arm/mach-s3c2440/camera/video-driver.c      |  591 +++++++++++++
 arch/arm/mach-s3c2440/camera/videodev.c          |  342 ++++++++
 arch/arm/mach-s3c2440/camera/videodev.h          |  110 +++
 arch/arm/mach-s3c2440/camera/videodev2.h         |  938 +++++++++++++++++++++
 arch/arm/plat-s3c24xx/neo1973_pm_resume_reason.c |   53 +-
 24 files changed, 5701 insertions(+), 46 deletions(-)

New commits:
commit 8602650d636b32c01fd11337dffc1df310f024e6
Author: SW.LEE <hitchcar at samsung.com>
Date:   Wed Jul 2 22:36:46 2008 +0100

    introduce-samsung-camera-unit-driver.patch
    
    This is the kernel side of an old (2004) samsung camera driver for 2440
    It doesn't compile on modern kernel yet, this patch introduces it into the
    kernel tree without gross mods, so it is broken code we can start to work on

commit 2a48642ac0347c70f105997392f50b1ce8df45a3
Author: Andy Green <andy at openmoko.com>
Date:   Wed Jul 2 22:36:10 2008 +0100

    add-gta01-resume-sysfs.patch
    
    Adds the somewhat simpler resume source support for GTA01
    since PMU is not a wake source
    
    Signed-off-by: Andy Green <andy at openmoko.com>





More information about the commitlog mailing list