public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] IIO version of INA2xx
@ 2015-12-18 17:23 Marc Titinger
  2015-12-18 17:23 ` [PATCH v4 1/2] iio: ina2xx: add support for TI INA2xx Power Monitors Marc Titinger
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Marc Titinger @ 2015-12-18 17:23 UTC (permalink / raw)
  To: jic23, knaack.h, lars, pmeerw; +Cc: linux-iio, linux-kernel, Marc Titinger

v4:
 * squash previous small fixes into one patch and catch up with fixes from
   linux-iio git, 'testing' branch.
 * fix endianness hint by the use of IIO_CPU, following Andrew's comment
 * fix spacing issue.
 * add separate ABI documentation entry

v3 and earlier : see http://www.spinics.net/lists/linux-iio/msg22100.html

Marc Titinger (2):
  iio: ina2xx: add support for TI INA2xx Power Monitors
  iio: ina2xx: add ABI documentation entry sysfs-bus-iio-ina2xx-adc

 Documentation/ABI/testing/sysfs-bus-iio-ina2xx-adc |  24 +
 drivers/iio/adc/Kconfig                            |  10 +
 drivers/iio/adc/Makefile                           |   1 +
 drivers/iio/adc/ina2xx-adc.c                       | 745 +++++++++++++++++++++
 4 files changed, 780 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-ina2xx-adc
 create mode 100644 drivers/iio/adc/ina2xx-adc.c

-- 
1.9.1


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-18 17:23 [PATCH v4 0/2] IIO version of INA2xx Marc Titinger
2015-12-18 17:23 ` [PATCH v4 1/2] iio: ina2xx: add support for TI INA2xx Power Monitors Marc Titinger
2015-12-18 17:23 ` [PATCH v4 2/2] iio: ina2xx: add ABI documentation entry sysfs-bus-iio-ina2xx-adc Marc Titinger
2015-12-19 16:08 ` [PATCH v4 0/2] IIO version of INA2xx Jonathan Cameron
2015-12-22 18:53   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox