From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 5351F2744B for ; Tue, 10 Oct 2023 16:08:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="eH2nOTO4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EDE7BC433C7; Tue, 10 Oct 2023 16:08:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696954106; bh=hvsSbVRMxYaENVzyHutIe4XZE6lBZw3zkFmbhOVi42E=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=eH2nOTO4QKmo8B+WTWRfKTne9WyvPi9WHgqV1VvNn14OCAJdHyaHfPlb9Yb/lQ+Ix KIAVIMWhD8GEvjVRkyuhJQEzdjOCW8694l9tWgai25oY44+Uw59Ouv+t6QfZzk90Dp bCZ2wszQ4pCLIfpYvmT7lrcdlyaNe6oExMiVp+H4+LQskLzEnMV5HiAm9jgu0V9CB7 zd1u9M3VImrd8NnezyOqFaYSbBINRXHy7TKy8fdqQ4n+md95gJx0ihuTHmixRNGveE oImKvRlvmpOgenwXCJbmNecr8otwz4fm+gMdGDvs9QVMTWj+YuPM+tJBNWur6QylXz cwvlU3q9ryzuQ== Date: Tue, 10 Oct 2023 17:08:36 +0100 From: Jonathan Cameron To: David Lechner Cc: linux-iio@vger.kernel.org, linux-staging@lists.linux.dev, Michael Hennerich , Nuno =?UTF-8?B?U8Oh?= , Axel Haslam , Philip Molloy , linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 15/17] staging: iio: resolver: ad2s1210: add label attribute support Message-ID: <20231010170836.285effbb@jic23-huawei> In-Reply-To: <20231005-ad2s1210-mainline-v4-15-ec00746840fc@baylibre.com> References: <20231005-ad2s1210-mainline-v4-0-ec00746840fc@baylibre.com> <20231005-ad2s1210-mainline-v4-15-ec00746840fc@baylibre.com> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 5 Oct 2023 19:50:32 -0500 David Lechner wrote: > The ad2s1210 resolver driver has quite a few channels, mostly for > internal signals for event support. This makes it difficult to know > which channel is which. This patch adds a label attribute to the > channels to make it easier to identify them. > > Signed-off-by: David Lechner Applied.