The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v1 0/6] Replace acpi_driver with platform_driver
@ 2023-10-25 11:18 Michal Wilczynski
  2023-10-25 11:18 ` [PATCH v1 1/6] ACPI: acpi_video: Remove unnecessary checks Michal Wilczynski
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Michal Wilczynski @ 2023-10-25 11:18 UTC (permalink / raw)
  To: linux-acpi, linux-kernel
  Cc: rafael.j.wysocki, andriy.shevchenko, lenb, Michal Wilczynski

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_video driver.

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

Michal Wilczynski (6):
  ACPI: acpi_video: Remove unnecessary checks
  ACPI: acpi_video: Use yes_or_no helper instead of ternary operator
  ACPI: acpi_video: Remove unnecessary driver_data clear
  ACPI: acpi_video: Replace acpi_driver with platform_driver
  ACPI: acpi_video: Rename ACPI device instances from device to adev
  ACPI: acpi_video: Fix holes in acpi_video_bus

 drivers/acpi/acpi_video.c | 101 +++++++++++++++++---------------------
 1 file changed, 46 insertions(+), 55 deletions(-)

-- 
2.41.0


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-12-02 13:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-25 11:18 [PATCH v1 0/6] Replace acpi_driver with platform_driver Michal Wilczynski
2023-10-25 11:18 ` [PATCH v1 1/6] ACPI: acpi_video: Remove unnecessary checks Michal Wilczynski
2023-10-25 11:18 ` [PATCH v1 2/6] ACPI: acpi_video: Use yes_or_no helper instead of ternary operator Michal Wilczynski
2023-10-25 11:18 ` [PATCH v1 3/6] ACPI: acpi_video: Remove unnecessary driver_data clear Michal Wilczynski
2023-10-26 12:22   ` Andy Shevchenko
2023-10-25 11:18 ` [PATCH v1 4/6] ACPI: acpi_video: Replace acpi_driver with platform_driver Michal Wilczynski
2023-10-26 12:24   ` Andy Shevchenko
2023-11-29 14:19   ` Rafael J. Wysocki
2023-12-02 13:20     ` Hans de Goede
2023-10-25 11:18 ` [PATCH v1 5/6] ACPI: acpi_video: Rename ACPI device instances from device to adev Michal Wilczynski
2023-10-25 11:18 ` [PATCH v1 6/6] ACPI: acpi_video: Fix holes in acpi_video_bus Michal Wilczynski
2023-10-26 12:25   ` Andy Shevchenko
2023-10-25 12:56 ` [PATCH v1 0/6] Replace acpi_driver with platform_driver Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox