mbox series

[v2,0/3] Replace acpi_driver with platform_driver

Message ID 20231018190945.252428-1-michal.wilczynski@intel.com
Headers show
Series Replace acpi_driver with platform_driver | expand

Message

Michal Wilczynski Oct. 18, 2023, 7:09 p.m. UTC
This patchset is a continuation of efforts from [1] aiming to replace
acpi_driver with platform_driver. To ease up review effort I'm sending
miniseries per driver, with a replacement patch + various improvements
that were noticed by me, or during internal review.

This mini-series takes care of acpi_pad driver.

v2:
 - removed all the unnecessary whitespace changes from first commit
 - removed changes to acpi_pad_notify(), and installer/removal handlers

[1] - https://lore.kernel.org/linux-acpi/20231011083334.3987477-1-michal.wilczynski@intel.com/T/#t

Michal Wilczynski (3):
  ACPI: acpi_pad: Replace acpi_driver with platform_driver
  ACPI: acpi_pad: Use dev groups for sysfs
  ACPI: acpi_pad: Rename ACPI device from device to adev

 drivers/acpi/acpi_pad.c | 82 ++++++++++++++++-------------------------
 1 file changed, 31 insertions(+), 51 deletions(-)

Comments

Andy Shevchenko Oct. 19, 2023, 12:17 p.m. UTC | #1
On Wed, Oct 18, 2023 at 10:09:42PM +0300, Michal Wilczynski wrote:
> This patchset is a continuation of efforts from [1] aiming to replace
> acpi_driver with platform_driver. To ease up review effort I'm sending
> miniseries per driver, with a replacement patch + various improvements
> that were noticed by me, or during internal review.
> 
> This mini-series takes care of acpi_pad driver.

All three LGTM, FWIW,
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>