mbox series

[GIT,PULL,FOR,v5.12] MaxLinear 692 and smipcie-ir fix

Message ID 20210131152818.GA6521@gofer.mess.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v5.12] MaxLinear 692 and smipcie-ir fix | expand

Pull-request

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

Message

Sean Young Jan. 31, 2021, 3:28 p.m. UTC
The following changes since commit f0ddb4e9911665b9ad68fe94e0faaaff5953902e:

  media: venus: venc: set IDR period to FW only for H264 & HEVC (2021-01-27 16:22:36 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 6284bdc5744cd73f8aec543379752075245d0268:

  media: smipcie: fix interrupt handling and IR timeout (2021-01-31 15:14:37 +0000)

----------------------------------------------------------------
v5.12c

----------------------------------------------------------------
Brad Love (4):
      mxl692: MaxLinear 692 ATSC demod/tuner driver
      em28xx-core: Fix TS2 active led
      em28xx-core: Fix i2c error debug
      em28xx: Add support for Hauppauge USB QuadHD

Sean Young (1):
      media: smipcie: fix interrupt handling and IR timeout

 drivers/media/dvb-frontends/Kconfig       |    9 +
 drivers/media/dvb-frontends/Makefile      |    1 +
 drivers/media/dvb-frontends/mxl692.c      | 1378 +++++++++++++++++++++++++++++
 drivers/media/dvb-frontends/mxl692.h      |   38 +
 drivers/media/dvb-frontends/mxl692_defs.h |  548 ++++++++++++
 drivers/media/pci/smipcie/smipcie-ir.c    |   46 +-
 drivers/media/usb/em28xx/Kconfig          |    1 +
 drivers/media/usb/em28xx/em28xx-cards.c   |   46 +
 drivers/media/usb/em28xx/em28xx-core.c    |    4 +-
 drivers/media/usb/em28xx/em28xx-dvb.c     |   26 +
 drivers/media/usb/em28xx/em28xx-i2c.c     |    6 +-
 drivers/media/usb/em28xx/em28xx.h         |    1 +
 12 files changed, 2082 insertions(+), 22 deletions(-)
 create mode 100644 drivers/media/dvb-frontends/mxl692.c
 create mode 100644 drivers/media/dvb-frontends/mxl692.h
 create mode 100644 drivers/media/dvb-frontends/mxl692_defs.h

Comments

Jenkins Jan. 31, 2021, 3:47 p.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20210131152818.GA6521@gofer.mess.org/
Build log: https://builder.linuxtv.org/job/patchwork/88211/
Build time: 00:05:11
Link: https://lore.kernel.org/linux-media/20210131152818.GA6521@gofer.mess.org

gpg: Signature made Sun 31 Jan 2021 03:15:16 PM UTC
gpg:                using RSA key A624251A26084A9ED9E4C8B6425F639D3960FA9E
gpg:                issuer "sean@mess.org"
gpg: Good signature from "Sean Young <sean@mess.org>" [full]

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

Error/warnings:

patches/0001-mxl692-MaxLinear-692-ATSC-demod-tuner-driver.patch:

   checkpatch.pl:
	$ cat patches/0001-mxl692-MaxLinear-692-ATSC-demod-tuner-driver.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:59: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
	-:607: WARNING: line length of 102 exceeds 100 columns
	-:1253: WARNING: line length of 104 exceeds 100 columns

patches/0005-media-smipcie-fix-interrupt-handling-and-IR-timeout.patch:

   checkpatch.pl:
	$ cat patches/0005-media-smipcie-fix-interrupt-handling-and-IR-timeout.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:45: CHECK: Avoid CamelCase: <rbIRVld>
	-:61: CHECK: Avoid CamelCase: <irData>
	-:72: CHECK: Avoid CamelCase: <rbIRhighidle>


Error #512 when building PDF docs