diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-10-26 16:06:01 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-10-26 16:06:01 +0300 |
commit | f4cb34a75e4a4aee09ff832ea2147cf8322a6a7f (patch) | |
tree | d9f3de592eb5076e2d645695d327ea2183593580 /drivers/platform | |
parent | 3660e641ef68dc2503e3c3120814e80359e0e66b (diff) | |
parent | c7b59371fe56fd98255f87a3e9383c80cb92377e (diff) | |
parent | 5ccd40c5c7ada69d7465478336eb50ea93d54d6d (diff) | |
parent | 50cbdaf1b93a2cc89d7712feafa76cf1b2f28adc (diff) | |
download | linux-f4cb34a75e4a4aee09ff832ea2147cf8322a6a7f.tar.xz |
Merge branches 'acpi-ac', 'acpi-pad' and 'pnp'
Merge updates of the ACPI AC and ACPI PAD drivers and PNP updates for
6.7-rc1:
- Switch over the ACPI AC and ACPI PAD drivers to using the platform
driver interface which, is more logically consistent than binding a
driver directly to an ACPI device object, and clean them up (Michal
Wilczynski).
- Replace strncpy() in the PNP code with either memcpy() or strscpy()
as appropriate (Justin Stitt).
- Clean up coding style in pnp.h (GuoHua Cheng).
* acpi-ac:
ACPI: AC: Rename ACPI device from device to adev
ACPI: AC: Replace acpi_driver with platform_driver
ACPI: AC: Use string_choices API instead of ternary operator
ACPI: AC: Remove redundant checks
* acpi-pad:
ACPI: acpi_pad: Rename ACPI device from device to adev
ACPI: acpi_pad: Use dev groups for sysfs
ACPI: acpi_pad: Replace acpi_driver with platform_driver
* pnp:
PNP: replace deprecated strncpy() with memcpy()
PNP: ACPI: replace deprecated strncpy() with strscpy()
PNP: Clean up coding style in pnp.h