From patchwork Fri Aug 18 16:28:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: William Breathitt Gray X-Patchwork-Id: 13357982 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 C842CC71159 for ; Fri, 18 Aug 2023 16:29:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378632AbjHRQ3F (ORCPT ); Fri, 18 Aug 2023 12:29:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53282 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1378684AbjHRQ27 (ORCPT ); Fri, 18 Aug 2023 12:28:59 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 153DE3C0A for ; Fri, 18 Aug 2023 09:28:58 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A427D6218E for ; Fri, 18 Aug 2023 16:28:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9679FC433C7; Fri, 18 Aug 2023 16:28:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692376137; bh=+NcaldpIQVmkvpVnVqQ5XaYdWi6XguM0xKct5EPVYuM=; h=Date:From:To:Subject:From; b=ixhaCVbFOjcYp8Xip6pqhQr7Fvn681YHLA+8g3tnb0J33NgBuh983qyqvAO3sf/+P QkUnxlrqTRXEigWBAskR3RKL3YNgsiqawjZEpIMcqO3HTGAqnCwi7s8lDYzKmlnlEp IqS4x3PEIitQ3VtE1Hq49TMFR2apvO21KVDZrgBBQUUCXlhiu/MCUMweYCQsQXyoIQ vJ7bm2QZ+kgxy6GxOWi50gCgGTcpL6uC1yoLzcsiUdU2P9eZL0bqj8uSQccG4ZE9my WCvvcH/aQ77Be/UfHXDHAANjMQcTMj38tkdFXcVeDGys3RyALP2S/3x6ukt128noFQ XCnyiMApQOCig== Date: Fri, 18 Aug 2023 12:28:53 -0400 From: William Breathitt Gray To: gregkh@linuxfoundation.org, linux-iio@vger.kernel.org Subject: [GIT PULL] First set of Counter updates for the 6.6 cycle 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 2ccdd1b13c591d306f0401d98dedc4bdcd02b421: Linux 6.5-rc6 (2023-08-13 11:29:55 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.6a for you to fetch changes up to 39266b642ccdc154b48eae11263920956fa0e89e: counter: rz-mtu3-cnt: Reorder locking sequence for consistency (2023-08-16 09:41:29 -0400) ---------------------------------------------------------------- First set of Counter updates for the 6.6 cycle This set consists primarily of minor clean-ups. The counter_priv() 'const' attribute change does yield a small improvement in reducing the binary size. Changes * rz-mtu3-cnt - Reorder locking sequence for consistency * Documentation - sysfs-bus-counter: Fix indentation * counter - Declare counter_priv() to be const * microchip-tcb-capture - Explicitly include correct DT includes ---------------------------------------------------------------- Biju Das (2): Documentation: ABI: sysfs-bus-counter: Fix indentation counter: rz-mtu3-cnt: Reorder locking sequence for consistency Rob Herring (1): counter: Explicitly include correct DT includes Uwe Kleine-König (1): counter: Declare counter_priv() to be const Documentation/ABI/testing/sysfs-bus-counter | 8 ++++---- drivers/counter/microchip-tcb-capture.c | 1 - drivers/counter/rz-mtu3-cnt.c | 4 ++-- include/linux/counter.h | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-)