summaryrefslogtreecommitdiffstats
path: root/include/media
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (13670): soc-camera: Add mt9t112 camera driverKuninori Morimoto2009-12-162-0/+32
* V4L/DVB (13665): sh_mobile_ceu_camera: Add support for sync polarity selectionKuninori Morimoto2009-12-161-0/+2
* V4L/DVB (13661): rj54n1cb0c: Add cropping, auto white balance, restrict sizes...Guennadi Liakhovetski2009-12-161-0/+19
* V4L/DVB (13659): soc-camera: convert to the new mediabus APIGuennadi Liakhovetski2009-12-162-20/+7
* V4L/DVB (13658): v4l: add a media-bus API for configuring v4l2 subdev pixel a...Guennadi Liakhovetski2009-12-163-1/+143
* V4L/DVB (13650): soc-camera: switch drivers and platforms to use .priv in str...Guennadi Liakhovetski2009-12-163-3/+0
* V4L/DVB (13648): soc-camera: add a private field to struct soc_camera_linkGuennadi Liakhovetski2009-12-161-0/+2
* V4L/DVB (13645): soc-camera: fix multi-line comment coding styleGuennadi Liakhovetski2009-12-161-1/+2
* V4L/DVB (13644): v4l: add new v4l2-subdev sensor operations, use g_skip_top_l...Guennadi Liakhovetski2009-12-162-6/+17
* V4L/DVB (13643): soc-camera: remove no longer needed struct membersGuennadi Liakhovetski2009-12-161-2/+0
* V4L/DVB (13618): v4l2: Adding helper function to get dv preset descriptionMuralidharan Karicheri2009-12-161-1/+1
* V4L/DVB (13617): ir: move input_register_device() to happen inside ir_input_r...Mauro Carvalho Chehab2009-12-161-1/+1
* V4L/DVB (13616): IR: rename ir_input_free as ir_input_unregisterMauro Carvalho Chehab2009-12-161-1/+1
* V4L/DVB (13615): ir-core: create ir_input_registerMauro Carvalho Chehab2009-12-162-4/+7
* V4L/DVB (13613): IR: create ir-core moduleMauro Carvalho Chehab2009-12-162-38/+58
* V4L/DVB (13571): v4l: Adding Digital Video Timings APIsMuralidharan Karicheri2009-12-162-0/+36
* V4L/DVB (13557): v4l: Remove unneeded video_device::minor usage in driversLaurent Pinchart2009-12-161-4/+0
* V4L/DVB (13552): v4l: Replace video_is_unregistered with video_is_registeredLaurent Pinchart2009-12-161-10/+8
* V4L/DVB (13549): v4l: Add video_device_node_name functionLaurent Pinchart2009-12-161-0/+5
* V4L/DVB (13546): ir-keymaps: Add table for Terratec Cinergy XS FMMauro Carvalho Chehab2009-12-161-0/+1
* V4L/DVB (13543): ir-common: Associate a table with a given protocol typeMauro Carvalho Chehab2009-12-161-3/+8
* V4L/DVB (13540): ir-common: Cleanup get key evdev codeMauro Carvalho Chehab2009-12-051-0/+2
* V4L/DVB (13539): ir-common: add __func__ for debug messagesMauro Carvalho Chehab2009-12-051-1/+1
* V4L/DVB (13538): ir-common: Use a dynamic keycode tableMauro Carvalho Chehab2009-12-051-0/+6
* V4L/DVB (13537): ir: Prepare the code for dynamic keycode table allocationMauro Carvalho Chehab2009-12-051-1/+2
* V4L/DVB (13535): ir-common: Add a hauppauge new table with the complete RC5 codeMauro Carvalho Chehab2009-12-051-0/+1
* V4L/DVB (13534): ir-common: Remove some unused fields/structsMauro Carvalho Chehab2009-12-051-7/+0
* V4L/DVB (13533): ir: use dynamic tables, instead of static onesMauro Carvalho Chehab2009-12-051-3/+2
* V4L/DVB (13532): ir-common: Add infrastructure to use a dynamic keycode tableMauro Carvalho Chehab2009-12-051-1/+11
* V4L/DVB (13531): ir-common: rename the debug routine to allow exporting itMauro Carvalho Chehab2009-12-051-0/+4
* V4L/DVB (13477): v4l2-subdev: remove unnecessary checkHans Verkuil2009-12-051-1/+1
* V4L/DVB (13464): Davinci VPFE Capture: add i2c adapter id in platform dataVaibhav Hiremath2009-12-051-0/+2
* V4L/DVB (13417): Fix videobuf_queue_vmalloc_init() prototypeJonathan Corbet2009-12-051-1/+1
* V4L/DVB (13377): make struct videobuf_queue_ops constantJonathan Corbet2009-12-054-5/+5
* V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_powerLaurent Pinchart2009-12-051-3/+4
* V4L/DVB (13206): cx25840: add component supportDavid T.L. Wong2009-12-051-0/+1
* V4L/DVB (13177): radio: Add support for TEF6862 tunerRichard Röjfors2009-12-051-0/+3
* V4L/DVB (13135): Add support for TeVii remotesIgor M. Liplianin2009-12-051-0/+1
* V4L/DVB (13134): Add support for TBS-likes remotesIgor M. Liplianin2009-12-051-0/+1
* V4L/DVB (13130): soc-camera: add a new driver for the RJ54N1CB0C camera senso...Guennadi Liakhovetski2009-12-051-0/+3
* V4L/DVB (13103): create a standard method for dvb adapter drivers to override...Michael Krufky2009-12-051-1/+3
* V4L/DVB (13099): ir-functions: Export ir_rc5_decode() for use by the cx23885 ...Andy Walls2009-12-051-0/+1
* V4L/DVB (13096): v4l2-subdev: Add v4l2_subdev_ir_ops and IR notify defines fo...Andy Walls2009-12-051-0/+94
* V4L/DVB (13084): v4l2-chip-ident: Add ID's needed for the cx23885 and cx25840...Andy Walls2009-12-051-0/+16
* V4L/DVB (13040): V4L2: Add a v4l2-subdev (soc-camera) driver for OmniVision O...Marek Vasut2009-12-051-0/+1
* V4L/DVB (13019): video: initial support for ADV7180Richard Röjfors2009-09-191-0/+3
* V4L/DVB (12725): v4l: warn when desired devnodenr is in use & add _no_warn fu...Hans Verkuil2009-09-191-0/+4
* V4L/DVB (12541): v4l: remove video_register_device_indexHans Verkuil2009-09-191-2/+0
* V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil2009-09-191-15/+9
* V4L/DVB (12536): soc-camera: remove .gain and .exposure struct soc_camera_dev...Guennadi Liakhovetski2009-09-191-7/+10