summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-01-03media: serial_ir: change "ignoring spike" to debug levelBodo Eggert1-1/+1
2020-01-03media: rtl28xxu: Add support for PROlectrix DV107669 DVB-T dongleDavid J. Fiddes1-0/+2
2020-01-03media: dvb_dummy_fe: Add blank line after declarationDaniel W. S. Almeida1-1/+2
2020-01-03media: dvb_dummy_fe: place EXPORT_SYMBOL below corresponding functionDaniel W. S. Almeida1-4/+3
2020-01-03media: rc: ensure lirc is initialized before registering input deviceSean Young1-11/+16
2020-01-03media: cxusb: use dev_dbg() rather than hand-rolled debugSean Young1-18/+15
2020-01-03media: vp7045: do not read uninitialized values if usb transfer failsSean Young1-7/+14
2020-01-03media: af9005: uninitialized variable printkedSean Young1-1/+1
2020-01-03media: digitv: don't continue if remote control state can't be readSean Young1-3/+7
2020-01-03media: v4l2-core: fix compat v4l2_buffer handling for time64 ABIArnd Bergmann1-1/+267
2020-01-03media: v4l2-core: fix compat VIDIOC_DQEVENT for time64 ABIArnd Bergmann1-1/+59
2020-01-03media: v4l2-core: fix v4l2_buffer handling for time64 ABIArnd Bergmann1-4/+70
2020-01-03media: v4l2-core: fix VIDIOC_DQEVENT for time64 ABIArnd Bergmann3-3/+57
2020-01-03media: v4l2-core: split out data copy from video_usercopyArnd Bergmann1-39/+69
2020-01-03media: v4l2-core: compat: ignore native command codesArnd Bergmann1-73/+75
2020-01-03media: v4l2: abstract timeval handling in v4l2_bufferArnd Bergmann6-11/+12
2019-12-16media: vivid: support multiplanar touch devicesHans Verkuil4-8/+60
2019-12-16media: v4l2-ioctl.c: allow multiplanar for touchHans Verkuil1-1/+1
2019-12-16media: vivid: set field to NONE for touchHans Verkuil1-0/+1
2019-12-16media: pulse8-cec: log when a CEC message is receivedHans Verkuil1-0/+4
2019-12-16media: pulse8-cec: schedule next ping after current ping finishedHans Verkuil1-1/+1
2019-12-16media: pulse8-cec: use adap_free callbackHans Verkuil1-7/+13
2019-12-16media: pulse8-cec: queue received messages in an arrayHans Verkuil1-19/+61
2019-12-16media: pulse8-cec: move the transmit to a workqueueHans Verkuil1-51/+81
2019-12-16media: pulse8-cec: set tx_done_status for transmit_done statusHans Verkuil1-20/+21
2019-12-16media: pulse8-cec: add 2nd debug levelHans Verkuil1-7/+17
2019-12-16media: pulse8-cec: locking improvementsHans Verkuil1-21/+26
2019-12-16media: pulse8-cec: reorganize function orderHans Verkuil1-256/+248
2019-12-16media: pulse8-cec: improve debuggingHans Verkuil1-5/+60
2019-12-16media: hantro: Support color conversion via post-processingEzequiel Garcia11-11/+343
2019-12-16media: hantro: Rename {prepare,finish}_run to {start,end}_prepare_runEzequiel Garcia10-18/+18
2019-12-16media: hantro: Cleanup format negotiation helpersEzequiel Garcia1-33/+20
2019-12-16media: adv7604: extend deep color mode to ADV7611Dragos Bogdan1-11/+21
2019-12-16media: vimc: Implement get/set selection in sinkGuilherme Alcarde Gallo1-15/+151
2019-12-16media: imx7-mipi-csis: remove subdev_notifierRui Miguel Silva1-3/+0
2019-12-16media: sun8i: Remove redundant dev_err call in deinterlace_probe()Wei Yongjun1-4/+1
2019-12-16media: mtk-vcodec: Remove extra area allocation in an input buffer on encodingHirokazu Honda1-6/+3
2019-12-16media: atmel: atmel-isi: initialize the try_crop for the pads in try_fmtEugen Hristev1-0/+27
2019-12-16media: atmel: atmel-isi: properly initialize pad_cfgEugen Hristev1-1/+1
2019-12-16media: atmel: atmel-isi: add support for mono sensors, GRAY and Y16Eugen Hristev2-1/+14
2019-12-16media: atmel: atmel-isc-base: initialize the try_crop for the pads in try_fmtEugen Hristev1-0/+34
2019-12-16media: atmel: atmel-isc-base: fix enum calls default formatEugen Hristev1-3/+2
2019-12-16media: atmel: atmel-isc-base: properly initialize pad_cfgEugen Hristev1-1/+1
2019-12-16media: atmel: atmel-isc-base: add support for Y10 formatEugen Hristev1-6/+29
2019-12-16media: atmel: atmel-isc-base: allow 8 bit direct dumpEugen Hristev1-9/+9
2019-12-16media: meson: vdec: add sm1 platformNeil Armstrong4-7/+59
2019-12-16media: meson: vdec: add g12a platformMaxime Jourdan4-2/+44
2019-12-16media: coda: avoid hardware lockups with more than 13 capture buffersPhilipp Zabel1-9/+14
2019-12-16media: coda: remove redundant platform_get_irq error messagePhilipp Zabel1-3/+1
2019-12-16media: coda: jpeg: add CODA960 JPEG encoder supportPhilipp Zabel4-2/+756