Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d6dd645eae76eeb42cb47d9da69cd3f56b3f2cb6
/
drivers
/
media
/
usb
/
s2255
/
s2255drv.c
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
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
8bf554c
[media] s2255drv: Use setup_timer
by Julia Lawall
· 10 years ago
2183a58
Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 10 years ago
83f56f7
[media] USB: Deletion of unnecessary checks before three function calls
by Markus Elfring
· 10 years ago
1f39121
[media] s2255drv: fix payload size for JPG, MJPEG
by sensoray-dev
· 10 years ago
9694fbe
[media] s2255drv: fix spinlock issue
by sensoray-dev
· 10 years ago
ff3ec57
[media] s2255drv: fix sparse warning
by Hans Verkuil
· 10 years ago
95cd5d5
[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIO
by Ramakrishnan Muthukrishnan
· 11 years ago
e21c94e
[media] s2255drv: fix memory leak s2255_probe()
by Daeseok Youn
· 11 years ago
9f6be2b
[media] s2255: Do not free fw_data until timer handler has actually stopped using it
by Kirill Tkhai
· 11 years ago
e37559b
[media] vb2: stop_streaming should return void
by Hans Verkuil
· 11 years ago
4a1df5e
[media] s2255drv: memory leak fix
by sensoray-dev
· 11 years ago
ade4868
[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flags
by Sakari Ailus
· 11 years ago
340a30c
[media] s2255drv: upgrade to videobuf2
by sensoray-dev
· 11 years ago
92cde47
[media] s2255drv: cleanup of s2255_fh
by Dean Anderson
· 11 years ago
6a5b63b
[media] s2255drv: fix for return code not checked
by Dean Anderson
· 11 years ago
47d8c88
[media] s2255drv: dynamic memory allocation efficiency fix
by Dean Anderson
· 11 years ago
8bf405a
[media] s2255drv: remove redundant parameter
by Dean Anderson
· 11 years ago
9da62eb
[media] s2255drv: buffer setup fix
by Dean Anderson
· 11 years ago
5e950fa
[media] s2255drv: refactoring s2255_channel to s2255_vc
by Dean Anderson
· 11 years ago
d86c6a8
[media] s2255drv: removal of s2255_dmaqueue structure
by Dean Anderson
· 11 years ago
f540200
[media] s2255drv: checkpatch fix: coding style fix
by sensoray-dev
· 11 years ago
00865fe
[media] S2255: Removal of unnecessary videobuf_queue_is_busy
by Dean Anderson
· 11 years ago
314527a
[media] v4l2: pass std by value to the write-only s_std ioctl
by Hans Verkuil
· 12 years ago
0b84caa
[media] s2255: fix big-endian support
by Hans Verkuil
· 12 years ago
5c632b2
[media] s2255: choose YUYV as the default format, not YUV422P
by Hans Verkuil
· 12 years ago
05e5d44
[media] s2255: Add ENUM_FRAMESIZES support
by Hans Verkuil
· 12 years ago
3c72811
[media] s2255: don't zero struct v4l2_streamparm
by Hans Verkuil
· 12 years ago
9251361
[media] s2255: fix field handling
by Hans Verkuil
· 12 years ago
29ceb11
[media] s2255: zero priv and set colorspace
by Hans Verkuil
· 12 years ago
469af77
[media] s2255: fixes in the way standards are handled
by Hans Verkuil
· 12 years ago
3969600
[media] s2255: add device_caps support to querycap
by Hans Verkuil
· 12 years ago
44d06d8
[media] s2255: add support for control events and prio handling
by Hans Verkuil
· 12 years ago
7041dec
[media] s2255: add V4L2_CID_JPEG_COMPRESSION_QUALITY
by Hans Verkuil
· 12 years ago
192f1e7
[media] s2255: convert to the control framework
by Hans Verkuil
· 12 years ago
8e6057b
[media] v4l: Convert drivers to use monotonic timestamps
by Sakari Ailus
· 12 years ago
199ab8f
[media] s2255drv: index is always positive
by Mauro Carvalho Chehab
· 12 years ago
d88aab5
[media] v4l2: make vidioc_s_jpegcomp const
by Hans Verkuil
· 12 years ago
e839776
[media] drivers/media/usb/{s2255drv.c, tm6000/tm6000-alsa.c, tm6000/tm6000-input.c}: Remove potential NULL dereferences
by Julia Lawall
· 12 years ago
0aa77f6
[media] move the remaining USB drivers to drivers/media/usb
by Mauro Carvalho Chehab
· 12 years ago
[Renamed from drivers/media/video/s2255drv.c]
0e1f0ed
[media] s2255drv: remove V4L2_FL_LOCK_ALL_FOPS
by Hans Verkuil
· 13 years ago
1bec982
[media] s2255drv: Add MODULE_FIRMWARE statement
by Tim Gardner
· 12 years ago
8173090
[media] v4l: fix compiler warnings
by Hans Verkuil
· 13 years ago
5126f25
[media] v4l2-dev: add flag to have the core lock all file operations
by Hans Verkuil
· 13 years ago
3fc82fa
[media] s2255drv: Remove redundant NULL test before release_firmware()
by Jesper Juhl
· 13 years ago
3b2a630
[media] s2255drv: fix some endian bugs
by Dan Carpenter
· 13 years ago
6c61ac63
[media] s2255drv: cleanup vidioc_enum_fmt_cap()
by Dan Carpenter
· 13 years ago
ecb3b2b
USB: convert drivers/media/* to use module_usb_driver()
by Greg Kroah-Hartman
· 13 years ago
64dc3c1
[media] Stop using linux/version.h on the remaining video drivers
by Mauro Carvalho Chehab
· 14 years ago
8a8cc95
[media] s2255drv: firmware version update, vendor request change
by Sensoray Linux Development
· 14 years ago
e42e28f
[media] s2255drv: jpeg enable module parameter
by Sensoray Linux Development
· 14 years ago
d0ef854
[media] s2255drv: adding MJPEG format
by Sensoray Linux Development
· 14 years ago
a1b4c86
[media] s2255drv: atomic submit urb in completion handler
by Pete Eberlein
· 14 years ago
752eb7a
[media] s2255drv: firmware re-loading changes
by sensoray-dev
· 14 years ago
08af245
[media] V4L: remove V4L1 compatibility mode
by Hans Verkuil
· 14 years ago
a19a5cd
[media] s2255drv: remove BKL
by Pete Eberlein
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 14 years ago
08bff03
V4L/DVB: videobuf: add ext_lock argument to the queue init functions
by Hans Verkuil
· 14 years ago
f277097
V4L/DVB: drivers/media: Use available error codes
by Julia Lawall
· 14 years ago
fe85ce9
V4L/DVB: s2255drv: cleanup of device structure
by Dean Anderson
· 15 years ago
8b661b5
V4L/DVB: s2255drv: remove dead code
by Dan Carpenter
· 15 years ago
aab9796
V4L/DVB: s2255drv: return if vdev not found
by Dan Carpenter
· 15 years ago
eb78dee
V4L/DVB: s2255drv: firmware reload on timeout
by Dean Anderson
· 15 years ago
d62e85a
V4L/DVB: s2255drv: removes kref tracking and videodev parent
by Dean Anderson
· 15 years ago
65c6edb
V4L/DVB: s2255drv: fix: v4l2_dev should be registered once only.
by Dean Anderson
· 15 years ago
3a67b5cc
V4L/DVB: s2255drv: adding v4l2_device structure. video_register_device cleanup
by Dean Anderson
· 15 years ago
85b8548
V4L/DVB: s2255drv: cleanup of debug messages
by Dean Anderson
· 15 years ago
a5ef91c
V4L/DVB: s2255drv: removal of big kernel lock
by Dean Anderson
· 15 years ago
c0a2ec9
V4L/DVB: s2255drv: video_device_alloc call not checked fix
by Dean Anderson
· 15 years ago
ab85c6a
V4L/DVB: s2255drv: code cleanup
by Dean Anderson
· 15 years ago
ff7e22d
V4L/DVB: s2255drv: cleanup of driver disconnect code
by Dean Anderson
· 15 years ago
dab7e31
V4L/DVB: V4L2: Replace loops for finding max buffers in VIDIOC_REQBUFS callbacks
by Andreas Bombe
· 15 years ago
e6b44bc
V4L/DVB: s2255drv: support for frame skipping
by Dean Anderson
· 15 years ago
5a34d9d
V4L/DVB: s2255drv: Add support for 2257 device
by Dean Anderson
· 15 years ago
2e70db9
V4L/DVB: s2255drv: cleanup of V4L2 controls
by Dean Anderson
· 15 years ago
3fa0060
V4L/DVB: s2255drv: fixes for big endian arch
by Dean Anderson
· 15 years ago
4de39f5
V4L/DVB: s2255drv: adding video input status capability
by Dean Anderson
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
46b2109
V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments
by Laurent Pinchart
· 15 years ago
50462eb
V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor number
by Laurent Pinchart
· 15 years ago
63b0d5a
V4L/DVB (13554a): v4l: Use the video_drvdata function in drivers
by Laurent Pinchart
· 15 years ago
f0813b4
V4L/DVB (13553): v4l: Use the video_is_registered function in device drivers
by Laurent Pinchart
· 15 years ago
3e74683
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
by Linus Torvalds
· 15 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
f14a297
V4L/DVB (13241): Cleanup redundant tests on unsigned
by Roel Kluin
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
1f95725
V4L/DVB (13230): s2255drv: Don't conditionalize video buffer completion on waiting processes
by Mike Isely
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 16 years ago
b02064c
V4L/DVB (11738): patch: s2255drv: urb completion routine fixes
by Dean Anderson
· 16 years ago
7d85353
V4L/DVB (11851): patch: s2255drv: adding V4L2_MODE_HIGHQUALITY
by Dean Anderson
· 16 years ago
abce21f
V4L/DVB (11605): patch: s2255drv: code cleanup
by Dean Anderson
· 16 years ago
9d63cec
V4L/DVB (11570): patch: s2255drv: fix race condition on set mode
by Dean Anderson
· 16 years ago
b7732a3
V4L/DVB (11392): patch: s2255drv driver removal problem fixed
by Dean Anderson
· 16 years ago
e22ed88
V4L/DVB (10309): s2255drv: use usb_make_path to report bus info
by Thierry MERLE
· 16 years ago
be9ed51
V4L/DVB (10298): remove err macro from few usb devices
by Mauro Carvalho Chehab
· 16 years ago
bec4366
V4L/DVB (10135): v4l2: introduce v4l2_file_operations.
by Hans Verkuil
· 16 years ago
deaf53e
V4L/DVB (9635): v4l: s2255drv fix firmware test on big-endian
by Harvey Harrison
· 16 years ago
Next »