From patchwork Mon Nov 28 14:20:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: William Breathitt Gray X-Patchwork-Id: 13057574 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 5D364C43217 for ; Mon, 28 Nov 2022 14:20:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232458AbiK1OUN (ORCPT ); Mon, 28 Nov 2022 09:20:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46138 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232452AbiK1OUJ (ORCPT ); Mon, 28 Nov 2022 09:20:09 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EF93117E0F for ; Mon, 28 Nov 2022 06:20:08 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 661D4B80DB1 for ; Mon, 28 Nov 2022 14:20:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55660C433C1; Mon, 28 Nov 2022 14:20:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669645206; bh=oyqpWOaiVkx+e+6vnM/qK9oC5pzHHND6JkyXbSlE7IY=; h=Date:From:To:Subject:From; b=DqJOEzr2fVlgBrf/+cSQA2U8iLTUo61OSp781r9HQOjQ7nQo9RVtGaLQS+R/4yPhg FY07gpcZu3YuQiLjiauQqVdMACA2yAFsCTr6sB4mh8i66Mi2X+Pjxf+c9QaUvMNGkl nMoAvfjUWtz4FHuDTI7nyJqnoiBSMd/HUSf7KRsmGtjAfbh28FB1HqZl2l0iKduGBE Jx6XCEvqOvvUO/dQI+R0dUbY7srLiF+rWd9lOJVMUuwiIqlSWKUlmTnAYaZud9Pr2i ad9o2vGmetRP/gIjjh/ekP0eBuJpj5wNUpHBT77rWCnGDlXk+9VPo+s78SbCzbCNUw r4xrv3mOpIsvA== Date: Mon, 28 Nov 2022 09:20:02 -0500 From: William Breathitt Gray To: gregkh@linuxfoundation.org, linux-iio@vger.kernel.org Subject: [PULL] Second set of Counter fixes for 6.1 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org The following changes since commit 30a0b95b1335e12efef89dd78518ed3e4a71a763: Linux 6.1-rc3 (2022-10-30 15:19:28 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.1b for you to fetch changes up to fd5ac974fc25feed084c2d1599d0dddb4e0556bc: counter: stm32-lptimer-cnt: fix the check on arr and cmp registers update (2022-11-26 16:49:28 -0500) ---------------------------------------------------------------- Second set of Counter fixes for 6.1 One change for stm32-lptimer-cnt fixing a check on arr and cmp registers update to ensure both registers are properly written before ending the loop. ---------------------------------------------------------------- Fabrice Gasnier (1): counter: stm32-lptimer-cnt: fix the check on arr and cmp registers update drivers/counter/stm32-lptimer-cnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)