All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sean Young <sean@mess.org>
To: linux-media@vger.kernel.org
Subject: [GIT PULL FOR v5.12] MaxLinear 692 and smipcie-ir fix
Date: Sun, 31 Jan 2021 15:28:18 +0000	[thread overview]
Message-ID: <20210131152818.GA6521@gofer.mess.org> (raw)

The following changes since commit f0ddb4e9911665b9ad68fe94e0faaaff5953902e:

  media: venus: venc: set IDR period to FW only for H264 & HEVC (2021-01-27 16:22:36 +0100)

are available in the Git repository at:

  git://linuxtv.org/syoung/media_tree.git tags/v5.12c

for you to fetch changes up to 6284bdc5744cd73f8aec543379752075245d0268:

  media: smipcie: fix interrupt handling and IR timeout (2021-01-31 15:14:37 +0000)

----------------------------------------------------------------
v5.12c

----------------------------------------------------------------
Brad Love (4):
      mxl692: MaxLinear 692 ATSC demod/tuner driver
      em28xx-core: Fix TS2 active led
      em28xx-core: Fix i2c error debug
      em28xx: Add support for Hauppauge USB QuadHD

Sean Young (1):
      media: smipcie: fix interrupt handling and IR timeout

 drivers/media/dvb-frontends/Kconfig       |    9 +
 drivers/media/dvb-frontends/Makefile      |    1 +
 drivers/media/dvb-frontends/mxl692.c      | 1378 +++++++++++++++++++++++++++++
 drivers/media/dvb-frontends/mxl692.h      |   38 +
 drivers/media/dvb-frontends/mxl692_defs.h |  548 ++++++++++++
 drivers/media/pci/smipcie/smipcie-ir.c    |   46 +-
 drivers/media/usb/em28xx/Kconfig          |    1 +
 drivers/media/usb/em28xx/em28xx-cards.c   |   46 +
 drivers/media/usb/em28xx/em28xx-core.c    |    4 +-
 drivers/media/usb/em28xx/em28xx-dvb.c     |   26 +
 drivers/media/usb/em28xx/em28xx-i2c.c     |    6 +-
 drivers/media/usb/em28xx/em28xx.h         |    1 +
 12 files changed, 2082 insertions(+), 22 deletions(-)
 create mode 100644 drivers/media/dvb-frontends/mxl692.c
 create mode 100644 drivers/media/dvb-frontends/mxl692.h
 create mode 100644 drivers/media/dvb-frontends/mxl692_defs.h

             reply	other threads:[~2021-01-31 15:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-31 15:28 Sean Young [this message]
2021-01-31 15:47 ` [GIT PULL FOR v5.12] MaxLinear 692 and smipcie-ir fix (#71207) Jenkins

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210131152818.GA6521@gofer.mess.org \
    --to=sean@mess.org \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.