summaryrefslogtreecommitdiffstats
path: root/include/media
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-2913-260/+420
|\
| * media: cec: name for RC passthrough device does not need 'RC for'Sean Young2018-10-051-2/+0
| * media: cec: fix the Signal Free Time calculationHans Verkuil2018-10-051-1/+1
| * media: v4l: ctrl: Provide unlocked variant of v4l2_ctrl_grabSakari Ailus2018-10-051-1/+25
| * media: v4l2-fwnode: cleanup functions that parse endpointsMauro Carvalho Chehab2018-10-051-10/+9
| * media: v4l2-core: cleanup coding style at V4L2 async/fwnodeMauro Carvalho Chehab2018-10-053-42/+48
| * media: v4l: fwnode: Update V4L2 fwnode endpoint parsing documentationSakari Ailus2018-10-041-19/+37
| * media: v4l: fwnode: Initialise the V4L2 fwnode endpoints to zeroSakari Ailus2018-10-041-0/+2
| * media: v4l: fwnode: Detect bus type correctlySakari Ailus2018-10-041-0/+2
| * media: v4l: fwnode: Let the caller provide V4L2 fwnode endpointSakari Ailus2018-10-041-4/+6
| * media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHYSakari Ailus2018-10-041-2/+4
| * media: v4l2: async: Remove notifier subdevs arraySteve Longerbeam2018-10-042-28/+5
| * media: v4l2-fwnode: Add a convenience function for registering subdevs with n...Steve Longerbeam2018-10-041-0/+38
| * media: v4l2-fwnode: Switch to v4l2_async_notifier_add_subdevSteve Longerbeam2018-10-042-12/+12
| * media: v4l2: async: Add convenience functions to allocate and add asd'sSteve Longerbeam2018-10-041-0/+62
| * media: v4l2: async: Add v4l2_async_notifier_add_subdevSteve Longerbeam2018-10-041-1/+33
| * media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macrosSean Young2018-10-041-10/+1
| * media: v4l2-common: fix typo in documentation for v4l_bound_align_image()Niklas Söderlund2018-09-241-1/+1
| * media: cec/v4l2: move V4L2 specific CEC functions to V4L2Hans Verkuil2018-09-242-80/+6
| * media: cec: make cec_get_edid_spa_location() an inline functionHans Verkuil2018-09-241-0/+70
| * media: v4l: subdev: Add a function to set an I²C sub-device's nameSakari Ailus2018-09-171-0/+12
| * media: vsp1: Fix YCbCr planar formats pitch calculationKoji Matsuoka2018-09-171-1/+1
| * media: v4l2-rect.h: add position and equal helpersMarco Felsch2018-09-171-0/+26
| * media: v4l2-mc: get rid of global pad indexesMauro Carvalho Chehab2018-09-171-76/+0
| * media: v4l2-mc: switch it to use the new approach to setup pipelinesMauro Carvalho Chehab2018-09-171-0/+18
| * media: v4l2: taint pads with the signal types for consumer devicesMauro Carvalho Chehab2018-09-171-0/+30
| * media: v4l2: remove VBI output padMauro Carvalho Chehab2018-09-171-2/+0
| * media: rcar-fcp: convert to SPDX identifiersKuninori Morimoto2018-09-121-5/+1
| * media: vsp1: convert to SPDX identifiersKuninori Morimoto2018-09-121-5/+1
| * media: v4l2-dv-timings: Introduce v4l2_calc_timeperframe helperJose Abreu2018-08-311-0/+11
* | media: v4l: event: Prevent freeing event subscriptions while accessedSakari Ailus2018-10-031-0/+4
|/
* Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-08-201-3/+24
|\
| * media: cec-notifier: Get notifier by device and connector nameNeil Armstrong2018-07-131-3/+24
* | media: vsp1: Support Interlaced display pipelinesKieran Bingham2018-08-031-0/+2
* | media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab2018-08-021-1/+29
* | media: dvb: convert tuner_info frequencies to HzMauro Carvalho Chehab2018-08-021-9/+10
* | media: v4l2-ctrls.h: fix v4l2_ctrl field description typosBaruch Siach2018-07-251-2/+2
* | media: v4l2-mem2mem: add v4l2_m2m_last_buf()Hans Verkuil2018-07-251-0/+29
* | media: cec: add support for 5V signal testingHans Verkuil2018-07-252-1/+15
* | media: mem2mem: Make .job_abort optionalEzequiel Garcia2018-07-241-1/+1
* | media: v4l2-fwnode: parse 'data-enable-active' propJacopo Mondi2018-07-241-0/+2
* | media: add helpers for memory-to-memory media controllerEzequiel Garcia2018-07-041-0/+19
* | media: v4l-common: Make v4l2_find_nearest_size more sparse-friendlySakari Ailus2018-06-281-1/+1
* | media: mem2mem: Remove unused v4l2_m2m_ops .lock/.unlockEzequiel Garcia2018-06-281-6/+0
* | media: v4l2-ioctl: create helper to fill in v4l2_standard for ENUMSTDNiklas Söderlund2018-06-281-2/+13
* | media: i2c: lm3560: add support for lm3559 chipPavel Machek2018-06-281-0/+1
|/
* media: v4l2-core: push taking ioctl mutex down to ioctl handlerHans Verkuil2018-05-282-21/+0
* media: v4l2-ioctl: delete unused v4l2_disable_ioctl_lockingHans Verkuil2018-05-281-15/+0
* media: v4l: vsp1: Extend the DU API to support CRC computationLaurent Pinchart2018-05-171-2/+33
* media: v4l: vsp1: Document the vsp1_du_atomic_config structureLaurent Pinchart2018-05-171-0/+10