devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] iio: add unit converter
@ 2018-04-03 15:36 Peter Rosin
  2018-04-03 15:36 ` [PATCH v2 1/2] dt-bindings: iio: afe: add current-sense-cuicuit and voltage-divider Peter Rosin
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Peter Rosin @ 2018-04-03 15:36 UTC (permalink / raw)
  To: linux-kernel
  Cc: Peter Rosin, Jonathan Cameron, Hartmut Knaack, Lars-Peter Clausen,
	Peter Meerwald-Stadler, Rob Herring, Mark Rutland,
	David S. Miller, Mauro Carvalho Chehab, Greg Kroah-Hartman,
	Linus Walleij, Andrew Morton, Randy Dunlap, Michael Hennerich,
	Phil Reid, linux-iio, devicetree

Hi!

This driver implements support for voltage dividers and current
sense circuits. It's pretty generic and should be easily adaptable
to other linear scaling purposes...

The driver is still named "unit converter", because it was not
clear to me that there was a real problem with the driver being
named that. I got the impression that the naming discussion in
v1 was mainly about the category, and that it kind of looked odd
and non-specific with unit-converter in the DT bindings, but
what do I know?

Cheers,
Peter

Changes since v1:    https://lkml.org/lkml/2018/3/19/801
- Put the driver in the new afe category (Analog Front Ends) and do not
  move the iio-mux driver.
- Do not refer to the source channel as "parent", use "source" instead.
- Have the DT compatible drive the target unit, instead of relying on a
  "type" DT-property for that.
- In the DT bindings, use an unnamed source channel.
- Do not set up writes to _RAW (sorry Phil) as I don't need it and have
  not tested it. It's easy to add back if needed.
- Fail if the source channel does not support _RAW or _SCALE.
- Fix various spelling issues.
- Fix various code style issues.

Peter Rosin (2):
  dt-bindings: iio: afe: add current-sense-cuicuit and voltage-divider
  iio: afe: unit-converter: new driver

 .../bindings/iio/afe/current-sense-circuit.txt     |  45 ++++
 .../bindings/iio/afe/voltage-divider.txt           |  45 ++++
 MAINTAINERS                                        |   8 +
 drivers/iio/Kconfig                                |   1 +
 drivers/iio/Makefile                               |   1 +
 drivers/iio/afe/Kconfig                            |  18 ++
 drivers/iio/afe/Makefile                           |   6 +
 drivers/iio/afe/iio-unit-converter.c               | 257 +++++++++++++++++++++
 8 files changed, 381 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/afe/current-sense-circuit.txt
 create mode 100644 Documentation/devicetree/bindings/iio/afe/voltage-divider.txt
 create mode 100644 drivers/iio/afe/Kconfig
 create mode 100644 drivers/iio/afe/Makefile
 create mode 100644 drivers/iio/afe/iio-unit-converter.c

-- 
2.11.0

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

end of thread, other threads:[~2018-04-10 13:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-03 15:36 [PATCH v2 0/2] iio: add unit converter Peter Rosin
2018-04-03 15:36 ` [PATCH v2 1/2] dt-bindings: iio: afe: add current-sense-cuicuit and voltage-divider Peter Rosin
2018-04-08 16:50   ` Jonathan Cameron
2018-04-09 11:12     ` Peter Rosin
2018-04-10 13:13     ` Rob Herring
2018-04-10 13:49       ` Jonathan Cameron
2018-04-08 17:40   ` Fabio Estevam
2018-04-03 15:36 ` [PATCH v2 2/2] iio: afe: unit-converter: new driver Peter Rosin
2018-04-08 16:55   ` Jonathan Cameron
2018-04-03 17:41 ` [PATCH v2 0/2] iio: add unit converter Andrew F. Davis
2018-04-03 18:09   ` Peter Rosin
2018-04-03 18:55     ` Andrew F. Davis
2018-04-10 13:06     ` Rob Herring

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