[PATCH 0/2] platform: x86: ChromeOS ACPI
From: Enric Balletbo i Serra
Date: Mon Jul 31 2017 - 09:03:35 EST
Dear all,
The following series adds a ChromeOS ACPI device and export some values
reported by the ACPI in a sysfs directory. The patches comes from the
ChromeOS kernel and were originally created by Olof Johansson. These
are just a squashed version with few modifications.
One doubt that I have is that I'm not sure if the chromeos_acpi driver
should reside in drivers/platform/x86/ or in drivers/platform/chrome.
Any preference on this?
Best regards,
Enric
Oloi Johansson (2):
platform: chrome: add ChromeOS specific platform functions
platform: x86: add ACPI driver for ChromeOS.
drivers/platform/chrome/Kconfig | 8 +
drivers/platform/chrome/Makefile | 2 +-
drivers/platform/chrome/chromeos.c | 28 ++
drivers/platform/chrome/chromeos.h | 49 +++
drivers/platform/x86/Kconfig | 9 +
drivers/platform/x86/Makefile | 1 +
drivers/platform/x86/chromeos_acpi.c | 792 +++++++++++++++++++++++++++++++++++
7 files changed, 888 insertions(+), 1 deletion(-)
create mode 100644 drivers/platform/chrome/chromeos.c
create mode 100644 drivers/platform/chrome/chromeos.h
create mode 100644 drivers/platform/x86/chromeos_acpi.c
--
2.9.3