[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240403170302.1073841-1-andriy.shevchenko@linux.intel.com>
Date: Wed, 3 Apr 2024 19:54:34 +0300
From: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To: Zhang Rui <rui.zhang@...el.com>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
linux-kernel@...r.kernel.org,
linux-acpi@...r.kernel.org
Cc: "Rafael J. Wysocki" <rafael@...nel.org>,
Len Brown <lenb@...nel.org>
Subject: [PATCH v1 0/4] ACPI: x86: Move x86 stuff into dedicated folder
Move x86 related modules (which are solely for x86) to the dedicated
folder.
Note, there are more modules, but they are related to tables and
potentially might be used for other architectures in the future.
Hence touched only non-table related code.
Andy Shevchenko (4):
ACPI: x86: Introduce a Makefile
ACPI: x86: Move acpi_cmos_rtc to x86 folder
ACPI: x86: Move blacklist to x86 folder
ACPI: x86: Move LPSS to x86 folder
drivers/acpi/Makefile | 7 +------
drivers/acpi/x86/Makefile | 8 ++++++++
drivers/acpi/{ => x86}/blacklist.c | 2 +-
drivers/acpi/{acpi_cmos_rtc.c => x86/cmos_rtc.c} | 2 +-
drivers/acpi/{acpi_lpss.c => x86/lpss.c} | 2 +-
5 files changed, 12 insertions(+), 9 deletions(-)
create mode 100644 drivers/acpi/x86/Makefile
rename drivers/acpi/{ => x86}/blacklist.c (99%)
rename drivers/acpi/{acpi_cmos_rtc.c => x86/cmos_rtc.c} (98%)
rename drivers/acpi/{acpi_lpss.c => x86/lpss.c} (99%)
--
2.43.0.rc1.1.gbec44491f096
Powered by blists - more mailing lists