mbox series

[i2c-next,0/2] i2c: mlxcpld: Extend driver functionality and allow to run on ARM64

Message ID 20230822185137.36215-1-vadimp@nvidia.com
Headers show
Series i2c: mlxcpld: Extend driver functionality and allow to run on ARM64 | expand

Message

Vadim Pasternak Aug. 22, 2023, 6:51 p.m. UTC
The patch set contains:
Patch #1 – add dependency on ARM64.
Patch #2 – adds support for 128 bytes transaction data buffer.

Vadim Pasternak (2):
  i2c: mlxcpld: Allow driver to run on ARM64 architecture
  i2c: mlxcpld: Add support for extended transaction length

 drivers/i2c/busses/Kconfig       |  2 +-
 drivers/i2c/busses/i2c-mlxcpld.c | 10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

Comments

Wolfram Sang Aug. 25, 2023, 8:13 p.m. UTC | #1
On Tue, Aug 22, 2023 at 06:51:36PM +0000, Vadim Pasternak wrote:
> Extend driver dependency by ARM64 architecture.
> 
> Signed-off-by: Vadim Pasternak <vadimp@nvidia.com>
> Reviewed-by: Michael Shych <michaelsh@nvidia.com>

Applied to for-next, thanks!