[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230704131715.44454-5-gregkh@linuxfoundation.org>
Date: Tue, 4 Jul 2023 14:17:16 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-hwmon@...r.kernel.org
Cc: linux@...ck-us.net, samsagax@...il.com,
linux-kernel@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: [PATCH 0/3] driver core: remove final user of devm_device_add_groups()
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
Powered by blists - more mailing lists