devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/2] Changes to admfm2000 driver
@ 2024-01-18  8:58 Kim Seer Paller
  2024-01-18  8:58 ` [PATCH v6 1/2] dt-bindings: iio: frequency: add admfm2000 Kim Seer Paller
  2024-01-18  8:58 ` [PATCH v6 2/2] iio: frequency: admfm2000: New driver Kim Seer Paller
  0 siblings, 2 replies; 11+ messages in thread
From: Kim Seer Paller @ 2024-01-18  8:58 UTC (permalink / raw)
  To: linux-iio, devicetree, linux-kernel
  Cc: Jonathan Cameron, Lars-Peter Clausen, Michael Hennerich,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Crt Mori,
	Linus Walleij, Bartosz Golaszewski, Kim Seer Paller

Hi all,

Apologies for taking a long time to follow up on this series. I took some time to
test and try out the suggested changes. As for the major change in the bindings
and driver, the array of switch and attenuation GPIOs were moved under child nodes
utilizing the devm_fwnode_gpiod_get_index() for GPIO parsing.

I have just an inquiry regarding the difficulty of implementing the use of
guard(mutex)(&st->lock) for my current controller. Is it okay to simply use the
mutex_lock function instead?

Best regards,
Kim Seer Paller

Kim Seer Paller (2):
  dt-bindings: iio: frequency: add admfm2000
  iio: frequency: admfm2000: New driver

 .../bindings/iio/frequency/adi,admfm2000.yaml | 129 ++++++++
 MAINTAINERS                                   |   8 +
 drivers/iio/frequency/Kconfig                 |  10 +
 drivers/iio/frequency/Makefile                |   1 +
 drivers/iio/frequency/admfm2000.c             | 307 ++++++++++++++++++
 5 files changed, 455 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/frequency/adi,admfm2000.yaml
 create mode 100644 drivers/iio/frequency/admfm2000.c


base-commit: 296455ade1fdcf5f8f8c033201633b60946c589a
-- 
2.34.1


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

end of thread, other threads:[~2024-01-21 16:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-18  8:58 [PATCH v6 0/2] Changes to admfm2000 driver Kim Seer Paller
2024-01-18  8:58 ` [PATCH v6 1/2] dt-bindings: iio: frequency: add admfm2000 Kim Seer Paller
2024-01-18 16:09   ` Conor Dooley
2024-01-19  0:30     ` Paller, Kim Seer
2024-01-19  8:20       ` Nuno Sá
2024-01-19  8:31         ` Conor Dooley
2024-01-19  9:16           ` Paller, Kim Seer
2024-01-19  9:21           ` Nuno Sá
2024-01-19 16:54             ` Conor Dooley
2024-01-18  8:58 ` [PATCH v6 2/2] iio: frequency: admfm2000: New driver Kim Seer Paller
2024-01-21 16:09   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).