Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755326AbbLGJJs (ORCPT ); Mon, 7 Dec 2015 04:09:48 -0500 Received: from mail-wm0-f49.google.com ([74.125.82.49]:33915 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753953AbbLGJJo (ORCPT ); Mon, 7 Dec 2015 04:09:44 -0500 From: Marc Titinger To: jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, linux@roeck-us.net, jdelvare@suse.com Cc: linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org, Marc Titinger Subject: [PATCH v3 0/2] IIO version of INA2xx Date: Mon, 7 Dec 2015 10:09:33 +0100 Message-Id: <1449479375-4061-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: 32 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/