summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/sti/hva
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: place stm32/ and sti/ under st/ dirMauro Carvalho Chehab10-4100/+0
2022-03-18media: platform: hva: move config to its own fileMauro Carvalho Chehab1-0/+26
2021-11-30media: driver: hva: add pm_runtime_disable in the error handling code of hva_...Dongliang Mu1-1/+3
2021-09-30media: sti: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-06-02media: st-hva: Fix potential NULL pointer dereferencesEvgeny Novikov1-2/+1
2021-05-19media: sti/hva: use pm_runtime_resume_and_get()Mauro Carvalho Chehab1-8/+9
2021-05-18media: sti: fix obj-$(config) targetsMauro Carvalho Chehab1-1/+1
2021-03-22media: media/platform/sti: fix kernel-doc formattingHans Verkuil1-1/+1
2021-03-11media: platform: sti: make a const arrays static, makes object smallerColin Ian King1-4/+6
2021-01-27media: sti/hva: add missing clk_disable_unprepare()Hans Verkuil1-0/+1
2020-09-27media: sti: Fix reference count leaksQiushi Wu1-0/+2
2020-09-27media: platform: sti: hva: Fix runtime PM imbalance on errorDinghao Liu1-1/+1
2020-09-01media: sti: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-18/+4
2020-07-19media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia1-1/+1
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2019-08-07media: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-6/+2
2019-06-21media: sti: Use vb2_get_bufferEzequiel Garcia1-1/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-03-01media: platform: fix several typosMauro Carvalho Chehab1-1/+1
2019-01-21media: platform: sti: remove bdisp_dbg_declare() and hva_dbg_declare()Yangtao Li1-24/+12
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-2/+2
2018-08-02media: headers: fix linux/mod_devicetable.h inclusionsArnd Bergmann1-0/+1
2018-05-25media: st-hva: don't use GFP_DMAFabien Dessenne2-1/+5
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab1-1/+1
2017-12-13media: platform: sti: Adopt SPDX identifierBenjamin Gaignard8-8/+8
2017-11-30media: drivers: remove "/**" from non-kernel-doc commentsMauro Carvalho Chehab1-5/+13
2017-10-31media: st-hva: hva-h264: use swap macro in hva_h264_encodeGustavo A. R. Silva1-4/+1
2017-01-31[media] st-hva: hva_dbg_summary() should be staticMauro Carvalho Chehab1-1/+1
2017-01-31[media] st-hva: add debug file systemJean-Christophe Trotin6-3/+583
2017-01-31[media] st-hva: encoding summary at instance releaseJean-Christophe Trotin5-11/+62
2016-11-16[media] st-hva: fix a copy-and-paste variable name errorColin Ian King1-1/+1
2016-11-16[media] st-hva: fix some error handling in hva_hw_probe()Dan Carpenter1-3/+3
2016-09-19[media] hva: fix sparse warningsHans Verkuil1-2/+2
2016-09-09[media] st-hva: add H.264 video encoding supportJean-Christophe Trotin4-7/+1189
2016-09-09[media] st-hva: multi-format video encoder V4L2 driverJean-Christophe Trotin7-0/+2273