mbox series

[i2c-next,v4,0/6] i2c: mux: mlxcpld: Extend driver functionality

Message ID 20210204162451.29518-1-vadimp@nvidia.com
Headers show
Series i2c: mux: mlxcpld: Extend driver functionality | expand

Message

Vadim Pasternak Feb. 4, 2021, 4:24 p.m. UTC
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(-)