mbox series

[0/2] MGB4 CMT configuration fixes

Message ID 20250221120743.1703-1-tumic@gpxsee.org (mailing list archive)
Headers show
Series MGB4 CMT configuration fixes | expand

Message

Martin Tůma Feb. 21, 2025, 12:07 p.m. UTC
From: Martin Tůma <martin.tuma@digiteqautomotive.com>

This series fixes FPGA Clock Management Tile (CMT) configuration issues
found when working with new infotainment systems.

Martin Tůma (2):
  media: mgb4: Fix CMT registers update logic
  media: mgb4: Fix switched CMT frequency range "magic values" sets

 drivers/media/pci/mgb4/mgb4_cmt.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


base-commit: b2c4bf0c102084e77ed1b12090d77a76469a6814

Comments

Martin Tůma Feb. 21, 2025, 3:46 p.m. UTC | #1
On 21. 02. 25 2:50 odp., Patchwork Integration wrote:
> Dear Martin Tůma:
> 
> Thanks for your patches! Unfortunately the Media CI robot detected some
> issues:
> 
> # Test checkpatch:./0002-media-mgb4-Fix-switched-CMT-frequency-range-magic-va.patch checkpatch
> WARNING: line length of 113 exceeds 100 columns
> #30: FILE: drivers/media/pci/mgb4/mgb4_cmt.c:139:
> +{0x1082, 0x0000, 0x5104, 0x0000, 0x11C7, 0x0000, 0x1041, 0x02BC, 0x7C01, 0xFFE9, 0x9900, 0x9908, 0x8100},
> 
> total: 0 errors, 1 warnings, 0 checks, 9 lines checked
> 
> 
> 
> Please fix your series, and upload a new version. If you have a patchwork
> account, do not forget to mark the current series as Superseded.
> 
> For more details, check the full report at:
> https://linux-media.pages.freedesktop.org/-/users/patchwork/-/jobs/71559185/artifacts/report.htm .
> 
> 
> 
> Best regards, and Happy Hacking!
> Media CI robot on behalf of the linux-media community.
> 
> ---
> Check the latest rules for contributing your patches at:
> https://docs.kernel.org/driver-api/media/maintainer-entry-profile.html
> 
> If you believe that the CI is wrong, kindly open an issue at
> https://gitlab.freedesktop.org/linux-media/media-ci/-/issues or reply-all
> to this message.
> 

Just for the record - that long line is intentional like all the other 
tables in the file.

M.