summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
* media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab2018-01-042-34/+34
* media: fix usage of whitespaces and on indentationMauro Carvalho Chehab2018-01-043-4/+4
* media: v4l: Add a UVC Metadata formatGuennadi Liakhovetski2018-01-041-0/+1
* media: v4l2-async: simplify v4l2_async_subdev structureMauro Carvalho Chehab2017-12-292-13/+13
* media: videodev2.h, v4l2-ioctl: add IPU3 raw10 color formatYong Zhi2017-12-291-0/+4
* media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab2017-12-281-1/+0Star
* media: move videobuf2 to drivers/media/commonMauro Carvalho Chehab2017-12-289-6000/+0Star
* Merge branch 'docs-next' of git://git.lwn.net/linux into patchworkMauro Carvalho Chehab2017-12-221-2/+3
|\
| * Merge tag 'media/v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-12-089-48/+51
| |\
| * | v4l2: disable filesystem-dax mapping supportDan Williams2017-11-301-2/+3
* | | media: vb2: unify calling of set_page_dirty_lockStanimir Varbanov2017-12-182-6/+7
* | | media: vb2: clear V4L2_BUF_FLAG_LAST when filling vb2_bufferPhilipp Zabel2017-12-181-0/+2
* | | media: v4l2-dev: convert VFL_TYPE_* into an enumMauro Carvalho Chehab2017-12-181-4/+6
* | | media: v4l2-common.h: document helper functionsMauro Carvalho Chehab2017-12-181-14/+0Star
* | | media: v4l2-common: get rid of struct v4l2_discrete_probeMauro Carvalho Chehab2017-12-181-6/+7
* | | media: drivers: media: remove duplicate includesPravin Shedge2017-12-131-2/+0Star
| |/ |/|
* | media: v4l: async: use the v4l2_dev from the root notifier when matching sub-...Niklas Söderlund2017-11-301-2/+1Star
* | media: v4l2-fwnode: Check subdev count after checking portTomasz Figa2017-11-301-5/+5
* | media: v4l2-core: Fix kernel-doc markupsMauro Carvalho Chehab2017-11-305-8/+12
* | media: videobuf2: don't use kernel-doc "/**" markupsMauro Carvalho Chehab2017-11-272-33/+33
|/
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-161-2/+2
|\
| * Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula2017-09-2810-145/+216
| |\
| * | lib/scatterlist: Fix offset type in sg_alloc_table_from_pagesTvrtko Ursulin2017-09-071-2/+2
* | | Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-164-200/+1049
|\ \ \
| * | | media: v4l2-ctrls: Don't validate BITMASK twiceAndy Shevchenko2017-11-071-4/+0Star
| * | | media: v4l: async: fix unregister for implicitly registered sub-device notifiersNiklas Söderlund2017-11-071-1/+1
| * | | media: v4l: async: fix return of unitialized variable retColin Ian King2017-11-071-1/+0Star
| * | | media: v4l2-fwnode: use the cached value instead of getting againMauro Carvalho Chehab2017-11-011-2/+1Star
| * | | media: v4l: fwnode: Add a convenience function for registering sensorsSakari Ailus2017-10-312-4/+56
| * | | media: v4l: fwnode: Add convenience function for parsing common external refsSakari Ailus2017-10-311-0/+35
| * | | media: v4l: fwnode: Add a helper function to obtain device / integer referencesSakari Ailus2017-10-311-0/+287
| * | | media: v4l: fwnode: Add a helper function for parsing generic referencesSakari Ailus2017-10-311-0/+69
| * | | media: v4l: fwnode: Move KernelDoc documentation to the headerSakari Ailus2017-10-311-75/+0Star
| * | | media: v4l: async: Ensure only unique fwnodes are registered to notifiersSakari Ailus2017-10-311-7/+79
| * | | media: v4l: async: Allow binding notifiers to sub-devicesSakari Ailus2017-10-311-40/+172
| * | | media: v4l: async: Prepare for async sub-device notifiersSakari Ailus2017-10-311-19/+50
| * | | media: v4l: async: Allow async notifier register call succeed with no subdevsSakari Ailus2017-10-311-2/+10
| * | | media: v4l: async: Register sub-devices before calling bound callbackSakari Ailus2017-10-311-3/+3
| * | | media: v4l: async: Introduce helpers for calling async ops callbacksSakari Ailus2017-10-311-17/+39
| * | | media: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart2017-10-311-16/+14Star
| * | | media: v4l: fwnode: Support generic parsing of graph endpoints in a deviceSakari Ailus2017-10-312-0/+227
| * | | media: v4l: async: Use more intuitive names for internal functionsSakari Ailus2017-10-311-9/+10
| * | | media: v4l: async: Correctly serialise async sub-device unregistrationSakari Ailus2017-10-311-11/+7Star
| * | | media: v4l: async: Fix notifier complete callback error handlingSakari Ailus2017-10-311-18/+60
| * | | media: v4l: async: fix unbind error in v4l2_async_notifier_unregister()Niklas Söderlund2017-10-311-4/+4
| * | | media: v4l: async: Don't set sd->dev NULL in v4l2_async_cleanupSakari Ailus2017-10-311-1/+0Star
| * | | media: v4l: async: Remove re-probing supportSakari Ailus2017-10-311-53/+1Star
| * | | media: v4l2-ctrl: Fix flags field on Control eventsRicardo Ribalda2017-10-311-4/+12
| * | | [media] v4l2-ctrls.c: allow empty control handlersHans Verkuil2017-10-041-1/+1
| * | | media: v4l-ioctl: Fix typo on v4l_print_frmsizeenumRicardo Ribalda2017-09-231-3/+6
| | |/ | |/|