Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1279794
| From | Marc Titinger <mtitinger@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/2] IIO version of INA2xx |
| Date | 2015-11-30 12:50 +0100 |
| Message-ID | <qAv7Y-33k-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Version 2 of https://lkml.org/lkml/2015/11/25/245
* fix few typos, comments and return value type issues.
* fix remove function: call order for iio_device_unregister
* rename itb => int_time_vbus and its => int_time_vshunt for clarity
* fix scale for integr. times (available values where in uS instead of s)
* move static variable into device data to allow for multiple instances
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
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 | 9 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/ina2xx-iio.c | 714 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 724 insertions(+)
create mode 100644 drivers/iio/adc/ina2xx-iio.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 v2 0/2] IIO version of INA2xx Marc Titinger <mtitinger@baylibre.com> - 2015-11-30 12:50 +0100
[PATCH v2 2/2] iio: ina2xx: provide a sysfs parameter to allow async readout of the ADCs Marc Titinger <mtitinger@baylibre.com> - 2015-11-30 12:50 +0100
Re: [PATCH v2 2/2] iio: ina2xx: provide a sysfs parameter to allow async readout of the ADCs Jonathan Cameron <jic23@kernel.org> - 2015-12-05 19:40 +0100
[PATCH v2 1/2] iio: ina2xx: add support for TI INA2xx Power Monitors Marc Titinger <mtitinger@baylibre.com> - 2015-11-30 12:50 +0100
Re: [PATCH v2 1/2] iio: ina2xx: add support for TI INA2xx Power Monitors Peter Meerwald-Stadler <pmeerw@pmeerw.net> - 2015-11-30 13:20 +0100
Re: [PATCH v2 1/2] iio: ina2xx: add support for TI INA2xx Power Monitors Jonathan Cameron <jic23@kernel.org> - 2015-12-05 19:40 +0100
Re: [PATCH v2 1/2] iio: ina2xx: add support for TI INA2xx Power Monitors Guenter Roeck <linux@roeck-us.net> - 2015-12-02 03:20 +0100
Re: [PATCH v2 1/2] iio: ina2xx: add support for TI INA2xx Power Monitors Marc Titinger <mtitinger@baylibre.com> - 2015-12-02 11:30 +0100
Re: [PATCH v2 1/2] iio: ina2xx: add support for TI INA2xx Power Monitors Guenter Roeck <linux@roeck-us.net> - 2015-12-02 17:10 +0100
Re: [PATCH v2 1/2] iio: ina2xx: add support for TI INA2xx Power Monitors Marc Titinger <mtitinger@baylibre.com> - 2015-12-02 17:30 +0100
Re: [PATCH v2 1/2] iio: ina2xx: add support for TI INA2xx Power Monitors Guenter Roeck <linux@roeck-us.net> - 2015-12-02 17:50 +0100
Re: [PATCH v2 1/2] iio: ina2xx: add support for TI INA2xx Power Monitors Marc Titinger <mtitinger@baylibre.com> - 2015-12-02 18:20 +0100
Re: [PATCH v2 1/2] iio: ina2xx: add support for TI INA2xx Power Monitors Guenter Roeck <linux@roeck-us.net> - 2015-12-02 18:30 +0100
csiph-web