From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752130AbcFVO4R (ORCPT ); Wed, 22 Jun 2016 10:56:17 -0400 Received: from mga11.intel.com ([192.55.52.93]:3590 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750910AbcFVO4P (ORCPT ); Wed, 22 Jun 2016 10:56:15 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,509,1459839600"; d="scan'208";a="833203325" From: Heikki Krogerus To: "Rafael J. Wysocki" Cc: Felipe Balbi , Bin Gao , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] acpi: intel-pmic: add support for REGS OpRegion Date: Wed, 22 Jun 2016 17:55:38 +0300 Message-Id: <1466607340-88687-1-git-send-email-heikki.krogerus@linux.intel.com> X-Mailer: git-send-email 2.8.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rafael, There is a custom operation region for the WhiskeyCove PMIC device named REGS used at least on some of the Broxton based platform which is missing support at the moment. At least the USB Type-C PHY depends on this operation region. Bin Gao had send patches [1] that add support for the Whiskey Cove PMIC operation region, but that patch does not cover this particular operation region. [1] https://lkml.org/lkml/2016/6/13/674 Felipe Balbi (2): acpi: pmic: intel: add REGS operation region support acpi: pmic: intel: initialize result to 0 drivers/acpi/pmic/intel_pmic.c | 67 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 66 insertions(+), 1 deletion(-) -- 2.8.1