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 X-Spam-Level: X-Spam-Status: No, score=-12.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BFE86C433FF for ; Mon, 12 Aug 2019 19:21:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 838B720651 for ; Mon, 12 Aug 2019 19:21:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565637712; bh=sr8y8HWtUcKPiqjBa6u0zQDM5T/0MVbScZ2uFoUNx7Q=; h=Date:From:To:Subject:List-ID:From; b=qn3r1NnsjJ/26PCuJHAyymISH4ACztCaEP5lIXRVeAIZffAqH7yDJF31wOYHvQIYv ppboHgfYDNxzVoze8pR35BEWImjej6UqnO3BCNeKTgOVx7ou3hCvByn2MoPncP/X8p nFHSVzpZ+p5J9cVwVy6yDzZx63b8ztd+3xnNxP6A= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726578AbfHLTVw (ORCPT ); Mon, 12 Aug 2019 15:21:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:49592 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726549AbfHLTVw (ORCPT ); Mon, 12 Aug 2019 15:21:52 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A9EA120651; Mon, 12 Aug 2019 19:21:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565637711; bh=sr8y8HWtUcKPiqjBa6u0zQDM5T/0MVbScZ2uFoUNx7Q=; h=Date:From:To:Subject:From; b=1FqMeV/qjHHG/HipZcqwhds5o4gfaHLPYw7p1WfziEtO5DWH+GtNq8VUSt2GsAChs XdxZ8XolK2JGz2GpjGTEnkEP0w/fBNUBetbEoibxCd3mF/jQgUZ/JovvgzJFsEQJzr 5yyo3lolos30FhXhxe+tRCD8fbP7azoBUWttZ65M= Date: Mon, 12 Aug 2019 20:21:47 +0100 From: Jonathan Cameron To: gregkh@linuxfoundation.org, linux-iio@vger.kernel.org Subject: [PULL] Second set of IIO fixes for the 5.3 cycle. Message-ID: <20190812202147.065fb84e@archlinux> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org The following changes since commit 09f6109ff4f8003af3370dfee0f73fcf6d20087a: Merge tag 'iio-fixes-for-5.3a' of git://git.kernel.org/pub/scm/linux/kern= el/git/jic23/iio into staging-linus (2019-07-28 11:07:26 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixe= s-for-5.3b for you to fetch changes up to b9ddd5091160793ee9fac10da765cf3f53d2aaf0: iio: adc: max9611: Fix temperature reading in probe (2019-08-05 17:42:24 = +0100) ---------------------------------------------------------------- Second set of IIO fix for the 5.3 cycle. * adf4371 - Calculation of the value to program to control the output frequency was incorrect. * max9611 - Fix temperature reading in probe. A recent fix for a wrong mask meant this code was looked at afresh. A second bug became obvious in which the return value was used inplace of the desired register value. This had no visible effect other than a communication test not actually testing the communications. ---------------------------------------------------------------- Jacopo Mondi (1): iio: adc: max9611: Fix temperature reading in probe Nuno S=C3=A1 (1): iio: frequency: adf4371: Fix output frequency setting drivers/iio/adc/max9611.c | 2 +- drivers/iio/frequency/adf4371.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-)