aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/media/v4l2-subdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-08[media] v4l: subdev: tolerate null in media_entity_to_v4l2_subdevKieran Bingham1-2/+9
2017-06-06[media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus1-2/+0
2017-06-06[media] v4l: async: Add fwnode match supportSakari Ailus1-0/+3
2017-02-03[media] v4l2-subdev.h: fix v4l2_subdev_pad_config documentationBaruch Siach1-3/+3
2016-09-22[media] get rid of a number of problems at the cross referencesMauro Carvalho Chehab1-3/+4
2016-09-09[media] v4l2-subdev.h: fix a typo at a kernel-doc markupMauro Carvalho Chehab1-1/+1
2016-09-09[media] v4l2-subdev: fix some references to v4l2_devMauro Carvalho Chehab1-4/+4
2016-09-09[media] v4l2-subdev.h: fix a doc nitpick warningMauro Carvalho Chehab1-1/+1
2016-08-24[media] v4l2-async: remove unneeded .registered_async callbackJavier Martinez Canillas1-3/+0
2016-08-24[media] v4l2-subdev: rename cropcap to g_pixelaspectHans Verkuil1-2/+2
2016-08-24[media] v4l2: remove g/s_crop from video opsHans Verkuil1-6/+0
2016-07-23[media] v4l2-subdev.h: Improve documentationMauro Carvalho Chehab1-189/+383
2016-07-23Merge branch 'patchwork' into topic/docs-nextMauro Carvalho Chehab1-21/+0
2016-07-17[media] doc-rst: Fix conversion for v4l2 core functionsMauro Carvalho Chehab1-2/+2
2016-07-12[media] v4l2-subdev.h: remove the control subdev opsHans Verkuil1-21/+0
2016-04-13[media] v4l: subdev: Add pad config allocator and initLaurent Pinchart1-0/+8
2016-02-10[media] v4l2-subdev: add registered_async subdev core operationJavier Martinez Canillas1-0/+3
2015-08-22[media] v4l2-subdev: add remaining argument descriptionsMauro Carvalho Chehab1-1/+21
2015-08-22[media] v4l2_subdev: describe ioctl parms at the remaining structsMauro Carvalho Chehab1-0/+30
2015-08-22[media] v4l2_subdev: describe ioctl parms at v4l2_subdev_video_opsMauro Carvalho Chehab1-2/+24
2015-08-22[media] v4l2-subdev: reorder the v4l2_subdev_video_ops commentsMauro Carvalho Chehab1-8/+10
2015-08-22[media] v4l2-subdev: Add description for radio ioctl handlersMauro Carvalho Chehab1-4/+19
2015-08-22[media] v4l2-subdev: Add description for core ioctl handlersMauro Carvalho Chehab1-1/+21
2015-08-22[media] v4l2-subdev: convert documentation to the right formatMauro Carvalho Chehab1-126/+135
2015-07-17[media] Add helper function for subdev event notificationsLars-Peter Clausen1-0/+4
2015-07-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds1-0/+2
2015-06-15v4l: async: Add a pointer to of_node to struct v4l2_subdev, match itSakari Ailus1-0/+2
2015-05-20[media] v4l2-subdev: allow subdev to send an event to the v4l2_device notify functionjean-michel.hautbois@vodalys.com1-0/+2
2015-05-01[media] v4l2: replace s_mbus_fmt by set_fmt in bridge driversHans Verkuil1-8/+0
2015-05-01[media] v4l2: replace video op g_mbus_fmt by pad op get_fmtHans Verkuil1-4/+0
2015-05-01[media] v4l2: replace enum_mbus_fmt by enum_mbus_codeHans Verkuil1-4/+0
2015-03-23[media] v4l2-subdev: remove enum_framesizes/intervalsHans Verkuil1-2/+0
2015-03-23[media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_configHans Verkuil1-20/+33
2014-12-22[media] v4l2-subdev: drop unused op enum_mbus_fmtHans Verkuil1-2/+0
2014-12-22[media] v4l2-subdev: drop get/set_crop pad opsHans Verkuil1-4/+0
2014-11-14[media] Make use of the new media_bus_format definitionsBoris BREZILLON1-1/+1
2014-05-25[media] v4l: subdev: Remove deprecated video-level DV timings operationsLaurent Pinchart1-4/+0
2014-05-25[media] v4l: Add pad-level DV timings subdev operationsLaurent Pinchart1-0/+4
2014-05-24[media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart1-3/+3
2014-05-13[media] v4l2-subdev.h: add g_tvnorms video opHans Verkuil1-2/+6
2014-05-13[media] v4l: V4L2_MBUS_FRAME_DESC_FL_BLOB is about 1D DMASakari Ailus1-3/+6
2014-05-13[media] v4l: Only get module if it's different than the driver for v4l2_devSakari Ailus1-0/+1
2014-04-16[media] v4l2-subdev.h: fix sparse error with v4l2_subdev_notifyHans Verkuil1-5/+0
2014-03-13[media] v4l: add enum_freq_bands support to tuner sub-deviceAntti Palosaari1-0/+1
2014-03-11[media] v4l2: add VIDIOC_G/S_EDID support to the v4l2 coreHans Verkuil1-2/+2
2014-02-24[media] v4l2-subdev: Allow 32-bit compat ioctlsHans Verkuil1-0/+4
2013-10-31[media] v4l: Fix typo in v4l2_subdev_get_try_crop()Laurent Pinchart1-1/+1
2013-10-31[media] V4L2: add a common V4L2 subdevice platform data typeGuennadi Liakhovetski1-0/+13
2013-10-31[media] V4L2: (cosmetic) remove redundant use of unlikely()Guennadi Liakhovetski1-2/+2
2013-07-30[media] V4L: Merge struct v4l2_async_subdev_list with struct v4l2_subdevSylwester Nawrocki1-7/+6