mbox series

[GIT,PULL] Counter updates for 6.9

Message ID ZeyMLe1lmfyMcrss@ishi (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] Counter updates for 6.9 | expand

Pull-request

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

Message

William Breathitt Gray March 9, 2024, 4:19 p.m. UTC
The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d5b71a36a6afb6d2fe70ed134a3163be6e205ae6:

  MAINTAINERS: Update email addresses for William Breathitt Gray (2024-03-09 10:52:09 -0500)

----------------------------------------------------------------
Counter updates for 6.9

Three key updates of note herein:
  - Introduction of the COUNTER_COMP_FREQUENCY() macro to simplify
    creation of "frequency" Counter extensions
  - Three additional Signals (Clock, Channel 3, and Channel 4) are
    supported for the stm32-timer-cnt
  - Counter events support added for the stm32-timer-cnt

There are also some miscellaneous cleanups and improvements, such as
constifying Counter structures and resolving a kernel-doc description
warning.

----------------------------------------------------------------
Fabrice Gasnier (11):
      counter: Introduce the COUNTER_COMP_FREQUENCY() macro
      counter: stm32-timer-cnt: rename quadrature signal
      counter: stm32-timer-cnt: rename counter
      counter: stm32-timer-cnt: adopt signal definitions
      counter: stm32-timer-cnt: introduce clock signal
      counter: stm32-timer-cnt: add counter prescaler extension
      counter: stm32-timer-cnt: add checks on quadrature encoder capability
      counter: stm32-timer-cnt: introduce channels
      counter: stm32-timer-cnt: probe number of channels from registers
      counter: stm32-timer-cnt: add support for overflow events
      counter: stm32-timer-cnt: add support for capture events

Randy Dunlap (1):
      counter: linux/counter.h: fix Excess kernel-doc description warning

Ricardo B. Marliere (2):
      counter: make counter_bus_type const
      counter: constify the struct device_type usage

William Breathitt Gray (1):
      MAINTAINERS: Update email addresses for William Breathitt Gray

 MAINTAINERS                       |  30 +--
 drivers/counter/counter-core.c    |   4 +-
 drivers/counter/stm32-timer-cnt.c | 461 ++++++++++++++++++++++++++++++++++++--
 include/linux/counter.h           |   4 +-
 include/linux/mfd/stm32-timers.h  |  13 ++
 5 files changed, 480 insertions(+), 32 deletions(-)

Comments

Greg KH April 11, 2024, 12:45 p.m. UTC | #1
On Sat, Mar 09, 2024 at 11:19:57AM -0500, William Breathitt Gray wrote:
> The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
> 
>   Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.9

Did this ever get taken?  If so, should it be for 6.10?

confused,

greg k-h
William Breathitt Gray April 13, 2024, 8:09 a.m. UTC | #2
On Thu, Apr 11, 2024 at 02:45:45PM +0200, Greg KH wrote:
> On Sat, Mar 09, 2024 at 11:19:57AM -0500, William Breathitt Gray wrote:
> > The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
> > 
> >   Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.9
> 
> Did this ever get taken?  If so, should it be for 6.10?
> 
> confused,
> 
> greg k-h

Sorry, I should have submitted that sooner for the 6.9 cycle. I've
created a new tag[^1] for 6.10 that includes these commits, so please
pull that one instead.

Thanks,

William Breathitt Gray

[^1] https://lore.kernel.org/linux-iio/Zho9QUfTfT-uHptA@ishi/