Age | Commit message (Expand) | Author | Files | Lines |
2017-09-07 | Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 550 | -5133/+36234 |
2017-09-05 | media: get rid of removed DMX_GET_CAPS and DMX_SET_SOURCE leftovers | Mauro Carvalho Chehab | 1 | -20/+0 |
2017-09-05 | media: Revert "[media] v4l: async: make v4l2 coexist with devicetree nodes in... | Rob Herring | 1 | -6/+1 |
2017-09-05 | media: Revert "[media] lirc_dev: remove superfluous get/put_device() calls" | Sean Young | 1 | -0/+4 |
2017-09-05 | media: dst_ca: remove CA_SET_DESCR boilerplate | Mauro Carvalho Chehab | 1 | -17/+0 |
2017-09-05 | media: dst_ca: return a proper error code from CA errors | Mauro Carvalho Chehab | 1 | -19/+22 |
2017-09-05 | media: ca.h: get rid of CA_SET_PID | Mauro Carvalho Chehab | 1 | -16/+0 |
2017-09-05 | media: dvb/frontend.h: move out a private internal structure | Mauro Carvalho Chehab | 1 | -0/+11 |
2017-09-05 | media: dmx.h: split typedefs from structs | Mauro Carvalho Chehab | 1 | -2/+2 |
2017-09-05 | media: ca.h: split typedefs from structs | Mauro Carvalho Chehab | 2 | -7/+7 |
2017-08-31 | media: serial_ir: fix tx timing calculation on 32-bit | Sean Young | 1 | -20/+14 |
2017-08-31 | media: rc: gpio-ir-tx: use ktime accessor functions | Sean Young | 1 | -5/+7 |
2017-08-31 | media: rc: use ktime accessor functions | Jasmin Jessich | 1 | -5/+6 |
2017-08-28 | media: max2175: Propagate the real error on devm_clk_get() failure | Fabio Estevam | 1 | -1/+1 |
2017-08-28 | media: cx23885: Explicitly list Hauppauge model numbers of HVR-4400 and HVR-5500 | Matthias Schwarzott | 1 | -0/+6 |
2017-08-28 | media: i2c: adv748x: Export I2C device table entries as module aliases | Javier Martinez Canillas | 1 | -0/+1 |
2017-08-28 | media: dw2102: make dvb_usb_device_description structures const | Bhumika Goyal | 1 | -7/+7 |
2017-08-28 | media: mn88473: reset stream ID reg if no PLP given | Olli Salonen | 1 | -1/+3 |
2017-08-28 | media: mn88472: reset stream ID reg if no PLP given | Olli Salonen | 1 | -1/+3 |
2017-08-28 | media: dvb_frontend: initialize variable s with FE_NONE instead of 0 | Colin Ian King | 1 | -1/+1 |
2017-08-28 | media: dvb_frontend: ensure that inital front end status initialized | Colin Ian King | 1 | -1/+1 |
2017-08-27 | media: usbvision: Improve a size determination in usbvision_alloc() | Markus Elfring | 1 | -1/+1 |
2017-08-27 | media: usbvision: Adjust eight checks for null pointers | Markus Elfring | 1 | -8/+8 |
2017-08-27 | media: usbvision: Delete an error message for a failed memory allocation in u... | Markus Elfring | 1 | -1/+0 |
2017-08-27 | media: radio: make video_device const | Bhumika Goyal | 4 | -4/+4 |
2017-08-27 | media: dib8000: remove some bogus dead code | Dan Carpenter | 2 | -19/+0 |
2017-08-27 | media: dib9000: delete some unused broken code | Dan Carpenter | 2 | -25/+0 |
2017-08-27 | media: usbtv: make v4l2_file_operations const | Bhumika Goyal | 1 | -1/+1 |
2017-08-27 | media: cx18: make v4l2_file_operations const | Bhumika Goyal | 1 | -1/+1 |
2017-08-27 | media: usb: make video_device const | Bhumika Goyal | 11 | -11/+11 |
2017-08-27 | media: pci: make video_device const | Bhumika Goyal | 7 | -7/+7 |
2017-08-27 | media: platform: make video_device const | Bhumika Goyal | 9 | -9/+9 |
2017-08-27 | media: au0828: fix RC_CORE dependency | Arnd Bergmann | 1 | -0/+1 |
2017-08-27 | media: dib0090: fix duplicated code for different branches | Gustavo A. R. Silva | 1 | -8/+1 |
2017-08-27 | media: mx2_emmaprp: Check for platform_get_irq() error | Fabio Estevam | 1 | -0/+2 |
2017-08-27 | media: dvb-frontends/stv0367: remove QAM_AUTO from ddb_fe_ops | Daniel Scheller | 1 | -1/+1 |
2017-08-27 | media: mxl111sf: Fix potential null pointer dereference | Eugeniu Rosca | 1 | -1/+3 |
2017-08-27 | media: au0828: fix unbalanced lock/unlock in au0828_usb_probe | Gustavo A. R. Silva | 1 | -0/+2 |
2017-08-27 | media: dvb-usb: Add memory free on error path in dw2102_probe() | Anton Vasilyev | 1 | -17/+22 |
2017-08-27 | media: dvb-frontends/stv0910: change minsymrate to 100Ksyms/s | Daniel Scheller | 1 | -1/+1 |
2017-08-27 | media: ddbridge: fix sparse warnings | Daniel Scheller | 2 | -19/+19 |
2017-08-27 | media: ddbridge: fix teardown/deregistration order in ddb_input_detach() | Daniel Scheller | 1 | -5/+6 |
2017-08-27 | media: dvb-frontends/stv0910: release lock on gate_ctrl() failure | Daniel Scheller | 1 | -5/+20 |
2017-08-27 | media: cx231xx: fix use-after-free when unregistering the i2c_client for the ... | Matthias Schwarzott | 1 | -3/+3 |
2017-08-27 | media: cx23885: Fix use-after-free when unregistering the i2c_client for the ... | Matthias Schwarzott | 1 | -5/+5 |
2017-08-27 | media: v4l2-flash-led-class: Create separate sub-devices for indicators | Sakari Ailus | 1 | -46/+67 |
2017-08-27 | media: smiapp: check memory allocation failure | Christophe JAILLET | 1 | -0/+2 |
2017-08-27 | media: omap3isp: fix uninitialized variable use | Arnd Bergmann | 1 | -1/+1 |
2017-08-26 | media: qcom: don't go past the array | Mauro Carvalho Chehab | 1 | -1/+1 |
2017-08-26 | media: qcom: mark long long consts as such | Mauro Carvalho Chehab | 1 | -2/+2 |