linux-stable/drivers/media/dvb-frontends
Linus Torvalds b3491d8430 media updates for v4.20-rc1
-----BEGIN PGP SIGNATURE-----
 
 iQIcBAABAgAGBQJb2F9AAAoJEAhfPr2O5OEVm5YP/Ak53aAEI1oJNequwdTYKc+/
 2xWRpYWREa1g+x4MlqWO+szlPWbGXCUVwye8ii2N/xihLapsKVrLCr/dDd5khsvw
 bDux33BzpU3Ug/ncQKD6ZZv4vVRzG8DMPcpkOwSs0OoboJns6AkHVGCugR32qZsH
 3SH/r1aJce0oK1rrzgbYYZHTvaPshvY2IOLPKrtFmO+73iCVRhpSdWjFsY+q2Alp
 +3Ho/06iQYB2i+enXrwoIKHAYoXArXYbxS2dhaNz+NURrOAytmgfMisvvt67heHx
 IEilE0AcSjjlN/eyOxp+WCZrg9JLXVzZLX6ZnqqM2OEu1AS/XBultJBsGaN0hOiV
 dir2enoHNNOStI40hNSdbumg9I0Txmag2jtpaGyaBnnGmGRJ/JIYegCPRVMLygAf
 HHFHjR4fnRnqZrlh9OGAHaqc9RNlUgFVdlyqFtdyIah+aNeuij3o69mWM35QMLhw
 /0dTXBUXw9aD1dEg1cZ6PdzLWJgDd7n1gIdfzzzzLnzmBwmmhqxW8+evu9qSAXsP
 rnEZuE77HYKVfiacWMwpZK6+lT51STAE8ouo3N8fmaC+4RQmpq0dYXtR8RnlcSUD
 hKpJ6UsIIb5A6xKX7ed8x6FxV14TEEaa042A4eclxsAFiqqkNfWSozqV0vfW5vCD
 2lrsuN3knpfh7XDBSr0y
 =V4X4
 -----END PGP SIGNATURE-----

Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media

Pull new experimental media request API from Mauro Carvalho Chehab:
 "A new media request API

  This API is needed to support device drivers that can dynamically
  change their parameters for each new frame. The latest versions of
  Google camera and codec HAL depends on such feature.

  At this stage, it supports only stateless codecs.

  It has been discussed for a long time (at least over the last 3-4
  years), and we finally reached to something that seem to work.

  This series contain both the API and core changes required to support
  it and a new m2m decoder driver (cedrus).

  As the current API is still experimental, the only real driver using
  it (cedrus) was added at staging[1]. We intend to keep it there for a
  while, in order to test the API. Only when we're sure that this API
  works for other cases (like encoders), we'll move this driver out of
  staging and set the API into a stone.

  [1] We added support for the vivid virtual driver (used only for
  testing) to it too, as it makes easier to test the API for the ones
  that don't have the cedrus hardware"

* tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (53 commits)
  media: dt-bindings: Document the Rockchip VPU bindings
  media: platform: Add Cedrus VPU decoder driver
  media: dt-bindings: media: Document bindings for the Cedrus VPU driver
  media: v4l: Add definition for the Sunxi tiled NV12 format
  media: v4l: Add definitions for MPEG-2 slice format and metadata
  media: videobuf2-core: Rework and rename helper for request buffer count
  media: v4l2-ctrls.c: initialize an error return code with zero
  media: v4l2-compat-ioctl32.c: add missing documentation for a field
  media: media-request: update documentation
  media: media-request: EPERM -> EACCES/EBUSY
  media: v4l2-ctrls: improve media_request_(un)lock_for_update
  media: v4l2-ctrls: use media_request_(un)lock_for_access
  media: media-request: add media_request_(un)lock_for_access
  media: vb2: set reqbufs/create_bufs capabilities
  media: videodev2.h: add new capabilities for buffer types
  media: buffer.rst: only set V4L2_BUF_FLAG_REQUEST_FD for QBUF
  media: v4l2-ctrls: return -EACCES if request wasn't completed
  media: media-request: return -EINVAL for invalid request_fds
  media: vivid: add request support
  media: vivid: add mc
  ...
2018-10-31 10:53:29 -07:00
..
cxd2880 media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
drx39xyj media: drxj: fix spelling mistake in fall-through annotations 2018-09-12 11:21:52 -04:00
a8293.c
a8293.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
af9013.c Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 2018-08-21 17:40:46 -07:00
af9013.h media: af9013: add pid filter support 2018-03-21 14:11:54 -04:00
af9013_priv.h media: af9013: add i2c mux adapter for tuner bus 2018-03-21 14:09:50 -04:00
af9033.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
af9033.h [media] af9033: return regmap for integrated IT913x tuner driver 2017-01-31 10:48:14 -02:00
af9033_priv.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
as102_fe.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
as102_fe.h media: update/fix my e-mail on some places 2018-05-10 07:27:15 -04:00
as102_fe_types.h
ascot2e.c media: dvb: convert tuner_info frequencies to Hz 2018-08-02 16:14:50 -04:00
ascot2e.h media: dvb-frontends: complete kernel-doc markups 2017-11-30 04:19:05 -05:00
atbm8830.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
atbm8830.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
atbm8830_priv.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
au8522.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
au8522_common.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
au8522_decoder.c media: au8522: declare its own pads 2018-09-17 13:16:19 -04:00
au8522_dig.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
au8522_priv.h media: au8522: declare its own pads 2018-09-17 13:16:19 -04:00
bcm3510.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
bcm3510.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
bcm3510_priv.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
bsbe1-d01a.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
bsbe1.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
bsru6.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
cx22700.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
cx22700.h
cx22702.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
cx22702.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
cx24110.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
cx24110.h
cx24113.c media: dvb: convert tuner_info frequencies to Hz 2018-08-02 16:14:50 -04:00
cx24113.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
cx24116.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
cx24116.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
cx24117.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
cx24117.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
cx24120.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
cx24120.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
cx24123.c media: use strscpy() instead of strlcpy() 2018-09-11 13:32:17 -04:00
cx24123.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
cxd2099.c media: dvb-frontends/cxd2099: add SPDX license identifier 2018-09-12 07:24:08 -04:00
cxd2099.h media: dvb-frontends/cxd2099: add SPDX license identifier 2018-09-12 07:24:08 -04:00
cxd2820r.h media: dvb-frontends: complete kernel-doc markups 2017-11-30 04:19:05 -05:00
cxd2820r_c.c [media] cxd2820r: convert to regmap api 2016-09-22 10:43:09 -03:00
cxd2820r_core.c media: use strscpy() instead of strlcpy() 2018-09-11 13:32:17 -04:00
cxd2820r_priv.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
cxd2820r_t.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
cxd2820r_t2.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
cxd2841er.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
cxd2841er.h [media] dvb-frontends/cxd2841er: more configurable TSBITS 2017-06-20 09:56:11 -03:00
cxd2841er_priv.h [media] dvb-frontends/cxd2841er: support CXD2837/38/43ER demods/Chip IDs 2017-06-20 09:40:55 -03:00
dib0070.c media: dvb: convert tuner_info frequencies to Hz 2018-08-02 16:14:50 -04:00
dib0070.h
dib0090.c media: dvb: convert tuner_info frequencies to Hz 2018-08-02 16:14:50 -04:00
dib0090.h
dib3000.h media: dvb: point to the location of the old README.dvb-usb file 2018-06-15 18:10:01 -03:00
dib3000mb.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
dib3000mb_priv.h [media] dib3000mb: use pr_foo() instead of printk() 2016-11-18 09:47:48 -02:00
dib3000mc.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
dib3000mc.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
dib7000m.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
dib7000m.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dib7000p.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
dib7000p.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dib8000.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
dib8000.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dib9000.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
dib9000.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dibx000_common.c media: use strscpy() instead of strlcpy() 2018-09-11 13:32:17 -04:00
dibx000_common.h media: ABS macro parameter parenthesization 2018-03-06 04:08:17 -05:00
drxd.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
drxd_firm.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
drxd_firm.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
drxd_hard.c media: cleanup fall-through comments 2018-08-08 10:57:14 -04:00
drxd_map_firm.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
drxk.h media: fix usage of whitespaces and on indentation 2018-01-04 13:12:01 -05:00
drxk_hard.c Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 2018-08-21 17:40:46 -07:00
drxk_hard.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
drxk_map.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ds3000.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
ds3000.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
dvb-pll.c media: dvb: convert tuner_info frequencies to Hz 2018-08-02 16:14:50 -04:00
dvb-pll.h media: dvb-frontends/dvb-pll: add tda6651 ISDB-T pll_desc 2018-05-05 07:19:32 -04:00
dvb_dummy_fe.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
dvb_dummy_fe.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
ec100.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
ec100.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
eds1547.h media: dvb: point to the location of the old README.dvb-usb file 2018-06-15 18:10:01 -03:00
gp8psk-fe.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
gp8psk-fe.h gp8psk: Fix DVB frontend attach 2016-11-13 10:02:22 -08:00
helene.c media: helene: add I2C device probe function 2018-08-02 18:53:42 -04:00
helene.h media: helene: add I2C device probe function 2018-08-02 18:53:42 -04:00
horus3a.c media: dvb: convert tuner_info frequencies to Hz 2018-08-02 16:14:50 -04:00
horus3a.h media: dvb-frontends: complete kernel-doc markups 2017-11-30 04:19:05 -05:00
isl6405.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
isl6405.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
isl6421.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
isl6421.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
isl6423.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
isl6423.h
itd1000.c media: dvb: convert tuner_info frequencies to Hz 2018-08-02 16:14:50 -04:00
itd1000.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
itd1000_priv.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
ix2505v.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
ix2505v.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
Kconfig media: dvb-frontends: add LNBH29 LNB supply driver 2018-09-12 09:24:41 -04:00
l64781.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
l64781.h
lg2160.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
lg2160.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
lgdt330x.c media: use strscpy() instead of strlcpy() 2018-09-11 13:32:17 -04:00
lgdt330x.h media: lgdt330x.h: fix compiler warning 2018-05-11 11:40:09 -04:00
lgdt330x_priv.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
lgdt3305.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
lgdt3305.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
lgdt3306a.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
lgdt3306a.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
lgs8gl5.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
lgs8gl5.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
lgs8gxx.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
lgs8gxx.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
lgs8gxx_priv.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
lnbh24.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
lnbh25.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
lnbh25.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
lnbh29.c media: dvb-frontends: add LNBH29 LNB supply driver 2018-09-12 09:24:41 -04:00
lnbh29.h media: dvb-frontends: add LNBH29 LNB supply driver 2018-09-12 09:24:41 -04:00
lnbp21.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
lnbp21.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
lnbp22.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
lnbp22.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
m88ds3103.c media: use strscpy() instead of strlcpy() 2018-09-11 13:32:17 -04:00
m88ds3103.h media: dvb-frontends: complete kernel-doc markups 2017-11-30 04:19:05 -05:00
m88ds3103_priv.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
m88rs2000.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
m88rs2000.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
Makefile media: dvb-frontends: add LNBH29 LNB supply driver 2018-09-12 09:24:41 -04:00
mb86a16.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
mb86a16.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
mb86a16_priv.h
mb86a20s.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
mb86a20s.h media: dvb-frontends: complete kernel-doc markups 2017-11-30 04:19:05 -05:00
mn88443x.c media: dvb-frontends: add Socionext MN88443x ISDB-S/T demodulator driver 2018-08-02 18:54:03 -04:00
mn88443x.h media: dvb-frontends: add Socionext MN88443x ISDB-S/T demodulator driver 2018-08-02 18:54:03 -04:00
mn88472.c media: mn88472: reset stream ID reg if no PLP given 2017-08-27 18:06:34 -04:00
mn88472.h media: dvb_frontends: fix kernel-doc macros 2017-11-30 04:19:04 -05:00
mn88472_priv.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
mn88473.c media: fix usage of whitespaces and on indentation 2018-01-04 13:12:01 -05:00
mn88473.h [media] mn88473: finalize driver 2016-03-03 09:26:05 -03:00
mn88473_priv.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
mt312.c media: replace strcpy() by strscpy() 2018-09-11 13:32:17 -04:00
mt312.h
mt312_priv.h
mt352.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
mt352.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
mt352_priv.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
mxl5xx.c media: mxl5xx: add a fall-trough annotation 2018-09-12 08:24:54 -04:00
mxl5xx.h media: dvb-frontends/mxl5xx: add SPDX license identifier 2018-09-12 07:19:33 -04:00
mxl5xx_defs.h media: dvb-frontends/mxl5xx: add SPDX license identifier 2018-09-12 07:19:33 -04:00
mxl5xx_regs.h media: dvb-frontends/mxl5xx: add SPDX license identifier 2018-09-12 07:19:33 -04:00
nxt200x.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
nxt200x.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
nxt6000.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
nxt6000.h
nxt6000_priv.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
or51132.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
or51132.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
or51211.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
or51211.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
rtl2830.c Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 2018-08-21 17:40:46 -07:00
rtl2830.h media: dvb-frontends: complete kernel-doc markups 2017-11-30 04:19:05 -05:00
rtl2830_priv.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
rtl2832.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
rtl2832.h media: dvb-frontends: complete kernel-doc markups 2017-11-30 04:19:05 -05:00
rtl2832_priv.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
rtl2832_sdr.c media updates for v4.20-rc1 2018-10-31 10:53:29 -07:00
rtl2832_sdr.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
s5h1409.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
s5h1409.h media: s5h14*.h: fix typos for CONTINUOUS 2018-03-06 05:15:02 -05:00
s5h1411.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
s5h1411.h media: s5h14*.h: fix typos for CONTINUOUS 2018-03-06 05:15:02 -05:00
s5h1420.c media: use strscpy() instead of strlcpy() 2018-09-11 13:32:17 -04:00
s5h1420.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
s5h1420_priv.h
s5h1432.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
s5h1432.h media: s5h14*.h: fix typos for CONTINUOUS 2018-03-06 05:15:02 -05:00
s921.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
s921.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
si21xx.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
si21xx.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
si2165.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
si2165.h media: si2165: Make checkpatch happy 2017-12-12 05:33:18 -05:00
si2165_priv.h media: si2165: add DVBv5 BER statistics 2017-12-12 05:52:58 -05:00
si2168.c media: si2168: fix a comment about firmware version 2018-03-08 06:06:49 -05:00
si2168.h media: si2168: Add spectrum inversion property 2018-03-06 07:40:14 -05:00
si2168_priv.h media: si2168: Add spectrum inversion property 2018-03-06 07:40:14 -05:00
sp2.c media: drivers: Adjust checks for null pointers 2017-09-23 08:20:57 -04:00
sp2.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
sp2_priv.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
sp887x.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
sp887x.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
sp8870.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
sp8870.h
stb0899_algo.c media: stb0899: remove redundant self assignment of k_indirect 2017-12-13 08:02:25 -05:00
stb0899_cfg.h
stb0899_drv.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
stb0899_drv.h media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
stb0899_priv.h media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
stb0899_reg.h media: v4l: dvb-frontends: stb0899: fix comparison to bitshift when dealing with a mask 2018-03-06 08:30:10 -05:00
stb6000.c media: dvb: convert tuner_info frequencies to Hz 2018-08-02 16:14:50 -04:00
stb6000.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stb6100.c media: dvb: convert tuner_info frequencies to Hz 2018-08-02 16:14:50 -04:00
stb6100.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stb6100_cfg.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stb6100_proc.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stv090x.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
stv090x.h
stv090x_priv.h media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
stv090x_reg.h
stv0288.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
stv0288.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stv0297.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
stv0297.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stv0299.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
stv0299.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stv0367.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
stv0367.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stv0367_defs.h [media] dvb-frontends/stv0367: add defaults for use w/DD-branded devices 2017-06-20 09:26:16 -03:00
stv0367_priv.h media: ABS macro parameter parenthesization 2018-03-06 04:08:17 -05:00
stv0367_regs.h [media] dvb-frontends/stv0367: refactor defaults table handling 2017-06-20 09:19:58 -03:00
stv0900.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stv0900_core.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
stv0900_init.h media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
stv0900_priv.h media: ABS macro parameter parenthesization 2018-03-06 04:08:17 -05:00
stv0900_reg.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
stv0900_sw.c media: ABS macro parameter parenthesization 2018-03-06 04:08:17 -05:00
stv0910.c media: dvb-frontends/stv0910: add SPDX license identifier 2018-09-12 07:19:58 -04:00
stv0910.h media: dvb-frontends/stv0910: add SPDX license identifier 2018-09-12 07:19:58 -04:00
stv0910_regs.h media: dvb-frontends/stv0910: add SPDX license identifier 2018-09-12 07:19:58 -04:00
stv6110.c media: dvb: convert tuner_info frequencies to Hz 2018-08-02 16:14:50 -04:00
stv6110.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stv6110x.c media: dvb: convert tuner_info frequencies to Hz 2018-08-02 16:14:50 -04:00
stv6110x.h [media] constify stv6110x_devctl structure 2016-02-01 07:31:17 -02:00
stv6110x_priv.h media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
stv6110x_reg.h
stv6111.c media: dvb-frontends/stv6111: add SPDX license identifier 2018-09-12 07:22:21 -04:00
stv6111.h media: dvb-frontends/stv6111: add SPDX license identifier 2018-09-12 07:22:21 -04:00
tc90522.c media: use strscpy() instead of strlcpy() 2018-09-11 13:32:17 -04:00
tc90522.h media: dvb-frontends/tc90522: use SPDX License Identifier 2018-05-04 14:44:30 -04:00
tda665x.c media: dvb: convert tuner_info frequencies to Hz 2018-08-02 16:14:50 -04:00
tda665x.h
tda826x.c media: dvb: convert tuner_info frequencies to Hz 2018-08-02 16:14:50 -04:00
tda826x.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
tda1002x.h
tda1004x.c Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 2018-08-21 17:40:46 -07:00
tda1004x.h
tda8083.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
tda8083.h
tda8261.c media: dvb: convert tuner_info frequencies to Hz 2018-08-02 16:14:50 -04:00
tda8261.h
tda8261_cfg.h
tda10021.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
tda10023.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
tda10048.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
tda10048.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
tda10071.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
tda10071.h media: dvb-frontends: complete kernel-doc markups 2017-11-30 04:19:05 -05:00
tda10071_priv.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
tda10086.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
tda10086.h
tda18271c2dd.c media: dvb: convert tuner_info frequencies to Hz 2018-08-02 16:14:50 -04:00
tda18271c2dd.h media: fix usage of whitespaces and on indentation 2018-01-04 13:12:01 -05:00
tda18271c2dd_maps.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tdhd1.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
ts2020.c media: use strscpy() instead of strlcpy() 2018-09-11 13:32:17 -04:00
ts2020.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
tua6100.c media: dvb: convert tuner_info frequencies to Hz 2018-08-02 16:14:50 -04:00
tua6100.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
ves1x93.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
ves1x93.h
ves1820.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
ves1820.h
z0194a.h media: dvb: point to the location of the old README.dvb-usb file 2018-06-15 18:10:01 -03:00
zd1301_demod.c media: use strscpy() instead of strlcpy() 2018-09-11 13:32:17 -04:00
zd1301_demod.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
zl10036.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
zl10036.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
zl10039.c media: replace strcpy() by strscpy() 2018-09-11 13:32:17 -04:00
zl10039.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
zl10353.c media: dvb: represent min/max/step/tolerance freqs in Hz 2018-08-02 18:10:48 -04:00
zl10353.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
zl10353_priv.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00