summaryrefslogtreecommitdiffstats
path: root/include/media/v4l2-common.h
AgeCommit message (Expand)AuthorLines
2014-11-25[media] v4l2-common: move v4l2_ctrl_check to cx2341xHans Verkuil-3/+1
2014-11-25[media] v4l2-ctrl: move function prototypes from common.h to ctrls.hHans Verkuil-3/+0
2014-11-25[media] v4l2-common: remove unused helper functionsHans Verkuil-10/+0
2013-11-18Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2013-10-17[media] v4l2-ctrls: Correct v4l2_ctrl_get_int_menu() function's return typeSylwester Nawrocki-1/+1
2013-10-03media: core: Don't use i2c_client->driverLars-Peter Clausen-1/+1
2013-08-18v4l2-common: warning fix (W=1): add a missed function prototypeMauro Carvalho Chehab-0/+1
2013-08-18[media] v4l2: move dv-timings related code to v4l2-dv-timings.cHans Verkuil-13/+0
2013-06-21[media] v4l2-common: remove unused v4l2_chip_match/ident_i2c_client functionsHans Verkuil-9/+0
2013-06-21[media] v4l2: remove obsolete v4l2_chip_match_host()Hans Verkuil-1/+0
2013-03-24[media] v4l2-common: remove obsolete v4l_fill_dv_preset_infoHans Verkuil-1/+0
2012-12-21[media] v4l: Helper function for obtaining timestampsSakari Ailus-0/+2
2012-09-13[media] v4l2-common: add CVT and GTF detection functionsHans Verkuil-0/+9
2012-09-13[media] v4l2-common: add v4l_match_dv_timingsHans Verkuil-0/+4
2012-08-11[media] v4l2: typosMichael Jones-2/+2
2011-03-22[media] v4l2_prio: move from v4l2-common to v4l2-devHans Verkuil-15/+0
2011-01-19[media] v4l2-subdev: remove core.s_config and v4l2_i2c_new_subdev_cfg()Hans Verkuil-12/+1
2010-12-30[media] v4l2-ctrls: use const char * const * for the menu arraysHans Verkuil-3/+3
2010-11-22[media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart-10/+6
2010-10-21V4L/DVB: v4l2-common: Move v4l2_find_nearest_format from videodev2.h to v4l2-...Hans Verkuil-0/+10
2010-05-19V4L/DVB: v4l2-common: simplify prio utility functionsHans Verkuil-4/+4
2010-05-18V4L/DVB: Add SPI support to V4L2Dmitri Belimov-0/+19
2009-12-16V4L/DVB (13618): v4l2: Adding helper function to get dv preset descriptionMuralidharan Karicheri-1/+1
2009-09-19V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil-15/+9
2009-06-23V4L/DVB (11901): v4l2: Create helper function for bounding and aligning imagesTrent Piepho-0/+10
2009-06-23V4L/DVB (12125): v4l2: add new s_config subdev ops and v4l2_i2c_new_subdev_cf...Hans Verkuil-0/+16
2009-04-06V4L/DVB (11381): ivtv/cx18: remove VIDIOC_INT_S_AUDIO_ROUTING debug support.Hans Verkuil-8/+6
2009-04-06V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg t...Hans Verkuil-2/+4
2009-04-06V4L/DVB (11374): v4l2-common: add v4l2_i2c_new_probed_subdev_addrHans Verkuil-0/+4
2009-04-06V4L/DVB (11367): v4l2-common: remove legacy codeHans Verkuil-126/+9
2009-03-30V4L/DVB (10698): v4l2-common: remove v4l2_ctrl_query_fill_stdHans Verkuil-1/+0
2009-03-30V4L/DVB (10691): v4l2-common: add v4l2_i2c_subdev_addr()Hans Verkuil-0/+2
2009-03-30V4L/DVB (10544): v4l2-common: add comments warning that about the sort orderHans Verkuil-0/+5
2009-03-30V4L/DVB (10542): v4l2-subdev: add querystd and g_input_statusHans Verkuil-0/+3
2009-03-30V4L/DVB (10249): v4l2-common: added v4l2_i2c_tuner_addrs()Hans Verkuil-0/+13
2009-01-02V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...Hans Verkuil-3/+3
2008-12-30V4L/DVB (9821): v4l2-common: add i2c helper functionsHans Verkuil-0/+41
2008-10-12V4L/DVB (8940): saa7115: fix saa7111(a) supportHans Verkuil-4/+8
2008-10-12V4L/DVB (8637): v4l2: add v4l2_ctrl_query_menu_valid_items support functionHans Verkuil-0/+2
2008-10-12V4L/DVB (8636): v4l2: add v4l2_ctrl_get_name control support function.Hans Verkuil-0/+1
2008-07-23V4L/DVB (8434): Fix x86_64 compilation and move some macros to v4l2-ioctl.hMauro Carvalho Chehab-22/+0
2008-07-23V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....Hans Verkuil-0/+15
2008-04-29i2c: Add support for device alias namesJean Delvare-1/+3
2008-02-18V4L/DVB (7133): Fix Kconfig dependenciesMauro Carvalho Chehab-2/+0
2008-01-25V4L/DVB (6451): v4l2: add support for bus-based I2C driversHans Verkuil-0/+11
2008-01-25V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIGMauro Carvalho Chehab-1/+6
2007-04-27V4L/DVB (5306): Add support for VIDIOC_G_CHIP_IDENTHans Verkuil-37/+2
2007-04-27V4L/DVB (5290): Add support for VIDIOC_INT_G/S_STD_OUTPUTHans Verkuil-0/+8
2007-03-01V4L/DVB (5304): Improve chip matching in v4l2_registerHans Verkuil-0/+8
2007-02-21V4L/DVB (5200): V4l_printk_ioctl_arg() is no longer used.Adrian Bunk-3/+0