summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/sti (follow)
Commit message (Expand)AuthorAgeFilesLines
* media: c8sectpfe: clean up some indentingDan Carpenter2020-11-271-3/+2
* media: platform: sti: c8sectpfe: core: Add of_node_put() at gotoNishka Dasgupta2020-11-271-8/+10
* media: st-delta: Fix reference count leak in delta_run_workAditya Pakki2020-09-271-1/+3
* media: sti: Fix reference count leaksQiushi Wu2020-09-271-0/+2
* media: platform: sti: hva: Fix runtime PM imbalance on errorDinghao Liu2020-09-271-1/+1
* media: bdisp: Fix runtime PM imbalance on errorDinghao Liu2020-09-271-2/+1
* media: sti: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-09-014-48/+12
* media: sti: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-291-6/+4
* media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia2020-07-191-1/+1
* media: move CEC platform drivers to a separate directoryMauro Carvalho Chehab2020-04-152-402/+0
* media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-243-3/+3
* media: platform: sti: c8sectpfe: c8sectpfe-dvb: convert to use i2c_new_client...Wolfram Sang2020-01-091-2/+3
* media: sti: bdisp: fix a possible sleep-in-atomic-context bug in bdisp_device...Jia-Ju Bai2020-01-081-3/+3
* media: bdisp: add missed destroy_workqueue in remove and probe failureChuhong Yuan2019-12-131-4/+9
* Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-11-281-2/+2
|\
| * cec: add cec_adapter to cec_notifier_cec_adap_unregister()Hans Verkuil2019-10-071-2/+2
* | Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-271-23/+3
|\ \
| * | media: c8sectpfe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-11-091-23/+3
| |/
* / media: bdisp: fix memleak on releaseJohan Hovold2019-11-051-2/+1
|/
* media: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-072-12/+4
* media: stih-cec: use cec_notifier_cec_adap_(un)registerHans Verkuil2019-07-231-12/+20
* media: bdisp: set device_caps in struct video_deviceHans Verkuil2019-07-221-5/+1
* media: sti: Use vb2_get_bufferEzequiel Garcia2019-06-211-1/+3
* media: platform: Fix Warning of Unneeded Semicolon reported by coccicheckShobhit Kukreti2019-06-051-2/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-215-0/+5
* media: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-2/+2
* media: remove unneeded header search pathsMasahiro Yamada2019-05-181-1/+0
* media: stih_cec: use new cec_notifier_parse_hdmi_phandle helperHans Verkuil2019-04-221-14/+7
* media: sti/delta: remove uneeded checkMauro Carvalho Chehab2019-03-251-4/+2
* media: Kconfig files: use the right help coding styleMauro Carvalho Chehab2019-03-201-1/+1
* media: platform: fix several typosMauro Carvalho Chehab2019-03-013-3/+3
* media: platform: sti: remove bdisp_dbg_declare() and hva_dbg_declare()Yangtao Li2019-01-212-47/+23
* media: sti/bdisp: don't pass GFP_DMA32 to dma_alloc_attrsChristoph Hellwig2018-12-051-1/+1
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-113-6/+6
* media: headers: fix linux/mod_devicetable.h inclusionsArnd Bergmann2018-08-031-0/+1
* media: mem2mem: Remove unused v4l2_m2m_ops .lock/.unlockEzequiel Garcia2018-06-281-18/+0
* media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-05-281-1/+1
* media: st-hva: don't use GFP_DMAFabien Dessenne2018-05-252-1/+5
* media: bdisp: don't use GFP_DMAFabien Dessenne2018-05-252-1/+5
* media: fix usage of whitespaces and on indentationMauro Carvalho Chehab2018-01-041-1/+1
* media: don't include drivers/media/i2c at cflagsMauro Carvalho Chehab2017-12-281-1/+0
* media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab2017-12-284-15/+15
* media: bdisp: Fix a possible sleep-in-atomic bug in bdisp_hw_save_requestJia-Ju Bai2017-12-181-1/+1
* media: platform: sti: Adopt SPDX identifierBenjamin Gaignard2017-12-1336-77/+36
* media: c8sectpfe: Use resource_size function on memory resourceVasyl Gomonovych2017-12-131-1/+1
* media: c8sectpfe: fix potential NULL pointer dereference in c8sectpfe_timer_i...Gustavo A. R. Silva2017-12-131-1/+3
* media: c8sectpfe: DVB_C8SECTPFE should depend on HAS_DMAGeert Uytterhoeven2017-12-131-1/+1
* media: drivers: remove "/**" from non-kernel-doc commentsMauro Carvalho Chehab2017-11-301-5/+13
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+3
* Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-162-5/+2
|\