index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
sh_mobile_ceu_camera.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-04
[media] V4L: sh_mobile_ceu_camera: the host shall configure the pipeline
Guennadi Liakhovetski
1
-5
/
+15
2011-11-04
[media] V4L: sh-mobile-ceu-camera: prepare to support multi-size buffers
Guennadi Liakhovetski
1
-43
/
+81
2011-11-04
[media] sh_mobile_ceu_camera: implement the control handler
Hans Verkuil
1
-53
/
+38
2011-11-04
[media] V4L: vb2: prepare to support multi-size buffers
Guennadi Liakhovetski
1
-0
/
+1
2011-11-04
[media] V4L: sh-mobile-ceu-camera: fix mixed CSI2 & parallel camera case
Guennadi Liakhovetski
1
-3
/
+6
2011-11-04
[media] V4L: sh_mobile_ceu_camera: convert to the new mbus-config subdev oper...
Guennadi Liakhovetski
1
-74
/
+82
2011-11-04
[media] V4L: sh_mobile_ceu_camera: remove duplicated code
Guennadi Liakhovetski
1
-3
/
+0
2011-11-04
[media] V4L: sh_mobile_ceu_camera: fix field addresses in interleaved mode
Guennadi Liakhovetski
1
-6
/
+19
2011-11-04
[media] V4L: sh_mobile_ceu_camera: don't try to improve client scaling, if pe...
Guennadi Liakhovetski
1
-5
/
+16
2011-11-04
[media] V4L: sh_mobile_ceu_camera: output image sizes must be a multiple of 4
Guennadi Liakhovetski
1
-18
/
+31
2011-09-06
[media] media: vb2: dma contig allocator: use dma_addr instread of paddr
Marek Szyprowski
1
-1
/
+1
2011-09-06
[media] media: vb2: change plane sizes array to unsigned int[]
Marek Szyprowski
1
-2
/
+2
2011-07-28
[media] V4L: sh_mobile_ceu_camera: fix Oops when USERPTR mapping fails
Guennadi Liakhovetski
1
-2
/
+6
2011-07-28
[media] V4L: soc-camera: remove soc-camera bus and devices on it
Guennadi Liakhovetski
1
-37
/
+37
2011-07-28
[media] V4L: sh_mobile_csi2: switch away from using the soc-camera bus notifier
Guennadi Liakhovetski
1
-28
/
+89
2011-07-28
[media] V4L: sh_mobile_ceu_camera: remove redundant calculations
Guennadi Liakhovetski
1
-5
/
+0
2011-07-28
[media] Stop using linux/version.h on the remaining video drivers
Mauro Carvalho Chehab
1
-2
/
+1
2011-05-20
[media] V4L: soc-camera: a missing mediabus code -> fourcc translation is not...
Guennadi Liakhovetski
1
-2
/
+2
2011-05-20
[media] V4L: sh_mobile_ceu_camera: implement live cropping
Guennadi Liakhovetski
1
-18
/
+111
2011-05-20
[media] V4L: sh_mobile_ceu_camera: implement .stop_streaming()
Guennadi Liakhovetski
1
-0
/
+21
2011-04-13
[media] soc-camera: fix a recent multi-camera breakage on sh-mobile
Guennadi Liakhovetski
1
-5
/
+5
2011-03-23
[media] sh_mobile_ceu_camera: Do not call vb2's mem_ops directly
Pawel Osciak
1
-3
/
+1
2011-03-22
[media] V4l: sh_mobile_ceu_camera: fix cropping offset calculation
Guennadi Liakhovetski
1
-8
/
+4
2011-03-22
[media] V4L: sh_mobile_ceu_camera: convert to videobuf2
Guennadi Liakhovetski
1
-153
/
+111
2010-12-31
[media] v4l: soc-camera: switch to .unlocked_ioctl
Guennadi Liakhovetski
1
-1
/
+1
2010-12-20
[media] soc-camera: fix static build of the sh_mobile_csi2.c driver
Guennadi Liakhovetski
1
-1
/
+1
2010-10-21
[media] V4L: sh_mobile_ceu_camera: use default .get_parm() and .set_parm() op...
Guennadi Liakhovetski
1
-18
/
+0
2010-10-21
V4L/DVB: videobuf: add ext_lock argument to the queue init functions (part 2)
Hans Verkuil
1
-1
/
+1
2010-10-21
V4L/DVB: soc-camera: allow only one video queue per device
Guennadi Liakhovetski
1
-4
/
+4
2010-10-21
V4L/DVB: videobuf: add queue argument to videobuf_waiton()
Hans Verkuil
1
-1
/
+1
2010-08-02
V4L/DVB: V4L2: sh_mobile_camera_ceu: add support for CSI2
Guennadi Liakhovetski
1
-15
/
+116
2010-08-02
V4L/DVB: mediabus: fix ambiguous pixel code names
Guennadi Liakhovetski
1
-8
/
+8
2010-08-02
V4L/DVB: sh_mobile_ceu_camera: fix debugging message
Guennadi Liakhovetski
1
-1
/
+1
2010-06-01
V4L/DVB: v4l2-subdev.h: fix enum_mbus_fmt prototype
Hans Verkuil
1
-2
/
+2
2010-05-19
V4L/DVB: sh_mobile_ceu_camera.c: preserve output window on VIDIOC_S_CROP
Guennadi Liakhovetski
1
-292
/
+309
2010-05-19
V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacks
Andreas Bombe
1
-2
/
+2
2010-05-18
V4L/DVB: The first two parameters of soc_camera_limit_side() are usually poin...
Márton Németh
1
-4
/
+4
2010-05-07
V4L/DVB: video: testing unsigned for less than 0
Dan Carpenter
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-26
sh_mobile_ceu_camera: pass .set_parm and .get_parm down to subdevices
Guennadi Liakhovetski
1
-0
/
+18
2010-01-17
V4L/DVB sh_mobile_ceu: don't check platform_get_irq's return value against zero
Uwe Kleine-König
1
-1
/
+1
2009-12-16
V4L/DVB (13671): sh_mobile_ceu_camera: Remove frame size page alignment
Magnus Damm
1
-2
/
+2
2009-12-16
V4L/DVB (13665): sh_mobile_ceu_camera: Add support for sync polarity selection
Kuninori Morimoto
1
-0
/
+17
2009-12-16
V4L/DVB (13663): sh_mobile_ceu: Add V4L2_FIELD_INTERLACED_BT/TB support
Kuninori Morimoto
1
-24
/
+51
2009-12-16
V4L/DVB (13659): soc-camera: convert to the new mediabus API
Guennadi Liakhovetski
1
-169
/
+234
2009-12-16
V4L/DVB (13646): sh_mobile_ceu_camera: do not mark host occupied, when adding...
Guennadi Liakhovetski
1
-2
/
+5
2009-12-16
V4L/DVB (13645): soc-camera: fix multi-line comment coding style
Guennadi Liakhovetski
1
-6
/
+12
2009-12-16
V4L/DVB (13605): sh_mobile_ceu_camera: don't use __exit_p to wrap sh_mobile_c...
Uwe Kleine-König
1
-1
/
+1
2009-12-15
const: constify remaining dev_pm_ops
Alexey Dobriyan
1
-1
/
+1
2009-12-05
V4L/DVB (13128): sh_mobile_ceu_camera: add VBP error support
Kuninori Morimoto
1
-8
/
+33
[next]