summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.6-rc3' into staging/for_v3.7Mauro Carvalho Chehab2012-08-2412-147/+171
|\
| * Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-08-2114-178/+216
| |\
| | * [media] media: soc_camera: don't clear pix->sizeimage in JPEG modeAlbert Wang2012-08-152-1/+8
| | * [media] media: mx2_camera: Fix clock handling for i.MX27Javier Martin2012-08-151-14/+29
| | * [media] video: mx2_camera: Use clk_prepare_enable/clk_disable_unprepareFabio Estevam2012-08-151-6/+6
| | * [media] video: mx1_camera: Use clk_prepare_enable/clk_disable_unprepareFabio Estevam2012-08-151-2/+2
| | * [media] media: mx3_camera: buf_init() add buffer state checkAlex Gershgorin2012-08-151-15/+7
| | * [media] radio-shark2: Only compile led support when CONFIG_LED_CLASS is setHans de Goede2012-08-121-49/+73
| | * [media] radio-shark: Only compile led support when CONFIG_LED_CLASS is setHans de Goede2012-08-121-56/+79
| | * [media] radio-shark*: Call cancel_work_sync from disconnect rather then releaseHans de Goede2012-08-122-21/+4
| | * [media] radio-shark*: Remove work-around for dangling pointer in usb intfdataHans de Goede2012-08-122-18/+0
| | * [media] Add USB dependency for IguanaWorks USB IR TransceiverGuenter Roeck2012-08-121-0/+1
| | * [media] Add missing logging for rangelow/high of hwseekHans Verkuil2012-08-111-2/+4
| | * [media] VIDIOC_ENUM_FREQ_BANDS fixHans Verkuil2012-08-111-0/+4
| | * [media] mem2mem_testdev: fix querycap regressionHans Verkuil2012-08-111-1/+1
| | * [media] si470x: v4l2-compliance fixesHans Verkuil2012-08-113-3/+7
| | * [media] uvcvideo: Reset the bytesused field when recycling an erroneous bufferJayakrishnan Memana2012-08-111-0/+1
| * | USB: spca506: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman2012-08-171-1/+1
| * | USB: jl2005bcd: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman2012-08-171-1/+1
| * | USB: smsusb: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman2012-08-171-1/+1
| |/
* | Makefile: Add missing soc_camera/ directoryMauro Carvalho Chehab2012-08-211-0/+2
* | [media] saa7164: Add dependency for V4L2 coreMauro Carvalho Chehab2012-08-211-1/+1
* | [media] Kconfig: Fix b2c2 common code selectionMauro Carvalho Chehab2012-08-212-0/+2
* | [media] Fix vino compilationHans Verkuil2012-08-211-0/+2
* | [media] Add missing help for some menuconfig itemsMauro Carvalho Chehab2012-08-214-2/+11
* | [media] flexcop: Show the item to enable debug after the driverMauro Carvalho Chehab2012-08-213-5/+18
* | [media] Kconfig: merge all customise options into just oneMauro Carvalho Chehab2012-08-2129-507/+488
* | [media] Kconfig: use menuconfig instead of menuMauro Carvalho Chehab2012-08-213-16/+15
* | [media] Cleanup media Kconfig filesMauro Carvalho Chehab2012-08-215-22/+20
* | [media] Put the test devices togetherMauro Carvalho Chehab2012-08-211-24/+30
* | [media] Kconfig reorganizationMauro Carvalho Chehab2012-08-211-17/+14
* | [media] move soc_camera to its own directoryMauro Carvalho Chehab2012-08-2115-121/+114
* | sh_mobile_csi2: move it to the right placeMauro Carvalho Chehab2012-08-211-0/+0
* | [media] b2c2: export b2c2_flexcop_debug symbolMauro Carvalho Chehab2012-08-171-0/+1
* | [media] Fix some Makefile rulesMauro Carvalho Chehab2012-08-1615-58/+61
* | [media] cx23885-cards: fix netup card default revisionAnton Nurkin2012-08-151-1/+1
* | [media] media: soc_camera: don't clear pix->sizeimage in JPEG modeAlbert Wang2012-08-152-1/+8
* | [media] media: mx3_camera: Improve data bus width check code for probeLiu Ying2012-08-151-3/+1
* | [media] mt9v022: Add support for mt9v024Alex Gershgorin2012-08-152-6/+32
* | [media] media: mx2_camera: Fix clock handling for i.MX27Javier Martin2012-08-151-14/+29
* | [media] media: mx3_camera: buf_init() add buffer state checkAlex Gershgorin2012-08-151-15/+7
* | [media] dvb_usb_v2: ce6230, rtl28xxu use .reset_resumeAntti Palosaari2012-08-152-0/+2
* | [media] dvb_usb_v2: af9015, af9035, anysee use .reset_resumeAntti Palosaari2012-08-153-0/+3
* | [media] dvb_usb_v2: .reset_resume() supportAntti Palosaari2012-08-152-9/+35
* | [media] dvb_frontend: implement suspend / resumeAntti Palosaari2012-08-154-53/+66
* | [media] dvb_usb_v2: implement power-management for suspendAntti Palosaari2012-08-151-20/+63
* | [media] dvb_core: export function to perform retuneAntti Palosaari2012-08-152-0/+10
* | [media] media: coda: add const qualifiersEmil Goode2012-08-151-2/+2
* | [media] anysee: convert Kernel dev_* loggingAntti Palosaari2012-08-152-58/+30
* | [media] anysee: fix compiler warningAntti Palosaari2012-08-151-7/+6
OpenPOWER on IntegriCloud