aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
AgeCommit message (Expand)Author
2018-02-16media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevsHans Verkuil
2018-02-16media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logicDaniel Mentz
2018-02-16media: v4l2-compat-ioctl32.c: don't copy back the result for certain errorsHans Verkuil
2018-02-16media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer typeHans Verkuil
2018-02-16media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32Hans Verkuil
2018-02-16media: v4l2-compat-ioctl32.c: fix ctrl_is_pointerHans Verkuil
2018-02-16media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32Hans Verkuil
2018-02-16media: v4l2-compat-ioctl32.c: avoid sizeof(type)Hans Verkuil
2018-02-16media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32Hans Verkuil
2018-02-16media: v4l2-compat-ioctl32.c: fix the indentationHans Verkuil
2018-02-16media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUFHans Verkuil
2018-02-16media: v4l2-ioctl.c: don't copy back the result for -ENOTTYHans Verkuil
2018-02-16media: v4l2-ioctl.c: use check_fmt for enum/g/s/try_fmtHans Verkuil
2017-12-08Merge tag 'media/v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2017-11-30media: v4l: async: use the v4l2_dev from the root notifier when matching sub-...Niklas Söderlund
2017-11-30media: v4l2-fwnode: Check subdev count after checking portTomasz Figa
2017-11-30media: v4l2-core: Fix kernel-doc markupsMauro Carvalho Chehab
2017-11-29v4l2: disable filesystem-dax mapping supportDan Williams
2017-11-27media: videobuf2: don't use kernel-doc "/**" markupsMauro Carvalho Chehab
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-07media: v4l2-ctrls: Don't validate BITMASK twiceAndy Shevchenko
2017-11-07media: v4l: async: fix unregister for implicitly registered sub-device notifiersNiklas Söderlund
2017-11-07media: v4l: async: fix return of unitialized variable retColin Ian King
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01media: v4l2-fwnode: use the cached value instead of getting againMauro Carvalho Chehab
2017-10-31media: v4l: fwnode: Add a convenience function for registering sensorsSakari Ailus
2017-10-31media: v4l: fwnode: Add convenience function for parsing common external refsSakari Ailus
2017-10-31media: v4l: fwnode: Add a helper function to obtain device / integer referencesSakari Ailus
2017-10-31media: v4l: fwnode: Add a helper function for parsing generic referencesSakari Ailus
2017-10-31media: v4l: fwnode: Move KernelDoc documentation to the headerSakari Ailus
2017-10-31media: v4l: async: Ensure only unique fwnodes are registered to notifiersSakari Ailus
2017-10-31media: v4l: async: Allow binding notifiers to sub-devicesSakari Ailus
2017-10-31media: v4l: async: Prepare for async sub-device notifiersSakari Ailus
2017-10-31media: v4l: async: Allow async notifier register call succeed with no subdevsSakari Ailus
2017-10-31media: v4l: async: Register sub-devices before calling bound callbackSakari Ailus
2017-10-31media: v4l: async: Introduce helpers for calling async ops callbacksSakari Ailus
2017-10-31media: v4l: async: Move async subdev notifier operations to a separate structureLaurent Pinchart
2017-10-31media: v4l: fwnode: Support generic parsing of graph endpoints in a deviceSakari Ailus
2017-10-31media: v4l: async: Use more intuitive names for internal functionsSakari Ailus
2017-10-31media: v4l: async: Correctly serialise async sub-device unregistrationSakari Ailus
2017-10-31media: v4l: async: Fix notifier complete callback error handlingSakari Ailus
2017-10-31media: v4l: async: fix unbind error in v4l2_async_notifier_unregister()Niklas Söderlund
2017-10-31media: v4l: async: Don't set sd->dev NULL in v4l2_async_cleanupSakari Ailus
2017-10-31media: v4l: async: Remove re-probing supportSakari Ailus
2017-10-31media: v4l2-ctrl: Fix flags field on Control eventsRicardo Ribalda
2017-10-04[media] v4l2-ctrls.c: allow empty control handlersHans Verkuil
2017-09-28Merge drm-upstream/drm-next into drm-intel-next-queuedJani Nikula
2017-09-23media: v4l-ioctl: Fix typo on v4l_print_frmsizeenumRicardo Ribalda
2017-09-07lib/scatterlist: Fix offset type in sg_alloc_table_from_pagesTvrtko Ursulin