mbox series

[GIT,PULL] First set of Counter updates for the 6.6 cycle

Message ID ZN+cRfEqnKvzTMh3@ishi (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] First set of Counter updates for the 6.6 cycle | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.6a

Message

William Breathitt Gray Aug. 18, 2023, 4:28 p.m. UTC
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(-)

Comments

Greg KH Aug. 22, 2023, 1:54 p.m. UTC | #1
On Fri, Aug 18, 2023 at 12:28:53PM -0400, William Breathitt Gray wrote:
> 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

Pulled and pushed out, thanks.

greg k-h