summaryrefslogtreecommitdiffstats
path: root/drivers/media (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | media: stm32-dcmi: cleanup variable/fields namingsHugues Fruchet2017-08-261-49/+54
| * | media: stm32-dcmi: revisit control register handlingHugues Fruchet2017-08-261-10/+4
| * | media: stm32-dcmi: catch dma submission errorHugues Fruchet2017-08-261-0/+4
| * | media: v4l: fwnode: Use a less clash-prone name for MAX_DATA_LANES macroSakari Ailus2017-08-261-2/+3
| * | media: v4l: fwnode: The clock lane is the first lane in lane_polaritiesSakari Ailus2017-08-261-1/+1
| * | media: v4l: fwnode: Fix lane-polarities property parsingSakari Ailus2017-08-261-3/+7
| * | media: dw9714: Remove ACPI match tables, convert to use probe_newSakari Ailus2017-08-261-15/+4
| * | media: dw9714: Add Devicetree supportSakari Ailus2017-08-261-0/+7
| * | media: venus: venc: drop VP9 codec supportStanimir Varbanov2017-08-261-4/+0
| * | media: venus: use helper function to check supported codecsStanimir Varbanov2017-08-262-16/+36
| * | media: venus: add helper to check supported codecsStanimir Varbanov2017-08-262-0/+50
| * | media: venus: fill missing video_device nameStanimir Varbanov2017-08-262-0/+2
| * | media: venus: mark venc and vdec PM functions as __maybe_unusedStanimir Varbanov2017-08-262-8/+4
| * | media: ths8200: constify i2c_device_idArvind Yadav2017-08-261-1/+1
| * | media: tc358743: constify i2c_device_idArvind Yadav2017-08-261-1/+1
| * | media: saa7127: constify i2c_device_idArvind Yadav2017-08-261-1/+1
| * | media: adv7842: constify i2c_device_idArvind Yadav2017-08-261-1/+1
| * | media: adv7511: constify i2c_device_idArvind Yadav2017-08-261-1/+1
| * | media: ad9389b: constify i2c_device_idArvind Yadav2017-08-261-1/+1
| * | media: usb: make i2c_adapter constBhumika Goyal2017-08-267-8/+8
| * | media: radio-usb-si4713: make i2c_adapter constBhumika Goyal2017-08-261-1/+1
| * | media: pci: make i2c_adapter constBhumika Goyal2017-08-268-9/+9
| * | media: i2c: make device_type constBhumika Goyal2017-08-261-1/+1
| * | media: usb: make i2c_algorithm constBhumika Goyal2017-08-262-2/+2
| * | media: stm32-cec: use CEC_CAP_DEFAULTSHans Verkuil2017-08-261-3/+1
| * | media: stih-cec: use CEC_CAP_DEFAULTSHans Verkuil2017-08-261-3/+1
| * | media: vivid: fix incorrect HDMI input/output CEC loggingHans Verkuil2017-08-261-4/+4
| * | media: vivid: add CEC pin monitoring emulationHans Verkuil2017-08-261-1/+64
| * | media: cec: replace pin->cur_value by adap->cec_pin_is_highHans Verkuil2017-08-263-7/+5
| * | media: cec: ensure that adap_enable(false) is called from cec_delete_adapter()Hans Verkuil2017-08-261-1/+3
| * | media: ddbridge: fix semicolon.cocci warningsFengguang Wu2017-08-201-2/+2
| * | media: isl6421: add checks for current overflowJemma Denson2017-08-201-4/+72
| * | media: stv6111: return NULL instead of plain integerDaniel Scheller2017-08-201-1/+1
| * | media: stv0910: declare global list_head stvlist staticDaniel Scheller2017-08-201-1/+1
| * | media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young2017-08-20196-1036/+1068
| * | media: cec: fix remote control passthroughHans Verkuil2017-08-202-5/+64
| * | media: rc: per-protocol repeat periodSean Young2017-08-201-73/+65
| * | media: rc: saa7134: raw decoder can support any protocolSean Young2017-08-201-1/+3
| * | media: rc: ensure we do not read out of boundsSean Young2017-08-201-1/+4
| * | media: rc: simplify ir_raw_event_store_edge()Sean Young2017-08-205-35/+9
| * | media: rc: saa7134: add trailing space for timely decodingSean Young2017-08-203-22/+21
| * | media: rc-core: improve ir_raw_store_edge() handlingSean Young2017-08-203-25/+18
| * | media: winbond-cir: buffer overrun during transmitSean Young2017-08-201-1/+1
| * | media: mceusb: do not read data parameters unless requiredSean Young2017-08-201-19/+17
| * | media: rc: add zx-irdec remote control driverShawn Guo2017-08-205-1/+276
| * | media: rc: ir-nec-decoder: move scancode composing code into a shared functionShawn Guo2017-08-201-29/+3
| * | media: rc: sunxi-cir: explicitly request exclusive reset controlPhilipp Zabel2017-08-201-1/+1
| * | media: st-rc: explicitly request exclusive reset controlPhilipp Zabel2017-08-201-1/+1
| * | media: rc: nuvoton: remove rudimentary transmit functionalityHeiner Kallweit2017-08-202-135/+3
| * | media: rc: pwm-ir-tx: add new driverSean Young2017-08-203-0/+151