lkml.org 
[lkml]   [2014]   [Sep]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/2] Support CrystalCove PMIC ACPI operation region
Date
The two patches add support for CrystalCove PMIC ACPI operation region.
The PMIC chip has two customized operation regions: one for power rail
manipulation and one for thermal purpose: sensor temperature reading
and trip point value reading/setting.

For an example ASL code on ASUS T100 with CrystalCove PMIC, see here:
https://gist.github.com/aaronlu/f5f65771a6c3251fae5d

Aaron Lu (2):
gpio / CrystalCove: support virtual GPIO
PMIC / opregion: support PMIC customized operation region for
CrystalCove

drivers/gpio/gpio-crystalcove.c | 19 +-
drivers/mfd/Kconfig | 11 +
drivers/mfd/Makefile | 1 +
drivers/mfd/intel_soc_pmic_crc.c | 3 +
drivers/mfd/intel_soc_pmic_crc_opregion.c | 229 +++++++++++++++++++
drivers/mfd/intel_soc_pmic_opregion.c | 350 ++++++++++++++++++++++++++++++
drivers/mfd/intel_soc_pmic_opregion.h | 35 +++
include/asm-generic/gpio.h | 2 +-
8 files changed, 646 insertions(+), 4 deletions(-)
create mode 100644 drivers/mfd/intel_soc_pmic_crc_opregion.c
create mode 100644 drivers/mfd/intel_soc_pmic_opregion.c
create mode 100644 drivers/mfd/intel_soc_pmic_opregion.h

--
1.9.3



\
 
 \ /
  Last update: 2014-09-09 05:01    [W:0.213 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site