summaryrefslogtreecommitdiffstats
path: root/include/media
Commit message (Expand)AuthorAgeFilesLines
* [media] media: rename struct lirc_driver to struct lirc_devDavid Härdeman2017-10-041-35/+13
* [media] media: lirc_dev: use an IDA instead of an array to keep track of regi...David Härdeman2017-10-041-1/+0
* [media] media: lirc_dev: make chunk_size and buffer_size mandatoryDavid Härdeman2017-10-041-4/+5
* [media] media: lirc_dev: make better use of file->private_dataDavid Härdeman2017-10-041-0/+3
* [media] media: lirc_dev: remove support for manually specifying minor numberDavid Härdeman2017-10-041-11/+9
* Merge tag 'v4.14-rc2' into patchworkMauro Carvalho Chehab2017-09-291-5/+7
|\
| * Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-09-0716-178/+556
| |\
| * \ Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie2017-08-153-22/+15
| |\ \
| * | | drm: rcar-du: Repair vblank for DRM page flips using the VSPKieran Bingham2017-08-031-1/+1
| * | | v4l: vsp1: Add pipe index argument to the VSP-DU APILaurent Pinchart2017-07-291-4/+6
* | | | media: cec.h: initialize *parent and *port in cec_phys_addr_validateHans Verkuil2017-09-231-0/+4
* | | | media: cec: add CEC_EVENT_PIN_HPD_LOW/HIGH eventsHans Verkuil2017-09-232-1/+15
| |_|/ |/| |
* | | media: v4l2-flash-led-class: Document v4l2_flash_init() referencesSakari Ailus2017-08-261-0/+6
* | | media: v4l2-flash-led-class: Create separate sub-devices for indicatorsSakari Ailus2017-08-261-12/+28
* | | media: vb2: add bidirectional flag in vb2_queueStanimir Varbanov2017-08-261-0/+13
* | | media: v4l: fwnode: Use a less clash-prone name for MAX_DATA_LANES macroSakari Ailus2017-08-261-3/+3
* | | media: v4l: fwnode: The clock lane is the first lane in lane_polaritiesSakari Ailus2017-08-261-1/+1
* | | media: cec: replace pin->cur_value by adap->cec_pin_is_highHans Verkuil2017-08-262-1/+1
* | | media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young2017-08-203-121/+135
* | | media: cec: fix remote control passthroughHans Verkuil2017-08-201-0/+5
* | | media: rc: simplify ir_raw_event_store_edge()Sean Young2017-08-201-9/+1
* | | media: rc: add zx-irdec remote control driverShawn Guo2017-08-201-0/+1
* | | media: rc: ir-nec-decoder: move scancode composing code into a shared functionShawn Guo2017-08-201-0/+31
* | | media: rc-core: rename input_name to device_nameSean Young2017-08-202-4/+4
* | | media: Convert to using %pOF instead of full_nameRob Herring2017-08-201-2/+2
* | | media: cec-pin: fix irq handlingHans Verkuil2017-08-201-1/+5
* | | media: cec: rename pin events/functionHans Verkuil2017-08-201-4/+5
* | | media: v4l2-ctrls.h: better document the arguments for v4l2_ctrl_fillMauro Carvalho Chehab2017-08-201-8/+8
* | | media: drv-intf: saa7146: constify pci_device_idArvind Yadav2017-08-091-1/+1
* | | media: media/cec.h: add CEC_CAP_DEFAULTSHans Verkuil2017-08-091-0/+3
* | | media: media-device: remove driver_versionHans Verkuil2017-08-081-2/+0
* | | media: media-device: set driver_version directlyHans Verkuil2017-08-081-5/+0
* | | Merge tag 'v4.13-rc4' into patchworkMauro Carvalho Chehab2017-08-081-0/+15
|\ \ \ | | |/ | |/|
| * | media: platform: davinci: drop VPFE_CMD_S_CCDC_RAW_PARAMSPrabhakar Lad2017-07-262-22/+0
| * | media: cec-notifier: small improvementsHans Verkuil2017-07-261-0/+15
| |/
* | media: fix warning on v4l2_subdev_call() result interpreted as boolArnd Bergmann2017-07-261-2/+10
* | media: v4l2-flash: Use led_classdev instead of led_classdev_flash for indicatorSakari Ailus2017-07-261-3/+3
* | media: v4l2-fwnode: fix a Sphinx warningMauro Carvalho Chehab2017-07-211-1/+1
* | media: Make parameter of media_entity_remote_pad() constTodor Tomov2017-07-201-1/+1
* | media: v4l2-fwnode: suppress a warning at OF parsing logicMauro Carvalho Chehab2017-07-201-2/+4
* | media: platform: davinci: drop VPFE_CMD_S_CCDC_RAW_PARAMSPrabhakar Lad2017-07-202-22/+0
* | media: v4l2-mediabus: Add helper functionsTodor Tomov2017-07-201-0/+26
* | media: v4l: Add support for CSI-1 and CCP2 bussesSakari Ailus2017-07-192-0/+23
* | media: cec: move cec_register_cec_notifier to cec-notifier.hHans Verkuil2017-07-182-5/+12
* | media: cec-pin: add low-level pin hardware supportHans Verkuil2017-07-182-0/+187
* | media: cec: add core support for low-level CEC pin monitoringHans Verkuil2017-07-181-0/+11
* | media: cec: rework the cec event handlingHans Verkuil2017-07-181-3/+11
* | media: cec: add adap_free opHans Verkuil2017-07-181-0/+1
* | media: cec: add *_ts variants for transmit_done/received_msgHans Verkuil2017-07-181-4/+28
* | media: cec: improve transmit timeout loggingHans Verkuil2017-07-181-0/+2
|/
OpenPOWER on IntegriCloud