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 52AA2CD8CA9 for ; Tue, 10 Oct 2023 16:19:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233719AbjJJQTT (ORCPT ); Tue, 10 Oct 2023 12:19:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56252 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229675AbjJJQTS (ORCPT ); Tue, 10 Oct 2023 12:19:18 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C07899D for ; Tue, 10 Oct 2023 09:19:17 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D6ABCC433C7; Tue, 10 Oct 2023 16:19:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696954757; bh=GjxqpjwchcuUVKMmIq+lPxoh8A/cioZblyS6xHSS1Gw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=WSLWfEoBnRXLelSNl9kLo+Kv8Qn/UkRLCmcqbgooemBjgdeEwwvxJLRvoWSiYVh9S r6H6xoIn5Tu5yt/FV0MT5qtqj4e4USLREeSn3oNJy08FIxmNhxhGnctW3BRsAkBfkQ OmZ7HPuVY0geolxuLad3Ad7+b/4EhYHpqz9ijaDwfGwjwvooxgrCNi8Tk/lqJcVzcR 2Sj+A0bs6mOpqK6p6Vhs7vNF9xlQFZH5+mT2UT2VsKvbl3Zc1kXum9nqLJMnqiKuh2 1s5038kGI5R6N8QH43DvbmzKpwdCii01oGkd224NEqDKdVZDp8NjFAwlC65KoK9tsm H47ul+as0OvQw== Date: Tue, 10 Oct 2023 17:19:28 +0100 From: Jonathan Cameron To: Michal Simek Cc: Robert Hancock , Conall O'Griofa , Lars-Peter Clausen , , Subject: Re: [PATCH v2 0/2] Xilinx XADC fixes Message-ID: <20231010171928.75451192@jic23-huawei> In-Reply-To: <20230924173210.13f2bf85@jic23-huawei> References: <20230915001019.2862964-1-robert.hancock@calian.com> <20230924173210.13f2bf85@jic23-huawei> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Sun, 24 Sep 2023 17:32:10 +0100 Jonathan Cameron wrote: > On Fri, 15 Sep 2023 08:52:49 +0200 > Michal Simek wrote: > > > +Conall > > > > On 9/15/23 02:10, Robert Hancock wrote: > > > Fixes for a couple of issues in the Xilinx XADC driver: one where > > > preconfigured temperature/voltage thresholds were being clobbered and > > > potentially breaking overtemperature shutdown, and another for inaccurate > > > temperature readings on UltraScale family devices. > > > > > > Changed since v2: Updated to also remove disabling XADC alarm bits. > > > > > > Robert Hancock (2): > > > iio: adc: xilinx-xadc: Don't clobber preset voltage/temperature > > > thresholds > > > iio: adc: xilinx-xadc: Correct temperature offset/scale for UltraScale > > > > > > drivers/iio/adc/xilinx-xadc-core.c | 39 +++++++++++------------------- > > > drivers/iio/adc/xilinx-xadc.h | 2 ++ > > > 2 files changed, 16 insertions(+), 25 deletions(-) > > > > > > > Conall: Please test and review. > > I'm sitting on this one until I hear back. No huge rush, but if you > can estimate when you'll get to this I know to leave you alone until after > that! I'll ask one more time, then probably just assume these are fine and apply. So Conall, have you had a chance to look at these? Thanks, Jonathan > > Jonathan > > > > > Thanks, > > Michal >