mbox series

[GIT,PULL,FOR,v5.2] dvb & rc fixes

Message ID 20190410221546.fal7j4zbycht4htp@gofer.mess.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v5.2] dvb & rc fixes | expand

Pull-request

git://linuxtv.org/syoung/media_tree.git for-v5.2b

Message

Sean Young April 10, 2019, 10:15 p.m. UTC
Hi Mauro,

Just some minor fixes. Note that the seco-cec fix was already sent as a
GIT FIXES request but seems to have been lost, so now resending with stable
tag.

Sean

The following changes since commit 1c3ec30bb23023d738b538e64ac3028902d53692:

  media: index.rst: exclude Indexes section from latex/pdf output (2019-03-30 09:42:35 -0400)

are available in the Git repository at:

  git://linuxtv.org/syoung/media_tree.git for-v5.2b

for you to fetch changes up to e8fbee102d9fccb9737509ba23334578ae2ea37f:

  media: seco-cec: fix building with RC_CORE=m (2019-04-10 23:05:41 +0100)

----------------------------------------------------------------
Arnd Bergmann (1):
      media: seco-cec: fix building with RC_CORE=m

Matthias Reichl (1):
      media: rc: xbox_remote: add protocol and set timeout

Yizhuo (1):
      media: ts2020: Variable "utmp" in function ts2020_set_tuner_rf() could be uninitialized

YueHaibing (1):
      media: si2165: fix platform_no_drv_owner.cocci warnings

 Documentation/media/lirc.h.rst.exceptions | 1 +
 drivers/media/dvb-frontends/si2165.c      | 1 -
 drivers/media/dvb-frontends/ts2020.c      | 3 +++
 drivers/media/platform/Kconfig            | 2 +-
 drivers/media/rc/keymaps/rc-xbox-dvd.c    | 2 +-
 drivers/media/rc/rc-main.c                | 2 ++
 drivers/media/rc/xbox_remote.c            | 6 ++++--
 include/media/rc-map.h                    | 4 +++-
 include/uapi/linux/lirc.h                 | 2 ++
 9 files changed, 17 insertions(+), 6 deletions(-)