mbox series

[GIT,PULL,FOR,v5.3] rc/dvb fixes

Message ID 20190606145920.eua4a65ezrwishom@gofer.mess.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v5.3] rc/dvb fixes | expand

Pull-request

git://linuxtv.org/syoung/media_tree.git for-v5.3c

Message

Sean Young June 6, 2019, 2:59 p.m. UTC
Hi Mauro,

A change to use rc-core for the av7110 IR receiver, which removes a procfs
file. Also some tiny steps changes towards moving away from dvb_attach.

Thanks,
Sean

The following changes since commit edadd68031e5b7c1ba0c413a9549dce62a02844c:

  media: MAINTAINERS: update email address (2019-06-05 15:58:40 -0400)

are available in the Git repository at:

  git://linuxtv.org/syoung/media_tree.git for-v5.3c

for you to fetch changes up to d43979016ee22b724174a4003da12670b5e51a41:

  media: ttpci: use rc-core for the IR receiver (2019-06-06 15:48:11 +0100)

----------------------------------------------------------------
Sean Young (1):
      media: ttpci: use rc-core for the IR receiver

Tobias Klausmann (2):
      media: stv6110x: Implement probe/remove for stv6110x
      media: stv090x: Implement probe/remove for stv090x

 drivers/media/dvb-frontends/stv090x.c       | 198 +++++++++----
 drivers/media/dvb-frontends/stv090x.h       |   3 +
 drivers/media/dvb-frontends/stv090x_priv.h  |   2 +-
 drivers/media/dvb-frontends/stv6110x.c      | 135 +++++++--
 drivers/media/dvb-frontends/stv6110x.h      |   3 +
 drivers/media/dvb-frontends/stv6110x_priv.h |   3 +-
 drivers/media/pci/ttpci/av7110.c            |  14 +-
 drivers/media/pci/ttpci/av7110.h            |  21 +-
 drivers/media/pci/ttpci/av7110_ir.c         | 423 +++++++---------------------
 drivers/media/rc/keymaps/rc-hauppauge.c     |   1 +
 10 files changed, 380 insertions(+), 423 deletions(-)