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 92A38ECAAD1 for ; Thu, 1 Sep 2022 13:31:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234456AbiIANbX (ORCPT ); Thu, 1 Sep 2022 09:31:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50244 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233908AbiIANbC (ORCPT ); Thu, 1 Sep 2022 09:31:02 -0400 Received: from mail-lj1-x235.google.com (mail-lj1-x235.google.com [IPv6:2a00:1450:4864:20::235]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 347799A9F2 for ; Thu, 1 Sep 2022 06:27:09 -0700 (PDT) Received: by mail-lj1-x235.google.com with SMTP id k18so11486919lji.13 for ; Thu, 01 Sep 2022 06:27:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc; bh=EcDrZFdluBLqgSl5y1ge/xoHolSS2B2PXo4EVlgY9h8=; b=j6IU/3o+B9aEmh+ikjTzDwhSeMNO1INjgkzCxiPuyNnqIi3323Gd0aOQh06w1RJhme 5SOCFmnBfbgt2RzJClw06E4PZmEDSjfLwsu/73EngsMnRKi3bsQWqAhNY9a37Dv8sXCs q5MsU4p6YsaZaf+iMl0cpibYG6qHz9aFgLW448Y1l//uAm0SNXZhQivcB9QOg91KdOgZ Xc4Atvk5wuVfydlEhYbtt+xcfjGKLHnZNzxij+spb8O+C8LCwreg3fBXAl6xIaYB9SX0 AZWi5JFPzIhw5PKq+kjqkHeKQ3enl+V5ogJtPLW0rVpK+4h8lw08Yw2iETEIG3T7/vZu yUZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc; bh=EcDrZFdluBLqgSl5y1ge/xoHolSS2B2PXo4EVlgY9h8=; b=Pe9orojn1G2MTk9cY4pJ4gSokBuWZZLcPbtvo3x+BhETKQl67w6WVmE4s86GnYIRw5 nfa2FYEPSlVTiEi2oWfF+OCP9hvAC8UUcjtbi2HxrMdRPBhcGz+tp47UIki3I7k0GmZi wpaASj9ifvulHlJZv7t72A6P7phhre73faPR+eZJHe+8dte2du7LzN6O0dABfPqLKqni lq6ARDSLZmTxpPmsN80FoAnhQcMWROXIbj9Rofc5KPqfTdWmAdSkLfcgPY0UH/KaqrGx 9AqfKPoEujwhC/iBIDa4c0fV6tlHcjd6YDgQn2b2PXVX5DFvcfMlhAvD6imuWhrHK8bh mARQ== X-Gm-Message-State: ACgBeo2JmayNrNnWr/xPvnFi71sCIY1Hl0jS5iJYSQRbeKxDx+aais4/ UCwsj2e7NF/CDllS3bELn3Idtg== X-Google-Smtp-Source: AA6agR66LdtSQj0ErovOdBSUE2/wMNblh1NMSJXQ+hi1C75YSFN3XvuzmmLIIMrUbY62tKyIE7rVcQ== X-Received: by 2002:a2e:b052:0:b0:268:87be:ebc0 with SMTP id d18-20020a2eb052000000b0026887beebc0mr2434520ljl.203.1662038826500; Thu, 01 Sep 2022 06:27:06 -0700 (PDT) Received: from [192.168.28.124] (balticom-73-99-134.balticom.lv. [109.73.99.134]) by smtp.gmail.com with ESMTPSA id q14-20020ac25fce000000b00492f1b2ac0bsm2346542lfg.101.2022.09.01.06.27.05 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 01 Sep 2022 06:27:06 -0700 (PDT) Message-ID: <05eb3c6a-404d-1bfd-1361-cff952b68400@linaro.org> Date: Thu, 1 Sep 2022 16:27:05 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Subject: Re: [PATCH v2 1/5] dt-bindings: iio: adc: Add docs for LTC2499 Content-Language: en-US To: Ciprian Regus , jic23@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220901121700.1325733-1-ciprian.regus@analog.com> From: Krzysztof Kozlowski In-Reply-To: <20220901121700.1325733-1-ciprian.regus@analog.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On 01/09/2022 15:16, Ciprian Regus wrote: > Update the bindings documentation for ltc2497 to include the ltc2499. > > Signed-off-by: Ciprian Regus > --- Acked-by: Krzysztof Kozlowski Best regards, Krzysztof