From patchwork Thu Sep 7 22:32:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: William Breathitt Gray X-Patchwork-Id: 13376895 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 7F023EC875F for ; Thu, 7 Sep 2023 22:33:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237501AbjIGWdH (ORCPT ); Thu, 7 Sep 2023 18:33:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41434 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237730AbjIGWdG (ORCPT ); Thu, 7 Sep 2023 18:33:06 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E4A751BC7 for ; Thu, 7 Sep 2023 15:32:58 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1DF22C433C8; Thu, 7 Sep 2023 22:32:58 +0000 (UTC) Date: Thu, 7 Sep 2023 18:32:55 -0400 From: William Breathitt Gray To: gregkh@linuxfoundation.org Cc: linux-iio@vger.kernel.org Subject: [GIT PULL] First set of Counter fixes for 6.6 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 2dde18cd1d8fac735875f2e4987f11817cc0bc2c: Linux 6.5 (2023-08-27 14:49:51 -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.6a for you to fetch changes up to df8fdd01c98b99d04915c04f3a5ce73f55456b7c: counter: microchip-tcb-capture: Fix the use of internal GCLK logic (2023-09-05 12:25:14 -0400) ---------------------------------------------------------------- First set of Counter fixes for 6.6 The counter_get_ext() function would incorrectly refer to the first element of the extensions array to handle component array extensions when they are located at a different index; a fix is provided to index to the correct element in the array for this case. A fix for the microchip-tcb-capture is provided as well to correct an inverted internal GCLK logic for clock selection. ---------------------------------------------------------------- Dharma Balasubiramani (1): counter: microchip-tcb-capture: Fix the use of internal GCLK logic Fabrice Gasnier (1): counter: chrdev: fix getting array extensions drivers/counter/counter-chrdev.c | 4 ++-- drivers/counter/microchip-tcb-capture.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)