summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/sti
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: move some manufacturer entriesMauro Carvalho Chehab1-0/+5
2022-03-18media: platform: bdisp: move config to its own fileMauro Carvalho Chehab1-0/+10
2022-03-18media: platform: delta: move config to its own fileMauro Carvalho Chehab1-0/+36
2022-03-18media: platform: hva: move config to its own fileMauro Carvalho Chehab1-0/+26
2022-03-14media: platform: move platform menu dependencies to driversMauro Carvalho Chehab1-0/+1
2022-01-28media: bdisp: Use platform_get_irq() to get the interruptLad Prabhakar1-7/+3
2021-12-14media: c8sectpfe: fix double free in configure_channels()Dan Carpenter1-5/+3
2021-12-07media: c8sectpfe: remove redundant assignment to pointer tsinColin Ian King1-4/+0
2021-11-30media: driver: bdisp: add pm_runtime_disable in the error handling codeDongliang Mu1-0/+1
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 Huoqing2-5/+2
2021-09-30media: c8sectpfe-dvb: Remove unused including <linux/version.h>Cai Huoqing2-2/+0
2021-07-12media: sti: don't copy past the sizeMauro Carvalho Chehab1-2/+1
2021-06-02media: st-hva: Fix potential NULL pointer dereferencesEvgeny Novikov1-2/+1
2021-06-02media: st-delta: Remove redundant assignment to retJiapeng Chong1-1/+0
2021-06-02media: bdisp: remove redundant dev_err call in bdisp_probe()Yang Yingliang1-1/+0
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 Chehab3-3/+3
2021-05-10media: sti/bdisp: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab1-3/+4
2021-05-10media: sti/delta: use pm_runtime_resume_and_get()Mauro Carvalho Chehab1-5/+3
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 Verkuil3-5/+4
2021-03-22media: Correct 'so'Xiaofeng Cao1-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
2021-01-27media: sti/c8sectpfe: set correct return codeHans Verkuil1-0/+1
2020-11-27media: c8sectpfe: clean up some indentingDan Carpenter1-3/+2
2020-11-27media: platform: sti: c8sectpfe: core: Add of_node_put() at gotoNishka Dasgupta1-8/+10
2020-09-27media: st-delta: Fix reference count leak in delta_run_workAditya Pakki1-1/+3
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-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-Hartman4-48/+12
2020-08-29media: sti: convert tasklets to use new tasklet_setup() APIAllen Pais1-6/+4
2020-07-19media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia1-1/+1
2020-04-15media: move CEC platform drivers to a separate directoryMauro Carvalho Chehab2-402/+0
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil3-3/+3
2020-01-09media: platform: sti: c8sectpfe: c8sectpfe-dvb: convert to use i2c_new_client...Wolfram Sang1-2/+3
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-27Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+2
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-23/+3
2019-11-09media: c8sectpfe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-23/+3
2019-11-05media: bdisp: fix memleak on releaseJohan Hovold1-2/+1
2019-10-07cec: add cec_adapter to cec_notifier_cec_adap_unregister()Hans Verkuil1-2/+2
2019-08-07media: Remove dev_err() usage after platform_get_irq()Stephen Boyd2-12/+4
2019-07-23media: stih-cec: use cec_notifier_cec_adap_(un)registerHans Verkuil1-12/+20
2019-07-22media: bdisp: set device_caps in struct video_deviceHans Verkuil1-5/+1
2019-06-21media: sti: Use vb2_get_bufferEzequiel Garcia1-1/+3
2019-06-05media: platform: Fix Warning of Unneeded Semicolon reported by coccicheckShobhit Kukreti1-2/+2