Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754572AbdHVF5Z (ORCPT ); Tue, 22 Aug 2017 01:57:25 -0400 Received: from mx2.suse.de ([195.135.220.15]:50969 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751947AbdHVF5Y (ORCPT ); Tue, 22 Aug 2017 01:57:24 -0400 From: Takashi Iwai To: linux-kernel@vger.kernel.org Cc: Lee Jones , Dmitry Torokhov , "Rafael J . Wysocki" , Andy Shevchenko , Mika Westerberg , Johannes Stezenbach , linux-input@vger.kernel.org, linux-acpi@vger.kernel.org Subject: [PATCH 0/3] Dollar Cove TI PMIC support for Intel Cherry Trail Date: Tue, 22 Aug 2017 07:57:07 +0200 Message-Id: <20170822055710.26515-1-tiwai@suse.de> X-Mailer: git-send-email 2.14.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1379 Lines: 40 Hi, this is a patch set to add the support for Dollar Cove TI PMIC found on some Intel Cherry Trail laptops / tablets. All drivers are based on the original code from Intel downstream patches, with lots of rewrites and cleanups. MFD driver is implemented as a stand-alone like a few other variants, and the input driver got a diet in a minimalistic form. The patch set has been tested on ASUS E100H and E200H, as well as on HP x210. thanks, Takashi === Takashi Iwai (3): mfd: Add support for Cherry Trail Dollar Cove TI PMIC input/keyboard: Add support for Dollar Cove TI power button ACPI / PMIC: Add opregion driver for Intel Dollar Cove TI PMIC drivers/acpi/Kconfig | 6 ++ drivers/acpi/Makefile | 1 + drivers/acpi/pmic/intel_pmic_dc_ti.c | 135 ++++++++++++++++++++++++ drivers/input/keyboard/Kconfig | 7 ++ drivers/input/keyboard/Makefile | 1 + drivers/input/keyboard/dc_ti_pwrbtn.c | 85 +++++++++++++++ drivers/mfd/Kconfig | 13 +++ drivers/mfd/Makefile | 1 + drivers/mfd/intel_soc_pmic_dc_ti.c | 189 ++++++++++++++++++++++++++++++++++ 9 files changed, 438 insertions(+) create mode 100644 drivers/acpi/pmic/intel_pmic_dc_ti.c create mode 100644 drivers/input/keyboard/dc_ti_pwrbtn.c create mode 100644 drivers/mfd/intel_soc_pmic_dc_ti.c -- 2.14.0