summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
AgeCommit message (Expand)AuthorFilesLines
2018-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab2-34/+34
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab3-4/+4
2018-01-04media: v4l: Add a UVC Metadata formatGuennadi Liakhovetski1-0/+1
2017-12-29media: v4l2-async: simplify v4l2_async_subdev structureMauro Carvalho Chehab2-13/+13
2017-12-29media: videodev2.h, v4l2-ioctl: add IPU3 raw10 color formatYong Zhi1-0/+4
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab1-1/+0
2017-12-28media: move videobuf2 to drivers/media/commonMauro Carvalho Chehab9-6000/+0
2017-12-22Merge branch 'docs-next' of git://git.lwn.net/linux into patchworkMauro Carvalho Chehab1-2/+3
2017-12-18media: vb2: unify calling of set_page_dirty_lockStanimir Varbanov2-6/+7
2017-12-18media: vb2: clear V4L2_BUF_FLAG_LAST when filling vb2_bufferPhilipp Zabel1-0/+2
2017-12-18media: v4l2-dev: convert VFL_TYPE_* into an enumMauro Carvalho Chehab1-4/+6
2017-12-18media: v4l2-common.h: document helper functionsMauro Carvalho Chehab1-14/+0
2017-12-18media: v4l2-common: get rid of struct v4l2_discrete_probeMauro Carvalho Chehab1-6/+7
2017-12-13media: drivers: media: remove duplicate includesPravin Shedge1-2/+0
2017-12-08Merge tag 'media/v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds9-48/+51
2017-11-30media: v4l: async: use the v4l2_dev from the root notifier when matching sub-...Niklas Söderlund1-2/+1
2017-11-30media: v4l2-fwnode: Check subdev count after checking portTomasz Figa1-5/+5
2017-11-30media: v4l2-core: Fix kernel-doc markupsMauro Carvalho Chehab5-8/+12
2017-11-29v4l2: disable filesystem-dax mapping supportDan Williams1-2/+3
2017-11-27media: videobuf2: don't use kernel-doc "/**" markupsMauro Carvalho Chehab2-33/+33
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+2
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-200/+1049
2017-11-07media: v4l2-ctrls: Don't validate BITMASK twiceAndy Shevchenko1-4/+0
2017-11-07media: v4l: async: fix unregister for implicitly registered sub-device notifiersNiklas Söderlund1-1/+1
2017-11-07media: v4l: async: fix return of unitialized variable retColin Ian King1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-11-01media: v4l2-fwnode: use the cached value instead of getting againMauro Carvalho Chehab1-2/+1
2017-10-31media: v4l: fwnode: Add a convenience function for registering sensorsSakari Ailus2-4/+56
2017-10-31media: v4l: fwnode: Add convenience function for parsing common external refsSakari Ailus1-0/+35
2017-10-31media: v4l: fwnode: Add a helper function to obtain device / integer referencesSakari Ailus1-0/+287
2017-10-31media: v4l: fwnode: Add a helper function for parsing generic referencesSakari Ailus1-0/+69
2017-10-31media: v4l: fwnode: Move KernelDoc documentation to the headerSakari Ailus1-75/+0
2017-10-31media: v4l: async: Ensure only unique fwnodes are registered to notifiersSakari Ailus1-7/+79
2017-10-31media: v4l: async: Allow binding notifiers to sub-devicesSakari Ailus1-40/+172
2017-10-31media: v4l: async: Prepare for async sub-device notifiersSakari Ailus1-19/+50
2017-10-31media: v4l: async: Allow async notifier register call succeed with no subdevsSakari Ailus1-2/+10
2017-10-31media: v4l: async: Register sub-devices before calling bound callbackSakari Ailus1-3/+3
2017-10-31media: v4l: async: Introduce helpers for calling async ops callbacksSakari Ailus1-17/+39
2017-10-31media: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart1-16/+14
2017-10-31media: v4l: fwnode: Support generic parsing of graph endpoints in a deviceSakari Ailus2-0/+227
2017-10-31media: v4l: async: Use more intuitive names for internal functionsSakari Ailus1-9/+10
2017-10-31media: v4l: async: Correctly serialise async sub-device unregistrationSakari Ailus1-11/+7
2017-10-31media: v4l: async: Fix notifier complete callback error handlingSakari Ailus1-18/+60
2017-10-31media: v4l: async: fix unbind error in v4l2_async_notifier_unregister()Niklas Söderlund1-4/+4
2017-10-31media: v4l: async: Don't set sd->dev NULL in v4l2_async_cleanupSakari Ailus1-1/+0
2017-10-31media: v4l: async: Remove re-probing supportSakari Ailus1-53/+1
2017-10-31media: v4l2-ctrl: Fix flags field on Control eventsRicardo Ribalda1-4/+12
2017-10-04[media] v4l2-ctrls.c: allow empty control handlersHans Verkuil1-1/+1
2017-09-28Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula10-145/+216
2017-09-23media: v4l-ioctl: Fix typo on v4l_print_frmsizeenumRicardo Ribalda1-3/+6