Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752700AbcCGO3o (ORCPT ); Mon, 7 Mar 2016 09:29:44 -0500 Received: from eusmtp01.atmel.com ([212.144.249.243]:20369 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752350AbcCGO3g (ORCPT ); Mon, 7 Mar 2016 09:29:36 -0500 From: Ludovic Desroches To: CC: , , , , Ludovic Desroches Subject: [PATCH v2 0/2] iio: add support for signed conversions Date: Mon, 7 Mar 2016 15:29:55 +0100 Message-ID: <1457360997-29179-1-git-send-email-ludovic.desroches@atmel.com> X-Mailer: git-send-email 2.5.0 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 613 Lines: 18 Hi Jonathan, I hope these patches are in adequacy with your comments. They are based on the the previous two patches you have taken. I am not sure about the correctness of the documentation. Ludovic Desroches (2): iio: core: introduce IIO_CHAN_INFO_SIGNED iio:adc:at91-sama5d2: add support for signed conversion Documentation/ABI/testing/sysfs-bus-iio | 10 +++ drivers/iio/adc/at91-sama5d2_adc.c | 125 ++++++++++++++++++++++++++------ drivers/iio/industrialio-core.c | 1 + include/linux/iio/iio.h | 1 + 4 files changed, 114 insertions(+), 23 deletions(-) -- 2.5.0