Attention is currently required from: Ravi kumar, Taniya Das, Paul Menzel, mturney mturney. Shelley Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/50580 )
Change subject: qualcomm/sc7280: Move to use common clock driver for sc7280 ......................................................................
Patch Set 62:
(5 comments)
File src/soc/qualcomm/common/clock.c:
https://review.coreboot.org/c/coreboot/+/50580/comment/ddeb1b9e_af4110b0 PS61, Line 239: int
enum cb_err
Done
File src/soc/qualcomm/common/include/soc/clock_common.h:
https://review.coreboot.org/c/coreboot/+/50580/comment/01244690_8584265f PS61, Line 157: int
enum cb_err
Done
File src/soc/qualcomm/sc7280/clock.c:
https://review.coreboot.org/c/coreboot/+/50580/comment/2c2a9e40_c0c09c45 PS61, Line 235: int
enum cb_err
Done
https://review.coreboot.org/c/coreboot/+/50580/comment/46f1016d_84237950 PS61, Line 352: if (ret < 0)
if (ret != CB_SUCCESS)
Done
https://review.coreboot.org/c/coreboot/+/50580/comment/2560c599_9cd3bb77 PS61, Line 360: if (ret < 0)
if (ret != CB_SUCCESS)
Done