From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751250AbdCQJ4y (ORCPT ); Fri, 17 Mar 2017 05:56:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35564 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751009AbdCQJ4t (ORCPT ); Fri, 17 Mar 2017 05:56:49 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 0BB60636FD Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=hdegoede@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 0BB60636FD From: Hans de Goede To: "Rafael J . Wysocki" , Len Brown , Wolfram Sang , Andy Shevchenko , Lee Jones , Sebastian Reichel , MyungJoo Ham , Chanwoo Choi Cc: Hans de Goede , linux-acpi@vger.kernel.org, Takashi Iwai , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: [PATCH 00/15] Add Intel Cherry Trail Whiskey Cove PMIC support Date: Fri, 17 Mar 2017 10:55:12 +0100 Message-Id: <20170317095527.10487-1-hdegoede@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Fri, 17 Mar 2017 09:55:33 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi All, Here is a patch-series adding support for the Intel Cherry Trail Whiskey Cove PMIC. The first 2 patches have been send before and as such are at v3 now, the rest is new. This series touches a lot of subsystems (as usually is the case with mfd devices). I'm sending this as a single series so that people can see how all the bits fit together. Patches 1-13 do not have any interdependencies (other then runtime deps which are not a problem for merging) and can be merged directly into their resp. subsystems when they pass review. Patch 14: power: supply: Add driver for Cherry Trail Whiskey Cove PMIC Fuel Gauge, depends on the i2c-core changes from patches 11-13. Patch 15: i2c-cht-wc: Add Intel Cherry Trail Whiskey Cove SMBUS controller driver, depends on both the bq24190_charger patches as it uses new bq24190_platform_data fields for the i2c_board_info->platform_data for the i2c client it registers, as well as on patch 14 as it uses the cht_wc_fg_get_property symbol that patch adds/exports. Regards, Hans