public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add support to AD8460 Waveform Generator DAC
@ 2024-09-04  2:30 Mariel Tinaco
  2024-09-04  2:30 ` [PATCH v3 1/2] dt-bindings: iio: dac: add docs for ad8460 Mariel Tinaco
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Mariel Tinaco @ 2024-09-04  2:30 UTC (permalink / raw)
  To: linux-iio, devicetree, linux-kernel, Jonathan Cameron,
	Lars-Peter Clausen, Rob Herring, Krzysztof Kozlowski,
	Michael Hennerich, Conor Dooley, Marcelo Schmitt, Dimitri Fedrau,
	David Lechner, Nuno Sá

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


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

end of thread, other threads:[~2024-09-14 11:45 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-04  2:30 [PATCH v3 0/2] Add support to AD8460 Waveform Generator DAC Mariel Tinaco
2024-09-04  2:30 ` [PATCH v3 1/2] dt-bindings: iio: dac: add docs for ad8460 Mariel Tinaco
2024-09-04  6:20   ` Krzysztof Kozlowski
2024-09-07 17:01     ` Jonathan Cameron
2024-09-09  6:22       ` Tinaco, Mariel
2024-09-09  6:41         ` Krzysztof Kozlowski
2024-09-04  2:30 ` [PATCH v3 2/2] iio: dac: support the ad8460 Waveform DAC Mariel Tinaco
2024-09-04 15:50   ` kernel test robot
2024-09-04 17:23   ` kernel test robot
2024-09-06  0:50   ` David Lechner
2024-09-09  9:47     ` Tinaco, Mariel
2024-09-09 14:51       ` David Lechner
2024-09-09 19:09         ` Jonathan Cameron
2024-09-10  1:44     ` Tinaco, Mariel
2024-09-14 11:45       ` Jonathan Cameron
2024-09-07 17:14   ` Jonathan Cameron
2024-09-09  8:22     ` Tinaco, Mariel
2024-09-09 14:41       ` David Lechner
2024-09-04  6:16 ` [PATCH v3 0/2] Add support to AD8460 Waveform Generator DAC Krzysztof Kozlowski
2024-09-05  1:10   ` Tinaco, Mariel

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