mbox series

[GIT,PULL,FOR,v5.5] DVB/RC fixes

Message ID 20191108103520.GA13952@gofer.mess.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v5.5] DVB/RC fixes | expand

Pull-request

git://linuxtv.org/syoung/media_tree.git for-v5.5iv

Message

Sean Young Nov. 8, 2019, 10:35 a.m. UTC
Hi Mauro,

This includes flexcop fixes which I had failed to pick up and the rc keymap
for the Beelink GS1.

Thanks
Sean

The following changes since commit 25a55a70307da947c04b6b8d27a6bc51b0dc569a:

  media: v4l2-device.h: fix typo: putss -> puts (2019-11-08 07:44:17 +0100)

are available in the Git repository at:

  git://linuxtv.org/syoung/media_tree.git for-v5.5iv

for you to fetch changes up to 200cc4e2331a60e75bcb9cd2adeca41d2826a0c9:

  arm64: dts: allwinner: beelink-gs1: Add rc-beelink-gs1 keymap (2019-11-08 08:57:44 +0000)

----------------------------------------------------------------
Clément Péron (2):
      media: rc: add keymap for Beelink GS1 remote control
      arm64: dts: allwinner: beelink-gs1: Add rc-beelink-gs1 keymap

Colin Ian King (1):
      media: flexcop-usb: ensure -EIO is returned on error condition

Jan Pieter van Woerkom (1):
      media: dvbsky: remove unused code

Oliver Neukum (1):
      media: b2c2-flexcop-usb: add sanity checking

 Documentation/devicetree/bindings/media/rc.yaml    |  1 +
 .../boot/dts/allwinner/sun50i-h6-beelink-gs1.dts   |  1 +
 drivers/media/rc/keymaps/Makefile                  |  1 +
 drivers/media/rc/keymaps/rc-beelink-gs1.c          | 84 ++++++++++++++++++++++
 drivers/media/usb/b2c2/flexcop-usb.c               |  5 +-
 drivers/media/usb/dvb-usb-v2/dvbsky.c              |  9 ---
 include/media/rc-map.h                             |  1 +
 7 files changed, 92 insertions(+), 10 deletions(-)
 create mode 100644 drivers/media/rc/keymaps/rc-beelink-gs1.c

Comments

Sean Young Nov. 8, 2019, 10:38 a.m. UTC | #1
On Fri, Nov 08, 2019 at 10:35:20AM +0000, Sean Young wrote:
> Hi Mauro,
> 
> This includes flexcop fixes which I had failed to pick up and the rc keymap
> for the Beelink GS1.
> 
> Thanks
> Sean
> 
> The following changes since commit 25a55a70307da947c04b6b8d27a6bc51b0dc569a:
> 
>   media: v4l2-device.h: fix typo: putss -> puts (2019-11-08 07:44:17 +0100)
> 
> are available in the Git repository at:
> 
>   git://linuxtv.org/syoung/media_tree.git for-v5.5iv

The pull request should have been from the signed tag, not the branch.

I'll send a new pull request, sorry.

Sean