mbox series

[GIT,PULL,FOR,v5.13] DVB & RC fixes

Message ID 20210408091421.GA22127@gofer.mess.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v5.13] DVB & RC fixes | expand

Pull-request

git://linuxtv.org/syoung/media_tree.git tags/v5.13b

Message

Sean Young April 8, 2021, 9:14 a.m. UTC
The following changes since commit c1c1d437b1f0a84de6b53416026f7ea1ef3df996:

  MAINTAINERS: update ovti,ov2680.yaml reference (2021-04-07 10:01:07 +0200)

are available in the Git repository at:

  git://linuxtv.org/syoung/media_tree.git tags/v5.13b

for you to fetch changes up to 7633bc825e7ba3fb02127a1f446655cdbcf70fa4:

  media: mxl692: remove impossible condition (2021-04-08 09:51:09 +0100)

----------------------------------------------------------------
v5.13b

----------------------------------------------------------------
Andre Przywara (1):
      dt-bindings: media: IR: Add H616 IR compatible string

Arnd Bergmann (4):
      media: dvb-usb-remote: fix dvb_usb_nec_rc_key_to_event type mismatch
      media: rc: remove zte zx ir driver
      media: flexcop: avoid -Wempty-body warning
      media: dvb-usb: avoid -Wempty-body warnings

Christian Hewitt (1):
      media: rc: add keymaps for mecool-kii-pro/kiii-pro remotes

Colin Ian King (1):
      media: dvb-frontends: Remove redundant error check on variable ret

Hao Fang (1):
      media: rc: ir-hix5hd2: use the correct HiSilicon copyright

Jiapeng Chong (1):
      media: mxl692: remove impossible condition

Pavel Skripkin (1):
      media: dvb-usb: fix memory leak in dvb_usb_adapter_init

Sean Young (1):
      media: ite-cir: probe of ITE8708 on ASUS PN50 fails

 .../bindings/media/allwinner,sun4i-a10-ir.yaml     |  16 +-
 Documentation/devicetree/bindings/media/rc.yaml    |   2 +
 .../devicetree/bindings/media/zx-irdec.txt         |  14 --
 drivers/media/common/b2c2/flexcop.h                |   2 +-
 drivers/media/dvb-frontends/lgdt3306a.c            |   3 -
 drivers/media/dvb-frontends/mxl692.c               |   2 +-
 drivers/media/pci/b2c2/flexcop-pci.c               |   2 +-
 drivers/media/rc/Kconfig                           |  11 --
 drivers/media/rc/Makefile                          |   1 -
 drivers/media/rc/ir-hix5hd2.c                      |   2 +-
 drivers/media/rc/ite-cir.c                         |   2 +-
 drivers/media/rc/keymaps/Makefile                  |   2 +
 drivers/media/rc/keymaps/rc-mecool-kii-pro.c       |  91 +++++++++++
 drivers/media/rc/keymaps/rc-mecool-kiii-pro.c      |  88 ++++++++++
 drivers/media/rc/zx-irdec.c                        | 181 ---------------------
 drivers/media/usb/b2c2/flexcop-usb.c               |   4 +-
 drivers/media/usb/dvb-usb/dvb-usb-init.c           |  20 ++-
 drivers/media/usb/dvb-usb/dvb-usb.h                |   7 +-
 include/media/rc-map.h                             |   2 +
 19 files changed, 218 insertions(+), 234 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/media/zx-irdec.txt
 create mode 100644 drivers/media/rc/keymaps/rc-mecool-kii-pro.c
 create mode 100644 drivers/media/rc/keymaps/rc-mecool-kiii-pro.c
 delete mode 100644 drivers/media/rc/zx-irdec.c

Comments

Jenkins April 8, 2021, 9:28 a.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20210408091421.GA22127@gofer.mess.org/
Build log: https://builder.linuxtv.org/job/patchwork/97812/
Build time: 00:06:27
Link: https://lore.kernel.org/linux-media/20210408091421.GA22127@gofer.mess.org

gpg: Signature made Thu 08 Apr 2021 08:57:37 AM UTC
gpg:                using RSA key A624251A26084A9ED9E4C8B6425F639D3960FA9E
gpg:                issuer "sean@mess.org"
gpg: Good signature from "Sean Young <sean@mess.org>" [full]

Summary: got 5/11 patches with issues, being 0 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0002-media-dvb-usb-remote-fix-dvb_usb_nec_rc_key_to_event.patch:

   checkpatch.pl:
	$ cat patches/0002-media-dvb-usb-remote-fix-dvb_usb_nec_rc_key_to_event.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:18: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)

patches/0003-media-rc-add-keymaps-for-mecool-kii-pro-kiii-pro-rem.patch:

   checkpatch.pl:
	$ cat patches/0003-media-rc-add-keymaps-for-mecool-kii-pro-kiii-pro-rem.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:35: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst
	-:49: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

patches/0005-media-rc-remove-zte-zx-ir-driver.patch:

   checkpatch.pl:
	$ cat patches/0005-media-rc-remove-zte-zx-ir-driver.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:23: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
	-:26: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst

patches/0009-media-flexcop-avoid-Wempty-body-warning.patch:

   checkpatch.pl:
	$ cat patches/0009-media-flexcop-avoid-Wempty-body-warning.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:10: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)
	-:41: ERROR: space required after that ',' (ctx:VxV)
	-:54: ERROR: space required after that ',' (ctx:VxV)

patches/0010-media-dvb-usb-avoid-Wempty-body-warnings.patch:

   checkpatch.pl:
	$ cat patches/0010-media-dvb-usb-avoid-Wempty-body-warnings.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:37: ERROR: space required after that ',' (ctx:VxV)
	-:37: ERROR: space required after that ',' (ctx:VxV)
	-:38: ERROR: space required after that ',' (ctx:VxV)
	-:38: ERROR: space required after that ',' (ctx:VxV)


Error #512 when building PDF docs