index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
usb
/
s2255
/
s2255drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-23
media: s2255drv: fix a casting warning
Mauro Carvalho Chehab
1
-2
/
+2
2018-02-26
media: s2255drv: Remove unneeded if else blocks
Christopher Díaz Riveros
1
-8
/
+0
2017-12-08
media: s2255drv: update firmware load
Dean A
1
-7
/
+6
2017-10-31
media: s2255: Convert timers to use timer_setup()
Kees Cook
1
-3
/
+4
2017-08-27
media: usb: make video_device const
Bhumika Goyal
1
-1
/
+1
2017-08-20
media: usb: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-05-19
[media] s2255drv: avoid a switch fall through
Mauro Carvalho Chehab
1
-0
/
+2
2017-01-27
[media] media: Drop FSF's postal address from the source code files
Sakari Ailus
1
-4
/
+0
2016-10-14
[media] s2255drv: don't use stack for DMA
Mauro Carvalho Chehab
1
-2
/
+13
2016-09-19
[media] usb: constify vb2_ops structures
Julia Lawall
1
-1
/
+1
2016-08-24
[media] media: usb: s2255: s2255drv: don't print error when allocating urb fails
Wolfram Sang
1
-7
/
+2
2016-07-08
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
Hans Verkuil
1
-1
/
+1
2015-12-18
[media] media: videobuf2: Move timestamp to vb2_buffer
Junghak Sung
1
-1
/
+1
2015-12-18
[media] vb2: drop v4l2_format argument from queue_setup
Hans Verkuil
1
-1
/
+1
2015-10-20
[media] media: videobuf2: Change queue_setup argument
Junghak Sung
1
-1
/
+1
2015-10-01
[media] media: videobuf2: Restructure vb2_buffer
Junghak Sung
1
-12
/
+15
2015-01-27
[media] s2255drv: Use setup_timer
Julia Lawall
1
-3
/
+1
2014-12-11
Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-14
/
+11
2014-11-25
[media] USB: Deletion of unnecessary checks before three function calls
Markus Elfring
1
-2
/
+1
2014-11-21
[media] s2255drv: fix payload size for JPG, MJPEG
sensoray-dev
1
-1
/
+1
2014-11-11
[media] s2255drv: fix spinlock issue
sensoray-dev
1
-12
/
+10
2014-09-03
[media] s2255drv: fix sparse warning
Hans Verkuil
1
-1
/
+1
2014-07-04
[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIO
Ramakrishnan Muthukrishnan
1
-1
/
+0
2014-05-23
[media] s2255drv: fix memory leak s2255_probe()
Daeseok Youn
1
-1
/
+1
2014-05-23
[media] s2255: Do not free fw_data until timer handler has actually stopped u...
Kirill Tkhai
1
-2
/
+2
2014-04-23
[media] vb2: stop_streaming should return void
Hans Verkuil
1
-3
/
+2
2014-03-11
[media] s2255drv: memory leak fix
sensoray-dev
1
-5
/
+0
2014-03-05
[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flags
Sakari Ailus
1
-1
/
+1
2014-02-28
[media] s2255drv: upgrade to videobuf2
sensoray-dev
1
-360
/
+152
2014-02-28
[media] s2255drv: cleanup of s2255_fh
Dean Anderson
1
-50
/
+44
2014-02-28
[media] s2255drv: fix for return code not checked
Dean Anderson
1
-6
/
+10
2014-02-28
[media] s2255drv: dynamic memory allocation efficiency fix
Dean Anderson
1
-30
/
+37
2014-02-28
[media] s2255drv: remove redundant parameter
Dean Anderson
1
-4
/
+2
2014-02-28
[media] s2255drv: buffer setup fix
Dean Anderson
1
-12
/
+4
2014-02-28
[media] s2255drv: refactoring s2255_channel to s2255_vc
Dean Anderson
1
-258
/
+259
2014-02-28
[media] s2255drv: removal of s2255_dmaqueue structure
Dean Anderson
1
-19
/
+10
2014-02-04
[media] s2255drv: checkpatch fix: coding style fix
sensoray-dev
1
-182
/
+151
2013-08-01
[media] S2255: Removal of unnecessary videobuf_queue_is_busy
Dean Anderson
1
-7
/
+2
2013-03-24
[media] v4l2: pass std by value to the write-only s_std ioctl
Hans Verkuil
1
-4
/
+4
2013-03-05
[media] s2255: fix big-endian support
Hans Verkuil
1
-4
/
+7
2013-03-05
[media] s2255: choose YUYV as the default format, not YUV422P
Hans Verkuil
1
-5
/
+5
2013-03-05
[media] s2255: Add ENUM_FRAMESIZES support
Hans Verkuil
1
-22
/
+51
2013-03-05
[media] s2255: don't zero struct v4l2_streamparm
Hans Verkuil
1
-1
/
+0
2013-03-05
[media] s2255: fix field handling
Hans Verkuil
1
-46
/
+15
2013-03-05
[media] s2255: zero priv and set colorspace
Hans Verkuil
1
-0
/
+4
2013-03-05
[media] s2255: fixes in the way standards are handled
Hans Verkuil
1
-22
/
+39
2013-03-05
[media] s2255: add device_caps support to querycap
Hans Verkuil
1
-1
/
+3
2013-03-05
[media] s2255: add support for control events and prio handling
Hans Verkuil
1
-5
/
+17
2013-03-05
[media] s2255: add V4L2_CID_JPEG_COMPRESSION_QUALITY
Hans Verkuil
1
-7
/
+17
2013-03-05
[media] s2255: convert to the control framework
Hans Verkuil
1
-117
/
+55
[next]