Loading drivers/soc/qcom/rpmh.c +5 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. */ #include <linux/atomic.h> Loading Loading @@ -559,6 +559,10 @@ int rpmh_flush(const struct device *dev) return 0; } 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 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. */ #include <linux/atomic.h> Loading Loading @@ -559,6 +559,10 @@ int rpmh_flush(const struct device *dev) return 0; } 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