Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e6bc59330e34626082a6b2e4733802e372781c8d
/
drivers
/
media
/
video
/
mx3_camera.c
2795343
Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
bed8d80
[media] soc-camera: Honor user-requested bytesperline and sizeimage
by Laurent Pinchart
· 13 years ago
ad3b81f
[media] soc-camera: Add plane layout information to struct soc_mbus_pixelfmt
by Laurent Pinchart
· 13 years ago
1c0f95e
[media] soc_camera: Use soc_camera_device::bytesperline to compute line sizes
by Laurent Pinchart
· 13 years ago
2b61d46e
[media] soc_camera: Use soc_camera_device::sizeimage to compute buffer sizes
by Laurent Pinchart
· 13 years ago
fdf7748
media mx3 camera: prepare clk before enabling it
by Sascha Hauer
· 13 years ago
1605282
dmaengine/dma_slave: introduce inline wrappers
by Alexandre Bounine
· 13 years ago
57f2685
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 13 years ago
1d6629b
[media] convert drivers/media/* to use module_platform_driver()
by Axel Lin
· 13 years ago
8843d11
[media] soc-camera: remove redundant parameter from .set_bus_param()
by Guennadi Liakhovetski
· 13 years ago
e0d23ef
Merge branch 'dma_slave_direction' into next_test_dirn
by Vinod Koul
· 13 years ago
07f9244
[media] V4L: mx3-camera: prepare to support multi-size buffers
by Guennadi Liakhovetski
· 13 years ago
fc714e7
[media] V4L: vb2: prepare to support multi-size buffers
by Guennadi Liakhovetski
· 13 years ago
579cea0
[media] V4L: mx3_camera: convert to the new mbus-config subdev operations
by Guennadi Liakhovetski
· 13 years ago
1003cab
media, video: move to dma_transfer_direction
by Vinod Koul
· 13 years ago
ba7fcb0
[media] media: vb2: dma contig allocator: use dma_addr instread of paddr
by Marek Szyprowski
· 13 years ago
035aa14
[media] media: vb2: change plane sizes array to unsigned int[]
by Marek Szyprowski
· 13 years ago
7dfff95
[media] V4L: soc-camera: remove soc-camera bus and devices on it
by Guennadi Liakhovetski
· 13 years ago
6523208
[media] V4L: mx3_camera: remove redundant calculations
by Guennadi Liakhovetski
· 13 years ago
64dc3c1
[media] Stop using linux/version.h on the remaining video drivers
by Mauro Carvalho Chehab
· 13 years ago
d2dcad4
[media] V4L: soc-camera: a missing mediabus code -> fourcc translation is not critical
by Guennadi Liakhovetski
· 14 years ago
cc552b6
[media] V4L: soc-camera: add a new packing for YUV 4:2:0 type formats
by Guennadi Liakhovetski
· 14 years ago
08a31b9
[media] V4L: mx3_camera: implement .stop_streaming()
by Guennadi Liakhovetski
· 14 years ago
379fa5d
[media] V4L: mx3_camera: convert to videobuf2
by Guennadi Liakhovetski
· 14 years ago
a48be1d
[media] V4L: mx3_camera: fix capture issues for non 8-bit per pixel formats
by Alberto Panizzo
· 14 years ago
44facdc8c
[media] V4L: mx3_camera: correct 'sizeimage' value reporting
by Anatolij Gustschin
· 14 years ago
b6a633c
[media] v4l: soc-camera: switch to .unlocked_ioctl
by Guennadi Liakhovetski
· 14 years ago
101b25b
[media] drivers/media: Use vzalloc
by Joe Perches
· 14 years ago
a8de663
[media] ARM mx3_camera: check for DMA engine type
by Sascha Hauer
· 14 years ago
e3cfd44
V4L/DVB: videobuf: add ext_lock argument to the queue init functions (part 2)
by Hans Verkuil
· 14 years ago
57bee29
V4L/DVB: soc-camera: allow only one video queue per device
by Guennadi Liakhovetski
· 14 years ago
0e0809a
V4L/DVB: videobuf: add queue argument to videobuf_waiton()
by Hans Verkuil
· 14 years ago
3805f20
V4L/DVB: v4l2-subdev.h: fix enum_mbus_fmt prototype
by Hans Verkuil
· 15 years ago
e26b314
V4L/DVB: The first two parameters of soc_camera_limit_side() are usually pointers to struct v4l2_rect elements. They are signed, so adjust the prototype accordingly
by Márton Németh
· 15 years ago
760697b
V4L/DVB (13659): soc-camera: convert to the new mediabus API
by Guennadi Liakhovetski
· 15 years ago
5d28d52
V4L/DVB (13645): soc-camera: fix multi-line comment coding style
by Guennadi Liakhovetski
· 15 years ago
f39c1ab
V4L/DVB (13343): v4l: add more missing linux/sched.h includes
by Guennadi Liakhovetski
· 15 years ago
6a6c878
V4L/DVB (12534): soc-camera: V4L2 API compliant scaling (S_FMT) and cropping (S_CROP)
by Guennadi Liakhovetski
· 15 years ago
0166b74
V4L/DVB (12533): soc-camera: Use video device object for output in host drivers
by Guennadi Liakhovetski
· 15 years ago
c9c1f1c
V4L/DVB (12530): soc-camera: switch to using v4l2_subdev_call()
by Guennadi Liakhovetski
· 15 years ago
08590b9
V4L/DVB (12529): soc-camera: switch to s_crop v4l2-subdev video operation
by Guennadi Liakhovetski
· 15 years ago
a0705b0
V4L/DVB (12515): soc-camera: use struct v4l2_rect in struct soc_camera_device
by Guennadi Liakhovetski
· 15 years ago
979ea1d
V4L/DVB (12510): soc-camera: (partially) convert to v4l2-(sub)dev API
by Guennadi Liakhovetski
· 15 years ago
40e2e09
V4L/DVB (12506): soc-camera: convert to platform device
by Guennadi Liakhovetski
· 15 years ago
2dd54a5
V4L/DVB (12424): soc-camera: fix recursive locking in .buf_queue()
by Guennadi Liakhovetski
· 15 years ago
e36bc31
V4L/DVB (11992): Add missing __devexit_p()
by Jean Delvare
· 15 years ago
eff505f
V4L/DVB (11609): soc-camera: remove an extra device generation from struct soc_camera_host
by Guennadi Liakhovetski
· 16 years ago
eb6c855
V4L/DVB (11608): soc-camera: host-driver cleanup
by Guennadi Liakhovetski
· 16 years ago
e39c904
V4L/DVB (11612): mx3_camera: Fix compilation with CONFIG_PM
by Sascha Hauer
· 16 years ago
b71df97
V4L/DVB (11349): mx3-camera: adapt the clock definition and the driver to the new clock naming
by Guennadi Liakhovetski
· 16 years ago
09e231b
V4L/DVB (11024): soc-camera: separate S_FMT and S_CROP operations
by Guennadi Liakhovetski
· 16 years ago
4f67130
V4L/DVB (10674): soc-camera: camera host driver for i.MX3x SoCs
by Guennadi Liakhovetski
· 16 years ago