Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754081AbbLSQIK (ORCPT ); Sat, 19 Dec 2015 11:08:10 -0500 Received: from saturn.retrosnub.co.uk ([178.18.118.26]:55987 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753995AbbLSQII (ORCPT ); Sat, 19 Dec 2015 11:08:08 -0500 Subject: Re: [PATCH v4 0/2] IIO version of INA2xx To: Marc Titinger , knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net References: <1450459432-16057-1-git-send-email-mtitinger@baylibre.com> Cc: linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org From: Jonathan Cameron X-Enigmail-Draft-Status: N1110 Message-ID: <567580E7.5010307@kernel.org> Date: Sat, 19 Dec 2015 16:08:07 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <1450459432-16057-1-git-send-email-mtitinger@baylibre.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1366 Lines: 32 On 18/12/15 17:23, Marc Titinger wrote: > 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 > The togreg branch to which I applied the previous is a non rebasing tree and a pull request went out to Greg so a new complete version is no use now. -- 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/