All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] Counter updates, cleanups, and features for 5.18
@ 2022-03-04 15:15 William Breathitt Gray
  2022-03-10 21:46 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: William Breathitt Gray @ 2022-03-04 15:15 UTC (permalink / raw)
  To: gregkh, linux-iio

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

The following changes since commit 7e57714cd0ad2d5bb90e50b5096a0e671dec1ef3:

  Linux 5.17-rc6 (2022-02-27 14:36:33 -0800)

are available in the Git repository at:

  https://gitlab.com/vilhelmgray/counter.git tags/counter-for-5.18a

for you to fetch changes up to b98d1a3ed4b0b324b261b23defd1bdddddba4d44:

  counter: add defaults to switch-statements (2022-03-04 09:30:38 -0500)

----------------------------------------------------------------
First set of new Counter updates, cleanups, and features for 5.18

Only a few changes this cycle, but we do see the addition of a new
COUNTER_EVENT_CHANGE_OF_STATE event type that allows userspace to watch
counter pulses.

Features
* Add new COUNTER_EVENT_CHANGE_OF_STATE. This adds new counter event to
  notify user space about every new counter pulse. The interrupt-cnt
  driver is the first to use this new feature.

Cleanups
- Add Counter subsystem git tree to MAINTAINERS file.
- Set counter device name. This provides a convenient way to identify
  the counter device in devres_log events and similar situations.
- Add defaults to switch-statements. This pacifies warning messages from
  Clang static analysis reports.

Driver Updates
* 104-quad-8
  - Add COMPILE_TEST depends
* interrupt-cnt
  - Add counter_push_event()

----------------------------------------------------------------
Oleksij Rempel (2):
      counter: add new COUNTER_EVENT_CHANGE_OF_STATE
      counter: interrupt-cnt: add counter_push_event()

Tom Rix (1):
      counter: add defaults to switch-statements

William Breathitt Gray (3):
      counter: 104-quad-8: Add COMPILE_TEST depends
      counter: Set counter device name
      MAINTAINERS: Add Counter subsystem git tree

 MAINTAINERS                      |  1 +
 drivers/counter/Kconfig          |  2 +-
 drivers/counter/counter-chrdev.c |  4 ++++
 drivers/counter/counter-core.c   | 12 +++++++++++-
 drivers/counter/interrupt-cnt.c  |  7 +++++--
 include/uapi/linux/counter.h     |  2 ++
 6 files changed, 24 insertions(+), 4 deletions(-)

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PULL] Counter updates, cleanups, and features for 5.18
  2022-03-04 15:15 [PULL] Counter updates, cleanups, and features for 5.18 William Breathitt Gray
@ 2022-03-10 21:46 ` Greg KH
  2022-03-10 23:56   ` William Breathitt Gray
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2022-03-10 21:46 UTC (permalink / raw)
  To: William Breathitt Gray; +Cc: linux-iio

On Fri, Mar 04, 2022 at 10:15:31AM -0500, William Breathitt Gray wrote:
> The following changes since commit 7e57714cd0ad2d5bb90e50b5096a0e671dec1ef3:
> 
>   Linux 5.17-rc6 (2022-02-27 14:36:33 -0800)
> 
> are available in the Git repository at:
> 
>   https://gitlab.com/vilhelmgray/counter.git tags/counter-for-5.18a

I don't have a gpg key for you, and I really don't trust any
non-kernel.org git infrastructure at the moment.  Any chance you can get
a kernel.org account?

In the meantime, can you send me these by email?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PULL] Counter updates, cleanups, and features for 5.18
  2022-03-10 21:46 ` Greg KH
@ 2022-03-10 23:56   ` William Breathitt Gray
  2022-03-11  1:13     ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: William Breathitt Gray @ 2022-03-10 23:56 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-iio

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

On Thu, Mar 10, 2022 at 10:46:13PM +0100, Greg KH wrote:
> On Fri, Mar 04, 2022 at 10:15:31AM -0500, William Breathitt Gray wrote:
> > The following changes since commit 7e57714cd0ad2d5bb90e50b5096a0e671dec1ef3:
> > 
> >   Linux 5.17-rc6 (2022-02-27 14:36:33 -0800)
> > 
> > are available in the Git repository at:
> > 
> >   https://gitlab.com/vilhelmgray/counter.git tags/counter-for-5.18a
> 
> I don't have a gpg key for you, and I really don't trust any
> non-kernel.org git infrastructure at the moment.  Any chance you can get
> a kernel.org account?

Sure, how would I apply for a kernel.org account?

> In the meantime, can you send me these by email?

No problem, I'll send a patch series to you for now.

Thanks,

William Breathitt Gray

> 
> thanks,
> 
> greg k-h

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PULL] Counter updates, cleanups, and features for 5.18
  2022-03-10 23:56   ` William Breathitt Gray
@ 2022-03-11  1:13     ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2022-03-11  1:13 UTC (permalink / raw)
  To: William Breathitt Gray; +Cc: linux-iio

On Thu, Mar 10, 2022 at 06:56:59PM -0500, William Breathitt Gray wrote:
> On Thu, Mar 10, 2022 at 10:46:13PM +0100, Greg KH wrote:
> > On Fri, Mar 04, 2022 at 10:15:31AM -0500, William Breathitt Gray wrote:
> > > The following changes since commit 7e57714cd0ad2d5bb90e50b5096a0e671dec1ef3:
> > > 
> > >   Linux 5.17-rc6 (2022-02-27 14:36:33 -0800)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   https://gitlab.com/vilhelmgray/counter.git tags/counter-for-5.18a
> > 
> > I don't have a gpg key for you, and I really don't trust any
> > non-kernel.org git infrastructure at the moment.  Any chance you can get
> > a kernel.org account?
> 
> Sure, how would I apply for a kernel.org account?

https://korg.docs.kernel.org/accounts.html


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-11  1:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-04 15:15 [PULL] Counter updates, cleanups, and features for 5.18 William Breathitt Gray
2022-03-10 21:46 ` Greg KH
2022-03-10 23:56   ` William Breathitt Gray
2022-03-11  1:13     ` Greg KH

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.