diff options
author | 2025-05-21 12:04:30 +0200 | |
---|---|---|
committer | 2025-05-21 12:04:30 +0200 | |
commit | 0f45b538ba2a597364b25cb1b69582090ee9cb96 (patch) | |
tree | aa41bde4f77a6a2a7c58af4d9f4aa806fec6dea7 /MAINTAINERS | |
parent | gpiolib: remove unneeded #ifdef (diff) | |
parent | gpiolib-acpi: Update file references in the Documentation and MAINTAINERS (diff) | |
download | wireguard-linux-0f45b538ba2a597364b25cb1b69582090ee9cb96.tar.xz wireguard-linux-0f45b538ba2a597364b25cb1b69582090ee9cb96.zip |
Merge tag 'intel-gpio-v6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel into gpio/for-next
intel-gpio for v6.16-1
* Split GPIO ACPI quirks to its own file
* Refactored GPIO ACPI library to shrink the code
The following is an automated git shortlog grouped by driver:
gpiolib:
- acpi: Update file references in the Documentation and MAINTAINERS
- acpi: Move quirks to a separate file
- acpi: Add acpi_gpio_need_run_edge_events_on_boot() getter
- acpi: Handle deferred list via new API
- acpi: Make sure we fill struct acpi_gpio_info
- acpi: Switch to use enum in acpi_gpio_in_ignore_list()
- acpi: Use temporary variable for struct acpi_gpio_info
- acpi: Deduplicate some code in __acpi_find_gpio()
- acpi: Reuse struct acpi_gpio_params in struct acpi_gpio_lookup
- acpi: Rename par to params for better readability
- acpi: Reduce memory footprint for struct acpi_gpio_params
- acpi: Remove index parameter from acpi_gpio_property_lookup()
- acpi: Improve struct acpi_gpio_info memory footprint
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4531cd6a789d..c715452d6d26 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10115,7 +10115,7 @@ L: linux-acpi@vger.kernel.org S: Supported T: git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git F: Documentation/firmware-guide/acpi/gpio-properties.rst -F: drivers/gpio/gpiolib-acpi.c +F: drivers/gpio/gpiolib-acpi-*.c F: drivers/gpio/gpiolib-acpi.h GPIO AGGREGATOR |