index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
media
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-19
[media] Staging: media: solo6x10: core.c Fix some coding style issue
Andrew Miller
1
-16
/
+16
2012-03-19
[media] staging: Fix comments and some typos in staging/media/*
Justin P. Mattock
6
-10
/
+10
2012-03-19
[media] as102: set optimal eLNA config values for each device
Gianluca Gennari
3
-3
/
+16
2012-03-19
[media] as102: add __packed attribute to structs defined inside packed structs
Gianluca Gennari
3
-42
/
+42
2012-03-19
Merge tag 'v3.3' into staging/for_v3.4
Mauro Carvalho Chehab
1
-0
/
+1
2012-03-08
[media] staging: easycap: Fix incorrect comment
Ezequiel García
1
-3
/
+2
2012-03-08
[media] staging: easycap: Clean comment style in easycap_usb_probe()
Ezequiel García
1
-164
/
+79
2012-03-08
[media] as102: map URB DMA addresses in the driver
Gianluca Gennari
1
-0
/
+2
2012-03-08
[media] staging: go7007: fix mismatch in mutex lock-unlock in [read|write]_re...
Alexey Khoroshilov
1
-6
/
+10
2012-02-08
[media] easycap: Fix mem leak in easycap_usb_probe()
Jesper Juhl
1
-0
/
+1
2012-02-01
staging: fix go7007-usb license
Randy Dunlap
1
-0
/
+1
2012-01-15
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
28
-1781
/
+1325
2012-01-13
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
7
-14
/
+14
2012-01-13
lirc_parallel: fix module parameter description.
Rusty Russell
1
-1
/
+1
2012-01-06
Merge branch 'driver-core-next' into Linux 3.2
Greg Kroah-Hartman
5
-102
/
+5
2012-01-06
[media] drivers/staging/media/as102/as102_usb_drv.c: shift position of alloca...
Julia Lawall
1
-6
/
+6
2012-01-06
[media] Staging: dt3155v4l: probe() always fails
Dan Carpenter
1
-1
/
+2
2012-01-06
[media] Staging: dt3155v4l: update to newer API
Dan Carpenter
1
-10
/
+4
2012-01-04
[media] Don't test for ops->info.type inside drivers
Mauro Carvalho Chehab
1
-1
/
+0
2011-12-31
[media] dvb: remove the extra parameter on get_frontend
Mauro Carvalho Chehab
1
-2
/
+2
2011-12-31
[media] staging/as102: convert set_fontend to use DVBv5 parameters
Mauro Carvalho Chehab
3
-43
/
+43
2011-12-31
[media] dvb-core: add support for a DVBv5 get_frontend() callback
Mauro Carvalho Chehab
1
-1
/
+1
2011-12-31
[media] Rename set_frontend fops to set_frontend_legacy
Mauro Carvalho Chehab
1
-1
/
+1
2011-12-30
Merge tag 'v3.2-rc7' into staging/for_v3.3
Mauro Carvalho Chehab
2
-3
/
+4
2011-11-26
[media] staging/media: lirc_imon: add a __user annotation
Dan Carpenter
1
-2
/
+2
2011-11-24
[media] go7007: Fix 2250 urb type
Pete
1
-1
/
+7
2011-11-24
[media] staging: as102: Add support for Sky Italia Digital Key based on the s...
Gianluca Gennari
2
-0
/
+7
2011-11-24
[media] easycap: fix warnings: variable set but not used
Tomas Winkler
3
-11
/
+9
2011-11-24
[media] easycap: drop usb_class_driver
Tomas Winkler
2
-25
/
+1
2011-11-24
[media] easycap: add easycap prefix to global functions names
Tomas Winkler
6
-47
/
+43
2011-11-24
[media] easycap: remove unused members of struct easycap
Tomas Winkler
1
-6
/
+0
2011-11-24
[media] easycap: easycap_usb_driver should be static to easycap_main.c
Tomas Winkler
2
-2
/
+1
2011-11-24
[media] easycap: use usb_kill_urb wrapper functions
Tomas Winkler
4
-106
/
+65
2011-11-24
[media] easycap: drop initializations to 0 in the probe functions
Tomas Winkler
1
-26
/
+3
2011-11-24
[media] easycap: streamline the code
Tomas Winkler
3
-102
/
+88
2011-11-24
[media] easycap: compress initialization tables
Tomas Winkler
1
-8
/
+8
2011-11-24
[media] easycap: remove linux/version.h include from easycap_ioctl.c
Tomas Winkler
1
-1
/
+0
2011-11-24
[media] easycap: cleanup function usage
Tomas Winkler
5
-452
/
+215
2011-11-24
[media] staging: lirc_serial: Do not assume error codes returned by request_i...
Ben Hutchings
1
-12
/
+9
2011-11-24
[media] staging: lirc_serial: Fix bogus error codes
Ben Hutchings
1
-11
/
+12
2011-11-24
[media] staging: lirc_serial: Fix deadlock on resume failure
Ben Hutchings
1
-3
/
+1
2011-11-24
[media] staging: lirc_serial: Free resources on failure paths of lirc_serial_...
Ben Hutchings
1
-3
/
+16
2011-11-24
[media] staging: lirc_serial: Fix init/exit order
Ben Hutchings
1
-35
/
+21
2011-11-24
[media] staging: as102: Add missing function argument
Sylwester Nawrocki
1
-1
/
+1
2011-11-23
Merge tag 'v3.2-rc2' into staging/for_v3.3
Mauro Carvalho Chehab
1
-0
/
+1
2011-11-18
USB: convert drivers/staging/* to use module_usb_driver()
Greg Kroah-Hartman
5
-102
/
+5
2011-11-17
media/staging: fix allyesconfig build error
Randy Dunlap
2
-3
/
+4
2011-11-08
[media] staging: as102: Eliminate as10x_handle_t alias
Sylwester Nawrocki
10
-166
/
+163
2011-11-08
[media] staging: as102: Define device name string pointers constant
Sylwester Nawrocki
1
-1
/
+1
2011-11-08
[media] staging: as102: Move variable declarations to the header
Sylwester Nawrocki
2
-2
/
+1
[next]