On Mon, 16 Jan 2023, Ilpo Järvinen wrote: > Split the common code from intel-m10-bmc driver into intel-m10-bmc-core > and move the SPI bus parts into an interface specific file. > > intel-m10-bmc-core becomes the core MFD functions which can support > multiple bus interface like SPI bus. > > Co-developed-by: Tianfei zhang <tianfei.zhang@xxxxxxxxx> > Signed-off-by: Tianfei zhang <tianfei.zhang@xxxxxxxxx> > Reviewed-by: Russ Weight <russell.h.weight@xxxxxxxxx> > Acked-by: Guenter Roeck <linux@xxxxxxxxxxxx> # hwmon > Reviewed-by: Xu Yilun <yilun.xu@xxxxxxxxx> > Acked-for-MFD-by: Lee Jones <lee@xxxxxxxxxx> > Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx> > --- > MAINTAINERS | 2 +- > drivers/fpga/Kconfig | 2 +- > drivers/hwmon/Kconfig | 2 +- > drivers/mfd/Kconfig | 30 ++-- > drivers/mfd/Makefile | 4 +- > drivers/mfd/intel-m10-bmc-core.c | 122 +++++++++++++++++ > .../{intel-m10-bmc.c => intel-m10-bmc-spi.c} | 128 +++--------------- > include/linux/mfd/intel-m10-bmc.h | 6 + > 8 files changed, 172 insertions(+), 124 deletions(-) > create mode 100644 drivers/mfd/intel-m10-bmc-core.c > rename drivers/mfd/{intel-m10-bmc.c => intel-m10-bmc-spi.c} (59%) Applied, thanks -- Lee Jones [李琼斯]