index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-04
media: uvcvideo: Report V4L2 device caps through the video_device structure
Laurent Pinchart
2
-4
/
+11
2018-01-04
media: uvcvideo: Factor out video device registration to a function
Laurent Pinchart
2
-25
/
+51
2018-01-04
media: uvcvideo: Use ktime_t for timestamps
Arnd Bergmann
2
-26
/
+13
2018-01-04
media: uvcvideo: Use ktime_t for stats
Arnd Bergmann
2
-9
/
+6
2018-01-03
media: pvrusb2: drop unneeded newline
Julia Lawall
1
-1
/
+2
2017-12-29
uvc_v4l2: clean copyin/copyout up
Al Viro
1
-33
/
+22
2017-12-28
media: don't include drivers/media/i2c at cflags
Mauro Carvalho Chehab
7
-11
/
+0
2017-12-28
media: move dvb kAPI headers to include/media
Mauro Carvalho Chehab
34
-63
/
+51
2017-12-18
media: fix SPDX comment on some header files
Mauro Carvalho Chehab
3
-15
/
+21
2017-12-18
media: pvrusb2: correctly return V4L2_PIX_FMT_MPEG in enum_fmt
Hans Verkuil
1
-25
/
+7
2017-12-18
media: get rid of i2c-addr.h
Mauro Carvalho Chehab
2
-2
/
+0
2017-12-18
media: v4l2-dev: convert VFL_TYPE_* into an enum
Mauro Carvalho Chehab
3
-0
/
+6
2017-12-14
media: merge ir_tx_z8f0811_haup and ir_rx_z8f0811_haup i2c devices
Sean Young
4
-39
/
+11
2017-12-14
media: dvbsky: MyGica T230C support
Stefan Brüns
1
-0
/
+88
2017-12-13
media: dvb_usb_pctv452e: module refcount changes were unbalanced
Wolfgang Rohdewald
1
-0
/
+8
2017-12-13
media: dib0700: add support for Xbox One Digital TV Tuner
Olli Salonen
4
-2
/
+137
2017-12-12
media: cx231xx: Use semicolon after assignment instead of comma
Matthias Schwarzott
1
-4
/
+4
2017-12-12
media: si2165: Make checkpatch happy
Matthias Schwarzott
1
-2
/
+2
2017-12-11
media: pvrusb2: properly check endpoint types
Andrey Konovalov
1
-0
/
+12
2017-12-11
media: mxl111sf: improve error handling logic
Mauro Carvalho Chehab
1
-2
/
+7
2017-12-11
media: dvbsky: shut up a bogus warning
Mauro Carvalho Chehab
1
-2
/
+2
2017-12-11
media: em28xx: Fix use-after-free when disconnecting
Matthias Schwarzott
1
-1
/
+2
2017-12-11
media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tuner
Malcolm Priestley
1
-7
/
+6
2017-12-11
media: dvb-usb-v2: lmedm04: Improve logic checking of warm start
Malcolm Priestley
1
-8
/
+18
2017-12-11
media: usb: add SPDX identifiers to some code I wrote
Mauro Carvalho Chehab
11
-174
/
+67
2017-12-08
media: uvcvideo: Stream error events carry no data
Laurent Pinchart
1
-2
/
+3
2017-12-08
media: uvcvideo: Mark buffer error where overflow
Baoyou Xie
1
-0
/
+1
2017-12-08
media: uvcvideo: Remove duplicate & operation
Jaejoong Kim
1
-2
/
+2
2017-12-08
media: uvcvideo: Add D3DFMT_L8 support
Nicolas Dufresne
2
-0
/
+10
2017-12-08
media: usbvision: remove unneeded DRIVER_LICENSE #define
Greg Kroah-Hartman
1
-2
/
+1
2017-12-08
media: cpia2: Fix a couple off by one bugs
Dan Carpenter
1
-2
/
+2
2017-12-08
media: pulse8-cec: print time using time64_t
Arnd Bergmann
1
-2
/
+2
2017-12-08
media: s2255drv: update firmware load
Dean A
1
-7
/
+6
2017-12-08
media: cx231xx: Add support for The Imaging Source DFG/USB2pro
Romain Reignier
2
-0
/
+29
2017-12-08
media: use ARRAY_SIZE
Jérémy Lefaure
2
-4
/
+4
2017-12-08
media: gspca: Convert PDEBUG to gspca_dbg
Joe Perches
59
-687
/
+742
2017-12-08
media: gspca: Convert PERR to gspca_err
Joe Perches
32
-156
/
+174
2017-12-08
media: stk-webcam: Fix use after free on disconnect
Dan Carpenter
1
-1
/
+1
2017-12-08
media: hdpvr: Fix an error handling path in hdpvr_probe()
Arvind Yadav
1
-11
/
+15
2017-12-08
media: cxusb: pass buf as a const u8 * pointer and make buf static const
Colin Ian King
1
-2
/
+3
2017-11-30
media: dvb: i2c transfers over usb cannot be done from stack
Laurent Caumont
1
-2
/
+14
2017-11-30
media: drivers: remove "/**" from non-kernel-doc comments
Mauro Carvalho Chehab
7
-15
/
+14
2017-11-27
media: annotate ->poll() instances
Al Viro
14
-27
/
+27
2017-11-27
annotate poll_table_struct ->_key
Al Viro
5
-5
/
+5
2017-11-27
media: usbtv: add a new usbid
Icenowy Zheng
1
-0
/
+1
2017-11-27
media: siano: get rid of documentation warnings
Mauro Carvalho Chehab
1
-2
/
+2
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
2
-12
/
+9
2017-11-21
treewide: init_timer() -> setup_timer()
Kees Cook
1
-3
/
+2
2017-11-15
Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Linus Torvalds
42
-290
/
+163
2017-11-15
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Linus Torvalds
1
-2
/
+2
[prev]
[next]