[PATCH 00/11] Remove use of i2c_match_id in PMBUS

Andrew Davis posted 11 patches 1 month ago
There is a newer version of this series
drivers/hwmon/pmbus/bel-pfe.c    |  5 +----
drivers/hwmon/pmbus/fsp-3y.c     | 13 ++++++-------
drivers/hwmon/pmbus/ibm-cffps.c  | 12 +-----------
drivers/hwmon/pmbus/isl68137.c   |  4 +---
drivers/hwmon/pmbus/ltc2978.c    |  2 +-
drivers/hwmon/pmbus/max16601.c   |  2 +-
drivers/hwmon/pmbus/max20730.c   |  5 +----
drivers/hwmon/pmbus/max34440.c   |  4 +---
drivers/hwmon/pmbus/pmbus.c      |  4 +---
drivers/hwmon/pmbus/q54sj108a2.c |  5 +----
drivers/hwmon/pmbus/tps53679.c   |  5 +----
11 files changed, 16 insertions(+), 45 deletions(-)
[PATCH 00/11] Remove use of i2c_match_id in PMBUS
Posted by Andrew Davis 1 month ago
Hello all,

Much like we already have done for HWMON top level drivers,
we are removing the i2c_match_id() function from all hwmon/pmbus/
drivers now. Using i2c_get_match_data() can simplify code and has
some other benefits described in the patches.

I don't have most of this hardware, so testing is very welcome :)

Thanks,
Andrew

Andrew Davis (11):
  hwmon: (pmbus/bel-pfe) Remove use of i2c_match_id()
  hwmon: (pmbus/ibm-cffps) Remove use of i2c_match_id()
  hwmon: (pmbus/isl68137) Remove use of i2c_match_id()
  hwmon: (pmbus/max20730) Remove use of i2c_match_id()
  hwmon: (pmbus/max34440) Remove use of i2c_match_id()
  hwmon: (pmbus) Remove use of i2c_match_id()
  hwmon: (pmbus/q54sj108a2) Remove use of i2c_match_id()
  hwmon: (pmbus/tps53679) Remove use of i2c_match_id()
  hwmon: (pmbus/fsp-3y) Remove use of i2c_match_id()
  hwmon: (pmbus/ltc2978) Remove use of i2c_match_id()
  hwmon: (pmbus/max16601) Remove use of i2c_match_id()

 drivers/hwmon/pmbus/bel-pfe.c    |  5 +----
 drivers/hwmon/pmbus/fsp-3y.c     | 13 ++++++-------
 drivers/hwmon/pmbus/ibm-cffps.c  | 12 +-----------
 drivers/hwmon/pmbus/isl68137.c   |  4 +---
 drivers/hwmon/pmbus/ltc2978.c    |  2 +-
 drivers/hwmon/pmbus/max16601.c   |  2 +-
 drivers/hwmon/pmbus/max20730.c   |  5 +----
 drivers/hwmon/pmbus/max34440.c   |  4 +---
 drivers/hwmon/pmbus/pmbus.c      |  4 +---
 drivers/hwmon/pmbus/q54sj108a2.c |  5 +----
 drivers/hwmon/pmbus/tps53679.c   |  5 +----
 11 files changed, 16 insertions(+), 45 deletions(-)

-- 
2.39.2