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

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

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

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

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20210303093331.GA21839@gofer.mess.org/
Build log: https://builder.linuxtv.org/job/patchwork/92659/
Build time: 00:12:11
Link: https://lore.kernel.org/linux-media/20210303093331.GA21839@gofer.mess.org

error: FETCH_HEAD: cannot verify a non-tag object of type commit.

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

Error/warnings:

patches/0006-media-ite-cir-move-runtime-information-into-driver-d.patch:

   checkpatch.pl:
	$ cat patches/0006-media-ite-cir-move-runtime-information-into-driver-d.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:164: WARNING: line length of 115 exceeds 100 columns
	-:164: CHECK: Alignment should match open parenthesis

patches/0009-media-rc-add-keymap-for-minix-neo-remote.patch:

   checkpatch.pl:
	$ cat patches/0009-media-rc-add-keymap-for-minix-neo-remote.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:31: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst
	-:44: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
	-:61: CHECK: Blank lines aren't necessary after an open brace '{'

patches/0014-media-rc-add-keymap-for-Xbox-360-Universal-Media-rem.patch:

   checkpatch.pl:
	$ cat patches/0014-media-rc-add-keymap-for-Xbox-360-Universal-Media-rem.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:31: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst
	-:44: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


Error #512 when building PDF docs


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

end of thread, other threads:[~2021-03-04  0:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-03  9:33 [GIT PULL FOR v5.13] RC & DVB fixes Sean Young
2021-03-03 13:27 ` [GIT PULL FOR v5.13] RC & DVB fixes (#71850) 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.