summaryrefslogtreecommitdiffstats
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2018-06-28media: stm32-dcmi: clarify state logic on buffer starvationHugues Fruchet1-3/+8
2018-06-28media: stm32-dcmi: return buffer in error state on dma errorHugues Fruchet1-0/+3
2018-06-28media: stm32-dcmi: do not fall into error on buffer starvationHugues Fruchet1-5/+2
2018-06-28media: stm32-dcmi: code cleanupHugues Fruchet1-10/+8
2018-06-28media: stm32-dcmi: increase max width/height to 2592Hugues Fruchet1-15/+4
2018-06-28media: v4l2-ioctl: create helper to fill in v4l2_standard for ENUMSTDNiklas Söderlund1-29/+37
2018-06-28media: i2c: rj54n1: Remove soc_camera dependenciesJacopo Mondi3-66/+99
2018-06-28media: i2c: Copy rj54n1cb0c soc_camera sensor driverJacopo Mondi1-0/+1416
2018-06-28media: rcar-vin: enable support for r8a77965Niklas Söderlund1-0/+48
2018-06-28media: rcar-vin: sync which hardware buffer to start capture fromNiklas Söderlund2-1/+17
2018-06-28media: i2c: lm3560: add support for lm3559 chipPavel Machek1-1/+2
2018-06-28media: renesas-ceu: Add support for YUYV permutationsJacopo Mondi1-13/+78
2018-06-28media: atmel-isi: move of_node_put() to cover success branch as wellNicholas Mc Guire1-3/+2
2018-06-28media: atmel-isi: drop unnecessary while loopNicholas Mc Guire1-15/+13
2018-06-28media: adv7604: simplify of_node_put()Nicholas Mc Guire1-5/+2
2018-06-28media: v4l: omap: add VIDEO_V4L2 dependencyArnd Bergmann1-0/+1
2018-06-28media: mtk-vpu: fix spelling mistake: "Prosessor" -> "Processor"Colin Ian King1-1/+1
2018-06-28media: tc358743: release device_node in tc358743_probe_of()Alexey Khoroshilov1-1/+4
2018-06-27media: cx231xx: fix RC_CORE dependencyArnd Bergmann1-1/+1
2018-06-27media: v4l: rcar_fdp1: Change platform dependency to ARCH_RENESASGeert Uytterhoeven1-1/+1
2018-06-27media: v4l: cadence: add VIDEO_V4L2 dependencyArnd Bergmann1-0/+2
2018-06-27media: v4l: cadence: include linux/slab.hArnd Bergmann2-0/+2
2018-06-27media: imx258: Check the rotation property has a value of 180Sakari Ailus1-0/+8
2018-06-17Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimentalLinus Torvalds70-98/+94
2018-06-17Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linuxLinus Torvalds1-0/+5
2018-06-15media: max2175: fix location of driver's companion documentationMauro Carvalho Chehab1-3/+3
2018-06-15media: v4l: fix broken video4linux docs locationsMauro Carvalho Chehab5-11/+9
2018-06-15media: dvb: point to the location of the old README.dvb-usb fileMauro Carvalho Chehab45-45/+45
2018-06-15media: dvb: fix location of get_dvb_firmware scriptMauro Carvalho Chehab16-30/+28
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab8-9/+9
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds47-91/+127
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook7-12/+17
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook7-8/+12
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook11-26/+43
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook12-24/+25
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook12-19/+29
2018-06-12Convert v4l2 event to struct_sizeMatthew Wilcox1-2/+1
2018-06-11Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-14/+3
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds332-18777/+15534
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-2/+388
2018-06-06media: omap2: fix compile-testing with FB_OMAP2=mArnd Bergmann1-1/+1
2018-06-06Merge tag 'sound-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-12/+13
2018-06-05media: media/radio/Kconfig: add back RADIO_ISAHans Verkuil1-0/+1
2018-06-05media: v4l2-ioctl.c: fix missing unlock in __video_do_ioctl()Hans Verkuil1-1/+1
2018-06-05media: pxa_camera: ignore -ENOIOCTLCMD from v4l2_subdev_call for s_powerAkinobu Mita1-12/+23
2018-06-05media: marvel-ccic: mmp: select VIDEOBUF2_VMALLOC/DMA_CONTIGArnd Bergmann1-0/+2
2018-06-05media: marvel-ccic: allow ccic and mmp drivers to coexistArnd Bergmann2-6/+12
2018-06-05media: uvcvideo: Prevent setting unavailable flagsKieran Bingham1-8/+9
2018-05-30media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young6-2/+388