aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-08[media] saa7134: Add capture card Hawell HW-9004V1Vadim Frolov2-0/+18
2013-02-08[media] tm6000: check an allocation for failureDan Carpenter1-3/+6
2013-02-08[media] ov7670: remove legacy ctrl callbacksJavier Martin1-7/+0
2013-02-08[media] via-camera: implement the control frameworkJavier Martin1-46/+14
2013-02-08[media] mcam-core: implement the control frameworkJavier Martin2-45/+11
2013-02-08[media] ov7670: use the control frameworkJavier Martin1-198/+112
2013-02-08[media] media: ov7670: Add possibility to disable pixclk during hblankJavier Martin1-0/+7
2013-02-08[media] media: ov7670: add possibility to bypass pll for ov7675Javier Martin1-2/+26
2013-02-08[media] media: ov7670: calculate framerate properly for ov7675Javier Martin1-18/+118
2013-02-08[media] media: ov7670: make try_fmt() consistent with 'min_height' and 'min_width'Javier Martin1-3/+19
2013-02-08[media] media: ov7670: add support for ov7675Javier Martin1-29/+72
2013-02-08[media] redrat3: fix transmit return value and overrunSean Young1-12/+6
2013-02-08[media] mceusb: make transmit work on HP transceiverSean Young1-14/+11
2013-02-08[media] mceusb: make transmit work on the Philips IR transceiverSean Young1-5/+3
2013-02-08[media] ttusbir: add missing endian conversionSean Young1-3/+4
2013-02-08[media] ttusbir: do not set led twice on resumeSean Young1-2/+1
2013-02-08[media] staging/media/solo6x10: Use PTR_RET rather than if(IS_ERR(...)) + PTR_ERRPeter Huewe1-4/+1
2013-02-07[media] s5c73m3: Remove __dev* attributesSylwester Nawrocki2-7/+7
2013-02-06[media] em28xx: overhaul em28xx_capture_area_set()Frank Schaefer1-10/+12
2013-02-06[media] adv7180: remove {query/g_/s_}ctrlFederico Vaga1-3/+0
2013-02-06[media] sta2x11_vip: convert to videobuf2, control framework, file handlerFederico Vaga2-641/+434
2013-02-06[media] v4l2-core: do not enable the buffer ioctls for radio devicesFrank Schaefer1-7/+7
2013-02-06[media] s5p-fimc: Fix fimc-lite entities deregistrationSylwester Nawrocki1-1/+1
2013-02-06[media] s5p-mfc: end-of-stream handling in encoder bug fixKamil Debski1-0/+2
2013-02-06[media] s5p-csis: Fix clock handling on error path in probe()Sylwester Nawrocki1-3/+4
2013-02-06[media] uvcvideo: Implement videobuf2 .wait_prepare and .wait_finish operationsLaurent Pinchart1-0/+16
2013-02-06[media] media: Convert to devm_ioremap_resource()Thierry Reding10-49/+33
2013-02-06[media] use IS_ENABLED() macroPeter Senna Tschudin61-64/+63
2013-02-06[media] [V2,24/24] v4l2-core/v4l2-common.c: use IS_ENABLED() macroPeter Senna Tschudin1-2/+2
2013-02-06[media] [V2,23/24] usb/hdpvr/hdpvr-i2c.c: use IS_ENABLED() macroPeter Senna Tschudin1-1/+1
2013-02-06[media] [V2,22/24] usb/hdpvr/hdpvr-core.c: use IS_ENABLED() macroPeter Senna Tschudin1-3/+3
2013-02-06[media] [V2,04/24] platform/marvell-ccic/mcam-core.h: use IS_ENABLED() macroPeter Senna Tschudin1-3/+3
2013-02-06[media] [V2,03/24] pci/ttpci/av7110.c: use IS_ENABLED() macroPeter Senna Tschudin1-5/+5
2013-02-06[media] [V2,02/24] pci/saa7134/saa7134.h: use IS_ENABLED() macroPeter Senna Tschudin1-2/+2
2013-02-06[media] [V2,01/24] pci/cx88/cx88.h: use IS_ENABLED() macroPeter Senna Tschudin1-6/+4
2013-02-06[media] blackfin: add error frame supportScott Jiang2-17/+31
2013-02-06[media] staging: go7007: fix test for V4L2_STD_SECAMDan Carpenter1-1/+1
2013-02-06[media] staging/media/go7007: Use kmemdup rather than duplicating its implementationPeter Huewe1-2/+1
2013-02-06[media] staging: media: go7007: call_all stream stuff Some Additional stuff for v4l2_subdev stream events partial need for new style framework. Also need for wis_tw2804 notification stuffVolokh Konstantin1-0/+2
2013-02-06[media] staging: media: go7007: i2c GPIO initialization Reset i2c stuff for GO7007_BOARDID_ADLINK_MPG24 need reset GPIO always when encoder initializeVolokh Konstantin2-3/+5
2013-02-06[media] staging: media: go7007: firmware protection Protection for unfirmware loadVolokh Konstantin2-2/+3
2013-02-06[media] staging: media: go7007: memory clear fix memory clearing for v4l2_subdev allocationVolokh Konstantin2-2/+2
2013-02-06Revert "[media] drivers/media/usb/dvb-usb/dib0700_core.c: fix left shift"Mauro Carvalho Chehab1-1/+1
2013-02-06[media] Support Digivox Mini HD (rtl2832)Eddi De Pieri1-0/+2
2013-02-05[media] tuners/xc5000: fix MODE_AIR in xc5000_set_params()Dan Carpenter1-0/+1
2013-02-05[media] em28xx: input: use common work_struct callback function for IR RC key pollingFrank Schaefer1-13/+5
2013-02-05[media] em28xx: i2c RC devices: minor code size and memory usage optimizationFrank Schaefer1-26/+16
2013-02-05[media] em28xx: fix a comment and a small coding style issueFrank Schaefer1-4/+2
2013-02-05[media] em28xx: remove unused parameter ir_raw from i2c RC key polling functionsFrank Schaefer1-13/+7
2013-02-05[media] em28xx: get rid of the dependency on module ir-kbd-i2cFrank Schaefer2-88/+134