Loading drivers/soc/qcom/rpmh.c +5 −0 Original line number Diff line number Diff line Loading @@ -562,6 +562,11 @@ int rpmh_flush(const struct device *dev) return 0; } /* Invalidate the TCSes first to avoid stale data */ do { ret = rpmh_rsc_invalidate(ctrlr_to_drv(ctrlr)); } while (ret == -EAGAIN); /* First flush the cached batch requests */ ret = flush_batch(ctrlr); if (ret) Loading Loading
drivers/soc/qcom/rpmh.c +5 −0 Original line number Diff line number Diff line Loading @@ -562,6 +562,11 @@ int rpmh_flush(const struct device *dev) return 0; } /* Invalidate the TCSes first to avoid stale data */ do { ret = rpmh_rsc_invalidate(ctrlr_to_drv(ctrlr)); } while (ret == -EAGAIN); /* First flush the cached batch requests */ ret = flush_batch(ctrlr); if (ret) Loading