public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v0 0/3] Add support for AD7191
@ 2024-12-21 15:55 Alisa-Dariana Roman
  2024-12-21 15:56 ` [PATCH v1 1/3] iio: adc: ad_sigma_delta: Add CS assert function Alisa-Dariana Roman
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Alisa-Dariana Roman @ 2024-12-21 15:55 UTC (permalink / raw)
  To: Alisa-Dariana Roman, Jonathan Cameron, David Lechner,
	Uwe Kleine-König, linux-iio, devicetree, linux-kernel
  Cc: Lars-Peter Clausen, Michael Hennerich, Jonathan Cameron,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley

Dear maintainers,

Here is a series of patches adding support for AD7191, a chip from the AD719X
family, with similar functionalities. Since this chip is entirely
pin-programmable with no registers, I wrote a separate driver from ad7192.c.
Sigma delta adc drivers use the set_mode() callback function which contains a
register write to make sure the chip select line is asserted before waiting for
an interrupt. Devices such as AD7191 and AD7780 have no registers to write to,
so I added a helper function ad_sd_assert_cs() for these use cases.

Kind regards,
Alisa-Dariana Roman.


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

end of thread, other threads:[~2025-01-22 12:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-21 15:55 [PATCH v0 0/3] Add support for AD7191 Alisa-Dariana Roman
2024-12-21 15:56 ` [PATCH v1 1/3] iio: adc: ad_sigma_delta: Add CS assert function Alisa-Dariana Roman
2024-12-22 18:07   ` Jonathan Cameron
2025-01-21  9:36     ` Alisa-Dariana Roman
2025-01-21 22:32       ` David Lechner
2025-01-22 12:26         ` Alisa-Dariana Roman
2024-12-21 15:56 ` [PATCH v1 2/3] dt-bindings: iio: adc: add AD7191 Alisa-Dariana Roman
2024-12-22 14:48   ` Conor Dooley
2024-12-22 18:18     ` Jonathan Cameron
2024-12-24 20:27       ` Conor Dooley
2024-12-27  8:53   ` Krzysztof Kozlowski
2024-12-21 15:56 ` [PATCH v1 3/3] iio: adc: ad7191: " Alisa-Dariana Roman
2024-12-22 18:54   ` Jonathan Cameron

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