summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/sti/bdisp
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: place stm32/ and sti/ under st/ dirMauro Carvalho Chehab8-3708/+0
2022-03-18media: platform: bdisp: move config to its own fileMauro Carvalho Chehab1-0/+10
2022-01-28media: bdisp: Use platform_get_irq() to get the interruptLad Prabhakar1-7/+3
2021-11-30media: driver: bdisp: add pm_runtime_disable in the error handling codeDongliang Mu1-0/+1
2021-09-30media: sti: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-2/+1
2021-06-02media: bdisp: remove redundant dev_err call in bdisp_probe()Yang Yingliang1-1/+0
2021-05-18media: sti: fix obj-$(config) targetsMauro Carvalho Chehab1-1/+1
2021-05-10media: sti/bdisp: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab1-3/+4
2021-04-09media: platform: sti: Fix runtime PM imbalance in regs_showDinghao Liu1-1/+1
2021-03-22media: media/platform/sti: fix kernel-doc formattingHans Verkuil1-2/+2
2020-09-27media: bdisp: Fix runtime PM imbalance on errorDinghao Liu1-2/+1
2020-09-01media: sti: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-30/+8
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2020-01-08media: sti: bdisp: fix a possible sleep-in-atomic-context bug in bdisp_device...Jia-Ju Bai1-3/+3
2019-12-13media: bdisp: add missed destroy_workqueue in remove and probe failureChuhong Yuan1-4/+9
2019-11-05media: bdisp: fix memleak on releaseJohan Hovold1-2/+1
2019-07-22media: bdisp: set device_caps in struct video_deviceHans Verkuil1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-01-21media: platform: sti: remove bdisp_dbg_declare() and hva_dbg_declare()Yangtao Li1-23/+11
2018-12-05media: sti/bdisp: don't pass GFP_DMA32 to dma_alloc_attrsChristoph Hellwig1-1/+1
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-2/+2
2018-05-25media: bdisp: don't use GFP_DMAFabien Dessenne2-1/+5
2017-12-18media: bdisp: Fix a possible sleep-in-atomic bug in bdisp_hw_save_requestJia-Ju Bai1-1/+1
2017-12-13media: platform: sti: Adopt SPDX identifierBenjamin Gaignard6-6/+6
2017-10-31media: bdisp: remove redundant assignment to pixColin Ian King1-1/+1
2017-08-20media: bdisp: constify v4l2_m2m_ops structuresJulia Lawall1-1/+1
2017-06-24media: bdisp-debug: Replace a seq_puts() call by seq_putc() in seven functionsMarkus Elfring1-7/+7
2017-03-03[media] bdisp: Clean up file handle in open() error pathShailendra Verma1-1/+1
2017-02-03[media] media: platform: sti: return -ENOMEM on errorsPan Bian1-1/+1
2016-10-24[media] bdisp: fix error return code in bdisp_probe()Wei Yongjun1-0/+1
2016-09-19[media] platform: constify vb2_ops structuresJulia Lawall1-1/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-18/+8
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-1/+1
2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil2-16/+4
2016-06-24bdisp: move the V/H filter spec to bdisp-hw.cMauro Carvalho Chehab2-304/+305
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung1-2/+2
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil1-6/+4
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+2
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-11/+12
2015-07-17[media] bdisp: fix debug info memory accessFabien Dessenne1-2/+2
2015-07-17[media] bdisp: add debug info for RGB24 formatFabien Dessenne1-0/+8
2015-07-17[media] bdisp: composing supportFabien Dessenne2-29/+55
2015-06-22[media] bdisp: prevent compiling on random archMauro Carvalho Chehab1-9/+0
2015-06-11[media] bdisp-debug: don't try to divide by s64Mauro Carvalho Chehab1-11/+22
2015-06-10[media] bdisp: remove unused varMauro Carvalho Chehab1-3/+0
2015-06-10[media] bdisp: remove needless checkFabien Dessenne1-2/+1
2015-06-09[media] bdisp: add debug file systemFabien Dessenne5-2/+755
2015-06-09[media] bdisp: 2D blitter driver using v4l2 mem2mem frameworkFabien Dessenne7-0/+2967