summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-034-4/+6
|\
| * drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-033-3/+5
| * drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2013-07-031-1/+1
* | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-031-1/+1
|\ \ | |/ |/|
| * console/font: Refactor font support code selection logicGeert Uytterhoeven2013-06-231-1/+1
* | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-07-023-5/+6
|\ \
| * | platform: Check for ARCH_EXYNOS separatelyTomasz Figa2013-06-193-5/+6
| |/
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-06-227-47/+22
|\ \
| * | [media] Fix build when drivers are builtin and frontend modulesMauro Carvalho Chehab2013-06-202-23/+9
| * | [media] s5p makefiles: don't override other selections on obj-[ym]Mauro Carvalho Chehab2013-06-202-2/+2
| * | [media] exynos4-is: Fix FIMC-IS clocks initializationSylwester Nawrocki2013-06-192-19/+8
| * | [media] rtl28xxu: fix buffer overflow when probing Rafael Micro r820t tunerGianluca Gennari2013-06-171-3/+3
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-06-1831-188/+213
|\ \ \ | |/ / | | / | |/ |/|
| * [media] soc_camera: error dev remove and v4l2 callWenbing Wang2013-06-081-2/+2
| * [media] sh_veu: fix the buffer size calculationKatsuya Matsubara2013-06-081-3/+3
| * [media] sh_veu: keep power supply until the m2m context is releasedKatsuya Matsubara2013-06-081-2/+2
| * [media] sh_veu: invoke v4l2_m2m_job_finish() even if a job has been abortedKatsuya Matsubara2013-06-081-4/+1
| * [media] v4l2-ioctl: don't print the clips listHans Verkuil2013-06-081-26/+21
| * [media] v4l2-ctrls: V4L2_CTRL_CLASS_FM_RX controls are also valid radio controlsHans Verkuil2013-06-081-0/+2
| * [media] cx88: fix NULL pointer dereferenceHans Verkuil2013-06-082-9/+6
| * [media] exynos4-is: Remove "sysreg" clock handlingSylwester Nawrocki2013-06-082-2/+0
| * [media] exynos4-is: Fix reported colorspace at FIMC-IS-ISP subdevSylwester Nawrocki2013-06-081-2/+2
| * [media] exynos4-is: Ensure fimc-is clocks are not enabled until properly conf...Sylwester Nawrocki2013-06-081-10/+3
| * [media] exynos4-is: Prevent NULL pointer dereference when firmware isn't loadedSylwester Nawrocki2013-06-081-1/+7
| * [media] s5p-mfc: Add NULL check for allocated bufferSachin Kamat2013-06-031-1/+1
| * [media] s5p-mfc: added missing end-of-lines in debug messagesAndrzej Hajda2013-06-036-23/+23
| * [media] s5p-mfc: v4l2 controls setup routine moved to initialization codeAndrzej Hajda2013-06-031-1/+1
| * [media] s5p-mfc: separate encoder parameters for h264 and mpeg4Andrzej Hajda2013-06-031-1/+1
| * [media] s5p-mfc: Remove special clock usage in driverArun Kumar K2013-06-033-22/+0
| * [media] s5p-mfc: Remove unused s5p_mfc_get_decoded_status_v6() functionSylwester Nawrocki2013-06-031-7/+1
| * [media] v4l2: mem2mem: save irq flags correctlyJohn Sheu2013-06-031-8/+11
| * [media] coda: v4l2-compliance fix: add VIDIOC_CREATE_BUFS supportPhilipp Zabel2013-06-031-0/+9
| * [media] v4l2-mem2mem: add v4l2_m2m_create_bufs helperPhilipp Zabel2013-06-031-0/+14
| * [media] media: v4l2-mem2mem: return for polling if a buffer is availableSeung-Woo Kim2013-06-031-2/+4
| * [media] media: vb2: return for polling if a buffer is availableSeung-Woo Kim2013-06-031-1/+2
| * [media] s5p-mfc: Update v6 encoder buffer allocArun Kumar K2013-06-035-53/+67
| * [media] exynos4-is: Fix off-by-one valid range checking for is->config_indexAxel Lin2013-05-211-1/+1
| * [media] s5c73m3: Fix off-by-one valid range checking for fie->indexAxel Lin2013-05-211-1/+1
| * [media] s3c-camif: Fix incorrect variable typeSachin Kamat2013-05-211-1/+1
| * [media] exynos4-is: Fix potential null pointer dereference in mipi-csis.cSachin Kamat2013-05-211-1/+1
| * [media] vpfe-capture.c: remove unused label probe_free_lockHans Verkuil2013-05-211-1/+0
| * [media] radio-si476x: depend on SND_SOCArnd Bergmann2013-05-211-0/+1
| * [media] v4l2: SI476X MFD - Do not use binary constantsGeert Uytterhoeven2013-05-211-1/+1
| * [media] davinci: vpfe: fix error path in probeLad, Prabhakar2013-05-211-1/+1
| * [media] media: davinci: vpbe: fix layer availability for NV12 formatLad, Prabhakar2013-05-211-0/+15
| * [media] gspca-sonixb: Adjust hstart on sn9c103 + pas202Hans de Goede2013-05-071-0/+7
| * [media] pwc: Fix comment wrt lock orderingHans de Goede2013-05-071-1/+1
* | Merge tag 'fbdev-for-3.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-06-011-0/+3
|\ \
| * \ Merge branch 'fbdev-3.10-fixes' of git://gitorious.org/linux-omap-dss2/linux ...Jean-Christophe PLAGNIOL-VILLARD2013-05-291-0/+3
| |\ \
| | * | OMAPDSS: Fix crash with DT bootTomi Valkeinen2013-05-231-0/+3
OpenPOWER on IntegriCloud