summaryrefslogtreecommitdiffstats
path: root/include/media/v4l2-common.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2022-10-221-1/+2
|\
| * media: v4l2: Fix v4l2_i2c_subdev_set_name function documentationAlexander Stein2022-09-241-1/+2
* | media: v4l: move helper functions for fractions from uvc to v4l2-commonMichael Grzeschik2022-09-221-0/+4
|/
* media: v4l2: Make colorspace validity checks more future-proofLaurent Pinchart2022-07-151-3/+3
* media: v4l: common: Fix naming of v4l2_get_link_rateSakari Ailus2021-01-071-2/+2
* media: v4l: Add a helper for obtaining the link frequencySakari Ailus2020-11-161-0/+21
* media: vivid: Add support to the CSC APIDafna Hirschfeld2020-09-261-0/+29
* media: v4l2: abstract timeval handling in v4l2_bufferArnd Bergmann2020-01-031-0/+21
* media: v4l2-common: add pixel encoding supportBenoit Parrot2019-10-101-1/+32
* media: v4l2-core: introduce a helper to unregister a i2c subdevEzequiel Garcia2019-08-261-0/+10
* media: v4l2-core: introduce a helper to unregister a spi subdevEzequiel Garcia2019-08-261-0/+9
* media: v4l2-core: move i2c helpers out of v4l2-common.cEzequiel Garcia2019-08-261-37/+76
* media: v4l2-core: move spi helpers out of v4l2-common.cEzequiel Garcia2019-08-261-2/+16
* Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-111-13/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-13/+1
* | media: v4l2-common: Add an helper to apply frmsize constraintsBoris Brezillon2019-05-291-0/+2
* | media: v4l2-common: Fix v4l2_fill_pixfmt[_mp]() prototypesBoris Brezillon2019-05-291-4/+4
|/
* media: Introduce helpers to fill pixel format structsEzequiel Garcia2019-04-221-0/+33
* media: v4l2-common: drop v4l2_get_timestampHans Verkuil2019-02-071-9/+0
* media: v4l2-common: add V4L2_FRACT_COMPAREAkinobu Mita2018-11-231-0/+5
* media: v4l2-common: fix typo in documentation for v4l_bound_align_image()Niklas Söderlund2018-09-241-1/+1
* media: v4l: subdev: Add a function to set an I²C sub-device's nameSakari Ailus2018-09-171-0/+12
* media: v4l-common: Make v4l2_find_nearest_size more sparse-friendlySakari Ailus2018-06-281-1/+1
* media: v4l: Bring back array_size parameter to v4l2_find_nearest_sizeSakari Ailus2018-04-041-2/+3
* media: v4l2-common: fix a compilation breakageMauro Carvalho Chehab2018-03-211-3/+2
* media: v4l: common: Remove v4l2_find_nearest_formatSakari Ailus2018-03-211-17/+0
* media: v4l: common: Add a function to obtain best size from a listSakari Ailus2018-03-211-0/+34
* media: v4l2-common: create v4l2_g/s_parm_cap helpersHans Verkuil2018-02-221-0/+26
* media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab2018-01-041-4/+4
* media: fix usage of whitespaces and on indentationMauro Carvalho Chehab2018-01-041-2/+2
* media: v4l2-common.h: document helper functionsMauro Carvalho Chehab2017-12-181-11/+96
* media: v4l2-common: get rid of struct v4l2_discrete_probeMauro Carvalho Chehab2017-12-181-8/+4
* media: v4l2-common: get rid of v4l2_routing dead structMauro Carvalho Chehab2017-12-181-9/+5
* [media] v4l2-common: add a debug macro to be used with dev_foo()Mauro Carvalho Chehab2016-11-181-0/+7
* [media] v4l2-common.h: Add documentation for other functionsMauro Carvalho Chehab2016-07-231-5/+38
* [media] v4l2-common.h: document the subdev functionsMauro Carvalho Chehab2016-07-231-7/+42
* [media] v4l2-common: move v4l2_ctrl_check to cx2341xHans Verkuil2014-11-251-3/+1
* [media] v4l2-ctrl: move function prototypes from common.h to ctrls.hHans Verkuil2014-11-251-3/+0
* [media] v4l2-common: remove unused helper functionsHans Verkuil2014-11-251-10/+0
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-181-1/+1
|\
| * media: core: Don't use i2c_client->driverLars-Peter Clausen2013-10-031-1/+1
* | [media] v4l2-ctrls: Correct v4l2_ctrl_get_int_menu() function's return typeSylwester Nawrocki2013-10-171-1/+1
|/
* v4l2-common: warning fix (W=1): add a missed function prototypeMauro Carvalho Chehab2013-08-181-0/+1
* [media] v4l2: move dv-timings related code to v4l2-dv-timings.cHans Verkuil2013-08-181-13/+0
* [media] v4l2-common: remove unused v4l2_chip_match/ident_i2c_client functionsHans Verkuil2013-06-211-9/+0
* [media] v4l2: remove obsolete v4l2_chip_match_host()Hans Verkuil2013-06-211-1/+0
* [media] v4l2-common: remove obsolete v4l_fill_dv_preset_infoHans Verkuil2013-03-241-1/+0
* [media] v4l: Helper function for obtaining timestampsSakari Ailus2012-12-211-0/+2
* [media] v4l2-common: add CVT and GTF detection functionsHans Verkuil2012-09-131-0/+9
* [media] v4l2-common: add v4l_match_dv_timingsHans Verkuil2012-09-131-0/+4