All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL v2 FOR v5.13] DVB & RC fixes
@ 2021-04-08  9:56 Sean Young
  2021-04-08 10:22 ` [GIT PULL v2 FOR v5.13] DVB & RC fixes (#73015) Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Sean Young @ 2021-04-08  9:56 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

This time with some checkpatch oversights fixed. The
"avoid -Wempty-body warning" commits still produce some checkpatch warnings,
but they do get rid of warnings during W=1 builds.

Thanks
Sean

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 9e0bdaa53918137111dc29e97d2e1f151337e89d:

  media: mxl692: remove impossible condition (2021-04-08 10:45:22 +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                |   6 +-
 drivers/media/dvb-frontends/lgdt3306a.c            |   3 -
 drivers/media/dvb-frontends/mxl692.c               |   2 +-
 drivers/media/pci/b2c2/flexcop-pci.c               |   6 +-
 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               |   8 +-
 drivers/media/usb/dvb-usb/dvb-usb-init.c           |  20 ++-
 drivers/media/usb/dvb-usb/dvb-usb.h                |  16 +-
 include/media/rc-map.h                             |   2 +
 19 files changed, 229 insertions(+), 244 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL v2 FOR v5.13] DVB & RC fixes (#73015)
  2021-04-08  9:56 [GIT PULL v2 FOR v5.13] DVB & RC fixes Sean Young
@ 2021-04-08 10:22 ` Jenkins
  0 siblings, 0 replies; 2+ messages in thread
From: Jenkins @ 2021-04-08 10:22 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20210408095617.GA22332@gofer.mess.org/
Build log: https://builder.linuxtv.org/job/patchwork/97817/
Build time: 00:06:21
Link: https://lore.kernel.org/linux-media/20210408095617.GA22332@gofer.mess.org

gpg: Signature made Thu 08 Apr 2021 09:47:18 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)
	-:43: WARNING: printk() should include KERN_<LEVEL> facility level
	-:61: WARNING: printk() should include KERN_<LEVEL> facility level
	-:80: WARNING: printk() should include KERN_<LEVEL> facility level

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
	-:38: WARNING: Statements should start on a tabstop
	-:38: WARNING: printk() should include KERN_<LEVEL> facility level
	-:38: WARNING: braces {} are not necessary for single statement blocks
	-:41: CHECK: Macro argument reuse 'func' - possible side-effects?


Error #512 when building PDF docs


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-08 10:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-08  9:56 [GIT PULL v2 FOR v5.13] DVB & RC fixes Sean Young
2021-04-08 10:22 ` [GIT PULL v2 FOR v5.13] DVB & RC fixes (#73015) Jenkins

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.