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 2D52EC3F6B0 for ; Wed, 10 Aug 2022 19:13:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232691AbiHJTNR (ORCPT ); Wed, 10 Aug 2022 15:13:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45152 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232647AbiHJTNQ (ORCPT ); Wed, 10 Aug 2022 15:13:16 -0400 Received: from mail-oa1-x31.google.com (mail-oa1-x31.google.com [IPv6:2001:4860:4864:20::31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C99BF26AF1 for ; Wed, 10 Aug 2022 12:13:13 -0700 (PDT) Received: by mail-oa1-x31.google.com with SMTP id 586e51a60fabf-10e6bdbe218so18890171fac.10 for ; Wed, 10 Aug 2022 12:13:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc; bh=KuLf+etUhT8CcgIrZoHXO32gzepZ3ln/4TrZlz8orFg=; b=u5lEkBau5ums583shjRAJhrdbIjintCen6qFp4XH5imxJ+M8xX8H8MQ+5NIMhZBZ8i IeQN/5+ZiBbLVpnL/7xXFhH7xRoUbK0KetOMetUjHenIqQkyw54DJsvuA3z98GvAE9iH G0VEdnytyPseQBthMahRq+EFibRw4CB+uK4VWF72mRoXGJmV4vNdWD3JHmHRxpP+ACle 6b5GLgxfxjOnvDTUikGtWEhDDGi4TAD5fObpvDyF1/LQLrBR1CHMddWmVd63y1I5VcnA WpkvX8puvnJPaELZz8V9QCipettf+POKSz9BDONtQo43feT+1fWaBJCaVwgM9SGBxHe2 vcTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=KuLf+etUhT8CcgIrZoHXO32gzepZ3ln/4TrZlz8orFg=; b=3JrZSkrx88DfgicSPLSHoqMD1gogBuc/TRVO7OgEMTiniQb4lsdsFUToiM1cp7Mmp3 fTrEPyYbm1HThEK58D4A0jycI5mkEQVd157aYzDg/k2mY/JlEPMYW8sA8CcDxN5n5oLr ybJDnGmm2JnABVR3xk/r/s4Ivhxyw7bcbSTO/uR5THtWm1n66eS388rGyVRpQQxndCcn tBb3vPxuZfGfLZKTkXb+FUmtmdjmm/4IPm2+g18huvQOz1dvTWoDLQTvp1h6RK71kL7v bEYfQVq21KQ4A0pkhYmDGKgG3HO6SkPB5aO0MxvEnQxt+/YBMS2zGcLhCuXK4BleQuLs X2gg== X-Gm-Message-State: ACgBeo38H+mu7cddzrROS9Y3H/sUCXfBA8BbcKLnj5EFi3FONNqW4AgX cEcqfPQHmJAWDRDdrvpEHEBQ6A== X-Google-Smtp-Source: AA6agR7Nri3uTxawS16Y0qws9GGPb++KL1oO57PREQCriDiGj2oEfmlndbYlomXZr8j21bdRn38m3Q== X-Received: by 2002:a05:6870:e390:b0:10e:893b:f1d9 with SMTP id x16-20020a056870e39000b0010e893bf1d9mr2028913oad.88.1660158793139; Wed, 10 Aug 2022 12:13:13 -0700 (PDT) Received: from ripper (104-57-184-186.lightspeed.austtx.sbcglobal.net. [104.57.184.186]) by smtp.gmail.com with ESMTPSA id n15-20020a4ad12f000000b00425678b9c4bsm789575oor.0.2022.08.10.12.13.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Aug 2022 12:13:12 -0700 (PDT) Date: Wed, 10 Aug 2022 12:15:49 -0700 From: Bjorn Andersson To: Steev Klimaszewski Cc: Sebastian Reichel , Rob Herring , Krzysztof Kozlowski , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH 0/2] power: supply: Lenovo Yoga C630 EC Message-ID: References: <20220810030500.2793882-1-bjorn.andersson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Tue 09 Aug 21:04 PDT 2022, Steev Klimaszewski wrote: > > On 8/9/22 10:04 PM, Bjorn Andersson wrote: > > This adds binding and driver for the Lenovo Yoga C630 Embedded Controller, to > > provide battery information and DisplayPort support. > > > > Bjorn Andersson (2): > > dt-bindings: power: supply: Add Lenovo Yoga C630 EC > > power: supply: Add Lenovo Yoga C630 EC driver > > > > .../power/supply/lenovo,yoga-c630-ec.yaml | 88 +++ > > drivers/power/supply/Kconfig | 11 + > > drivers/power/supply/Makefile | 1 + > > drivers/power/supply/yoga-c630-ec.c | 547 ++++++++++++++++++ > > 4 files changed, 647 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/power/supply/lenovo,yoga-c630-ec.yaml > > create mode 100644 drivers/power/supply/yoga-c630-ec.c > > > It will be so nice to drop the "some-battery" patches that I've been > carrying in my kernel sources since 5.7 :D > Not only that, this is the only patch I've been carrying ont op of Torvalds' tree for a couple of releases now. As such, if this lands, I expect to be able to run an unmodified v6.1 straight off on my laptop. Regards, Bjorn > Tested-by: Steev Klimaszewski >