index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: fix airspy usb probe error path
James Patrick-Evans
2016-07-16
1
-2
/
+1
*
uvc_v4l2: Simplify compat ioctl implementation
Andy Lutomirski
2016-06-10
1
-56
/
+2
*
uvc: Forward compat ioctls to their handlers directly
Andy Lutomirski
2016-06-10
1
-21
/
+18
*
Merge branch 'hash' of git://ftp.sciencehorizons.net/linux
Linus Torvalds
2016-05-28
1
-0
/
+2
|
\
|
*
Eliminate bad hash multipliers from hash_32() and hash_64()
George Spelvin
2016-05-28
1
-0
/
+2
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-05-19
1
-1
/
+1
|
\
\
|
*
|
scripts/spelling.txt: add "fimware" misspelling
Kees Cook
2016-05-19
1
-1
/
+1
*
|
|
Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2016-05-19
4
-30
/
+32
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[media] rtl2832: change the i2c gate to be mux-locked
Peter Rosin
2016-05-04
1
-4
/
+1
|
*
|
[media] cx231xx: convert to use an explicit i2c mux core
Peter Rosin
2016-04-22
3
-26
/
+31
*
|
|
[media] dib0700: add USB ID for another STK8096-PVR ref design based card
Alejandro Torrado
2016-05-09
1
-1
/
+3
*
|
|
[media] em28xx: add support for Hauppauge WinTV-dualHD DVB tuner
Olli Salonen
2016-05-09
4
-0
/
+137
*
|
|
[media] media: au0828 fix au0828_v4l2_device_register() to not unlock and free
Shuah Khan
2016-05-09
1
-4
/
+0
*
|
|
[media] dvb-usb: hide unused functions
Arnd Bergmann
2016-05-07
1
-2
/
+2
*
|
|
[media] pctv452e: correct parameters for TechnoTrend TT S2-3600
Olli Salonen
2016-05-07
1
-2
/
+2
*
|
|
[media] af9035: correct eeprom offsets
Antti Palosaari
2016-05-06
1
-12
/
+12
*
|
|
[media] em28xx: add support for PLEX PX-BCUD (ISDB-S)
Satoshi Nagahama
2016-05-06
4
-0
/
+154
*
|
|
[media] az6027: Add support for Elgato EyeTV Sat v3
Olli Salonen
2016-05-06
1
-1
/
+6
*
|
|
[media] dw2102: move USB IDs to dvb-usb-ids.h
Mauro Carvalho Chehab
2016-05-06
1
-57
/
+3
*
|
|
Merge tag 'v4.6-rc6' into patchwork
Mauro Carvalho Chehab
2016-05-02
1
-7
/
+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
[media] usbvision: revert commit 588afcc1
Vladis Dronov
2016-04-20
1
-7
/
+0
|
|
/
*
|
[media] cx231xx: silence uninitialized variable warning
Dan Carpenter
2016-04-25
1
-1
/
+2
*
|
[media] v4l2-device.h: add v4l2_device_mask_ variants
Hans Verkuil
2016-04-20
1
-1
/
+1
*
|
[media] pvrusb2: fix smatch errors
Hans Verkuil
2016-04-20
1
-5
/
+4
*
|
[media] au0828: remove unused macro
Guennadi Liakhovetski
2016-04-13
1
-1
/
+0
*
|
[media] dw2102: fix unreleased firmware
Sudip Mukherjee
2016-04-13
1
-0
/
+3
*
|
[media] cx231xx: return proper error codes at cx231xx-417.c
Mauro Carvalho Chehab
2016-04-13
1
-11
/
+11
*
|
[media] cx231xx: fix memory leak
Sudip Mukherjee
2016-04-13
1
-0
/
+9
*
|
[media] au0828: Unregister notifiers
Mauro Carvalho Chehab
2016-04-06
1
-12
/
+26
|
/
*
[media] Revert "[media] media: au0828 change to use Managed Media Controller ...
Mauro Carvalho Chehab
2016-03-31
1
-1
/
+2
*
[media] au0828: Fix dev_state handling
Mauro Carvalho Chehab
2016-03-31
4
-39
/
+39
*
[media] au0828: fix au0828_v4l2_close() dev_state race condition
Shuah Khan
2016-03-31
1
-1
/
+1
*
[media] media: au0828 fix to clear enable/disable/change source handlers
Shuah Khan
2016-03-31
1
-0
/
+5
*
[media] au0828: disable tuner links and cache tuner/decoder
Mauro Carvalho Chehab
2016-03-31
2
-19
/
+27
*
media: au0828 disable tuner to demod link in au0828_media_device_register()
Shuah Khan
2016-03-10
1
-0
/
+26
*
[media] touptek: cast char types on %x printk
Mauro Carvalho Chehab
2016-03-10
1
-2
/
+2
*
[media] touptek: don't DMA at the stack
Mauro Carvalho Chehab
2016-03-10
1
-2
/
+2
*
[media] hide unused functions for !MEDIA_CONTROLLER
Arnd Bergmann
2016-03-05
1
-7
/
+2
*
[media] em28xx: fix Terratec Grabby AC97 codec detection
Matthieu Rogez
2016-03-05
1
-0
/
+38
*
[media] media: au0828 audio mixer isn't connected to decoder
Shuah Khan
2016-03-03
1
-9
/
+45
*
[media] dw2102: add support for TeVii S662
Olli Salonen
2016-03-03
1
-6
/
+17
*
[media] dw2102: ts2020 included twice
Olli Salonen
2016-03-03
1
-1
/
+0
*
[media] em28xx: add support for Terratec Grabby Record led
Matthieu Rogez
2016-03-03
1
-0
/
+11
*
[media] em28xx: add support for Terratec Grabby REC button
Matthieu Rogez
2016-03-03
1
-0
/
+1
*
[media] em28xx: restore lost #ifdef
Arnd Bergmann
2016-03-03
1
-0
/
+2
*
[media] media: au0828 enable the right media source when input changes
Shuah Khan
2016-03-03
1
-1
/
+9
*
[media] dw2102: convert TechnoTrend S2-4600 to use I2C binding for demod
Olli Salonen
2016-03-03
1
-28
/
+43
*
[media] rtl2832: improve slave TS control
Antti Palosaari
2016-03-03
1
-12
/
+12
*
[media] media: au0828 set ctrl_input in au0828_s_input()
Shuah Khan
2016-03-03
1
-2
/
+8
*
[media] Add support for Avermedia AverTV Volar HD 2 (TD110)
Philippe Valembois
2016-03-03
1
-0
/
+2
[next]