Age | Commit message (Expand) | Author | Files | Lines |
2019-11-08 | media: mantis: fix two smatch errors | Hans Verkuil | 2 | -6/+2 |
2019-10-10 | media: cx18: make array mapping static, makes object smaller | Colin Ian King | 1 | -1/+1 |
2019-10-10 | media: cx88: Fix some error handling path in 'cx8800_initdev()' | Christophe JAILLET | 1 | -4/+7 |
2019-10-10 | media: cx88: Add support for NotOnlyTV LV3H card | Daniel Gonzalez Cabanelas | 3 | -0/+45 |
2019-10-10 | media: media/pci/ivtv: Variable vbi.type could be uninitialized if macro v4l2... | Yizhuo | 1 | -1/+1 |
2019-10-07 | media: rc: prevent memory leak in cx23888_ir_probe | Navid Emamdoost | 1 | -1/+4 |
2019-10-07 | media: delete unused proc_fs.h include | Sean Young | 2 | -2/+0 |
2019-10-07 | media: saa7164: use debugfs rather than procfs for debugging file | Sean Young | 1 | -61/+105 |
2019-08-26 | media: don't do a 31 bit shift on a signed int | Mauro Carvalho Chehab | 5 | -9/+9 |
2019-08-26 | media: use the BIT() macro | Mauro Carvalho Chehab | 4 | -263/+266 |
2019-08-26 | media: remove include stdarg.h from some drivers | Mauro Carvalho Chehab | 3 | -4/+1 |
2019-08-26 | media: saa7134: fix terminology around saa7134_i2c_eeprom_md7134_gate() | Maciej S. Szmigiero | 1 | -4/+8 |
2019-08-26 | media: saa7134: keep demod i2c gate closed on Medion 7134 | Maciej S. Szmigiero | 1 | -0/+14 |
2019-08-26 | media: saa7146: add cleanup in hexium_attach() | Wenwen Wang | 1 | -0/+3 |
2019-08-21 | media: dvb-bt8xx: Make variable dst_config constant | Nishka Dasgupta | 1 | -1/+1 |
2019-08-21 | media: ttpci: unknown protocol is rc-mm-32 | Sean Young | 1 | -8/+6 |
2019-08-13 | media: ngene: Remove call to memset after pci_alloc_consistent | Fuqian Huang | 1 | -4/+0 |
2019-08-07 | media: adv7511/cobalt: rename driver name to adv7511-v4l2 | Hans Verkuil | 1 | -1/+1 |
2019-07-25 | media: ipu3-cio2: Parse information from firmware without using callbacks | Sakari Ailus | 1 | -43/+50 |
2019-07-25 | media: ipu3-cio2: Proceed with notifier init even if there are no subdevs | Sakari Ailus | 1 | -5/+5 |
2019-07-25 | media: ipu3-cio2: Clean up notifier's subdev list if parsing endpoints fails | Sakari Ailus | 1 | -2/+6 |
2019-07-25 | media: pci: Use dev_get_drvdata where possible | Chuhong Yuan | 3 | -10/+5 |
2019-07-23 | media: saa7134: remove redundant assignment to variable value | Colin Ian King | 1 | -1/+0 |
2019-07-23 | media: cobalt: Prefer pcie_capability_read_word() | Frederick Lawler | 1 | -23/+15 |
2019-07-23 | media: cobalt: remove redundant assignment to variable data | Colin Ian King | 1 | -1/+1 |
2019-07-23 | media: drivers/media: don't set pix->priv = 0 | Hans Verkuil | 4 | -6/+0 |
2019-07-22 | media: media/pci: don't set description for ENUM_FMT | Hans Verkuil | 23 | -116/+15 |
2019-07-09 | Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linux | Linus Torvalds | 1 | -5/+1 |
2019-07-09 | Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 43 | -554/+294 |
2019-06-24 | media: pci: cx88: Change the type of 'missed' to u64 | Puranjay Mohan | 1 | -2/+2 |
2019-06-24 | media: media/pci: set device_caps in struct video_device | Hans Verkuil | 25 | -178/+146 |
2019-06-21 | media: meye: Fix build COMPILE_TEST error | YueHaibing | 1 | -1/+2 |
2019-06-21 | media: ttpci: Fix build error without RC_CORE | YueHaibing | 1 | -1/+2 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 461 | Thomas Gleixner | 5 | -69/+5 |
2019-06-12 | fbdev: make unregister/unlink functions not fail | Daniel Vetter | 1 | -5/+1 |
2019-06-12 | media: add SPDX headers to some files | Mauro Carvalho Chehab | 7 | -6/+7 |
2019-06-12 | media: drivers: media: i2c: don't enable if CONFIG_DRM_I2C_ADV7511=n | Anders Roxell | 1 | -1/+1 |
2019-06-11 | Merge tag 'v5.2-rc4' into media/master | Mauro Carvalho Chehab | 222 | -2352/+222 |
2019-06-10 | media: ttpci: use rc-core for the IR receiver | Sean Young | 3 | -347/+111 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 314 | Thomas Gleixner | 1 | -17/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286 | Thomas Gleixner | 2 | -20/+2 |
2019-06-05 | media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplane | Boris Brezillon | 1 | -1/+1 |
2019-06-03 | media: cx23885: remove redundant assignment to err | Colin Ian King | 1 | -2/+0 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 | Thomas Gleixner | 4 | -17/+4 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 2 | -19/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 181 | -1862/+181 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 32 | -417/+32 |
2019-05-29 | media: saa7164: fix remove_proc_entry warning | Kefeng Wang | 1 | -11/+22 |
2019-05-28 | Merge tag 'v5.2-rc2' into patchwork | Mauro Carvalho Chehab | 115 | -942/+115 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 113 | Thomas Gleixner | 11 | -157/+11 |