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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B700ACD8CAB for ; Tue, 10 Oct 2023 16:19:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=k1MRaEjs27XCvyXREiyfIkEOAZ29ngHXd+IYaAbK7s4=; b=zCnNHr4l8daxf1 OefQ3LDIT7aO9ByuB7qLUKJuyzB+DLlVe+udBHJkXGsxvmMf2VUV4DSCtIt5xh4G1VEfIFOPd0cSY p/4gJFXe8dkZaazheOKad53o4hjjpL/F3oIQTkUjWxx2dlKXttrlskbo9poQUjm/2Cpp3rVABFMBs lJV25xWGjCZ2XRWgKxkrndvLEws6tn7gN0lObwS5L0B9e8W5mVHZiWgFUQsOx6R5f4uuQGCwSNPaM 92Jv2dpijXV7H4khW+RklBPdW7+xZ7lez102D3mi0bz6trc1EAaKBk4Z+5uLR59ll6fcm6RdytmUd 7043iAG1pP6oZMw3Ux7w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qqFS5-00Dl7b-2s; Tue, 10 Oct 2023 16:19:21 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qqFS3-00Dl7B-1P for linux-arm-kernel@lists.infradead.org; Tue, 10 Oct 2023 16:19:21 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id 0C882B81CE9; Tue, 10 Oct 2023 16:19:18 +0000 (UTC) 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231010_091919_629388_E6832D48 X-CRM114-Status: GOOD ( 15.67 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel