summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-151-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-154-200/+1049
|\ \ \
| * | | media: v4l2-ctrls: Don't validate BITMASK twiceAndy Shevchenko2017-11-071-4/+0
| * | | 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/+0
| * | | media: v4l2-fwnode: use the cached value instead of getting againMauro Carvalho Chehab2017-11-011-2/+1
| * | | 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/+0
| * | | 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/+14
| * | | 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/+7
| * | | 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/+0
| * | | media: v4l: async: Remove re-probing supportSakari Ailus2017-10-311-53/+1
| * | | 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
| | |/ | |/|
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/ /
* | media: Revert "[media] v4l: async: make v4l2 coexist with devicetree nodes in...Rob Herring2017-09-051-6/+1
* | media: v4l2-flash-led-class: Create separate sub-devices for indicatorsSakari Ailus2017-08-261-46/+67
* | media: v4l: Add packed Bayer raw12 pixel formatsSakari Ailus2017-08-261-4/+8
* | media: vb2: add bidirectional flag in vb2_queueStanimir Varbanov2017-08-264-14/+18
* | media: v4l: fwnode: Use a less clash-prone name for MAX_DATA_LANES macroSakari Ailus2017-08-261-2/+3
* | media: v4l: fwnode: The clock lane is the first lane in lane_polaritiesSakari Ailus2017-08-261-1/+1
* | media: v4l: fwnode: Fix lane-polarities property parsingSakari Ailus2017-08-261-3/+7
* | media: Convert to using %pOF instead of full_nameRob Herring2017-08-201-2/+1
* | media: v4l2-compat-ioctl32.c: add capabilities field to, v4l2_input32Hans Verkuil2017-08-201-1/+2
* | media: v4l2-compat-ioctl32: Fix timespec conversionDaniel Mentz2017-08-091-1/+2
* | media: v4l2-compat-ioctl32: Copy v4l2_window->global_alphaDaniel Mentz2017-08-091-2/+5
* | media: vb2: core: Lower the log level of debug outputsHirokazu Honda2017-08-081-5/+5
* | media: v4l2-flash: Flash ops aren't mandatorySakari Ailus2017-07-261-6/+5
* | media: v4l2-flash: Use led_classdev instead of led_classdev_flash for indicatorSakari Ailus2017-07-261-12/+7
* | media: v4l2-fwnode: link_frequency is an optional propertySakari Ailus2017-07-261-15/+15
* | media: v4l2-fwnode: make v4l2_fwnode_endpoint_parse_csi1_bus staticMauro Carvalho Chehab2017-07-201-3/+4
* | media: v4l2-fwnode: suppress a warning at OF parsing logicMauro Carvalho Chehab2017-07-201-18/+14
* | media: v4l: Add support for CSI-1 and CCP2 bussesSakari Ailus2017-07-191-11/+47
* | media: v4l: fwnode: Obtain data bus type from FWSakari Ailus2017-07-191-0/+11
OpenPOWER on IntegriCloud