From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=nuvoton.com (client-ip=212.199.177.27; helo=herzl.nuvoton.co.il; envelope-from=tomer.maimon@nuvoton.com; receiver=) Received: from herzl.nuvoton.co.il (212.199.177.27.static.012.net.il [212.199.177.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3z65dz5XlkzDqZw for ; Wed, 27 Dec 2017 19:30:44 +1100 (AEDT) Received: from talu34.nuvoton.co.il (ntil-fw [212.199.177.25]) by herzl.nuvoton.co.il (8.13.8/8.13.8) with ESMTP id vBR8CnPp022312; Wed, 27 Dec 2017 10:12:49 +0200 Received: by talu34.nuvoton.co.il (Postfix, from userid 10070) id 1D4B15A634; Wed, 27 Dec 2017 10:30:31 +0200 (IST) From: Tomer Maimon To: openbmc@lists.ozlabs.org Cc: Joel Stanley , Tomer Maimon Subject: [PATCH linux dev-4.13 v1 0/2] ADC: npcm: add NPCM7xx ADC iio driver Date: Wed, 27 Dec 2017 10:30:24 +0200 Message-Id: <1514363426-9079-1-git-send-email-tmaimon77@gmail.com> X-Mailer: git-send-email 1.8.3.4 X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.24 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2017 08:30:48 -0000 This patch set adds Analog-to-digital converter (ADC) support for the Nuvoton NPCM7xx Baseboard Management Controller (BMC). The NPCM7xx ADC is a 10-bit converter for eight channel inputs, the ADC module includes an eight-to-one multiplexer. Tomer Maimon (2): dt-binding: iio: document NPCM7xx ADC DT bindings ADC: npcm: add NPCM7xx ADC driver .../devicetree/bindings/iio/adc/npcm7xx-adc.txt | 23 ++ drivers/iio/adc/Kconfig | 9 + drivers/iio/adc/Makefile | 1 + drivers/iio/adc/npcm7xx-adc.c | 352 +++++++++++++++++++++ 4 files changed, 385 insertions(+) create mode 100755 Documentation/devicetree/bindings/iio/adc/npcm7xx-adc.txt create mode 100644 drivers/iio/adc/npcm7xx-adc.c -- 2.14.1