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 DC532C433F5 for ; Mon, 2 May 2022 06:07:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1383494AbiEBGLU (ORCPT ); Mon, 2 May 2022 02:11:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51368 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1383475AbiEBGKu (ORCPT ); Mon, 2 May 2022 02:10:50 -0400 Received: from vulcan.natalenko.name (vulcan.natalenko.name [104.207.131.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 887F0515B2 for ; Sun, 1 May 2022 23:06:50 -0700 (PDT) Received: from spock.localnet (unknown [83.148.33.151]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by vulcan.natalenko.name (Postfix) with ESMTPSA id 256A8EB9F77; Mon, 2 May 2022 08:06:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=natalenko.name; s=dkim-20170712; t=1651471607; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Z6854pPcd/hzfCioNj9NpsO/BgBkih8LHFTE+6i6A2M=; b=J0i1ujkPXUjpKtIqvx3/2u6HNbMmmG8Aa4vESgKfRjtslp6rgBXTZ5Oj6f4bTnQor53smf jnXHJdsxGV2Pi/SZe7gDXL4wwnAvSHoRwevmbMLDzF+dpFto2GlhB3NqDnoo9t51QPAiRh DmUPzJCEsGAEPxeAKbcCZ83l0ArDdZ4= From: Oleksandr Natalenko To: Zev Weiss , Jean Delvare , linux-hwmon@vger.kernel.org, Guenter Roeck Cc: Renze Nicolai , openbmc@lists.ozlabs.org, linux-kernel@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org Subject: Re: [PATCH v4 0/7] hwmon: (nct6775) Convert to regmap, add i2c support Date: Mon, 02 May 2022 08:06:45 +0200 Message-ID: <2591481.aCYgfPdpt1@natalenko.name> In-Reply-To: References: <20220427010154.29749-1-zev@bewilderbeest.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On st=C5=99eda 27. dubna 2022 15:37:07 CEST Guenter Roeck wrote: > Hi Zev, >=20 > On 4/26/22 18:01, Zev Weiss wrote: > > Hello, > >=20 > > This is v4 of my effort to add i2c support to the nct6775 hwmon > > driver. > >=20 >=20 > Thanks a lot for your effort. >=20 > I applied patches 2..6 to hwmon-next. The first and the last > patch of the series will have to wait for DT maintainer approval. =46or patches 2..6: Tested-by: Oleksandr Natalenko >=20 > Thanks, > Guenter >=20 =2D-=20 Oleksandr Natalenko (post-factum)