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 14215C636CC for ; Sat, 4 Feb 2023 13:07:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233410AbjBDNHM (ORCPT ); Sat, 4 Feb 2023 08:07:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57918 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233393AbjBDNHK (ORCPT ); Sat, 4 Feb 2023 08:07:10 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B9F928D3C; Sat, 4 Feb 2023 05:07:00 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2EAA660C15; Sat, 4 Feb 2023 13:07:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E2F58C433D2; Sat, 4 Feb 2023 13:06:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675516019; bh=ycQA6TIVYWT6T7kideY47GtSB5IFpufQSUfh98aM9hw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rzUsH9nKp1nOGLMGMQF+eNjzEedbO76CjC9ynoF5PNbdybYWJWhM2nVxKDNLsz82o 1b1Zi9HdA+skKqjSxs6JIkXf+BJozvkSXJwvPmsCa92Y8yHN+RYEC2IKl4YLIl2c/h Njui6+17FU6bfjUZEh69BZ6s+3lx27xwvbHgmePW6D+jeXaRXRL0Om+UPexHfEQfFr Cl53qObvs16vRyTuXEJwy1IZX7pI/P3wFl96pfRId8RAs+w/isRFJDNlQGakyZMaLI zO5AHqg43SubuxP7jEOkW5ITnuqFdtJw/TTAevkAe9uXbF9WAQpUiwZHJekZ/APLCA 9YIxnpKn6IrMw== Date: Sat, 4 Feb 2023 13:06:04 +0000 From: Lee Jones To: Hans de Goede Cc: Wolfram Sang , MyungJoo Ham , Chanwoo Choi , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 resend 3/3] extcon: intel-cht-wc: Add support for Lenovo Yoga Tab 3 Pro YT3-X90F Message-ID: References: <20230126153823.22146-1-hdegoede@redhat.com> <20230126153823.22146-4-hdegoede@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230126153823.22146-4-hdegoede@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 26 Jan 2023, Hans de Goede wrote: > The Lenovo Yoga Tab 3 Pro YT3-X90F needs the same handling as > the Lenovo Yogabook models. That is it needs the extcon code to: > > 1. Control the Vbus regulator and USB-role-switch for the micro-USB > port's host/device mode switching. > 2. Register a power_supply device so that the charger-chip driver can > see what sort of charger (SDP/CDP/DCP) is connected. > > Acked-by: Chanwoo Choi > Signed-off-by: Hans de Goede > --- > drivers/extcon/extcon-intel-cht-wc.c | 1 + > 1 file changed, 1 insertion(+) Applied, thanks -- Lee Jones [李琼斯]