index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
usb
/
quirks-table.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-06
[media] Doc*/media/uapi: fix control name
Pavel Machek
1
-1
/
+1
2017-06-06
[media] davinci: vpif_capture: fix default pixel format for BT.656/BT.1120 video
Nori, Sekhar
1
-5
/
+5
2017-06-06
[media] coda: improve colorimetry handling
Philipp Zabel
2
-15
/
+39
2017-06-06
[media] media: adv7180: add adv7180cp, adv7180st compatible strings
Ulrich Hecht
1
-0
/
+2
2017-06-06
[media] media: adv7180: Add adv7180cp, adv7180st bindings
Ulrich Hecht
1
-0
/
+15
2017-06-06
[media] rcar-vin: fix bug in pixelformat selection
Niklas Söderlund
1
-12
/
+5
2017-06-06
[media] rcar-vin: add missing error check to propagate error
Niklas Söderlund
1
-1
/
+4
2017-06-06
[media] rcar-vin: remove subdevice matching from bind and unbind callbacks
Niklas Söderlund
1
-25
/
+15
2017-06-06
[media] rcar-vin: refactor and fold in function after stall handling rework
Niklas Söderlund
1
-7
/
+2
2017-06-06
[media] rcar-vin: allow switch between capturing modes when stalling
Niklas Söderlund
1
-5
/
+17
2017-06-06
[media] rcar-vin: select capture mode based on free buffers
Niklas Söderlund
1
-16
/
+15
2017-06-06
[media] rcar-vin: move functions which acts on hardware
Niklas Söderlund
1
-91
/
+91
2017-06-06
[media] rcar-vin: decrease buffers needed to capture
Niklas Söderlund
1
-1
/
+1
2017-06-06
[media] rcar-vin: use pad information when verifying media bus format
Niklas Söderlund
1
-0
/
+1
2017-06-06
[media] rcar-vin: move pad lookup to async bound handler
Niklas Söderlund
2
-23
/
+29
2017-06-06
[media] rcar-vin: refactor pad lookup code
Niklas Söderlund
1
-15
/
+21
2017-06-06
[media] rcar-vin: move subdev source and sink pad index to rvin_graph_entity
Niklas Söderlund
2
-14
/
+15
2017-06-06
[media] rcar-vin: fix standard in input enumeration
Niklas Söderlund
1
-2
/
+6
2017-06-06
[media] rcar-vin: fix how pads are handled for v4l2 subdevice operations
Niklas Söderlund
1
-12
/
+14
2017-06-06
[media] rcar-vin: use rvin_reset_format() in S_DV_TIMINGS
Niklas Söderlund
1
-6
/
+2
2017-06-06
[media] rcar-vin: reset bytesperline and sizeimage when resetting format
Niklas Söderlund
1
-0
/
+3
2017-06-06
[media] v4l: Remove V4L2 OF framework in favour of V4L2 fwnode framework
Sakari Ailus
3
-458
/
+0
2017-06-06
[media] docs-rst: media: Switch documentation to V4L2 fwnode API
Sakari Ailus
3
-4
/
+4
2017-06-06
[media] v4l: Switch from V4L2 OF not V4L2 fwnode API
Sakari Ailus
35
-175
/
+212
2017-06-06
[media] v4l: flash led class: Use fwnode_handle instead of device_node in init
Sakari Ailus
4
-13
/
+15
2017-06-06
[media] v4l: async: Add fwnode match support
Sakari Ailus
3
-0
/
+23
2017-06-06
[media] v4l: fwnode: Support generic fwnode for parsing standardised properties
Sakari Ailus
4
-0
/
+453
2017-06-06
[media] staging: remove todo and replace with lirc_zilog todo
Sean Young
2
-48
/
+35
2017-06-06
[media] sir_ir: remove init_chrdev and init_sir_ir functions
Sean Young
1
-36
/
+22
2017-06-06
[media] sir_ir: remove init_port and drop_port functions
Sean Young
1
-22
/
+5
2017-06-06
[media] sir_ir: use dev managed resources
Sean Young
1
-6
/
+3
2017-06-06
[media] sir_ir: attempt to free already free_irq
Sean Young
1
-2
/
+2
2017-06-06
[media] lirc_zilog: Fix unbalanced braces around if/else
Ricardo Silva
1
-4
/
+6
2017-06-06
[media] lirc_zilog: Use sizeof(*p) instead of sizeof(struct P)
Ricardo Silva
1
-3
/
+3
2017-06-06
[media] lirc_zilog: Use __func__ for logging function name
Ricardo Silva
1
-4
/
+5
2017-06-06
[media] lirc_zilog: Fix NULL comparisons style
Ricardo Silva
1
-24
/
+24
2017-06-06
[media] lirc_zilog: Fix whitespace style checks
Ricardo Silva
1
-18
/
+17
2017-06-06
[media] tm6000: key_addr is unused
David Härdeman
1
-4
/
+0
2017-06-06
[media] rc-core: cx231xx - leave the internals of rc_dev alone
David Härdeman
1
-3
/
+2
2017-06-06
[media] rc-core: img-ir - leave the internals of rc_dev alone
David Härdeman
1
-4
/
+0
2017-06-06
[media] rc-core: ati_remote - leave the internals of rc_dev alone
David Härdeman
1
-3
/
+0
2017-06-06
[media] lirc_dev: cleanup header
David Härdeman
1
-7
/
+0
2017-06-06
[media] lirc_dev: cleanup includes
David Härdeman
1
-9
/
+1
2017-06-06
[media] lirc_dev: return POLLHUP and POLLERR when device is gone
David Härdeman
1
-1
/
+1
2017-06-06
[media] lirc_dev: remove unused module parameter
David Härdeman
1
-5
/
+0
2017-06-06
[media] lirc_dev: remove superfluous get/put_device() calls
David Härdeman
1
-4
/
+0
2017-06-06
[media] lirc_dev: remove lirc_irctl_init() and lirc_cdev_add()
David Härdeman
1
-32
/
+12
2017-06-06
[media] lirc_zilog: remove module parameter minor
David Härdeman
1
-10
/
+6
2017-06-06
[media] lirc_dev: merge lirc_register_driver() and lirc_allocate_driver()
David Härdeman
1
-28
/
+13
2017-06-06
[media] lirc_dev: make fops mandatory
David Härdeman
2
-39
/
+5
[next]