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.13] RC & DVB fixes
Date: Wed, 3 Mar 2021 09:33:31 +0000	[thread overview]
Message-ID: <20210303093331.GA21839@gofer.mess.org> (raw)

Hi Mauro,

First batch of rc & dvb fixes. 

Thanks

Sean

The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8:

  Linux 5.12-rc1 (2021-02-28 16:05:19 -0800)

are available in the Git repository at:

  git://linuxtv.org/syoung/media_tree.git for-v5.13a

for you to fetch changes up to d2698e1c31b1ed334e5c03d145f2179e43c4ceaa:

  media: rc: add keymap for Xbox 360 Universal Media remote (2021-03-02 10:43:09 +0000)

----------------------------------------------------------------
Bastien Nocera (1):
      media: rc: add keymap for Xbox 360 Universal Media remote

Brad Love (2):
      media: em28xx: Add pid for bulk revision of Hauppauge 461e
      media: em28xx: Add pid for bulk revision of Hauppauge 461eV2

Christian Hewitt (1):
      media: rc: add keymap for minix-neo remote

Daode Huang (1):
      media: rc/ite-cir: replace spin_lock_irqsave by spin_lock in hard IRQ

Sean Young (7):
      media: ite-cir: remove unused fields
      media: ite-cir: set parent device
      media: ite-cir: use standard logging and reduce noise
      media: ite-cir: carrier and duty cycle can be set via ioctl
      media: ite-cir: move runtime information into driver data
      media: ite-cir: check for receive overflow
      media: ite-cir: in_use is not needed

Takashi Iwai (2):
      media: dvb-usb: Fix memory leak at error in dvb_usb_device_init()
      media: dvb-usb: Fix use-after-free access

 Documentation/devicetree/bindings/media/rc.yaml |   2 +
 drivers/media/rc/ite-cir.c                      | 349 ++++++------------------
 drivers/media/rc/ite-cir.h                      |  51 +---
 drivers/media/rc/keymaps/Makefile               |   2 +
 drivers/media/rc/keymaps/rc-minix-neo.c         |  55 ++++
 drivers/media/rc/keymaps/rc-xbox-360.c          |  83 ++++++
 drivers/media/usb/dvb-usb/dvb-usb-init.c        |  70 +++--
 drivers/media/usb/em28xx/em28xx-cards.c         |   4 +
 include/media/rc-map.h                          |   2 +
 9 files changed, 286 insertions(+), 332 deletions(-)
 create mode 100644 drivers/media/rc/keymaps/rc-minix-neo.c
 create mode 100644 drivers/media/rc/keymaps/rc-xbox-360.c

             reply	other threads:[~2021-03-03 12:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-03  9:33 Sean Young [this message]
2021-03-03 13:27 ` [GIT PULL FOR v5.13] RC & DVB fixes (#71850) 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=20210303093331.GA21839@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.