[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240904023040.23352-1-Mariel.Tinaco@analog.com>
Date: Wed, 4 Sep 2024 10:30:38 +0800
From: Mariel Tinaco <Mariel.Tinaco@...log.com>
To: <linux-iio@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, Jonathan Cameron <jic23@...nel.org>,
Lars-Peter Clausen <lars@...afoo.de>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Michael Hennerich
<Michael.Hennerich@...log.com>,
Conor Dooley <conor+dt@...nel.org>,
Marcelo
Schmitt <marcelo.schmitt1@...il.com>,
Dimitri Fedrau <dima.fedrau@...il.com>,
David Lechner <dlechner@...libre.com>,
Nuno Sá
<noname.nuno@...il.com>
Subject: [PATCH v3 0/2] Add support to AD8460 Waveform Generator DAC
Apply comments for adding support to AD8460 Waveform Generator DAC
ad8460:
* Fixed errors detected by test bot
* Applied proper masking of fixed values
* Applied proper wrapping to get close to 80 chars
* Applied proper comment formatting
* Applied proper placement of breaks in switch cases
* Removed channel properties unused by IIO buffer interface
* Simplified property getting on probe function
* Fixed error handlings on probe function
* Fixed setting of overvoltage, overcurrent and overtemperature ranges;
If value provided is invalid, default state of the register will not
be rewritten
Bindings:
* Dropped unnecessary descriptions
* Updated property descriptions to describe functionality properly
* Added multiple selection of values for adi,range-microvolt property
* Fixed formatting errors to follow DTS coding style
* Lifted GPIO naming from gpio-consumer-common yaml
Patch:
* Wrapped patches to 75 chars
Mariel Tinaco (2):
dt-bindings: iio: dac: add docs for ad8460
iio: dac: support the ad8460 Waveform DAC
.../bindings/iio/dac/adi,ad8460.yaml | 154 +++
MAINTAINERS | 8 +
drivers/iio/dac/Kconfig | 13 +
drivers/iio/dac/Makefile | 1 +
drivers/iio/dac/ad8460.c | 932 ++++++++++++++++++
5 files changed, 1108 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/dac/adi,ad8460.yaml
create mode 100644 drivers/iio/dac/ad8460.c
base-commit: c4b43d8336e52dce6d124e428aa3b71703e62647
--
2.34.1
Powered by blists - more mailing lists