linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jenkins <jenkins@linuxtv.org>
To: mchehab+samsung@kernel.org, linux-media@vger.kernel.org
Cc: builder@linuxtv.org
Subject: Re: [GIT PULL for 5.11] CCS PLL feature support improvements (#69730)
Date: Thu,  3 Dec 2020 15:46:34 +0000	[thread overview]
Message-ID: <20201203154634.24269-1-jenkins@linuxtv.org> (raw)
In-Reply-To: <20201203152421.GF4351@valkosipuli.retiisi.org.uk>

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20201203152421.GF4351@valkosipuli.retiisi.org.uk/
Build log: https://builder.linuxtv.org/job/patchwork/79729/
Build time: 00:15:19
Link: https://lore.kernel.org/linux-media/20201203152421.GF4351@valkosipuli.retiisi.org.uk

gpg: Signature made Thu 03 Dec 2020 03:15:42 PM UTC
gpg:                using DSA key 53AC58A5F5948636C04A1BF8141DFA54A1EC8DEA
gpg:                issuer "sakari.ailus@linux.intel.com"
gpg: Can't check signature: No public key

Summary: got 17/38 patches with issues, being 0 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0002-ccs-pll-Split-limits-and-PLL-configuration-into-fron.patch:

   checkpatch.pl:
	$ cat patches/0002-ccs-pll-Split-limits-and-PLL-configuration-into-fron.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:159: CHECK: Prefer kernel type 'u32' over 'uint32_t'
	-:363: CHECK: Logical continuations should be on the previous line
	-:416: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:417: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:522: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:523: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:524: CHECK: Prefer kernel type 'u32' over 'uint32_t'
	-:525: CHECK: Prefer kernel type 'u32' over 'uint32_t'
	-:552: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:553: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:554: CHECK: Prefer kernel type 'u32' over 'uint32_t'
	-:555: CHECK: Prefer kernel type 'u32' over 'uint32_t'
	-:556: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:557: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:558: CHECK: Prefer kernel type 'u32' over 'uint32_t'
	-:559: CHECK: Prefer kernel type 'u32' over 'uint32_t'

patches/0004-ccs-pll-End-search-if-there-are-no-better-values-ava.patch:

   checkpatch.pl:
	$ cat patches/0004-ccs-pll-End-search-if-there-are-no-better-values-ava.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:23: CHECK: Prefer kernel type 'u16' over 'uint16_t'

patches/0005-ccs-pll-Remove-parallel-bus-support.patch:

   checkpatch.pl:
	$ cat patches/0005-ccs-pll-Remove-parallel-bus-support.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:57: CHECK: Prefer kernel type 'u8' over 'uint8_t'

patches/0007-ccs-pll-Move-the-flags-field-down-away-from-8-bit-fi.patch:

   checkpatch.pl:
	$ cat patches/0007-ccs-pll-Move-the-flags-field-down-away-from-8-bit-fi.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:28: CHECK: Prefer kernel type 'u16' over 'uint16_t'

patches/0012-ccs-pll-Avoid-overflow-in-pre-PLL-divisor-lower-boun.patch:

   checkpatch.pl:
	$ cat patches/0012-ccs-pll-Avoid-overflow-in-pre-PLL-divisor-lower-boun.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:47: CHECK: Lines should not end with a '('

patches/0015-ccs-pll-Use-explicit-32-bit-unsigned-type.patch:

   checkpatch.pl:
	$ cat patches/0015-ccs-pll-Use-explicit-32-bit-unsigned-type.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:23: CHECK: Prefer kernel type 'u32' over 'uint32_t'
	-:32: CHECK: Prefer kernel type 'u32' over 'uint32_t'

patches/0016-ccs-pll-Add-support-for-lane-speed-model.patch:

   checkpatch.pl:
	$ cat patches/0016-ccs-pll-Add-support-for-lane-speed-model.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:131: CHECK: Prefer kernel type 'u8' over 'uint8_t'
	-:132: CHECK: Prefer kernel type 'u8' over 'uint8_t'

patches/0020-ccs-pll-Support-two-cycles-per-pixel-on-OP-domain.patch:

   checkpatch.pl:
	$ cat patches/0020-ccs-pll-Support-two-cycles-per-pixel-on-OP-domain.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:26: CHECK: Prefer kernel type 'u32' over 'uint32_t'
	-:61: CHECK: Prefer kernel type 'u32' over 'uint32_t'
	-:100: CHECK: Prefer kernel type 'u8' over 'uint8_t'

patches/0023-ccs-pll-Add-C-PHY-support.patch:

   checkpatch.pl:
	$ cat patches/0023-ccs-pll-Add-C-PHY-support.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:33: CHECK: Prefer kernel type 'u32' over 'uint32_t'
	-:70: CHECK: Prefer kernel type 'u32' over 'uint32_t'

patches/0024-ccs-pll-Split-off-VT-subtree-calculation.patch:

   checkpatch.pl:
	$ cat patches/0024-ccs-pll-Split-off-VT-subtree-calculation.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:222: CHECK: Prefer kernel type 'u32' over 'uint32_t'
	-:230: CHECK: Prefer kernel type 'u32' over 'uint32_t'
	-:231: CHECK: Prefer kernel type 'u32' over 'uint32_t'
	-:232: CHECK: Prefer kernel type 'u32' over 'uint32_t'

patches/0026-ccs-pll-Better-separate-OP-and-VT-sub-tree-calculati.patch:

   checkpatch.pl:
	$ cat patches/0026-ccs-pll-Better-separate-OP-and-VT-sub-tree-calculati.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:70: CHECK: Prefer kernel type 'u32' over 'uint32_t'

patches/0028-ccs-pll-Rework-bounds-checks.patch:

   checkpatch.pl:
	$ cat patches/0028-ccs-pll-Rework-bounds-checks.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:26: CHECK: Prefer kernel type 'u32' over 'uint32_t'

patches/0029-ccs-pll-Make-VT-divisors-16-bit.patch:

   checkpatch.pl:
	$ cat patches/0029-ccs-pll-Make-VT-divisors-16-bit.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:27: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:28: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:29: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:30: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:31: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:60: CHECK: Alignment should match open parenthesis

patches/0030-ccs-pll-Fix-VT-post-PLL-divisor-calculation.patch:

   checkpatch.pl:
	$ cat patches/0030-ccs-pll-Fix-VT-post-PLL-divisor-calculation.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:29: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:34: CHECK: Prefer kernel type 'u16' over 'uint16_t'

patches/0031-ccs-pll-Separate-VT-divisor-limit-calculation-from-t.patch:

   checkpatch.pl:
	$ cat patches/0031-ccs-pll-Separate-VT-divisor-limit-calculation-from-t.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:25: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:26: CHECK: Prefer kernel type 'u16' over 'uint16_t'

patches/0032-ccs-pll-Add-trivial-dual-PLL-support.patch:

   checkpatch.pl:
	$ cat patches/0032-ccs-pll-Add-trivial-dual-PLL-support.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:65: CHECK: Prefer kernel type 'u32' over 'uint32_t'
	-:66: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:67: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:101: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:146: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:147: CHECK: Prefer kernel type 'u16' over 'uint16_t'
	-:148: CHECK: Prefer kernel type 'u32' over 'uint32_t'
	-:173: CHECK: Prefer kernel type 'u32' over 'uint32_t'

patches/0034-ccs-pll-Add-support-for-DDR-OP-system-and-pixel-cloc.patch:

   checkpatch.pl:
	$ cat patches/0034-ccs-pll-Add-support-for-DDR-OP-system-and-pixel-cloc.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:74: CHECK: Prefer kernel type 'u32' over 'uint32_t'
	-:111: CHECK: Prefer kernel type 'u32' over 'uint32_t'


Error #512 when building PDF docs


  reply	other threads:[~2020-12-03 15:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-03 15:24 [GIT PULL for 5.11] CCS PLL feature support improvements Sakari Ailus
2020-12-03 15:46 ` Jenkins [this message]
2020-12-07 12:09 ` [GIT PULL for 5.11] CCS PLL feature support improvements (#69730) Jenkins

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201203154634.24269-1-jenkins@linuxtv.org \
    --to=jenkins@linuxtv.org \
    --cc=builder@linuxtv.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab+samsung@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).