public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Counter updates and cleanups for 5.20
@ 2022-07-14 16:07 William Breathitt Gray
  2022-07-14 16:07 ` [PATCH 1/4] MAINTAINERS: Update info for William Breathitt Gray William Breathitt Gray
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: William Breathitt Gray @ 2022-07-14 16:07 UTC (permalink / raw)
  To: gregkh; +Cc: linux-iio, linux-kernel, William Breathitt Gray

First set of Counter updates and cleanups for 5.20

Only a couple changes this cycle, all involving the 104-QUAD-8 driver.

The 104-QUAD-8 driver is refactored to utilize iomap() and respective
ioread8()/iowrite8() I/O memory accessor calls. This allows some
significant cleanup of magic numbers, replacing them with a more
straight-forward approach of accessing named register structures.

The Counter git repository has moved to a new host
<https://git.linaro.org/people/william.gray/counter.git/> and the
MAINTAINTERS file updated accordingly along with my latest contact
information. Syed Nayyar Waris is no longer available to maintain the
104-QUAD-8 driver so the 104-QUAD-8 drivers maintainers list is updated
as well to reflect the departure.

William Breathitt Gray (4):
  MAINTAINERS: Update info for William Breathitt Gray
  counter: 104-quad-8: Utilize iomap interface
  counter: 104-quad-8: Implement and utilize register structures
  MAINTAINERS: Update 104-QUAD-8 driver maintainers list

 MAINTAINERS                  |  29 +++--
 drivers/counter/104-quad-8.c | 203 ++++++++++++++++++++---------------
 2 files changed, 130 insertions(+), 102 deletions(-)


base-commit: f2906aa863381afb0015a9eb7fefad885d4e5a56
-- 
2.36.1


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

end of thread, other threads:[~2022-07-14 16:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-14 16:07 [PATCH 0/4] Counter updates and cleanups for 5.20 William Breathitt Gray
2022-07-14 16:07 ` [PATCH 1/4] MAINTAINERS: Update info for William Breathitt Gray William Breathitt Gray
2022-07-14 16:07 ` [PATCH 2/4] counter: 104-quad-8: Utilize iomap interface William Breathitt Gray
2022-07-14 16:07 ` [PATCH 3/4] counter: 104-quad-8: Implement and utilize register structures William Breathitt Gray
2022-07-14 16:07 ` [PATCH 4/4] MAINTAINERS: Update 104-QUAD-8 driver maintainers list William Breathitt Gray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox