Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751617AbdIUB1K (ORCPT ); Wed, 20 Sep 2017 21:27:10 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:12205 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751095AbdIUB1G (ORCPT ); Wed, 20 Sep 2017 21:27:06 -0400 X-UUID: 668f404321c142c9b02cc50c75d6b55d-20170921 From: Zhiyong Tao To: , , , , CC: , , , , , , , , , , , Subject: [PATCH 0/3] AUXADC: Mediatek auxadc driver for mt2712 Date: Thu, 21 Sep 2017 09:26:49 +0800 Message-ID: <1505957212-13402-1-git-send-email-zhiyong.tao@mediatek.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 652 Lines: 18 This series includes three patches: 1.Add mt2712 auxadc compatible node in binding document. 2.Add mt2712 auxadc compatible node in "mt6577_auxadc.c". 2.Add mt2712 auxadc device node. Zhiyong Tao (3): dt-bindings: adc: mt2712: add binding document iio: adc: mt2712: Add compatible node for mt2712. arm64: dts: mt2712: Add auxadc device node. .../devicetree/bindings/iio/adc/mt6577_auxadc.txt | 1 + arch/arm64/boot/dts/mediatek/mt2712-evb.dts | 4 ++++ arch/arm64/boot/dts/mediatek/mt2712e.dtsi | 9 +++++++++ drivers/iio/adc/mt6577_auxadc.c | 1 + 4 files changed, 15 insertions(+) -- 1.7.9.5