Attention is currently required from: Caveh Jalali, Boris Mittelberg.
Prashant Malani has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/71663 )
Change subject: ec/google/chromeec: Add retimer flag for mux device ......................................................................
Patch Set 1:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/71663/comment/0be50857_e7b7a3b4 PS1, Line 10: instead of assuming that all ports have retimers
i was thinking more along the lines of the kernel assuming there's a retimer based on "mode-switch".
Currently, the kernel code just assumes that there is a retimer whenever the conn device exists (retimer presence is not dependent on `mode-switch`).
This patch (and the corresponding kernel patches), make it explicit (retimer only registered when "retimer-switch" exists).
No device (production) uses this device, so there isn't an issue of ABI incompatibility.
Skyrim will be the first device to use it.