]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/staging/dream/camera/mt9t013.c
Staging: HTC Dream: add camera support
authorBrian Swetland <swetland@google.com>
Fri, 17 Jul 2009 12:45:17 +0000 (14:45 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:43 +0000 (12:01 -0700)
commiteb7b797b40043a79aafa33d8493918985e2c72ab
tree6e414a8aec904ed5d9a00a60bd83cf5babdc47df
parentcaff4caead44f6a1ed0bc8ca50d8607d01f69b78
Staging: HTC Dream: add camera support

This patch adds driver for HTC Dream camera. I guess driver is
slightly higher quality than usual for staging/ , but it is fairly big
and I don't feel like doing all the cleanups myself. Also some parts
can probably be removed, as they did not end up in shipping hardware..

Signed-off-by: Pavel Machek <pavel@ucw.cz>
Cc: Brian Swetland <swetland@google.com>
Cc: Iliyan Malchev <ibm@android.com>
Cc: San Mehat <san@android.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
23 files changed:
drivers/staging/dream/camera/Kconfig [new file with mode: 0644]
drivers/staging/dream/camera/Makefile [new file with mode: 0644]
drivers/staging/dream/camera/msm_camera.c [new file with mode: 0644]
drivers/staging/dream/camera/msm_io7x.c [new file with mode: 0644]
drivers/staging/dream/camera/msm_io8x.c [new file with mode: 0644]
drivers/staging/dream/camera/msm_v4l2.c [new file with mode: 0644]
drivers/staging/dream/camera/msm_vfe7x.c [new file with mode: 0644]
drivers/staging/dream/camera/msm_vfe7x.h [new file with mode: 0644]
drivers/staging/dream/camera/msm_vfe8x.c [new file with mode: 0644]
drivers/staging/dream/camera/msm_vfe8x.h [new file with mode: 0644]
drivers/staging/dream/camera/msm_vfe8x_proc.c [new file with mode: 0644]
drivers/staging/dream/camera/msm_vfe8x_proc.h [new file with mode: 0644]
drivers/staging/dream/camera/mt9d112.c [new file with mode: 0644]
drivers/staging/dream/camera/mt9d112.h [new file with mode: 0644]
drivers/staging/dream/camera/mt9d112_reg.c [new file with mode: 0644]
drivers/staging/dream/camera/mt9p012.h [new file with mode: 0644]
drivers/staging/dream/camera/mt9p012_fox.c [new file with mode: 0644]
drivers/staging/dream/camera/mt9p012_reg.c [new file with mode: 0644]
drivers/staging/dream/camera/mt9t013.c [new file with mode: 0644]
drivers/staging/dream/camera/mt9t013.h [new file with mode: 0644]
drivers/staging/dream/camera/mt9t013_reg.c [new file with mode: 0644]
drivers/staging/dream/camera/s5k3e2fx.c [new file with mode: 0644]
drivers/staging/dream/camera/s5k3e2fx.h [new file with mode: 0644]