linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] IIO version of INA2xx
@ 2015-11-30 11:49 Marc Titinger
  2015-11-30 11:49 ` [PATCH v2 1/2] iio: ina2xx: add support for TI INA2xx Power Monitors Marc Titinger
  2015-11-30 11:49 ` [PATCH v2 2/2] iio: ina2xx: provide a sysfs parameter to allow async readout of the ADCs Marc Titinger
  0 siblings, 2 replies; 13+ messages in thread
From: Marc Titinger @ 2015-11-30 11:49 UTC (permalink / raw)
  To: jic23, knaack.h, lars, pmeerw; +Cc: linux-iio, linux-kernel, Marc Titinger

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


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

end of thread, other threads:[~2015-12-05 18:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-30 11:49 [PATCH v2 0/2] IIO version of INA2xx Marc Titinger
2015-11-30 11:49 ` [PATCH v2 1/2] iio: ina2xx: add support for TI INA2xx Power Monitors Marc Titinger
2015-11-30 12:16   ` Peter Meerwald-Stadler
2015-12-05 18:29     ` Jonathan Cameron
2015-12-02  2:14   ` Guenter Roeck
2015-12-02 10:20     ` Marc Titinger
2015-12-02 16:04       ` Guenter Roeck
2015-12-02 16:20         ` Marc Titinger
2015-12-02 16:44           ` Guenter Roeck
2015-12-02 17:09             ` Marc Titinger
2015-12-02 17:20               ` Guenter Roeck
2015-11-30 11:49 ` [PATCH v2 2/2] iio: ina2xx: provide a sysfs parameter to allow async readout of the ADCs Marc Titinger
2015-12-05 18:30   ` Jonathan Cameron

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