aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/v4l2-common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-19V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil1-133/+0
2009-09-12V4L/DVB (12549): v4l2: video device: Add FM TX controls default configurationsEduardo Valentin1-0/+50
2009-09-12V4L/DVB (12543): v4l: introduce string control support.Hans Verkuil1-0/+2
2009-06-23V4L/DVB (12003): v4l2: Move bounding code outside I2C ifdef blockTrent Piepho1-1/+2
2009-06-23V4L/DVB (11901): v4l2: Create helper function for bounding and aligning imagesTrent Piepho1-1/+74
2009-06-23V4L/DVB (12125): v4l2: add new s_config subdev ops and v4l2_i2c_new_subdev_cfg/board callsHans Verkuil1-0/+105
2009-06-16V4L/DVB (11673): v4l2-device: unregister i2c_clients when unregistering the v4l2_device.Hans Verkuil1-0/+1
2009-06-16V4L/DVB (11670): tuner: remove tuner_i2c_address_checkHans Verkuil1-2/+1
2009-04-06V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg to new_(probed)_subdevHans Verkuil1-14/+10
2009-04-06V4L/DVB (11374): v4l2-common: add v4l2_i2c_new_probed_subdev_addrHans Verkuil1-0/+11
2009-04-06V4L/DVB (11367): v4l2-common: remove legacy codeHans Verkuil1-26/+1
2009-03-30V4L/DVB (11098): v4l2-common: remove incorrect MODULE testHans Verkuil1-4/+4
2009-03-30V4L/DVB (11095): adds V4L2_CID_SHARPNESS to v4l2_ctrl_query_fill()Janne Grunau1-0/+1
2009-03-30V4L/DVB (10983): v4l2-common: add missing i2c_unregister_device.Hans Verkuil1-5/+16
2009-03-30V4L/DVB (10698): v4l2-common: remove v4l2_ctrl_query_fill_stdHans Verkuil1-145/+0
2009-03-30V4L/DVB (10691): v4l2-common: add v4l2_i2c_subdev_addr()Hans Verkuil1-0/+9
2009-03-30V4L/DVB (10687): v4l2-common/v4l2-spec: support/document write-only and button controlsHans Verkuil1-5/+24
2009-03-30V4L/DVB (10685): v4l2: add colorfx support to v4l2-common.c, and add to 'Changes' in spec.Hans Verkuil1-0/+12
2009-03-30V4L/DVB (10544): v4l2-common: add comments warning that about the sort orderHans Verkuil1-1/+1
2009-03-30V4L/DVB (10249): v4l2-common: added v4l2_i2c_tuner_addrs()Hans Verkuil1-0/+36
2009-03-30V4L/DVB (10244): v4l2: replace a few snprintfs with strlcpyHans Verkuil1-4/+4
2009-01-02V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil1-9/+20
2008-12-30V4L/DVB (9899): v4l2: Add missing control namesLaurent Pinchart1-11/+77
2008-12-30V4L/DVB (9821): v4l2-common: add i2c helper functionsHans Verkuil1-0/+113
2008-12-29V4L/DVB (9491): rationalise addresses to one common oneAlan Cox1-1/+1
2008-10-17remove CONFIG_KMOD from driversJohannes Berg1-4/+0
2008-10-12V4L/DVB (8649): v4l2: add AAC bitrate controlHans Verkuil1-0/+3
2008-10-12V4L/DVB (8639): saa6752hs: cleanup and add AC-3 supportHans Verkuil1-1/+5
2008-10-12V4L/DVB (8637): v4l2: add v4l2_ctrl_query_menu_valid_items support functionHans Verkuil1-1/+22
2008-10-12V4L/DVB (8636): v4l2: add v4l2_ctrl_get_name control support function.Hans Verkuil1-50/+59
2008-10-12V4L/DVB (8635): v4l: add AC-3 audio support to the MPEG Encoding APIHans Verkuil1-5/+37
2008-10-12V4L/DVB (8634): v4l2: extend MPEG Encoding API with AVC and AACJanne Grunau1-6/+8
2008-07-26V4L/DVB (8487): videodev: replace videodev.h includes by videodev2.h where possibleHans Verkuil1-1/+1
2008-04-29i2c: Add support for device alias namesJean Delvare1-2/+3
2008-04-28media: fix integer as NULL pointer warningsHarvey Harrison1-1/+1
2008-02-18V4L/DVB (7133): Fix Kconfig dependenciesMauro Carvalho Chehab1-339/+12
2008-02-18V4L/DVB (7119): Remove obsolete code from v4l2-commonMauro Carvalho Chehab1-6/+0
2008-02-18V4L/DVB (7115): Fix bug #9833: regression when compiling V4L without I2CMauro Carvalho Chehab1-22/+16
2008-01-25V4L/DVB (6467): v4l2-common: minor cleanupsHans Verkuil1-3/+2
2008-01-25V4L/DVB (6465): Use correct error codes when chip is not recognizedHans Verkuil1-1/+1
2008-01-25V4L/DVB (6451): v4l2: add support for bus-based I2C driversHans Verkuil1-0/+31
2008-01-25V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIGMauro Carvalho Chehab1-1/+1
2007-10-22V4L/DVB (6321): Remove obsolete VIDIOC_S/G_MPEGCOMP ioctlsHans Verkuil1-2/+0
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-10V4L/DVB (6289): Remove reference to dead CONFIG_UST and ust.h headerRobert P. J. Day1-5/+0
2007-10-09V4L/DVB (6088): cx2341x: some controls can't be changed while the device is busyHans Verkuil1-0/+1
2007-07-20V4L/DVB (5869): Add check for valid control ID to v4l2_ctrl_next.Hans Verkuil1-5/+14
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-27V4L/DVB (5306): Add support for VIDIOC_G_CHIP_IDENTHans Verkuil1-1/+20
2007-04-27V4L/DVB (5290): Add support for VIDIOC_INT_G/S_STD_OUTPUTHans Verkuil1-1/+4