summaryrefslogtreecommitdiff
path: root/drivers/media/platform/s5p-mfc/s5p_mfc.c
AgeCommit message (Expand)Author
2022-03-18media: platform: rename s5p-mfc/ to samsung/s5p-mfc/Mauro Carvalho Chehab
2022-01-28media: s5p-mfc: Use platform_get_irq() to get the interruptLad Prabhakar
2021-11-15media: s5p-mfc: Use 'bitmap_zalloc()' when applicableChristophe JAILLET
2021-09-30media: s5p-mfc: Add checking to s5p_mfc_probe().Nadezda Lutovinova
2021-09-30media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()Tuo Li
2021-09-30media: s5p-mfc: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing
2020-06-11media: s5p-mfc: Properly handle dma_parms for the allocated devicesMarek Szyprowski
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil
2019-06-12media: s5p-mfc: fix reading min scratch buffer size on MFC v6/v7Marek Szyprowski
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab
2019-06-05media: v4l2: Make sure all drivers set _MPLANE caps in vdev->device_capsBoris Brezillon
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-10Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-01-21media: s5p-mfc: Fix memdev DMA configurationRobin Murphy
2019-01-07media: s5p-mfc: fix incorrect bus assignment in virtual child deviceMarek Szyprowski
2018-11-20media: s5p_mfc_dec.c: convert g_crop to g_selectionHans Verkuil
2018-07-27media: s5p-mfc: Fix buffer look up in s5p_mfc_handle_frame_{new, copy_time} f...Sylwester Nawrocki
2018-07-04media: platform: s5p-mfc: simplify getting .drvdataWolfram Sang
2018-03-22media: s5p-mfc: Add support for HEVC encoderSmitha T Murthy
2018-03-22media: s5p-mfc: Use min scratch buffer size as provided by F/WSmitha T Murthy
2018-03-22media: s5p-mfc: Adding initial support for MFC v10.10Smitha T Murthy
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2017-12-18media: s5p-mfc: Fix lock contention - request_firmware() onceShuah Khan
2017-11-27media: annotate ->poll() instancesAl Viro
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-11-07media: s5p-mfc: fix lockdep warningShuah Khan
2017-10-16media: s5p-mfc: Adjust a null pointer check in four functionsMarkus Elfring
2017-10-16media: s5p-mfc: Improve a size determination in s5p_mfc_alloc_memdev()Markus Elfring
2017-10-16media: s5p-mfc: Delete an error message for a failed memory allocationMarkus Elfring
2017-04-05[media] s5p-mfc: Fix unbalanced call to clock managementMarek Szyprowski
2017-04-05[media] s5p-mfc: Rename BANK1/2 to BANK_L/R to better match documentationMarek Szyprowski
2017-04-05[media] s5p-mfc: Use preallocated block allocator always for MFC v6+Marek Szyprowski
2017-04-05[media] s5p-mfc: Remove special configuration of IOMMU domainMarek Szyprowski
2017-04-05[media] s5p-mfc: Add support for probe-time preallocated block based allocatorMarek Szyprowski
2017-04-05[media] s5p-mfc: Split variant DMA memory configuration into separate functionsMarek Szyprowski
2017-04-05[media] s5p-mfc: Move firmware allocation to DMA configure functionMarek Szyprowski
2017-04-05[media] s5p-mfc: Move setting DMA max segment size to DMA configure functionMarek Szyprowski
2017-04-05[media] s5p-mfc: Replace mem_dev_* entries with an arrayMarek Szyprowski
2017-04-05[media] s5p-mfc: Use generic of_device_get_match_data helperMarek Szyprowski
2017-04-05[media] s5p-mfc: Remove unused structures and dead codeMarek Szyprowski
2017-04-05[media] s5p-mfc: Fix race between interrupt routine and device functionsMarek Szyprowski
2017-04-05[media] s5p_mfc: Remove unneeded io_modes initialization in s5p_mfc_open()Shuah Khan
2017-04-05[media] s5p-mfc: Fix initialization of internal structuresMarek Szyprowski
2016-11-30[media] s5p-mfc: Add support for MFC v8 available in Exynos 5433 SoCsMarek Szyprowski
2016-11-30[media] s5p-mfc: Rework clock handlingMarek Szyprowski
2016-11-30[media] s5p-mfc: Remove dead conditional codeMarek Szyprowski
2016-11-30[media] s5p-mfc: Ensure that clock is disabled before turning power offMarek Szyprowski
2016-11-30[media] s5p-mfc: Set DMA_ATTR_ALLOC_SINGLE_PAGESDouglas Anderson