summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2020-06-23media: videobuf2: remove redundant if-statementSergey Senozhatsky1-2/+1
2020-06-23media: videobuf2: don't test db_attach in dma-contig prepare and finishSergey Senozhatsky2-12/+2
2020-06-23media: videobuf2: add begin/end cpu_access callbacks to dma-sgSergey Senozhatsky1-0/+30
2020-06-23media: videobuf2: add begin/end cpu_access callbacks to dma-contigSergey Senozhatsky1-0/+35
2020-06-23media: videobuf2: check ->synced flag in prepare() and finish()Sergey Senozhatsky1-2/+7
2020-06-23media: videobuf2: do not sync caches when we are allowed not toSergey Senozhatsky1-4/+10
2020-06-23media: videobuf2: factor out planes prepare/finish functionsSergey Senozhatsky1-21/+31
2020-06-23media: videobuf2: handle V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky4-10/+35
2020-06-23media: videobuf2: add queue memory consistency parameterSergey Senozhatsky3-14/+45
2020-06-23media: videobuf2: add V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky1-0/+2
2020-06-23media: videobuf2: handle V4L2 buffer cache flagsSergey Senozhatsky1-0/+48
2020-06-23media: gspca: remove redundant assignment to variable retvalColin Ian King1-1/+1
2020-06-23media: vpif: Fix runtime PM imbalance in vpif_probeDinghao Liu1-0/+1
2020-06-23media: exynos4-is: Fix runtime PM imbalance in fimc_is_probeDinghao Liu1-0/+1
2020-06-23media: exynos4-is: Fix runtime PM imbalance in isp_video_openDinghao Liu1-0/+1
2020-06-23media: camss: vfe: Fix runtime PM imbalance on errorDinghao Liu1-6/+4
2020-06-23media: camss: ispif: Fix runtime PM imbalance on errorDinghao Liu1-1/+3
2020-06-23media: camss: csid: Fix runtime PM imbalance in csid_set_powerDinghao Liu1-1/+3
2020-06-23media: coda: Fix runtime PM imbalance on errorDinghao Liu1-3/+2
2020-06-23media: fimc-capture: Fix runtime PM imbalance on errorDinghao Liu1-1/+3
2020-06-23media: s5k6a3: Fix runtime PM imbalance on errorDinghao Liu1-1/+1
2020-06-23media: v4l: xilinx: Add Xilinx MIPI CSI-2 Rx Subsystem driverVishal Sagar3-0/+1119
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-1/+1
2020-06-13Merge tag 'media/v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds4-21/+9
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-11media: v4l2-ctrls: Unset correct HEVC loop filter flagJonas Karlman1-1/+1
2020-06-11media: videobuf2-dma-contig: fix bad kfree in vb2_dma_contig_clear_max_seg_sizeTomi Valkeinen1-18/+2
2020-06-11media: s5p-mfc: Properly handle dma_parms for the allocated devicesMarek Szyprowski1-1/+5
2020-06-11media: medium: cec: Make MEDIA_CEC_SUPPORT default to n if !MEDIA_SUPPORTGeert Uytterhoeven1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse3-6/+6
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport5-5/+5
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport5-5/+5
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2-2/+0
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig1-1/+1
2020-06-04Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds294-2746/+6349
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+3
2020-06-02Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-5/+5
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-30/+16
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig2-4/+2
2020-06-02ivtv: convert get_user_pages() --> pin_user_pages()John Hubbard3-26/+14
2020-06-02Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2-3/+3
2020-06-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2020-05-29mmc: sdio: Move SDIO IDs from smssdio driver to common include filePali Rohár1-5/+5
2020-05-26mailmap: change email for Ricardo RibaldaRicardo Ribalda Delgado1-2/+2
2020-05-25media: s5k5baf: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-25media: i2c: imx219: Drop <linux/clk-provider.h> and <linux/clkdev.h>Geert Uytterhoeven1-2/+0
2020-05-25media: i2c: Add ov2740 image sensor driverBingbu Cao3-0/+1030
2020-05-25media: ov8856: Implement sensor module revision identificationRobert Foss1-0/+53
2020-05-25media: ov8856: Add devicetree supportRobert Foss1-14/+124