Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48631 )
Change subject: mb/google/poppy: Fix race condition in acpi camera_pmic ......................................................................
Patch Set 2: Code-Review+2
(3 comments)
https://review.coreboot.org/c/coreboot/+/48631/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/48631/2//COMMIT_MSG@9 PS2, Line 9: Newer kernels can re-schedule new acpi command calls during a Sleep(). Is there a pointer to this change?
https://review.coreboot.org/c/coreboot/+/48631/2//COMMIT_MSG@28 PS2, Line 28: c b
https://review.coreboot.org/c/coreboot/+/48631/2//COMMIT_MSG@29 PS2, Line 29: TEST=while true; do if ssh $DUT "dmesg | grep "failed to find sensor" "; then break; fi; ssh $DUT reboot; sleep 30 ; done BRANCH=poppy