All of lore.kernel.org
 help / color / mirror / Atom feed
From: William Breathitt Gray <wbg@kernel.org>
To: gregkh@linuxfoundation.org, linux-iio@vger.kernel.org
Subject: [GIT PULL] First set of Counter updates for the 6.6 cycle
Date: Fri, 18 Aug 2023 12:28:53 -0400	[thread overview]
Message-ID: <ZN+cRfEqnKvzTMh3@ishi> (raw)

[-- Attachment #1: Type: text/plain, Size: 1597 bytes --]

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(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

             reply	other threads:[~2023-08-18 16:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-18 16:28 William Breathitt Gray [this message]
2023-08-22 13:54 ` [GIT PULL] First set of Counter updates for the 6.6 cycle Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZN+cRfEqnKvzTMh3@ishi \
    --to=wbg@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-iio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.