> -----Original Message----- > From: Peter Rosin <peda@xxxxxxxxxx> > Sent: Monday, February 08, 2021 11:26 PM > To: Vadim Pasternak <vadimp@xxxxxxxxxx>; wsa@xxxxxxxxxxxxx > Cc: linux-i2c@xxxxxxxxxxxxxxx > Subject: Re: [PATCH i2c-next v5 0/6] mux: mlxcpld: Extend driver functionality > > Hi! > > On 2021-02-08 21:16, Vadim Pasternak wrote: > > The patchset adds new features for the existing Mellanox systems. > > > > Patch #1 converts driver to platform driver. > > Patch #2 prepare driver for word addressing support. > > Patch #3 removes adapter numbers enforcement. > > Patch #4 adds support for word address space devices. > > Patch #5 extends mux number supported by driver. > > Patch #6 adds callback notification about mux creation. > > > > Vadim Pasternak (6): > > i2c: mux: mlxcpld: Convert driver to platform driver > > i2c: mux: mlxcpld: Prepare mux selection infrastructure for two-byte > > support > > i2c: mux: mlxcpld: Get rid of adapter numbers enforcement > > i2c: mux: mlxcpld: Extend driver to support word address space devices > > i2c: mux: mlxcpld: Extend supported mux number > > i2c: mux: mlxcpld: Add callback to notify mux creation completion > > > > drivers/i2c/muxes/i2c-mux-mlxcpld.c | 128 ++++++++++++++++++++----------- > --- > > include/linux/platform_data/mlxcpld.h | 11 ++- > > 2 files changed, 83 insertions(+), 56 deletions(-) > > > > I am now happy with this series. All looks good and every patch makes sense > on its own. Thank you for putting in the effort! Thank you for reviews and help! Cheers, Vadim. > > Cheers, > Peter