devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for AD7293 Power Amplifier
@ 2021-11-05 11:29 Antoniu Miclaus
  2021-11-05 11:29 ` [PATCH v4 1/3] iio: frequency: admv1013: add support for ADMV1013 Antoniu Miclaus
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Antoniu Miclaus @ 2021-11-05 11:29 UTC (permalink / raw)
  To: jic23, robh+dt, linux-iio, devicetree, linux-kernel; +Cc: Antoniu Miclaus

The AD7293 is a Power Amplifier drain current controller containing 
functionality for general-purpose monitoring and control of 
current, voltage, and temperature, integrated into a single chip 
solution with an SPI-compatible interface.

Datasheet:
https://www.analog.com/media/en/technical-documentation/data-sheets/AD7293.pdf

This series of patches provide an initial implementation of the
driver with access from the userspace to the:
 - ADC channels (read raw values, set range, set offset)
 - DAC channels (set code, set offset)
 - Temperature sensing (read raw values, set offset)
 - Current sensing (read raw, set offset, set gain)

Antoniu Miclaus (2):
  iio:amplifiers:ad7293: add support for AD7293
  dt-bindings:iio:amplifiers: add ad7293 doc

 .../bindings/iio/amplifiers/adi,ad7293.yaml   |  49 ++
 drivers/iio/amplifiers/Kconfig                |  11 +
 drivers/iio/amplifiers/Makefile               |   1 +
 drivers/iio/amplifiers/ad7293.c               | 794 ++++++++++++++++++
 4 files changed, 855 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/amplifiers/adi,ad7293.yaml
 create mode 100644 drivers/iio/amplifiers/ad7293.c

-- 
2.33.1


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH 0/2] Add support for AD7293 Power Amplifier
@ 2021-11-02 13:59 Antoniu Miclaus
  0 siblings, 0 replies; 10+ messages in thread
From: Antoniu Miclaus @ 2021-11-02 13:59 UTC (permalink / raw)
  To: jic23, robh+dt, linux-iio, devicetree, linux-kernel; +Cc: Antoniu Miclaus

The AD7293 is a Power Amplifier drain current controller containing 
functionality for general-purpose monitoring and control of 
current, voltage, and temperature, integrated into a single chip 
solution with an SPI-compatible interface.

Datasheet:
https://www.analog.com/media/en/technical-documentation/data-sheets/AD7293.pdf

This series of patches provide an initial implementation of the
driver with access from the userspace to the:
 - ADC channels (read raw values, set range, set offset)
 - DAC channels (set code, set offset)
 - Temperature sensing (read raw values, set offset)
 - Current sensing (read raw, set offset, set gain)

Antoniu Miclaus (2):
  iio:amplifiers:ad7293: add support for AD7293
  dt-bindings:iio:amplifiers: add ad7293 doc

 .../bindings/iio/amplifiers/adi,ad7293.yaml   |  49 ++
 drivers/iio/amplifiers/Kconfig                |  11 +
 drivers/iio/amplifiers/Makefile               |   1 +
 drivers/iio/amplifiers/ad7293.c               | 794 ++++++++++++++++++
 4 files changed, 855 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/amplifiers/adi,ad7293.yaml
 create mode 100644 drivers/iio/amplifiers/ad7293.c

-- 
2.33.1


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

end of thread, other threads:[~2021-11-14 15:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-05 11:29 [PATCH 0/2] Add support for AD7293 Power Amplifier Antoniu Miclaus
2021-11-05 11:29 ` [PATCH v4 1/3] iio: frequency: admv1013: add support for ADMV1013 Antoniu Miclaus
2021-11-14 15:58   ` Jonathan Cameron
2021-11-05 11:29 ` [PATCH v4 2/3] dt-bindings: iio: frequency: add admv1013 doc Antoniu Miclaus
2021-11-12 22:38   ` Rob Herring
2021-11-14 15:50   ` Jonathan Cameron
2021-11-05 11:29 ` [PATCH v4 3/3] Documentation:ABI:testing:admv1013: add ABI docs Antoniu Miclaus
2021-11-14 15:58   ` Jonathan Cameron
2021-11-13 18:17 ` [PATCH 0/2] Add support for AD7293 Power Amplifier Jonathan Cameron
  -- strict thread matches above, loose matches on Subject: below --
2021-11-02 13:59 Antoniu Miclaus

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).