mbox series

[GIT,PULL,for,v5.5-rc5] media fixes

Message ID 20200104085420.5fe6a671@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,for,v5.5-rc5] media fixes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v5.5-3

Message

Mauro Carvalho Chehab Jan. 4, 2020, 7:54 a.m. UTC
Hi Linus,

Please pull from:
  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v5.5-3

For:
  - some fixes at CEC core to comply with HDMI 2.0 specs and fix some border
    cases;
  - a fix at the transmission logic of the pulse8-cec driver.
  - one alignment fix on a data struct at ipu3 when built with 32 bits;

Regards,
Mauro

-

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v5.5-3

for you to fetch changes up to ce644cf3fa06504c2c71ab1b794160d54aaccbc0:

  media: intel-ipu3: Align struct ipu3_uapi_awb_fr_config_s to 32 bytes (2020-01-03 15:02:59 +0100)

----------------------------------------------------------------
media updates for v5.5-rc5

----------------------------------------------------------------
Hans Verkuil (4):
      media: cec: CEC 2.0-only bcast messages were ignored
      media: cec: avoid decrementing transmit_queue_sz if it is 0
      media: cec: check 'transmit_in_progress', not 'transmitting'
      media: pulse8-cec: fix lost cec_transmit_attempt_done() call

Sakari Ailus (1):
      media: intel-ipu3: Align struct ipu3_uapi_awb_fr_config_s to 32 bytes

 drivers/media/cec/cec-adap.c                    | 40 +++++++++++++++++--------
 drivers/media/usb/pulse8-cec/pulse8-cec.c       | 17 ++++++++---
 drivers/staging/media/ipu3/include/intel-ipu3.h |  2 +-
 3 files changed, 41 insertions(+), 18 deletions(-)

Comments

Jenkins Jan. 4, 2020, 8 a.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/60978/
Build log: https://builder.linuxtv.org/job/patchwork/32157/
Build time: 00:00:00
Link: https://lore.kernel.org/linux-media/20200104085420.5fe6a671@kernel.org

gpg: Signature made Sat 04 Jan 2020 07:45:25 AM UTC
gpg:                using RSA key F909AE68FC11DF09C1755C00085F3EBD8EE4E115
gpg: Good signature from "Mauro Carvalho Chehab <mchehab+samsung@kernel.org>" [ultimate]
gpg:                 aka "Mauro Carvalho Chehab <mchehab@kernel.org>" [ultimate]
gpg:                 aka "Mauro Carvalho Chehab <m.chehab@samsung.com>" [ultimate]
gpg:                 aka "Mauro Carvalho Chehab <mchehab@osg.samsung.com>" [ultimate]
gpg:                 aka "Mauro Carvalho Chehab <mchehab@s-opensource.com>" [ultimate]
gpg:                 aka "[jpeg image of size 3594]" [ultimate]


Build aborted due to a fatal error:
FAILED: patch patch patches/0001-media-cec-CEC-2.0-only-bcast-messages-were-ignored.patch doesn't apply:
Applying patch patches/0001-media-cec-CEC-2.0-only-bcast-messages-were-ignored.patch
patching file drivers/media/cec/cec-adap.c
Hunk #1 FAILED at 1085.
1 out of 1 hunk FAILED -- rejects in file drivers/media/cec/cec-adap.c
Patch patches/0001-media-cec-CEC-2.0-only-bcast-messages-were-ignored.patch can be reverse-applied
pr-tracker-bot@kernel.org Jan. 4, 2020, 7 p.m. UTC | #2
The pull request you sent on Sat, 4 Jan 2020 08:54:20 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v5.5-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/50978df311d85ebf7e6c46e02745315e1ce63d32

Thank you!