mbox series

[0/5] Cleanups for ACPI APD driver

Message ID 1599468981-17301-1-git-send-email-guohanjun@huawei.com
Headers show
Series Cleanups for ACPI APD driver | expand

Message

Hanjun Guo Sept. 7, 2020, 8:56 a.m. UTC
ACPI APD driver has some unused code and some mis-behaved
kernel doc, make a cleanup for this driver.

Tested on Hisilicon ARM64, and compile tested on Intel x86.

Hanjun Guo (5):
  ACPI / APD: Add kernel doc for the properties in struct
    apd_device_desc
  ACPI / APD: Remove the flags in struct apd_device_desc
  ACPI / APD: Remove ACPI_MODULE_NAME()
  ACPI / APD: Remove the unneeded APD_ADDR(desc) macro define
  ACPI / APD: Head file including cleanups

 drivers/acpi/acpi_apd.c | 34 ++++++++--------------------------
 1 file changed, 8 insertions(+), 26 deletions(-)