linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] iio: potentiometer: Add driver support for AD5110
@ 2021-08-09  7:57 Mugilraj Dhavachelvan
  2021-08-09  7:57 ` [PATCH v2 1/2] dt-bindings: iio: potentiometer: Add AD5110 in trivial-devices Mugilraj Dhavachelvan
  2021-08-09  7:57 ` [PATCH v2 2/2] iio: potentiometer: Add driver support for AD5110 Mugilraj Dhavachelvan
  0 siblings, 2 replies; 14+ messages in thread
From: Mugilraj Dhavachelvan @ 2021-08-09  7:57 UTC (permalink / raw)
  To: Dragos.Bogdan, Darius.Berghe, Rob Herring, Jonathan Cameron,
	Lars-Peter Clausen, Michael Hennerich, Mugilraj Dhavachelvan,
	Guenter Roeck, Chris Packham, Krzysztof Kozlowski,
	Alexandre Belloni, Alexandru Ardelean, devicetree, linux-kernel,
	linux-iio

Add dt-bindings and driver support for AD5110, a Nonvolatile 
Digital Potentiometer.

Changes since v1:
 - Drop 'shared_by_type' since it's a single channel
 - Add error check for i2c read/write data bytes
 - Simplified calculation for tolerance
 - Add shift for eeprom wiper pos read
 - Change new custom ABI to existing ABI
 - Allow top-scale mode by writting max_pos to val

Mugilraj Dhavachelvan (2):
  dt-bindings: iio: potentiometer: Add AD5110 in trivial-devices
  iio: potentiometer: Add driver support for AD5110

 .../devicetree/bindings/trivial-devices.yaml  |   2 +
 MAINTAINERS                                   |   6 +
 drivers/iio/potentiometer/Kconfig             |  10 +
 drivers/iio/potentiometer/Makefile            |   1 +
 drivers/iio/potentiometer/ad5110.c            | 339 ++++++++++++++++++
 5 files changed, 358 insertions(+)
 create mode 100644 drivers/iio/potentiometer/ad5110.c

-- 
2.25.1


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

end of thread, other threads:[~2021-08-14  8:18 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09  7:57 [PATCH v2 0/2] iio: potentiometer: Add driver support for AD5110 Mugilraj Dhavachelvan
2021-08-09  7:57 ` [PATCH v2 1/2] dt-bindings: iio: potentiometer: Add AD5110 in trivial-devices Mugilraj Dhavachelvan
2021-08-13 20:57   ` Rob Herring
2021-08-09  7:57 ` [PATCH v2 2/2] iio: potentiometer: Add driver support for AD5110 Mugilraj Dhavachelvan
2021-08-09 20:05   ` Jonathan Cameron
2021-08-10 12:49   ` Andy Shevchenko
2021-08-11  5:45     ` Mugilraj Dhavachelvan
2021-08-11  7:03       ` Andy Shevchenko
2021-08-11  7:05         ` Andy Shevchenko
2021-08-11  8:11           ` Mugilraj Dhavachelvan
2021-08-11  8:15     ` Lars-Peter Clausen
2021-08-11 16:06       ` Andy Shevchenko
2021-08-12 16:53         ` Mugilraj Dhavachelvan
2021-08-14  8:18           ` Mugilraj Dhavachelvan

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