Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752659AbdFVFpD (ORCPT ); Thu, 22 Jun 2017 01:45:03 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:60284 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1752574AbdFVFpB (ORCPT ); Thu, 22 Jun 2017 01:45:01 -0400 From: Zhiyong Tao To: , , , , CC: , , , , , , , , , , Subject: [PATCH 0/3] ADC: Mediatek auxadc driver for mt7622 Date: Thu, 22 Jun 2017 13:44:31 +0800 Message-ID: <1498110274-18678-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: 643 Lines: 17 These patches are first version of Mediatek auxadc driver for mt7622. These patches include three patches. The First patch adds mt7622 compatible node in binding document. The second patch adds support for suspend/resume. The last patch adds mt7622 compatible node in auxadc driver. Zhiyong Tao (3): dt-bindings: adc: mt7622: add binding document iio: adc: mt7622: add support for suspend/resume. iio: adc: mt7622: Add compatible node for mt7622. .../devicetree/bindings/iio/adc/mt6577_auxadc.txt | 1 + drivers/iio/adc/mt6577_auxadc.c | 38 ++++++++++++++++++++ 2 files changed, 39 insertions(+) -- 1.7.9.5