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 E391CC61DA4 for ; Sat, 4 Feb 2023 13:05:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233309AbjBDNFj (ORCPT ); Sat, 4 Feb 2023 08:05:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56824 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229516AbjBDNFc (ORCPT ); Sat, 4 Feb 2023 08:05:32 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2577E28846; Sat, 4 Feb 2023 05:05:31 -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 ams.source.kernel.org (Postfix) with ESMTPS id D5BDAB80ABC; Sat, 4 Feb 2023 13:05:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16718C433D2; Sat, 4 Feb 2023 13:05:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675515928; bh=R4PDFyhXzALhU42OYRxTlSyScyDxwgiQwzTEaL/GtOg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kxNfnUh/+jMB8HmBkQ+FOlEtxcAMyIOi82Q0PX8Q/o9V4RMsdggtiJgSGN7dBuznM HDxzVtCkTTUUngwkyQ4ZeYrowP62derk+6azHXEu6VHke5MOjVpjZsHe6ySe+5crFd N6kk+6ZLeTu8fEJQHyrzBWIMCtFuXazOZPKDrXFt8xECXCgskWT3hlnuGom4rd1JxK 5G/PMvxzuBS5vmxG3CNhBu9OgVhFZKfn54wrO2D8GusLriI9IYOrNq2VWJoDyb9pSf es4lG3GxjMhD2DtzrOMQbyGBXSTd2T5M/LfGzTWQHePae2JH4Y3V9iZzXnyVIa/68q Qv4BRWNHJY6bw== Date: Sat, 4 Feb 2023 13:05:12 +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 2/3] i2c: cht-wc: Add charger-chip info for the Lenovo Yoga Tab 3 YT3-X90F Message-ID: References: <20230126153823.22146-1-hdegoede@redhat.com> <20230126153823.22146-3-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-3-hdegoede@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 26 Jan 2023, Hans de Goede wrote: > On x86 devices with a CHT Whiskey Cove PMIC the driver for > the I2C bus coming from the PMIC is responsible for instantiating > the i2c_client for the charger chip. > > Add the necessary i2c_board_info for this. > > Acked-by: Wolfram Sang > Signed-off-by: Hans de Goede > --- > drivers/i2c/busses/i2c-cht-wc.c | 46 +++++++++++++++++++++++++++++++++ > 1 file changed, 46 insertions(+) Applied, thanks -- Lee Jones [李琼斯]