summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-26parisc: uaccess: fix compiler warnings caused by __put_user castingWill Deacon1-10/+4
2013-04-26parisc: Change kunmap macro to static inline functionJohn David Anglin1-1/+4
2013-04-26parisc: Provide __ucmpdi2 to resolve undefined references in 32 bit builds.John David Anglin3-1/+29
2013-04-25[media] s5c73m3: fix indentation of the help section in KconfigGianluca Gennari1-2/+2
2013-04-25[media] cx25821-alsa: get rid of a __must_check warningMauro Carvalho Chehab1-0/+2
2013-04-25[media] cx25821-video: declare cx25821_vidioc_s_std as staticMauro Carvalho Chehab1-1/+2
2013-04-25[media] cx25821-video: remove maxw from cx25821_vidioc_try_fmt_vid_capMauro Carvalho Chehab1-2/+1
2013-04-25[media] r820t: Remove a warning for an unused valueMauro Carvalho Chehab2-0/+8
2013-04-25[media] dib0090: Fix a warning at dib0090_set_EFUSEMauro Carvalho Chehab1-7/+3
2013-04-25[media] dib8000: fix a warningMauro Carvalho Chehab1-6/+6
2013-04-25[media] dib8000: Fix sub-channel rangeMauro Carvalho Chehab1-4/+10
2013-04-25[media] dib8000: store dtv_property_cache in a temp varMauro Carvalho Chehab1-122/+133
2013-04-25[media] dib8000: warning fix: declare internal functions as staticMauro Carvalho Chehab1-2/+4
2013-04-25[media] r820t: quiet gcc warning on n_ringFengguang Wu1-4/+1
2013-04-25[media] r820t: memory leak in release()Dan Carpenter1-2/+1
2013-04-25[media] r820t: precendence bug in r820t_xtal_check()Dan Carpenter1-1/+1
2013-04-25[media] videodev2.h: Remove the unused old V4L1 buffer typesMauro Carvalho Chehab1-21/+0
2013-04-25Merge branch 'topic/cx25821' into patchworkMauro Carvalho Chehab15-3245/+782
2013-04-25Merge branch 'topic/si476x' into patchworkMauro Carvalho Chehab8-2682/+1840
2013-04-25Merge branch 'topic/r820t' into patchworkMauro Carvalho Chehab10-20/+2548
2013-04-25[media] anysee: Grammar s/report the/report to/Geert Uytterhoeven1-1/+1
2013-04-25[media] anysee: Initialize ret = 0 in anysee_frontend_attach()Geert Uytterhoeven1-1/+1
2013-04-25[media] media: videobuf2: fix the length check for mmapMauro Carvalho Chehab3-8/+19
2013-04-25[media] em28xx: save isoc endpoint number for DVB only if endpoint has alt se...Frank Schaefer1-1/+1
2013-04-25[media] videobuf-dma-contig: remove support for cached memMauro Carvalho Chehab2-126/+14
2013-04-25[media] mem2mem_testdev: set timestamp_type and add debug paramHans Verkuil1-1/+11
2013-04-25[media] mx2-emmaprp: Add copy time stamp handlingKamil Debski1-0/+5
2013-04-25[media] m2m-deinterlace: Add copy time stamp handlingKamil Debski1-0/+5
2013-04-25[media] exynos-gsc: Add copy time stamp handlingKamil Debski1-0/+5
2013-04-25[media] coda: Add copy time stamp handlingKamil Debski1-0/+5
2013-04-25[media] s5p-mfc: Optimize copy time stamp handlingKamil Debski1-6/+4
2013-04-25[media] s5p-jpeg: Add copy time stamp handlingKamil Debski1-0/+5
2013-04-25[media] s5p-g2d: Add copy time stamp handlingKamil Debski1-0/+5
2013-04-25[media] exynos4-is: Copy timestamps from M2M OUTPUT to CAPTURE buffer queueSylwester Nawrocki1-5/+9
2013-04-25[media] exynos4-is: Fix TRY format propagation at MIPI-CSIS subdevSylwester Nawrocki1-10/+4
2013-04-25[media] exynos4-is: Fix driver name reported in vidioc_querycapSylwester Nawrocki4-16/+24
2013-04-25[media] s5p-mfc: fix error return code in s5p_mfc_probe()Wei Yongjun1-1/+2
2013-04-25[media] exynos4-is: Fix runtime PM handling on fimc-is probe error pathSylwester Nawrocki1-4/+3
2013-04-25[media] exynos4-is: Change function call order in fimc_is_module_exit()Sylwester Nawrocki1-2/+2
2013-04-25[media] exynos4-is: Remove debugfs entries properlySylwester Nawrocki1-1/+1
2013-04-25[media] exynos4-is: Remove redundant module_put() for MIPI-CSIS moduleSylwester Nawrocki1-1/+0
2013-04-25[media] exynos4-is: Set fimc-lite subdev owner moduleSylwester Nawrocki1-0/+1
2013-04-25[media] exynos4-is: Unregister fimc-is subdevs from the media device properlySylwester Nawrocki1-0/+4
2013-04-25[media] exynos4-is: Don't overwrite subdevdata in the fimc-is sensor driverSylwester Nawrocki3-8/+8
2013-04-25[media] exynos4-is: Fix regulator/gpio resource releasing on the driver removalSylwester Nawrocki1-18/+8
2013-04-25[media] exynos4-is: Fix initialization of subdev 'flags' fieldSylwester Nawrocki3-3/+3
2013-04-25[media] exynos4-is: Remove redundant MODULE_DEVICE_TABLE entriesSylwester Nawrocki2-4/+0
2013-04-25[media] s5c73m3: Add missing subdev .unregistered callbackSylwester Nawrocki1-0/+7
2013-04-25[media] s5c73m3: Fix remove() callback to free requested resourcesSylwester Nawrocki1-5/+9
2013-04-25[media] exynos4-is: Convert index variable to signedSachin Kamat2-2/+2