Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43141 )
Change subject: mb/google/volteer: Rename remaining pmc_mux/con to conn ......................................................................
Patch Set 1:
Patch Set 1: Code-Review+1
It’d be great to use git commit hashes in the git commit message, as that is how git can be used on the command line.
I prefer this style because it's so much shorter. For commit hashes to remain stable you have to provide their long form (because otherwise another commit with the same prefix can appear later, making "123abc" ambiguous).
I wonder if we should provide tooling to resolve the short forms on the CLI, that is, provide a script or alias to resolve CB:* and CL:* with something like
git log --pretty="commit %h" --grep "^Reviewed-on: http[s]*://review.coreboot.org/.*/43090$"