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 1EA3F249ED; Mon, 4 Dec 2023 13:59:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="cRdfsI7H" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E8C17C433C8; Mon, 4 Dec 2023 13:59:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701698369; bh=isgD4mMOA0as7oH+Mok9vL3AUe3om/TUtSL0dMQF8Hw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=cRdfsI7HPmvTeIVhshhx/n3A3qJpRQDGNfx4oeukEGhwbZos3s8gZS8zs7s07PRrz Nif1ILicVHf/NZ/I/51IgZ8vS+WtiYis2nMmH88Q4wtISsWgji3sZ830G8KPlqHqYk cLmiVBaoaZMv0ohRy96S8zAnLwOjE0XKcztX7lR8KTKZNdFDPaNBi0C6IEQ3e02cUZ PzWMjNlNe8U68gmu/eomcqJwe4VfOFr8triYokUwFeu2PF2u/NjJyn/B3OCESUbQzO 3Bq732g9oOobslralYhgH6VAPH9SLQk9vt4ash+tZwZoK8AqKyBU2shxhXYMCbBFBM +tXcwCOnkUeUw== Date: Mon, 4 Dec 2023 13:59:20 +0000 From: Jonathan Cameron To: Javier Carrasco Cc: Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, devicetree@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH v3 0/3] iio: light: add support for VEML6075 UVA and UVB light sensor Message-ID: <20231204135920.16c7e826@jic23-huawei> In-Reply-To: <20231110-veml6075-v3-0-6ee46775b422@gmail.com> References: <20231110-veml6075-v3-0-6ee46775b422@gmail.com> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; 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 Mon, 27 Nov 2023 18:34:27 +0100 Javier Carrasco wrote: > This series adds support for the Vishay VEML6075 ultraviolet sensor, > which offers UVA and UVB measurement channels and I2C communication. > > The device bindings and a simple example are also provided. > > This driver has been tested with a Gravity VEML6075 UV Sensor Module in > open air conditions. > > Signed-off-by: Javier Carrasco Hi Javier, Applied to the togreg branch of iio.git and pushed out as testing for 0-day to see if it can find anything we missed. Thanks, Jonathan