mbox series

[GIT,PULL,FOR,v5.10] Various small fixes

Message ID 20200925145951.GA7907@gofer.mess.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v5.10] Various small fixes | expand

Pull-request

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

Message

Sean Young Sept. 25, 2020, 2:59 p.m. UTC
Hi Mauro,

The last changes for v5.10. These should be uncontroversial.

Sean

The following changes since commit 01cc2ec6ea044731e939e5e47f7e115b86f49465:

  media: atomisp: cleanup __printf() atributes on printk messages (2020-09-23 10:19:19 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 9062169a01befed40403e44fea1f35d92c759b5e:

  bindings: media: gpio-ir-receiver: add linux,autosuspend-period property (2020-09-25 15:37:24 +0100)

----------------------------------------------------------------
v5.10c

----------------------------------------------------------------
Evgeny Novikov (1):
      media: dvb-frontends: rtl2832_sdr: set error code in probe

Joakim Zhang (2):
      media: rc: gpio-ir-recv: add QoS support for cpuidle system
      bindings: media: gpio-ir-receiver: add linux,autosuspend-period property

Oliver Neukum (2):
      media: ati_remote: sanity check for both endpoints
      media: flexcop-usb: sanity checking of endpoint type

Qinglang Miao (1):
      media: flexcop-usb: remove needless check before usb_free_coherent()

Rikard Falkeborn (1):
      media: dvb-frontends: tda18271c2dd: Constify static structs

Vaibhav Gupta (1):
      media: netup_unidvb: drop initialization of PM pointers

 .../devicetree/bindings/media/gpio-ir-receiver.txt |  3 ++
 drivers/media/dvb-frontends/rtl2832_sdr.c          |  1 +
 drivers/media/dvb-frontends/tda18271c2dd.c         | 41 ++++++++---------
 drivers/media/dvb-frontends/tda18271c2dd_maps.h    | 22 ++++-----
 drivers/media/pci/netup_unidvb/netup_unidvb_core.c |  2 -
 drivers/media/rc/ati_remote.c                      |  4 ++
 drivers/media/rc/gpio-ir-recv.c                    | 53 ++++++++++++++++++++++
 drivers/media/usb/b2c2/flexcop-usb.c               |  9 ++--
 drivers/media/usb/b2c2/flexcop-usb.h               |  2 +-
 9 files changed, 97 insertions(+), 40 deletions(-)

Comments

Jenkins Sept. 25, 2020, 3:27 p.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20200925145951.GA7907@gofer.mess.org/
Build log: https://builder.linuxtv.org/job/patchwork/69873/
Build time: 00:15:38
Link: https://lore.kernel.org/linux-media/20200925145951.GA7907@gofer.mess.org

gpg: Signature made Fri 25 Sep 2020 02:47:39 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/8 patches with issues, being 1 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0001-media-dvb-frontends-rtl2832_sdr-set-error-code-in-pr.patch:

    allyesconfig: return code #0:
	../drivers/media/usb/em28xx/em28xx-video.c: ../drivers/media/usb/em28xx/em28xx-video.c:2868 em28xx_v4l2_init() parse error: turning off implications after 60 seconds

patches/0006-media-dvb-frontends-tda18271c2dd-Constify-static-str.patch:

   checkpatch.pl:
	$ cat patches/0006-media-dvb-frontends-tda18271c2dd-Constify-static-str.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:14: WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line)
	-:118: CHECK: Avoid CamelCase: <m_StandardTable>
	-:127: CHECK: Avoid CamelCase: <m_BP_Filter_Map>
	-:136: CHECK: Avoid CamelCase: <m_RF_Cal_Map>
	-:145: CHECK: Avoid CamelCase: <m_KM_Map>
	-:154: CHECK: Avoid CamelCase: <m_Main_PLL_Map>
	-:163: CHECK: Avoid CamelCase: <m_Cal_PLL_Map>
	-:172: CHECK: Avoid CamelCase: <m_GainTaper_Map>
	-:181: CHECK: Avoid CamelCase: <m_RF_Cal_DC_Over_DT_Map>
	-:190: CHECK: Avoid CamelCase: <m_IR_Meas_Map>
	-:198: CHECK: Avoid CamelCase: <m_CID_Target_Map>
	-:207: CHECK: Avoid CamelCase: <m_RF_Band_Map>


Error #512 when building PDF docs