linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.8] Small fixes
@ 2020-05-08  9:47 Sean Young
  2020-05-08 10:01 ` [GIT PULL FOR v5.8] Small fixes (#63674) Jenkins
  0 siblings, 1 reply; 4+ messages in thread
From: Sean Young @ 2020-05-08  9:47 UTC (permalink / raw)
  To: linux-media

The following changes since commit 5b9f8e4ac9473962fa0e824fd1f04138600d459d:

  media: ipu3.rst: fix a build warning (2020-05-06 14:49:41 +0200)

are available in the Git repository at:

  git://linuxtv.org/syoung/media_tree.git tags/v5.8d

for you to fetch changes up to 9757af7af9480de959e3a13b96a8f506b12740b8:

  media: dvb-frontends: remove redundant initialization of variable status (2020-05-08 09:26:21 +0100)

----------------------------------------------------------------
v5.8d

----------------------------------------------------------------
Colin Ian King (4):
      media: dvb: remove redundant assignment to variable bw
      media: stv0900_core: remove redundant assignment to variable val
      media: mantis_dvb: remove redundant initialization to variable result
      media: dvb-frontends: remove redundant initialization of variable status

Jia-Ju Bai (1):
      media: usb: ttusb-dec: reduce the number of memory reads in ttusb_dec_handle_irq()

Sean Young (2):
      media: gpio-ir-tx: improve precision of transmitted signal due to scheduling
      media: gpio-ir-tx: allow transmission without carrier

 drivers/media/dvb-frontends/cxd2880/cxd2880_top.c |  2 +-
 drivers/media/dvb-frontends/drxk_hard.c           |  2 +-
 drivers/media/dvb-frontends/stv0900_core.c        |  2 +-
 drivers/media/pci/mantis/mantis_dvb.c             |  2 +-
 drivers/media/rc/gpio-ir-tx.c                     | 51 ++++++++++++++++++-----
 drivers/media/usb/ttusb-dec/ttusb_dec.c           |  9 ++--
 6 files changed, 50 insertions(+), 18 deletions(-)

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

* Re: [GIT PULL FOR v5.8] Small fixes (#63674)
  2020-05-08  9:47 [GIT PULL FOR v5.8] Small fixes Sean Young
@ 2020-05-08 10:01 ` Jenkins
  0 siblings, 0 replies; 4+ messages in thread
From: Jenkins @ 2020-05-08 10:01 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/63674/
Build log: https://builder.linuxtv.org/job/patchwork/50037/
Build time: 00:11:00
Link: https://lore.kernel.org/linux-media/20200508094758.GC1214@gofer.mess.org

gpg: Signature made Fri 08 May 2020 08:29:18 AM UTC
gpg:                using RSA key A624251A26084A9ED9E4C8B6425F639D3960FA9E
gpg:                issuer "sean@mess.org"
gpg: Good signature from "Sean Young <sean@mess.org>" [full]

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

Error/warnings:


Error #256 when running cat patches/0005-media-usb-ttusb-dec-reduce-the-number-of-memory-read.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict:
$ cat patches/0005-media-usb-ttusb-dec-reduce-the-number-of-memory-read.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:39: WARNING: line over 80 characters
-:42: WARNING: line over 80 characters


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

* Re: [GIT PULL FOR v5.8] Small fixes
  2020-05-08  9:41 [GIT PULL FOR v5.8] Small fixes Sean Young
@ 2020-05-08  9:46 ` Sean Young
  0 siblings, 0 replies; 4+ messages in thread
From: Sean Young @ 2020-05-08  9:46 UTC (permalink / raw)
  To: linux-media

On Fri, May 08, 2020 at 10:41:15AM +0100, Sean Young wrote:
> The following changes since commit 5b9f8e4ac9473962fa0e824fd1f04138600d459d:
> 
>   media: ipu3.rst: fix a build warning (2020-05-06 14:49:41 +0200)
> 
> are available in the Git repository at:
> 
>   git://linuxtv.org/syoung/media_tree.git for-v5.8d

Oops that should have been the signed tag, resending..


Sean

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

* [GIT PULL FOR v5.8] Small fixes
@ 2020-05-08  9:41 Sean Young
  2020-05-08  9:46 ` Sean Young
  0 siblings, 1 reply; 4+ messages in thread
From: Sean Young @ 2020-05-08  9:41 UTC (permalink / raw)
  To: linux-media

The following changes since commit 5b9f8e4ac9473962fa0e824fd1f04138600d459d:

  media: ipu3.rst: fix a build warning (2020-05-06 14:49:41 +0200)

are available in the Git repository at:

  git://linuxtv.org/syoung/media_tree.git for-v5.8d

for you to fetch changes up to 9757af7af9480de959e3a13b96a8f506b12740b8:

  media: dvb-frontends: remove redundant initialization of variable status (2020-05-08 09:26:21 +0100)

----------------------------------------------------------------
Colin Ian King (4):
      media: dvb: remove redundant assignment to variable bw
      media: stv0900_core: remove redundant assignment to variable val
      media: mantis_dvb: remove redundant initialization to variable result
      media: dvb-frontends: remove redundant initialization of variable status

Jia-Ju Bai (1):
      media: usb: ttusb-dec: reduce the number of memory reads in ttusb_dec_handle_irq()

Sean Young (2):
      media: gpio-ir-tx: improve precision of transmitted signal due to scheduling
      media: gpio-ir-tx: allow transmission without carrier

 drivers/media/dvb-frontends/cxd2880/cxd2880_top.c |  2 +-
 drivers/media/dvb-frontends/drxk_hard.c           |  2 +-
 drivers/media/dvb-frontends/stv0900_core.c        |  2 +-
 drivers/media/pci/mantis/mantis_dvb.c             |  2 +-
 drivers/media/rc/gpio-ir-tx.c                     | 51 ++++++++++++++++++-----
 drivers/media/usb/ttusb-dec/ttusb_dec.c           |  9 ++--
 6 files changed, 50 insertions(+), 18 deletions(-)

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

end of thread, other threads:[~2020-05-08  9:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08  9:47 [GIT PULL FOR v5.8] Small fixes Sean Young
2020-05-08 10:01 ` [GIT PULL FOR v5.8] Small fixes (#63674) Jenkins
  -- strict thread matches above, loose matches on Subject: below --
2020-05-08  9:41 [GIT PULL FOR v5.8] Small fixes Sean Young
2020-05-08  9:46 ` Sean Young

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