Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1700029

[PATCH 0/2] platform: x86: ChromeOS ACPI

From Enric Balletbo i Serra <enric.balletbo@collabora.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] platform: x86: ChromeOS ACPI
Date 2017-07-31 15:10 +0200
Message-ID <u9iCm-6GI-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] platform: x86: ChromeOS ACPI Enric Balletbo i Serra <enric.balletbo@collabora.com> - 2017-07-31 15:10 +0200
  [PATCH 2/2] platform: x86: add ACPI driver for ChromeOS. Enric Balletbo i Serra <enric.balletbo@collabora.com> - 2017-07-31 15:10 +0200
    Re: [PATCH 2/2] platform: x86: add ACPI driver for ChromeOS. Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-08-01 17:20 +0200
      Re: [PATCH 2/2] platform: x86: add ACPI driver for ChromeOS. Enric Balletbo Serra <eballetbo@gmail.com> - 2017-08-02 10:30 +0200
  [PATCH 1/2] platform: chrome: add ChromeOS specific platform functions Enric Balletbo i Serra <enric.balletbo@collabora.com> - 2017-07-31 15:10 +0200
  Re: [PATCH 0/2] platform: x86: ChromeOS ACPI Olof Johansson <olof@lixom.net> - 2017-07-31 17:20 +0200

csiph-web