aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/s5p-mfc/s5p_mfc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: rename s5p-mfc/ to samsung/s5p-mfc/Mauro Carvalho Chehab1-1680/+0
2022-01-28media: s5p-mfc: Use platform_get_irq() to get the interruptLad Prabhakar1-7/+4
2021-11-15media: s5p-mfc: Use 'bitmap_zalloc()' when applicableChristophe JAILLET1-6/+3
2021-09-30media: s5p-mfc: Add checking to s5p_mfc_probe().Nadezda Lutovinova1-0/+4
2021-09-30media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()Tuo Li1-1/+1
2021-09-30media: s5p-mfc: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-2/+1
2020-06-11media: s5p-mfc: Properly handle dma_parms for the allocated devicesMarek Szyprowski1-1/+5
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-2/+2
2019-06-12media: s5p-mfc: fix reading min scratch buffer size on MFC v6/v7Marek Szyprowski1-1/+2
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab1-5/+1
2019-06-05media: v4l2: Make sure all drivers set _MPLANE caps in vdev->device_capsBoris Brezillon1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-03-10Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+7
2019-01-21media: s5p-mfc: Fix memdev DMA configurationRobin Murphy1-0/+7
2019-01-07media: s5p-mfc: fix incorrect bus assignment in virtual child deviceMarek Szyprowski1-1/+0
2018-11-20media: s5p_mfc_dec.c: convert g_crop to g_selectionHans Verkuil1-0/+1
2018-07-27media: s5p-mfc: Fix buffer look up in s5p_mfc_handle_frame_{new, copy_time} functionsSylwester Nawrocki1-11/+12
2018-07-04media: platform: s5p-mfc: simplify getting .drvdataWolfram Sang1-4/+2
2018-03-22media: s5p-mfc: Add support for HEVC encoderSmitha T Murthy1-0/+1
2018-03-22media: s5p-mfc: Use min scratch buffer size as provided by F/WSmitha T Murthy1-0/+2
2018-03-22media: s5p-mfc: Adding initial support for MFC v10.10Smitha T Murthy1-0/+25
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-4/+4
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+6
2017-12-18media: s5p-mfc: Fix lock contention - request_firmware() onceShuah Khan1-0/+6
2017-11-27media: annotate ->poll() instancesAl Viro1-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-3/+2
2017-11-07media: s5p-mfc: fix lockdep warningShuah Khan1-4/+0
2017-10-16media: s5p-mfc: Adjust a null pointer check in four functionsMarkus Elfring1-4/+4
2017-10-16media: s5p-mfc: Improve a size determination in s5p_mfc_alloc_memdev()Markus Elfring1-1/+1
2017-10-16media: s5p-mfc: Delete an error message for a failed memory allocationMarkus Elfring1-3/+1
2017-04-05[media] s5p-mfc: Fix unbalanced call to clock managementMarek Szyprowski1-0/+1
2017-04-05[media] s5p-mfc: Rename BANK1/2 to BANK_L/R to better match documentationMarek Szyprowski1-27/+27
2017-04-05[media] s5p-mfc: Use preallocated block allocator always for MFC v6+Marek Szyprowski1-3/+6
2017-04-05[media] s5p-mfc: Remove special configuration of IOMMU domainMarek Szyprowski1-17/+13
2017-04-05[media] s5p-mfc: Add support for probe-time preallocated block based allocatorMarek Szyprowski1-6/+37
2017-04-05[media] s5p-mfc: Split variant DMA memory configuration into separate functionsMarek Szyprowski1-41/+61
2017-04-05[media] s5p-mfc: Move firmware allocation to DMA configure functionMarek Szyprowski1-13/+49
2017-04-05[media] s5p-mfc: Move setting DMA max segment size to DMA configure functionMarek Szyprowski1-8/+13
2017-04-05[media] s5p-mfc: Replace mem_dev_* entries with an arrayMarek Szyprowski1-14/+17
2017-04-05[media] s5p-mfc: Use generic of_device_get_match_data helperMarek Szyprowski1-15/+2
2017-04-05[media] s5p-mfc: Remove unused structures and dead codeMarek Szyprowski1-21/+0
2017-04-05[media] s5p-mfc: Fix race between interrupt routine and device functionsMarek Szyprowski1-8/+4
2017-04-05[media] s5p_mfc: Remove unneeded io_modes initialization in s5p_mfc_open()Shuah Khan1-1/+0
2017-04-05[media] s5p-mfc: Fix initialization of internal structuresMarek Szyprowski1-9/+8
2016-11-30[media] s5p-mfc: Add support for MFC v8 available in Exynos 5433 SoCsMarek Szyprowski1-0/+14
2016-11-30[media] s5p-mfc: Rework clock handlingMarek Szyprowski1-0/+8
2016-11-30[media] s5p-mfc: Remove dead conditional codeMarek Szyprowski1-22/+0
2016-11-30[media] s5p-mfc: Ensure that clock is disabled before turning power offMarek Szyprowski1-2/+4
2016-11-30[media] s5p-mfc: Set DMA_ATTR_ALLOC_SINGLE_PAGESDouglas Anderson1-0/+11