summaryrefslogtreecommitdiffstats
path: root/include/media
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-09-0716-178/+556
|\
| * 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: 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
* | | Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie2017-08-153-22/+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
| |/
* | 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
|/
* Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-07-092-0/+15
|\
| * Backmerge tag 'v4.12-rc7' into drm-nextDave Airlie2017-06-272-1/+11
| |\
| * \ BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie2017-06-162-3/+3
| |\ \
| * | | v4l: vsp1: Add API to map and unmap DRM buffers through the VSPLaurent Pinchart2017-06-091-0/+3
| * | | v4l: rcar-fcp: Add an API to retrieve the FCP deviceLaurent Pinchart2017-06-091-0/+5
| * | | v4l: vsp1: Extend VSP1 module API to allow DRM callbacksKieran Bingham2017-05-221-0/+7
* | | | [media] media: entity: Add media_entity_get_fwnode_pad() functionNiklas Söderlund2017-06-201-0/+23
* | | | [media] media: entity: Add get_fwnode_pad entity operationNiklas Söderlund2017-06-201-0/+5
OpenPOWER on IntegriCloud