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 5D826C433F5 for ; Sat, 26 Mar 2022 00:06:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229773AbiCZAHG (ORCPT ); Fri, 25 Mar 2022 20:07:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229975AbiCZAGx (ORCPT ); Fri, 25 Mar 2022 20:06:53 -0400 Received: from mail-ot1-x32b.google.com (mail-ot1-x32b.google.com [IPv6:2607:f8b0:4864:20::32b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0060E1C552F for ; Fri, 25 Mar 2022 17:05:17 -0700 (PDT) Received: by mail-ot1-x32b.google.com with SMTP id k25-20020a056830151900b005b25d8588dbso6635709otp.4 for ; Fri, 25 Mar 2022 17:05:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:from:user-agent:date:message-id :subject:to:cc; bh=qjeDSMxPHLhwhm9GfWiU1CRORUcVuYIFjOuSPrwZ6GI=; b=Bga6tcRLkL+e4HV1/Dl0fJEww+TcBYQP6EMfTNzT46ZPkVjU876OSFxHzt5QqP/vj8 jD9CN+v7u5+I9EFrt9e9mpxaEnOf2TUaPY1ZygZ/VI5yUByKElysjrVbQR2TLp21ZKVg vMMCrYkzdwlmgAzuQBrq78s1K6IC4YRHSezdQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from :user-agent:date:message-id:subject:to:cc; bh=qjeDSMxPHLhwhm9GfWiU1CRORUcVuYIFjOuSPrwZ6GI=; b=yikxY8vifkSeccabqc9ubsO0CXGif7wZ16BtWZ3CQYtYZjwT2TBBc0Imv6kOCYMSwg sie5l6KYYainhpjd1XYl1OUzH+kc/Z+vu8IyUCYXngolicuzAMGY6dilcelBKlxP6k5j 9IvGIZiQNiH1bGLydV4uWRRj/f5AK/WJpi0CZrsx/CkhjYYox6cDi0yxlIgYo3QxgmaS xmMn08Ios0xCdcydIhWNfoSsBS9q5UJbOSw+qaJojbdOAVbnfSJTngFOd2WpFWxBi5xJ 7jf4wxLpO/zwbdaryXn29t6LkAP/gXnVQICelogXIlcXGb44sTy9CKtlOu4M0ay8UFY5 J1OA== X-Gm-Message-State: AOAM530JxhGqvxKAsukf/GUxjs1MXTO0fHU9oh+STzRxJL6eFvs+8Bn3 aRGnfAI033QeLXeNTATgMOzzLNeygnQYWAKxXQELAw== X-Google-Smtp-Source: ABdhPJwna4v6hnDWtZyUf+3qkEmJHd8+Rv9/vLZRq3hDtnF/a8HX/eIq5hVn0Pdgz6xMqUp6IZOsQo+qyKP+VsMVajk= X-Received: by 2002:a05:6830:61b:b0:5cc:e44:7dc3 with SMTP id w27-20020a056830061b00b005cc0e447dc3mr5552158oti.159.1648253117386; Fri, 25 Mar 2022 17:05:17 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Fri, 25 Mar 2022 19:05:16 -0500 MIME-Version: 1.0 In-Reply-To: <20220325220827.3719273-9-gwendal@chromium.org> References: <20220325220827.3719273-1-gwendal@chromium.org> <20220325220827.3719273-9-gwendal@chromium.org> From: Stephen Boyd User-Agent: alot/0.10 Date: Fri, 25 Mar 2022 19:05:16 -0500 Message-ID: Subject: Re: [PATCH v3 8/8] iio: sx9360: Add pre-charge resistor setting To: Gwendal Grignou , jic23@kernel.org, robh+dt@kernel.org Cc: linux-iio@vger.kernel.org, devicetree@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Gwendal Grignou (2022-03-25 15:08:27) > Add ability to set the precharge internal resistance from the device > tree. > > Signed-off-by: Gwendal Grignou > --- Reviewed-by: Stephen Boyd