Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45911 )
Change subject: drivers/i2c: Add chip driver for GPIO based I2C multiplexer ......................................................................
Patch Set 6:
(2 comments)
https://review.coreboot.org/c/coreboot/+/45911/6/src/drivers/i2c/gpiomux/mux... File src/drivers/i2c/gpiomux/mux/mux.c:
https://review.coreboot.org/c/coreboot/+/45911/6/src/drivers/i2c/gpiomux/mux... PS6, Line 55: space instead of tab.
https://review.coreboot.org/c/coreboot/+/45911/6/src/drivers/i2c/gpiomux/mux... PS6, Line 76: if (!config) : return; Why is this check required?