Linux IIO development
 help / color / mirror / Atom feed
* [PATCH v4 0/2] iio: adc: mcp3422: apply bit manipulation macros
@ 2026-04-29 22:43 Marcelo Machado Lage
  2026-04-29 22:44 ` [PATCH v4 1/2] iio: adc: mcp3422: rewrite mask macros with help of bits.h APIs Marcelo Machado Lage
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Marcelo Machado Lage @ 2026-04-29 22:43 UTC (permalink / raw)
  To: andy, dlechner, jic23, nuno.sa; +Cc: Marcelo Machado Lage, linux-iio

This patch set rewrites several open-coded bit manipulation parts of
the MCP3421/2/3/4/5/6/7/8 driver code using bits.h and bitfield.h
macros.

Marcelo Machado Lage (2):
  iio: adc: mcp3422: rewrite mask macros with help of bits.h APIs
  iio: adc: mcp3422: write bit operations using bitfield.h APIs

 drivers/iio/adc/mcp3422.c | 65 ++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 38 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2026-05-09 14:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-29 22:43 [PATCH v4 0/2] iio: adc: mcp3422: apply bit manipulation macros Marcelo Machado Lage
2026-04-29 22:44 ` [PATCH v4 1/2] iio: adc: mcp3422: rewrite mask macros with help of bits.h APIs Marcelo Machado Lage
2026-04-29 22:44 ` [PATCH v4 2/2] iio: adc: mcp3422: write bit operations using bitfield.h APIs Marcelo Machado Lage
2026-04-30  6:11 ` [PATCH v4 0/2] iio: adc: mcp3422: apply bit manipulation macros Andy Shevchenko
2026-05-05 16:22   ` Jonathan Cameron
2026-05-09 14:09     ` Marcelo Machado Lage

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