From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id ECB687262B; Thu, 28 May 2026 10:14:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779963266; cv=none; b=CXMfwGdNsxbK1WLCWuLPpuKRKmYeo8eF1wu109oPYcrKFCNP01ZOrMh1kNv4cWVUimJLkY3AbpIup2Iqz9wiHWPJVYedKXYNINaQbiOKFEo6RCxWq+BS/JkRLK8EKXssoP2bJW4hoBTKrMtBqwz+gj9xWfWnMJD8Dyf6DhGXt/I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779963266; c=relaxed/simple; bh=4Byrmud2yM3VWfh68fAwsWNf+5I0o5F2UNErPPBmaCg=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=cjQsXi4Wyi7zV5aSGDYya46T3KFx3s6FRRcDu0GLtSLo/gWrl3eXyCwHUIZIYmqKQtZxvvPofko1UFPIGvLTC8DdXsuYykf8ckz0bcvStrLlZeQ9eYYdEnYapJCQSw3P9E4S3UZwBoe6I77Q/rUwJ+h8Gia/mSQYKsGhBZvH+sY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VT0C50l0; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="VT0C50l0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D49AE1F000E9; Thu, 28 May 2026 10:14:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779963265; bh=zySNcV6IIq6WZcRelixQSMN0kNWC11wboInm5MNdLXM=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=VT0C50l0Td/WeSZBrvJjWSpbrmHtBl1blfRX9BK+KmkPOlYOhdFzA35WAn8dN7wvr iNj4x5jzYmZ07CucxQzB/yII/pW0ibyjJmlj/7/c257hKfnSjXpUobwaYo3JEms+El dl7+ZKQIsjKq3fIsYUglAwKy5Kw63zTgRAOcQEOgVRz77ubXoViBGx2IbZjzyTSZ5D ZgqiR0hoBRAqyz4bpBfpC9W+f6WfIGKf1CT0poIZEt/vS2TIDMVRbHPyu3yQ9TjyoX emhakkMa59ZvYkF2DmbEaB0C6aUEAOyq2Ct35ezZtW0DlZspugrwV3udUda4df573o TPn7Fr0tiXYGA== Date: Thu, 28 May 2026 11:14:14 +0100 From: Jonathan Cameron To: Wadim Mueller Cc: David Lechner , Nuno =?UTF-8?B?U8Oh?= , Andy Shevchenko , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Guenter Roeck , Jean Delvare , Andreas Klinger , Lars-Peter Clausen , linux-iio@vger.kernel.org, linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Maxwell Doose Subject: Re: [PATCH v2 0/3] iio: flow: Sensirion SLF3S liquid flow sensor Message-ID: <20260528111414.5866b0e4@jic23-huawei> In-Reply-To: <20260527184257.141635-1-wafgo01@gmail.com> References: <20260524205112.26638-1-wafgo01@gmail.com> <20260527184257.141635-1-wafgo01@gmail.com> X-Mailer: Claws Mail 4.4.0 (GTK 3.24.52; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 27 May 2026 20:42:51 +0200 Wadim Mueller wrote: > Hi all, > > v2 addresses the inline review feedback from Jonathan and Guenter on v1 > (see https://lore.kernel.org/linux-iio/20260524205112.26638-1-wafgo01@gmail.com/). > Per-patch replies have been sent in the v1 thread. Hi Wadim Please don't send a v2 in reply to the v1 thread. That's a good way to reduce the number of folk who read it plus end up with a complex email thread. New thread for each version. I only noticed this because I was looking at patchwork. Thanks, Jonathan