summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [media] media: sh_vou: embed video_deviceLad, Prabhakar2015-04-021-15/+6
| * | | [media] usbvision: fix leak of usb_dev on failure paths in usbvision_probe()Alexey Khoroshilov2015-04-021-7/+17
| * | | [media] v4l2_plane_pix_format: use __u32 bytesperline instead of __u16Hans Verkuil2015-04-021-1/+1
| * | | [media] media: davinci: vpfe_capture: embed video_deviceLad, Prabhakar2015-04-021-19/+7
| * | | [media] cx231xx: embed video_deviceHans Verkuil2015-04-024-92/+49
| * | | [media] usbvision: embed video_deviceHans Verkuil2015-04-022-46/+28
| * | | [media] tm6000: embed video_deviceHans Verkuil2015-04-022-46/+17
| * | | [media] hdpvr: embed video_deviceHans Verkuil2015-04-023-21/+10
| * | | [media] wl128x: embed video_deviceHans Verkuil2015-04-021-18/+10
| * | | [media] m2m-deinterlace: embed video_deviceHans Verkuil2015-04-021-15/+6
| * | | [media] meye: embed video_deviceHans Verkuil2015-04-022-15/+8
| * | | [media] saa7146: embed video_deviceHans Verkuil2015-04-026-22/+11
| * | | [media] vim2m: embed video_deviceHans Verkuil2015-04-021-16/+7
| * | | [media] ivtv: embed video_deviceHans Verkuil2015-04-029-76/+61
| * | | [media] ts2020: do not use i2c_transfer() on sleep()Antti Palosaari2015-04-021-21/+6
| * | | [media] m88ts2022: remove obsolete driverAntti Palosaari2015-04-024-676/+0
| * | | [media] dw2102: switch ts2022 to ts2020 driverAntti Palosaari2015-04-022-9/+6
| * | | [media] dvbsky: switch ts2022 to ts2020 driverAntti Palosaari2015-04-022-16/+12
| * | | [media] smipcie: switch ts2022 to ts2020 driverAntti Palosaari2015-04-022-8/+6
| * | | [media] cx23885: switch ts2022 to ts2020 driverAntti Palosaari2015-04-022-18/+13
| * | | [media] em28xx: switch PCTV 461e to ts2020 driverAntti Palosaari2015-04-022-8/+7
| * | | [media] ts2020: implement I2C client bindingsAntti Palosaari2015-04-021-0/+161
| * | | [media] ts2020: add support for TS2022Antti Palosaari2015-04-022-16/+129
| * | | [media] dw2102: TechnoTrend TT-connect S2-4600 DVB-S/S2 tunerOlli Salonen2015-04-023-4/+161
| * | | [media] dw2102: store i2c client for tuner into dw2102_stateOlli Salonen2015-04-021-1/+18
| * | | [media] dw2102: combine su3000_state and s6x0_state into dw2102_stateOlli Salonen2015-04-021-10/+7
| * | | [media] m88ts2022: Nested loops shouldn't use the same index variableDavid Howells2015-04-021-4/+4
| * | | [media] smiapp: Clean up smiapp_get_pdata()Sakari Ailus2015-04-021-4/+1
| * | | [media] media: i2c: add support for omnivision's ov2659 sensorBenoit Parrot2015-04-023-0/+1521
| * | | [media] vivid-tpg.c: fix wrong Bt.2020 coefficientsHans Verkuil2015-04-021-2/+2
| * | | [media] smiapp: Read link-frequencies property from the endpoint nodeSakari Ailus2015-04-021-3/+2
| * | | [media] rtl28xxu: lower the rc poll time to mitigate i2c transfer errorsBenjamin Larsson2015-04-021-1/+1
| * | | [media] r820t: change read_gain() code to match register layoutBenjamin Larsson2015-04-021-1/+1
| * | | [media] r820t: add DVBC profile in sysfreq_selBenjamin Larsson2015-04-021-0/+13
| * | | [media] v4l: mt9v032: Add OF supportLaurent Pinchart2015-04-021-1/+68
| * | | [media] v4l: mt9v032: Consider control initialization errors as fatalLaurent Pinchart2015-04-021-3/+6
| * | | [media] v4l: mt9p031: Convert to the gpiod APILaurent Pinchart2015-04-021-20/+11
| * | | [media] media: i2c: mt9p031: add support for asynchronous probingLad, Prabhakar2015-04-021-1/+6
| * | | [media] media: i2c: mt9p031: make sure we destroy the mutexLad, Prabhakar2015-04-021-1/+4
| * | | [media] mt9p031: fixed calculation of clk_divEnrico Scholz2015-04-021-1/+1
| * | | [media] vivid: sanitize selection rectangleHans Verkuil2015-04-021-2/+6
| * | | [media] vivid: report only one frameintervalHans Verkuil2015-04-021-6/+2
| * | | [media] vivid: allow s_dv_timings if it is the same as the currentHans Verkuil2015-04-022-4/+4
| * | | [media] vivid: add support for 8-bit Bayer formatsHans Verkuil2015-04-023-9/+97
| * | | [media] vivid: use v4l2_device.release to clean up the driverHans Verkuil2015-04-021-20/+23
| * | | [media] vivid: turn this into a platform_deviceHans Verkuil2015-04-021-5/+45
| * | | [media] vivid: add support for packed YUV formatsHans Verkuil2015-04-022-3/+72
| * | | [media] vivid: add support for BGR666Hans Verkuil2015-04-022-0/+21
| * | | [media] vivid: add support for PIX_FMT_RGB332Hans Verkuil2015-04-022-0/+20
| * | | [media] vivid: add support for NV24 and NV42Hans Verkuil2015-04-022-2/+44
OpenPOWER on IntegriCloud