linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.7] RC & DVB
@ 2020-02-25  1:04 Sean Young
  2020-02-25  1:26 ` [GIT PULL FOR v5.7] RC & DVB (#61801) Jenkins
  2020-03-02  9:49 ` [GIT PULL FOR v5.7] RC & DVB Mauro Carvalho Chehab
  0 siblings, 2 replies; 3+ messages in thread
From: Sean Young @ 2020-02-25  1:04 UTC (permalink / raw)
  To: linux-media

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(-)

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

* Re: [GIT PULL FOR v5.7] RC & DVB (#61801)
  2020-02-25  1:04 [GIT PULL FOR v5.7] RC & DVB Sean Young
@ 2020-02-25  1:26 ` Jenkins
  2020-03-02  9:49 ` [GIT PULL FOR v5.7] RC & DVB Mauro Carvalho Chehab
  1 sibling, 0 replies; 3+ messages in thread
From: Jenkins @ 2020-02-25  1:26 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

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'


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

* Re: [GIT PULL FOR v5.7] RC & DVB
  2020-02-25  1:04 [GIT PULL FOR v5.7] RC & DVB Sean Young
  2020-02-25  1:26 ` [GIT PULL FOR v5.7] RC & DVB (#61801) Jenkins
@ 2020-03-02  9:49 ` Mauro Carvalho Chehab
  1 sibling, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2020-03-02  9:49 UTC (permalink / raw)
  To: Sean Young; +Cc: linux-media

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

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

end of thread, other threads:[~2020-03-02  9:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25  1:04 [GIT PULL FOR v5.7] RC & DVB Sean Young
2020-02-25  1:26 ` [GIT PULL FOR v5.7] RC & DVB (#61801) Jenkins
2020-03-02  9:49 ` [GIT PULL FOR v5.7] RC & DVB Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).