[PATCH 0/3] driver core: remove final user of devm_device_add_groups()

Greg Kroah-Hartman posted 3 patches 2 years, 7 months ago
drivers/base/core.c         | 45 --------------------
drivers/hwmon/oxp-sensors.c | 82 +++++++++++++++++++++----------------
include/linux/device.h      |  2 -
3 files changed, 47 insertions(+), 82 deletions(-)
[PATCH 0/3] driver core: remove final user of devm_device_add_groups()
Posted by Greg Kroah-Hartman 2 years, 7 months ago
In the 6.5-rc1 merge window, a new user of devm_device_add_groups()
snuck in before I had a chance to remove it from the tree.  This series
removes that user (and cleans up a global variable in the oxp-sensor
driver), and removes the call from the tree entirely.

Guenter, feel free to take these through your hwmon tree, or I can take
them through my driver-core tree if you want me to.

Greg Kroah-Hartman (3):
  hwmon: (oxp-sensors): remove static board variable
  hwmon: (oxp-sensors): move to use dev_groups from platform device
  driver core: remove devm_device_add_groups()

 drivers/base/core.c         | 45 --------------------
 drivers/hwmon/oxp-sensors.c | 82 +++++++++++++++++++++----------------
 include/linux/device.h      |  2 -
 3 files changed, 47 insertions(+), 82 deletions(-)

-- 
2.41.0