Re: [PATCH v3 2/4] mfd: intel-m10-bmc: Create m10bmc_sys_update_bits()

From: Xu Yilun
Date: Thu Apr 20 2023 - 04:08:51 EST


On 2023-04-17 at 12:26:51 +0300, Ilpo Järvinen wrote:
> Wrap regmap_update_bits() with m10bmc_sys_update_bits() in order to be
> able to add additional checks into it.
>
> Co-developed-by: Russ Weight <russell.h.weight@xxxxxxxxx>
> Signed-off-by: Russ Weight <russell.h.weight@xxxxxxxxx>
> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>

Reviewed-by: Xu Yilun <yilun.xu@xxxxxxxxx>

> ---
> drivers/fpga/intel-m10-bmc-sec-update.c | 30 ++++++++++++-------------
> drivers/mfd/intel-m10-bmc-core.c | 9 ++++++++
> include/linux/mfd/intel-m10-bmc.h | 4 ++++
> 3 files changed, 27 insertions(+), 16 deletions(-)