Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1285105
| From | Marc Titinger <mtitinger@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/2] IIO version of INA2xx |
| Date | 2015-12-07 10:10 +0100 |
| Message-ID | <qCZXX-2uS-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Version 3 of https://lkml.org/lkml/2015/11/25/245
* rename ina2xx-iio to ian2xx-adc for consistency with other chips
(ina2xx being the hwmon driver).
* add an exclusion in the iio/adc/Kconfig: depends on !SENSORS_INA2XX
* more typos and style fixes
* make regmap config const with .max_register = INA2XX_MAX_REGISTERS
previous references:
* following RFC started in https://lkml.org/lkml/2015/11/10/370
* and feed back from https://lkml.org/lkml/2015/11/18/395
* Version 2: https://lkml.org/lkml/2015/11/30/245
Marc Titinger (2):
iio: ina2xx: add support for TI INA2xx Power Monitors
iio: ina2xx: provide a sysfs parameter to allow async readout of the
ADCs
drivers/iio/adc/Kconfig | 10 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/ina2xx-adc.c | 706 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 717 insertions(+)
create mode 100644 drivers/iio/adc/ina2xx-adc.c
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/2] IIO version of INA2xx Marc Titinger <mtitinger@baylibre.com> - 2015-12-07 10:10 +0100 [PATCH v3 1/2] iio: ina2xx: add support for TI INA2xx Power Monitors Marc Titinger <mtitinger@baylibre.com> - 2015-12-07 10:20 +0100 [PATCH v3 2/2] iio: ina2xx: provide a sysfs parameter to allow async readout of the ADCs Marc Titinger <mtitinger@baylibre.com> - 2015-12-07 10:20 +0100
csiph-web