Message ID | 20231025111806.2416524-1-michal.wilczynski@intel.com |
---|---|
Headers | show |
Series | Replace acpi_driver with platform_driver | expand |
On Wed, Oct 25, 2023 at 2:34 PM Michal Wilczynski <michal.wilczynski@intel.com> 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_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(-) > > -- Because this is not going to get into 6.7 anyway, I'm deferring the review of it until 6.7-rc1 is out. Thanks!