aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/media/v4l2-common.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'media/v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-3/+29
2024-02-08media: v4l2-subdev: Follow renaming of SPI "master" to "controller"Uwe Kleine-König1-3/+3
2024-02-05media: v4l2-common.h: kerneldoc: correctly format return valuesHans Verkuil1-8/+9
2024-02-01media: v4l: Add a helper for setting up link-frequencies controlSakari Ailus1-0/+25
2023-12-13media: v4l2-subdev: Turn .[gs]_frame_interval into pad operationsLaurent Pinchart1-2/+2
2023-06-09media: v4l2-common: Add support for fractional bppNicolas Dufresne1-0/+2
2022-10-22Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+2
2022-09-24media: v4l2: Fix v4l2_i2c_subdev_set_name function documentationAlexander Stein1-1/+2
2022-09-22media: v4l: move helper functions for fractions from uvc to v4l2-commonMichael Grzeschik1-0/+4
2022-07-15media: v4l2: Make colorspace validity checks more future-proofLaurent Pinchart1-3/+3
2021-01-07media: v4l: common: Fix naming of v4l2_get_link_rateSakari Ailus1-2/+2
2020-11-16media: v4l: Add a helper for obtaining the link frequencySakari Ailus1-0/+21
2020-09-26media: vivid: Add support to the CSC APIDafna Hirschfeld1-0/+29
2020-01-03media: v4l2: abstract timeval handling in v4l2_bufferArnd Bergmann1-0/+21
2019-10-10media: v4l2-common: add pixel encoding supportBenoit Parrot1-1/+32
2019-08-26media: v4l2-core: introduce a helper to unregister a i2c subdevEzequiel Garcia1-0/+10
2019-08-26media: v4l2-core: introduce a helper to unregister a spi subdevEzequiel Garcia1-0/+9
2019-08-26media: v4l2-core: move i2c helpers out of v4l2-common.cEzequiel Garcia1-37/+76
2019-08-26media: v4l2-core: move spi helpers out of v4l2-common.cEzequiel Garcia1-2/+16
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab1-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2019-05-29media: v4l2-common: Add an helper to apply frmsize constraintsBoris Brezillon1-0/+2
2019-05-29media: v4l2-common: Fix v4l2_fill_pixfmt[_mp]() prototypesBoris Brezillon1-4/+4
2019-04-22media: Introduce helpers to fill pixel format structsEzequiel Garcia1-0/+33
2019-02-07media: v4l2-common: drop v4l2_get_timestampHans Verkuil1-9/+0
2018-11-23media: v4l2-common: add V4L2_FRACT_COMPAREAkinobu Mita1-0/+5
2018-09-24media: v4l2-common: fix typo in documentation for v4l_bound_align_image()Niklas Söderlund1-1/+1
2018-09-17media: v4l: subdev: Add a function to set an I²C sub-device's nameSakari Ailus1-0/+12
2018-06-28media: v4l-common: Make v4l2_find_nearest_size more sparse-friendlySakari Ailus1-1/+1
2018-04-04media: v4l: Bring back array_size parameter to v4l2_find_nearest_sizeSakari Ailus1-2/+3
2018-03-21media: v4l2-common: fix a compilation breakageMauro Carvalho Chehab1-3/+2
2018-03-21media: v4l: common: Remove v4l2_find_nearest_formatSakari Ailus1-17/+0
2018-03-21media: v4l: common: Add a function to obtain best size from a listSakari Ailus1-0/+34
2018-02-22media: v4l2-common: create v4l2_g/s_parm_cap helpersHans Verkuil1-0/+26
2018-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab1-4/+4
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab1-2/+2
2017-12-18media: v4l2-common.h: document helper functionsMauro Carvalho Chehab1-11/+96
2017-12-18media: v4l2-common: get rid of struct v4l2_discrete_probeMauro Carvalho Chehab1-8/+4
2017-12-18media: v4l2-common: get rid of v4l2_routing dead structMauro Carvalho Chehab1-9/+5
2016-11-18[media] v4l2-common: add a debug macro to be used with dev_foo()Mauro Carvalho Chehab1-0/+7
2016-07-23[media] v4l2-common.h: Add documentation for other functionsMauro Carvalho Chehab1-5/+38
2016-07-23[media] v4l2-common.h: document the subdev functionsMauro Carvalho Chehab1-7/+42
2014-11-25[media] v4l2-common: move v4l2_ctrl_check to cx2341xHans Verkuil1-3/+1
2014-11-25[media] v4l2-ctrl: move function prototypes from common.h to ctrls.hHans Verkuil1-3/+0
2014-11-25[media] v4l2-common: remove unused helper functionsHans Verkuil1-10/+0
2013-11-18Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+1
2013-10-17[media] v4l2-ctrls: Correct v4l2_ctrl_get_int_menu() function's return typeSylwester Nawrocki1-1/+1
2013-10-03media: core: Don't use i2c_client->driverLars-Peter Clausen1-1/+1
2013-08-18v4l2-common: warning fix (W=1): add a missed function prototypeMauro Carvalho Chehab1-0/+1
2013-08-18[media] v4l2: move dv-timings related code to v4l2-dv-timings.cHans Verkuil1-13/+0