From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B9C02C43217 for ; Sun, 27 Nov 2022 18:24:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229612AbiK0SYS (ORCPT ); Sun, 27 Nov 2022 13:24:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35804 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229500AbiK0SYQ (ORCPT ); Sun, 27 Nov 2022 13:24:16 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 20A0C630D for ; Sun, 27 Nov 2022 10:23:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1669573393; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=+RM5g/mre2ubyBOq9EMypqDVQ2vwbSLp0Ng/MbyDE7g=; b=XrUwWciqI7yvlBH3JgLkllTfzVPJb4AJLnJJ9EeC/DAsy17HqpRnBa+jvj5/x1OaHf0gQB inw+5W2NsB6G0VEUZLgsWrOPyJrjBKmaxXSHZXu2aMUK1XtZ63zZgZ+YjEIUFUbDjl9xJK fax8f0gbLSriH6uOlvHOM9mIMV2ZcrA= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-338-JmXReBLAMIqJsftBW0jGlA-1; Sun, 27 Nov 2022 13:23:09 -0500 X-MC-Unique: JmXReBLAMIqJsftBW0jGlA-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 47FE238041CF; Sun, 27 Nov 2022 18:23:09 +0000 (UTC) Received: from localhost.localdomain (unknown [10.39.192.80]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3CCD749BB61; Sun, 27 Nov 2022 18:23:08 +0000 (UTC) From: Hans de Goede To: Wolfram Sang , Lee Jones , MyungJoo Ham , Chanwoo Choi Cc: Hans de Goede , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] mfd/i2c/extcon: Add Lenovo Yoga Tab 3 support to cht-wc PMIC code Date: Sun, 27 Nov 2022 19:22:54 +0100 Message-Id: <20221127182257.104410-1-hdegoede@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.9 Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Hi All, These 3 patches add support for the Lenovo Yoga Tab 3 Pro (YT3-X90F) tablet to the Intel Cherry Trail Whiskey Cove PMIC code. Patches 2-3 depend on patch 1. Since the modified files almost never see any changes it is probably best / easiest if the entire series get merged through the MFD tree. Wolfgang and MyungJoo or Chanwoo, can you please give your Ack for merging these through the MFD tree? Regards, Hans Hans de Goede (3): mfd: intel_soc_pmic_chtwc: Add Lenovo Yoga Tab 3 X90F to intel_cht_wc_models i2c: cht-wc: Add charger-chip info for the Lenovo Yoga Tab 3 YT3-X90F extcon: intel-cht-wc: Add support for Lenovo Yoga Tab 3 Pro YT3-X90F drivers/extcon/extcon-intel-cht-wc.c | 1 + drivers/i2c/busses/i2c-cht-wc.c | 46 ++++++++++++++++++++++++++++ drivers/mfd/intel_soc_pmic_chtwc.c | 8 +++++ include/linux/mfd/intel_soc_pmic.h | 1 + 4 files changed, 56 insertions(+) -- 2.38.1