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 298DFC001B0 for ; Mon, 24 Jul 2023 10:17:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232098AbjGXKRN (ORCPT ); Mon, 24 Jul 2023 06:17:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233129AbjGXKQt (ORCPT ); Mon, 24 Jul 2023 06:16:49 -0400 Received: from mail-ed1-x52e.google.com (mail-ed1-x52e.google.com [IPv6:2a00:1450:4864:20::52e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8629583CB for ; Mon, 24 Jul 2023 03:09:12 -0700 (PDT) Received: by mail-ed1-x52e.google.com with SMTP id 4fb4d7f45d1cf-522382c4840so633188a12.2 for ; Mon, 24 Jul 2023 03:09:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1690193346; x=1690798146; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=fc/OvRwUpGyNbpV42y42cs+Z7tLhRlmCIleilPEkd8I=; b=ifYqtACpoq/OKaMWi9ibAvt31nTl2lvhzjRs0zCBz2aakJ+UF2ai0o8hGHSzWo72v3 bYB6gn7dlftGX1FtBsM7V/ZG+R0tLYyE09nw3xyUkjelZXp1qjaUGVWl4o4m+nOE30Es ecYoz1TEoG/YNp6ToeYEYdsSEKMS836tK6MxeIsFqUMmShz2eSQ93sml9Srm0vLpxIu0 u8eBe3N5KokZsxdpjKVhAp59omTZub32YOz+tebiQ3lsQ+2gpukPFZcheVwhfqrjKwel RvvRxpGRbPf0MJPGseQMkqW5+6AOpxfgPE1zD6EITft0rYwdOuLHdIl7HIneKjL2FTN/ 39vA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690193346; x=1690798146; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=fc/OvRwUpGyNbpV42y42cs+Z7tLhRlmCIleilPEkd8I=; b=iNc6Er+gJ5BJHy9q/onHyTn+QEHTo7fi25MPhKqzRi9m1RA97WpgTSb16BfWNoUN0y xAa5h+2bjGeNZZ21gsaqptFUNNYpYzNQsOAX3GMBTAQD6jEzJCdvKV7DRVO8PG5BXM51 xDhLdFpHaKLwzY0Vlkl//zX5/VEo+ez5J8cisDEPCQVcR+Vgm9dxG1BjIZ+lm1s8HQGF be/oWcryvXiQ0JPQlNqua1EPmg/74kyn2LfCcm8nOCMVHuKHA/+eo21re9nfbUk7yyBH CRSDcvivR5TxQV5Tea9f33Ein67EjVhqvIDbTiDFMqSK2FT8Wkh7jgM03cBKv+DlMCI9 sGaQ== X-Gm-Message-State: ABy/qLb7KFN5oxVAFPd+5i4lGEN4nRUrZbaJULcWdgbZd07TdmX16j49 J4uh2YE7Z0bckw9T5Slgf3KtvQ== X-Google-Smtp-Source: APBJJlEpRpgdbAJTL5ApmUGIBH+DtJus2Kc2vpSE4V3+aD6QuyH1UFLfNwIiCG3thpJjV2SDg0rShA== X-Received: by 2002:aa7:c982:0:b0:51e:404:1e6d with SMTP id c2-20020aa7c982000000b0051e04041e6dmr9407596edt.38.1690193346327; Mon, 24 Jul 2023 03:09:06 -0700 (PDT) Received: from [192.168.1.20] ([178.197.223.104]) by smtp.gmail.com with ESMTPSA id q2-20020a056402032200b0051d9de03516sm6011209edw.52.2023.07.24.03.09.04 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 24 Jul 2023 03:09:05 -0700 (PDT) Message-ID: <1ce0d151-466c-3bf6-2cf2-8a98af81152a@linaro.org> Date: Mon, 24 Jul 2023 12:09:04 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH 1/2] dt-bindings: hwmon: Add lltc ltc4286 driver bindings Content-Language: en-US To: Delphine CC Chiu , patrick@stwcx.xyz, Jean Delvare , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: linux-i2c@vger.kernel.org, linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20230424101352.28117-1-Delphine_CC_Chiu@Wiwynn.com> <20230724100514.1028061-1-Delphine_CC_Chiu@Wiwynn.com> From: Krzysztof Kozlowski In-Reply-To: <20230724100514.1028061-1-Delphine_CC_Chiu@Wiwynn.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 24/07/2023 12:05, Delphine CC Chiu wrote: > Add a device tree bindings for ltc4286 driver. > > Signed-off-by: Delphine CC Chiu > --- > .../bindings/hwmon/lltc,ltc4286.yaml | 49 +++++++++++++++++++ > MAINTAINERS | 9 ++++ > 2 files changed, 58 insertions(+) > create mode 100644 Documentation/devicetree/bindings/hwmon/lltc,ltc4286.yaml > You already sent it, so why this duplicate? I also don't understand why this is attached to previous thread. Do not attach (thread) your patchsets to some other threads (unrelated or older versions). This buries them deep in the mailbox and might interfere with applying entire sets. Best regards, Krzysztof