From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752847AbdICMmC (ORCPT ); Sun, 3 Sep 2017 08:42:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56462 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751604AbdICMmA (ORCPT ); Sun, 3 Sep 2017 08:42:00 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 2D835BDD0 Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=hdegoede@redhat.com From: Hans de Goede To: Darren Hart , Andy Shevchenko , Wolfram Sang , Guenter Roeck , Heikki Krogerus Cc: Hans de Goede , platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org Subject: [PATCH v4 0/3] i2c: Hookup typec power-negotation to the PMIC and charger Date: Sun, 3 Sep 2017 14:41:53 +0200 Message-Id: <20170903124156.7440-1-hdegoede@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Sun, 03 Sep 2017 12:42:00 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Wolfram, Almost all patches from my patch series for hooking up typec power-negotation to the PMIC and charger drivers have been queued for merging into 4.14, leaving only the 3 patches of the v4 of this series. The first 2 patches are i2c patches, if you could review and merge these (preferably for 4.14, but 4.15 is fine too) that would be great. Darren, Andy, the single platform/x86 patch in here should only be merged after the 2 i2c patches are in place, otherwise users of the board(s) in question will end up not having any battery monitoring. Also note that this patch applies on top of the "[PATCH v2] platform/x86: intel_cht_int33fe: Work around BIOS bug on some devices" patch I send out yesterday. Regards, Hans