mbox series

[GIT,PULL,FOR,v5.17] Lirc and streamzap improvements

Message ID 20211207204433.GA16243@gofer.mess.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v5.17] Lirc and streamzap improvements | expand

Pull-request

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

Message

Sean Young Dec. 7, 2021, 8:44 p.m. UTC
Hi Mauro,

This is mostly removing dead and unnecessary code.

Sean

The following changes since commit 9b4d7b5c81a2578e080da33b5cddc3149fa611aa:

  media: bttv: use DEVICE_ATTR_RO() helper macro (2021-12-07 11:29:58 +0100)

are available in the Git repository at:

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

for you to fetch changes up to f25d05a848a6694ebf80ac86105274f433e18254:

  media: streamzap: remove redundant gap calculations (2021-12-07 13:29:25 +0000)

----------------------------------------------------------------
v5.17c

----------------------------------------------------------------
Sean Young (9):
      media: lirc: always send timeout reports
      media: iguanair: no need for reset after IR receiver enable
      media: winbond-cir: no need for reset after resume
      media: igorplugusb: receiver overflow should be reported
      media: streamzap: remove unnecessary ir_raw_event_reset and handle
      media: streamzap: no need for usb pid/vid in device name
      media: streamzap: less chatter
      media: streamzap: remove unused struct members
      media: streamzap: remove redundant gap calculations

 .../userspace-api/media/lirc.h.rst.exceptions      |   2 +
 .../userspace-api/media/rc/lirc-dev-intro.rst      |   8 +-
 Documentation/userspace-api/media/rc/lirc-func.rst |   1 -
 .../media/rc/lirc-set-rec-timeout-reports.rst      |  49 ---------
 drivers/media/rc/igorplugusb.c                     |   4 +-
 drivers/media/rc/iguanair.c                        |   3 -
 drivers/media/rc/lirc_dev.c                        |   5 -
 drivers/media/rc/streamzap.c                       | 122 +++++----------------
 drivers/media/rc/winbond-cir.c                     |   1 -
 include/media/rc-core.h                            |   2 -
 10 files changed, 33 insertions(+), 164 deletions(-)
 delete mode 100644 Documentation/userspace-api/media/rc/lirc-set-rec-timeout-reports.rst

Comments

Jenkins Dec. 7, 2021, 9:23 p.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20211207204433.GA16243@gofer.mess.org/
Build log: https://builder.linuxtv.org/job/patchwork/163439/
Build time: 00:27:12
Link: https://lore.kernel.org/linux-media/20211207204433.GA16243@gofer.mess.org

gpg: Signature made Tue 07 Dec 2021 01:37:02 PM UTC
gpg:                using RSA key A624251A26084A9ED9E4C8B6425F639D3960FA9E
gpg:                issuer "sean@mess.org"
gpg: Good signature from "Sean Young <sean@mess.org>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: A624 251A 2608 4A9E D9E4  C8B6 425F 639D 3960 FA9E

Summary: got 1/9 patches with issues, being 1 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0001-media-lirc-always-send-timeout-reports.patch:

    allyesconfig: return code #0:
	../scripts/genksyms/parse.y: warning: 9 shift/reduce conflicts [-Wconflicts-sr]
	../scripts/genksyms/parse.y: warning: 5 reduce/reduce conflicts [-Wconflicts-rr]
	../scripts/genksyms/parse.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples

    allyesconfig: return code #0:
	SMATCH:../drivers/media/usb/siano/smsusb.c ../drivers/media/usb/siano/smsusb.c:53:38: :warning: array of flexible structures
	SPARSE:../drivers/media/usb/siano/smsusb.c ../drivers/media/usb/siano/smsusb.c:53:38: warning: array of flexible structures
	../drivers/media/rc/meson-ir-tx.c:22: warning: expecting prototype for meson(). Prototype was for DEVICE_NAME() instead
	../drivers/media/i2c/ov8865.c: ../drivers/media/i2c/ov8865.c:2841 ov8865_get_selection() warn: inconsistent indenting
	../drivers/media/pci/cx23885/cx23885-dvb.c: ../drivers/media/pci/cx23885/cx23885-dvb.c:2625 dvb_register() parse error: turning off implications after 60 seconds
	../drivers/media/platform/qcom/venus/helpers.c: ../drivers/media/platform/qcom/venus/helpers.c:658 venus_helper_get_bufreq() error: we previously assumed 'req' could be null (see line 654)
	../drivers/media/usb/em28xx/em28xx-video.c: ../drivers/media/usb/em28xx/em28xx-video.c:2874 em28xx_v4l2_init() parse error: turning off implications after 60 seconds

   checkpatch.pl:
	$ cat patches/0001-media-lirc-always-send-timeout-reports.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:75: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


Error #512 when building PDF docs