From patchwork Wed Oct 11 09:41:18 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 824313 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-i2c-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3yBps35mMFz9s7g for ; Wed, 11 Oct 2017 20:41:27 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752650AbdJKJlZ (ORCPT ); Wed, 11 Oct 2017 05:41:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42694 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752435AbdJKJlY (ORCPT ); Wed, 11 Oct 2017 05:41:24 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B36F282102; Wed, 11 Oct 2017 09:41:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B36F282102 Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=hdegoede@redhat.com Received: from shalem.localdomain.com (ovpn-116-221.ams2.redhat.com [10.36.116.221]) by smtp.corp.redhat.com (Postfix) with ESMTP id EF9075ED47; Wed, 11 Oct 2017 09:41:22 +0000 (UTC) From: Hans de Goede To: Darren Hart , Andy Shevchenko , Jarkko Nikula , Wolfram Sang , Andy Shevchenko Cc: Hans de Goede , platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org Subject: [PATCH v5 0/3] i2c: Hookup typec power-negotation to the PMIC and charger Date: Wed, 11 Oct 2017 11:41:18 +0200 Message-Id: <20171011094121.6108-1-hdegoede@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Wed, 11 Oct 2017 09:41:24 +0000 (UTC) Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Hi All, These are the last 3 patches from all my work to add support for USB PD charging to Intel Cherry Trail devices with a Whiskey Cove PMIC and fusb302 Type-C controller. With these 3 patches these devices change from slowly discharging at 5V 0.5A to actually charging at 12V 2A, so getting these upstream is important for users of these devices. Wolfram does not really have time to review the first 2 patches, so if someone else (from the people in the Cc) can review the first 2 patches and esp. the first patch, so that we can get this merged for 4.15, then that would be great. Regards, Hans