Attention is currently required from: Tim Wawrzynczak, Robert Chen. build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/60331 )
Change subject: mb/google/brya/var/vell: Add AMP driver setting ......................................................................
Patch Set 5:
(6 comments)
File src/drivers/i2c/cs35l53/cs35l53.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-136444): https://review.coreboot.org/c/coreboot/+/60331/comment/a33f3aa8_b7979c60 PS5, Line 70: if ((config->boost_peak_milliamp > 4500) || that open brace { should be on the previous line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-136444): https://review.coreboot.org/c/coreboot/+/60331/comment/d58f15a2_5c9daeb9 PS5, Line 83: acpi_dp_add_integer(dsd, "cirrus,gpio1-polarity-invert", config->gpio1_polarity_invert ? 1 : 0); line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-136444): https://review.coreboot.org/c/coreboot/+/60331/comment/ab74cab8_733132db PS5, Line 84: acpi_dp_add_integer(dsd, "cirrus,gpio1-output-enable", config->gpio1_output_enable ? 1 : 0); line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-136444): https://review.coreboot.org/c/coreboot/+/60331/comment/f73be9cd_1fb538ce PS5, Line 86: acpi_dp_add_integer(dsd, "cirrus,gpio2-polarity-invert", config->gpio2_polarity_invert ? 1 : 0); line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-136444): https://review.coreboot.org/c/coreboot/+/60331/comment/30d46f00_8cbdd0e6 PS5, Line 87: acpi_dp_add_integer(dsd, "cirrus,gpio2-output-enable", config->gpio2_output_enable ? 1 : 0); line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-136444): https://review.coreboot.org/c/coreboot/+/60331/comment/ddfb2ddb_602e0931 PS5, Line 109: if (config->name) suspect code indent for conditional statements (0, 0)