aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/sti/c8sectpfe (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-09media: platform: sti: c8sectpfe: c8sectpfe-dvb: convert to use i2c_new_client_device()Wolfram Sang1-2/+3
2019-11-09media: c8sectpfe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-23/+3
2019-08-07media: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-6/+2
2019-06-05media: platform: Fix Warning of Unneeded Semicolon reported by coccicheckShobhit Kukreti1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada1-2/+2
2019-05-18media: remove unneeded header search pathsMasahiro Yamada1-1/+0
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab1-1/+1
2019-03-01media: platform: fix several typosMauro Carvalho Chehab1-1/+1
2018-05-28media: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+1
2017-12-28media: don't include drivers/media/i2c at cflagsMauro Carvalho Chehab1-1/+0
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab4-15/+15
2017-12-13media: platform: sti: Adopt SPDX identifierBenjamin Gaignard8-46/+8
2017-12-13media: c8sectpfe: Use resource_size function on memory resourceVasyl Gomonovych1-1/+1
2017-12-13media: c8sectpfe: fix potential NULL pointer dereference in c8sectpfe_timer_interruptGustavo A. R. Silva1-1/+3
2017-12-13media: c8sectpfe: DVB_C8SECTPFE should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-10[media] c8sectpfe: use setup_timerGeliang Tang1-3/+2
2016-11-21[media] c8sectpfe: fix error return code in c8sectpfe_probe()Wei Yongjun1-0/+2
2016-11-18[media] c8sectpfe: Remove clk_disable_unprepare hacksPeter Griffin1-5/+1
2016-10-21[media] c8sectpfe: don't break long linesMauro Carvalho Chehab1-10/+6
2016-07-12[media] c8sectpfe: fix memory leakSudip Mukherjee1-0/+1
2016-05-09[media] c8sectpfe: Rework firmware loading mechanismPeter Griffin1-43/+22
2016-05-09[media] c8sectpfe: Demote print to dev_dbgPeter Griffin1-1/+1
2016-05-09[media] c8sectpfe: Fix broken circular buffer wp managementPeter Griffin1-1/+1
2016-02-01[media] constify stv6110x_devctl structureJulia Lawall1-1/+1
2015-11-19[media] c8sectpfe: Combine three checks into a single if blockMarkus Elfring1-8/+9
2015-11-19[media] c8sectpfe: Delete unnecessary checks before two function callsMarkus Elfring1-3/+2
2015-11-18[media] c8sectpfe: Update binding to reset-gpiosPeter Griffin1-1/+1
2015-11-05Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-3/+2
2015-10-22[media] c8sectpfe: fix return of garbageSudip Mukherjee1-2/+2
2015-10-22[media] c8sectpfe: fix ininitialized error return on firmware load failureColin Ian King1-2/+1
2015-10-20[media] c8sectpfe: Remove select on CONFIG_FW_LOADER_USER_HELPER_FALLBACKTakashi Iwai1-1/+0
2015-10-01[media] c8sectpfe: fix namespace on memcpy/memsetMauro Carvalho Chehab1-2/+2
2015-09-03[media] c8sectpfe: Remove select on undefined LIBELF_32Peter Griffin1-1/+0
2015-09-03[media] c8sectpfe: Use %pad to print 'dma_addr_t'Fabio Estevam1-2/+2
2015-08-11[media] c8sectpfe: fix pinctrl dependenciesMauro Carvalho Chehab2-1/+3
2015-08-11[media] c8sectpfe: don't go past channel_data arrayMauro Carvalho Chehab1-1/+1
2015-08-11[media] c8sectpfe: Allow compiling it with COMPILE_TESTMauro Carvalho Chehab1-1/+1
2015-08-11[media] c8sectpfe: Add Kconfig and Makefile for the driverPeter Griffin2-0/+37
2015-08-11[media] c8sectpfe: Add c8sectpfe debugfs supportPeter Griffin2-0/+297
2015-08-11[media] c8sectpfe: Add support for various ST NIM cardsPeter Griffin2-0/+264
2015-08-11[media] c8sectpfe: Add LDVB helper functionsPeter Griffin2-0/+329
2015-08-11[media] c8sectpfe: STiH407/10 Linux DVB demux supportPeter Griffin2-0/+1523