Age | Commit message (Expand) | Author | Files | Lines |
2021-03-22 | media: m88rs6000t: avoid potential out-of-bounds reads on arrays | Colin Ian King | 1 | -3/+3 |
2021-03-22 | media: media tuner headers: fix kernel-doc warnings | Hans Verkuil | 3 | -10/+10 |
2021-03-22 | media: tuners: fix error return code of hybrid_tuner_request_state() | Jia-Ju Bai | 1 | -1/+3 |
2021-03-11 | media: fix incorrect kernel doc usages | Hans Verkuil | 1 | -3/+3 |
2021-01-27 | media: qm1d1c0042: fix error return code in qm1d1c0042_init() | Luo Meng | 1 | -1/+3 |
2021-01-27 | media: tuners/it913x.c: fix missing error code | Hans Verkuil | 1 | -0/+1 |
2020-11-27 | media: tuners: reduce stack usage in mxl5005s_reconfigure | Bixuan Cui | 1 | -3/+17 |
2020-11-16 | media: remove unneeded break | Tom Rix | 1 | -1/+0 |
2020-11-16 | media: mt2060: use semicolons rather than commas to separate statements | Julia Lawall | 1 | -1/+1 |
2020-09-07 | Merge tag 'v5.9-rc4' into patchwork | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-09-03 | media: qt1010: fix usage of unititialized value | Mauro Carvalho Chehab | 1 | -11/+14 |
2020-08-29 | media: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2 | -2/+2 |
2020-08-26 | media: tuner-simple: fix regression in simple_set_radio_freq | Tom Rix | 1 | -2/+3 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -2/+2 |
2020-04-29 | media: si2157: ensure wait_status is initialized | Sean Young | 1 | -1/+4 |
2020-04-23 | media: tuners: Kconfig: add some missing VIDEO_V4L2 dependencies | Mauro Carvalho Chehab | 1 | -2/+2 |
2020-04-21 | media: si2157: add on-demand rf strength func | Brad Love | 1 | -1/+39 |
2020-04-21 | media: si2157: module debug option to wait on signal lock | Brad Love | 1 | -3/+43 |
2020-04-21 | media: si2157: Briefly wait for tuning operation to complete | Brad Love | 1 | -0/+52 |
2020-04-21 | media: si2157: Add analog tuning related functions | Brad Love | 2 | -3/+230 |
2020-04-21 | media: si2157: Better check for running tuner in init | Brad Love | 1 | -8/+7 |
2020-04-21 | media: si2157: Check error status bit on cmd execute | Brad Love | 1 | -5/+11 |
2020-04-21 | media: si2157: Enable tuner status flags | Brad Love | 1 | -0/+22 |
2020-04-16 | media: i2c/Kconfig: use sub-menus for I2C support | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-10-25 | media: tuners: Use the correct style for SPDX License Identifier | Nishad Kamdar | 2 | -2/+2 |
2019-10-16 | media: tuners/qm1d1c0042: Use DIV_ROUND_CLOSEST directly to make it readable | zhong jiang | 1 | -1/+1 |
2019-10-10 | media: si2157: Add option for not downloading firmware. | Gon Solo | 3 | -16/+28 |
2019-08-19 | media: Clarify how menus are hidden by SUBDRV_AUTOSELECT | Ezequiel Garcia | 1 | -1/+5 |
2019-08-14 | media: media/tuners: Use kmemdup rather than duplicating its implementation | Fuqian Huang | 2 | -4/+2 |
2019-07-09 | Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 3 | -2/+9 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 238 | Thomas Gleixner | 1 | -10/+1 |
2019-06-13 | media: si2157: add detection of si2177 tuner | Brad Love | 2 | -1/+8 |
2019-06-11 | Merge tag 'v5.2-rc4' into media/master | Mauro Carvalho Chehab | 49 | -511/+49 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 49 | -511/+49 |
2019-05-28 | Merge tag 'v5.2-rc2' into patchwork | Mauro Carvalho Chehab | 29 | -322/+29 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 15 | -196/+15 |
2019-05-23 | media: Kconfig: allow to select drivers if EMBEDDED | Stefan Agner | 1 | -1/+1 |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 | Thomas Gleixner | 9 | -126/+9 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 4 | -0/+4 |
2019-03-01 | media: tuners: fix several typos | Mauro Carvalho Chehab | 7 | -14/+14 |
2018-09-17 | media: si2157: declare its own pads | Mauro Carvalho Chehab | 2 | -9/+17 |
2018-09-17 | media: v4l2: taint pads with the signal types for consumer devices | Mauro Carvalho Chehab | 1 | -1/+3 |
2018-09-11 | media: use strscpy() instead of strlcpy() | Mauro Carvalho Chehab | 5 | -5/+5 |
2018-08-22 | Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -4/+4 |
2018-08-08 | media: xc4000: get rid of uneeded casts | Mauro Carvalho Chehab | 1 | -2/+2 |
2018-08-08 | media: tuner-xc2028: don't use casts for printing sizes | Mauro Carvalho Chehab | 1 | -5/+4 |
2018-08-03 | media: dvb: represent min/max/step/tolerance freqs in Hz | Mauro Carvalho Chehab | 1 | -2/+0 |
2018-08-02 | media: dvb: convert tuner_info frequencies to Hz | Mauro Carvalho Chehab | 30 | -111/+110 |