mbox series

[0/2] platform: convert to use new I2C API

Message ID 20200326210952.12857-1-wsa+renesas@sang-engineering.com
Headers show
Series platform: convert to use new I2C API | expand

Message

Wolfram Sang March 26, 2020, 9:09 p.m. UTC
We are deprecating calls which return NULL in favor of new variants which
return an ERR_PTR. Only build tested.


Wolfram Sang (2):
  platform/chrome: chromeos_laptop: make I2C API conversion complete
  platform/mellanox: mlxreg-hotplug: convert to use
    i2c_new_client_device()

 drivers/platform/chrome/chromeos_laptop.c  |  2 +-
 drivers/platform/mellanox/mlxreg-hotplug.c | 11 +++++++----
 2 files changed, 8 insertions(+), 5 deletions(-)