Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fd1dce3785422b8d7b177dd97d02bf1561a66c60
/
drivers
/
media
/
platform
/
sh_vou.c
b7b361f
[media] platform: constify vb2_ops structures
by Julia Lawall
· 8 years ago
10d5509c
[media] v4l2: remove g/s_crop from video ops
by Hans Verkuil
· 9 years ago
36c0f8b
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
by Hans Verkuil
· 9 years ago
1ad70ce
[media] media/platform: convert drivers to use the new vb2_queue dev field
by Hans Verkuil
· 9 years ago
d6dd645
[media] media: videobuf2: Move timestamp to vb2_buffer
by Junghak Sung
· 9 years ago
df9ecb0
[media] vb2: drop v4l2_format argument from queue_setup
by Hans Verkuil
· 9 years ago
d647f0b
[media] include/media: move driver interface headers to a separate dir
by Mauro Carvalho Chehab
· 9 years ago
33119e8
[media] media: videobuf2: Change queue_setup argument
by Junghak Sung
· 9 years ago
2d70071
[media] media: videobuf2: Restructure vb2_buffer
by Junghak Sung
· 9 years ago
2a1e91a
[media] sh_vou: declare static functions as such
by Mauro Carvalho Chehab
· 9 years ago
0b3474f
[media] sh-vou: add support for log_status
by Hans Verkuil
· 9 years ago
57af3ad5
[media] sh-vou: convert to vb2
by Hans Verkuil
· 9 years ago
5c3edcb
[media] sh-vou: fix bytesperline
by Hans Verkuil
· 9 years ago
66853ec
[media] sh-vou: let sh_vou_s_fmt_vid_out call sh_vou_try_fmt_vid_out
by Hans Verkuil
· 9 years ago
61fbacc
[media] sh-vou: replace g/s_crop/cropcap by g/s_selection
by Hans Verkuil
· 9 years ago
22df2e7
[media] sh-vou: fix incorrect initial pixelformat
by Hans Verkuil
· 9 years ago
4de00d0
[media] sh-vou: support compulsory G/S/ENUM_OUTPUT ioctls
by Hans Verkuil
· 9 years ago
c5f9808
[media] sh-vou: use v4l2_fh
by Hans Verkuil
· 9 years ago
d8046ee
[media] sh-vou: fix querycap support
by Hans Verkuil
· 9 years ago
4690271
[media] sh-vou: use resource managed calls
by Hans Verkuil
· 9 years ago
5ac417e
[media] sh_vou: avoid going past arrays
by Mauro Carvalho Chehab
· 9 years ago
ebf984b
[media] v4l2: replace s_mbus_fmt by set_fmt in bridge drivers
by Hans Verkuil
· 10 years ago
d079f99
[media] media: sh_vou: embed video_device
by Lad, Prabhakar
· 10 years ago
2160abb2
[media] sh_vou: fix memory leak on error paths in sh_vou_open()
by Alexey Khoroshilov
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
a020c74
[media] media/platform: fix querycap
by Hans Verkuil
· 10 years ago
27ffaeb
[media] platform: Make use of media_bus_format enum
by Boris BREZILLON
· 10 years ago
1847265
media: platform: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
a622cc5
[media] sh_vou: comment unused vars
by Mauro Carvalho Chehab
· 11 years ago
3f8965e
[media] v4l: sh_vou: Fix warnings due to improper casts and printk formats
by Laurent Pinchart
· 11 years ago
47c32ec
[media] sh_vou: almost forever loop in sh_vou_try_fmt_vid_out()
by Dan Carpenter
· 11 years ago
5d40810
[media] sh_vou: remove current_norm
by Hans Verkuil
· 11 years ago
abca205
[media] v4l2: remove g_chip_ident from bridge drivers where it is easy to do so
by Hans Verkuil
· 11 years ago
977ba3b
[media] v4l2: add const to argument of write-only s_register ioctl
by Hans Verkuil
· 12 years ago
314527a
[media] v4l2: pass std by value to the write-only s_std ioctl
by Hans Verkuil
· 12 years ago
b3fd87b
[media] sh_vou: Use module_platform_driver_probe macro
by Sachin Kamat
· 12 years ago
d899edd
[media] sh_vou: Use vou_dev instead of vou_file wherever possible
by Laurent Pinchart
· 12 years ago
fd51625
[media] sh_vou: Use video_drvdata()
by Laurent Pinchart
· 12 years ago
a32f7d1
Merge branch 'v4l_for_linus' into staging/for_v3.9
by Mauro Carvalho Chehab
· 12 years ago
4c62e97
Drivers: media: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
8e6057b
[media] v4l: Convert drivers to use monotonic timestamps
by Sakari Ailus
· 12 years ago
bc1ebd7
[media] media: sh-vou: fix compiler warnings
by Guennadi Liakhovetski
· 12 years ago
1780358
[media] media: sh_vou: fix const cropping related warnings
by Guennadi Liakhovetski
· 12 years ago
b6ba418
[media] media: sh-vou: fix compilation breakage
by Guennadi Liakhovetski
· 12 years ago
954f340
[media] Set vfl_dir for all display or m2m drivers
by Hans Verkuil
· 12 years ago
4f99659
[media] v4l2: make vidioc_s_crop const
by Hans Verkuil
· 12 years ago
2c3fb08
[media] rename drivers/media/video as .../platform
by Mauro Carvalho Chehab
· 12 years ago
[Renamed from drivers/media/video/sh_vou.c]
f135a8a
[media] sh_vou: remove V4L2_FL_LOCK_ALL_FOPS
by Hans Verkuil
· 12 years ago
5126f25
[media] v4l2-dev: add flag to have the core lock all file operations
by Hans Verkuil
· 12 years ago
7a707b8
drivers/media: Add module.h to all files using it implicitly
by Paul Gortmaker
· 13 years ago
64dc3c1
[media] Stop using linux/version.h on the remaining video drivers
by Mauro Carvalho Chehab
· 13 years ago
8efc1a1
Merge branch 'bkl_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
by Linus Torvalds
· 14 years ago
6975669
[media] sh_vou: convert to unlocked_ioctl
by Hans Verkuil
· 14 years ago
9a1f8b3
[media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functions
by Laurent Pinchart
· 14 years ago
2334e79
[media] sh_vou: Don't use module names to load I2C modules
by Laurent Pinchart
· 14 years ago
e3cfd44
V4L/DVB: videobuf: add ext_lock argument to the queue init functions (part 2)
by Hans Verkuil
· 14 years ago
0e0809a
V4L/DVB: videobuf: add queue argument to videobuf_waiton()
by Hans Verkuil
· 14 years ago
765fe17
V4L/DVB: V4L2: sh_vou: VOU does support the full PAL resolution too
by Guennadi Liakhovetski
· 14 years ago
ace6e97
V4L/DVB: mediabus: fix ambiguous pixel code names
by Guennadi Liakhovetski
· 14 years ago
3b23db3
V4L/DVB: V4L2: fix sh_vou.c compile breakage: #include <slab.h>
by Guennadi Liakhovetski
· 14 years ago
a81fb9b
V4L/DVB: V4L: SuperH Video Output Unit (VOU) driver
by Guennadi Liakhovetski
· 15 years ago