Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967466Ab3DRPjJ (ORCPT ); Thu, 18 Apr 2013 11:39:09 -0400 Received: from mail.free-electrons.com ([94.23.35.102]:34015 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966678Ab3DRPjH (ORCPT ); Thu, 18 Apr 2013 11:39:07 -0400 From: Alexandre Belloni To: Shawn Guo , Grant Likely Cc: jimwall@q.com, brian@crystalfontz.com, Maxime Ripard , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org, Jonathan Cameron , Rob Landley , Rob Herring , Alexandre Belloni Subject: [PATCH 0/3] Add support for the Nuvoton NAU7802 ADC to the cfa10049 Date: Thu, 18 Apr 2013 17:38:53 +0200 Message-Id: <1366299536-18353-1-git-send-email-alexandre.belloni@free-electrons.com> X-Mailer: git-send-email 1.7.10.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1261 Lines: 33 Hi, This patchset adds support for the 3 Nuvoton NAU7802 ADCs presetn on the CFA-10049 board from Crystalfontz. The first patch adds the driver, the next ones are adding them in the DT after switching the second i2c bus to bitbanging following a lot of timeout issues we have on that bus. Regards, Alexandre Belloni (1): iio: Add Nuvoton NAU7802 ADC driver Maxime Ripard (2): ARM: mxs: cfa10049: Switch bus i2c1 to bitbanging ARM: mxs: cfa10049: Add NAU7802 ADCs to the device tree .../bindings/iio/adc/nuvoton-nau7802.txt | 17 + arch/arm/boot/dts/imx28-cfa10049.dts | 126 ++-- drivers/iio/adc/Kconfig | 9 + drivers/iio/adc/Makefile | 1 + drivers/iio/adc/nau7802.c | 644 ++++++++++++++++++++ 5 files changed, 754 insertions(+), 43 deletions(-) create mode 100644 Documentation/devicetree/bindings/iio/adc/nuvoton-nau7802.txt create mode 100644 drivers/iio/adc/nau7802.c -- 1.7.10.4 -- 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/