[GIT,PULL,FOR,v5.7] RC & DVB

Message ID 20200225010451.GA22451@gofer.mess.org (mailing list archive)
State Accepted, archived
Headers
Series [GIT,PULL,FOR,v5.7] RC & DVB |

Pull-request

git://linuxtv.org/syoung/media_tree.git tags/v5.7a

Message

Sean Young Feb. 25, 2020, 1:04 a.m. UTC
  Hi Mauro,

If you have the time, please have a detailed look at the 64 bit scancodes
commit. Otherwise, nothing to exciting here.

Thanks
Sean

The following changes since commit ef0ed05dcef8a74178a8b480cce23a377b1de2b8:

  media: staging/imx: Missing assignment in imx_media_capture_device_register() (2020-02-24 17:53:22 +0100)

are available in the Git repository at:

  git://linuxtv.org/syoung/media_tree.git tags/v5.7a

for you to fetch changes up to 2d993d98c8f9643018208a6f0b945cebc0bfd8a6:

  media: rtl28xxu: add missing sleep before probing slave demod (2020-02-24 16:18:56 -0800)

----------------------------------------------------------------
v5.7a

----------------------------------------------------------------
Colin Ian King (1):
      media: rc: fix spelling mistake "to" -> "too"

Gustavo A. R. Silva (1):
      media: rc: iguanair: Replace zero-length array with flexible-array member

Mario Hros (1):
      media: rtl28xxu: add missing sleep before probing slave demod

Mohammad Rasim (2):
      dt-bindings: media: add new kii pro key map
      arm64: dts: amlogic: add rc-videostrong-kii-pro keymap

Sean Young (1):
      media: rc: make scancodes 64 bit

 Documentation/devicetree/bindings/media/rc.yaml    |  1 +
 arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts |  4 ++
 drivers/media/rc/bpf-lirc.c                        |  5 --
 drivers/media/rc/iguanair.c                        |  2 +-
 drivers/media/rc/ir-xmp-decoder.c                  |  2 +-
 drivers/media/rc/lirc_dev.c                        |  7 +-
 drivers/media/rc/rc-main.c                         | 77 ++++++++++++++--------
 drivers/media/usb/dvb-usb-v2/rtl28xxu.c            |  3 +
 include/media/rc-core.h                            |  8 +--
 include/media/rc-map.h                             |  4 +-
 10 files changed, 68 insertions(+), 45 deletions(-)
  

Comments

Jenkins Feb. 25, 2020, 1:26 a.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/61801/
Build log: https://builder.linuxtv.org/job/patchwork/39602/
Build time: 00:16:19
Link: https://lore.kernel.org/linux-media/20200225010451.GA22451@gofer.mess.org

gpg: Signature made Tue 25 Feb 2020 12:20:59 AM UTC
gpg:                using RSA key A624251A26084A9ED9E4C8B6425F639D3960FA9E
gpg:                issuer "sean@mess.org"
gpg: Good signature from "Sean Young <sean@mess.org>" [full]

Summary: 1 patches and/or PDF generation with issues, being 0 at build time

Error/warnings:


Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0003-media-rc-iguanair-Replace-zero-length-array-with-fle.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0003-media-rc-iguanair-Replace-zero-length-array-with-fle.patch
patches/0003-media-rc-iguanair-Replace-zero-length-array-with-fle.patch:43: CHECK: Prefer kernel type 'u8' over 'uint8_t'
  
Mauro Carvalho Chehab March 2, 2020, 9:49 a.m. UTC | #2
Em Tue, 25 Feb 2020 01:04:51 +0000
Sean Young <sean@mess.org> escreveu:

> Hi Mauro,
> 
> If you have the time, please have a detailed look at the 64 bit scancodes
> commit. Otherwise, nothing to exciting here.
> 
> Thanks
> Sean
> 
> The following changes since commit ef0ed05dcef8a74178a8b480cce23a377b1de2b8:
> 
>   media: staging/imx: Missing assignment in imx_media_capture_device_register() (2020-02-24 17:53:22 +0100)
> 
> are available in the Git repository at:
> 
>   git://linuxtv.org/syoung/media_tree.git tags/v5.7a
> 
> for you to fetch changes up to 2d993d98c8f9643018208a6f0b945cebc0bfd8a6:
> 
>   media: rtl28xxu: add missing sleep before probing slave demod (2020-02-24 16:18:56 -0800)
> 
> ----------------------------------------------------------------
> v5.7a
> 
> ----------------------------------------------------------------
> Colin Ian King (1):
>       media: rc: fix spelling mistake "to" -> "too"
> 
> Gustavo A. R. Silva (1):
>       media: rc: iguanair: Replace zero-length array with flexible-array member
> 
> Mario Hros (1):
>       media: rtl28xxu: add missing sleep before probing slave demod
> 
> Mohammad Rasim (2):
>       dt-bindings: media: add new kii pro key map
>       arm64: dts: amlogic: add rc-videostrong-kii-pro keymap
> 

Applied, thanks!

> Sean Young (1):
>       media: rc: make scancodes 64 bit

I opted to not apply this one yet. See my comments to the patch
thread.

Regards,
Mauro

> 
>  Documentation/devicetree/bindings/media/rc.yaml    |  1 +
>  arch/arm64/boot/dts/amlogic/meson-gxbb-kii-pro.dts |  4 ++
>  drivers/media/rc/bpf-lirc.c                        |  5 --
>  drivers/media/rc/iguanair.c                        |  2 +-
>  drivers/media/rc/ir-xmp-decoder.c                  |  2 +-
>  drivers/media/rc/lirc_dev.c                        |  7 +-
>  drivers/media/rc/rc-main.c                         | 77 ++++++++++++++--------
>  drivers/media/usb/dvb-usb-v2/rtl28xxu.c            |  3 +
>  include/media/rc-core.h                            |  8 +--
>  include/media/rc-map.h                             |  4 +-
>  10 files changed, 68 insertions(+), 45 deletions(-)


Thanks,
Mauro