Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753644AbbK3Lt2 (ORCPT ); Mon, 30 Nov 2015 06:49:28 -0500 Received: from mail-wm0-f47.google.com ([74.125.82.47]:38277 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752562AbbK3Lt0 (ORCPT ); Mon, 30 Nov 2015 06:49:26 -0500 From: Marc Titinger To: jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net Cc: linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, Marc Titinger Subject: [PATCH v2 0/2] IIO version of INA2xx Date: Mon, 30 Nov 2015 12:49:13 +0100 Message-Id: <1448884155-2546-1-git-send-email-mtitinger@baylibre.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1186 Lines: 31 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/