Wolfram, thank you very much. I have seen that you applied it to "for-next" branch. I 'll address the build issue as soon as possible and post a v12 with the appropriate tags. > -----Original Message----- > From: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> > Sent: Sunday, September 27, 2020 9:55 AM > To: Khalil Blaiech <kblaiech@xxxxxxxxxx> > Cc: linux-i2c@xxxxxxxxxxxxxxx; Khalil Blaiech <kblaiech@xxxxxxxxxxxx>; > Vadim Pasternak <vadimp@xxxxxxxxxxxx> > Subject: Re: [PATCH v11 1/2] i2c: i2c-mlxbf: I2C SMBus driver for Mellanox > BlueField SoC > > On Tue, Sep 22, 2020 at 06:49:37PM -0400, Khalil Blaiech wrote: > > From: Khalil Blaiech <kblaiech@xxxxxxxxxxxx> > > > > Add BlueField I2C driver to offer master and slave support for > > Mellanox BlueField SoCs. The driver implements an SMBus adapter > > and interfaces to multiple busses that can be probed using both > > ACPI and Device Tree infrastructures. > > > > The driver supports several SMBus operations to transfer data > > back and forth from/to various I2C devices. It is mainly intended > > to be consumed by userspace tools and utilities, such as i2c-tools > > and decode-dimms to collect memory module information. > > > > On the other hand, the driver has a slave function to support, > > among others, an IPMB interface that requires both master and > > slave functions to handle transfers between the BlueField SoC > > and a board management controllers (e.g., BMC). > > > > Signed-off-by: Khalil Blaiech <kblaiech@xxxxxxxxxxxx> > > Reviewed-by: Vadim Pasternak <vadimp@xxxxxxxxxxxx> > > Applied to for-next, thanks! Thanks, -Khalil