mbox series

[RFC,0/2] i2c: check correct size of maximum RECV_LEN packet

Message ID 20200628115245.9638-1-wsa+renesas@sang-engineering.com
Headers show
Series i2c: check correct size of maximum RECV_LEN packet | expand

Message

Wolfram Sang June 28, 2020, 11:52 a.m. UTC
I am preparing to add RECV_LEN support to Renesas I2C drivers. On my
way, I found these two peculiarities. Let's discuss them.

Wolfram Sang (2):
  i2c: mlxcpld: check correct size of maximum RECV_LEN packet
  i2c: octeon: check correct size of maximum RECV_LEN packet

 drivers/i2c/busses/i2c-mlxcpld.c     | 4 ++--
 drivers/i2c/busses/i2c-octeon-core.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)