From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 79D8DC4332F for ; Tue, 14 Sep 2021 13:09:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5C717610CE for ; Tue, 14 Sep 2021 13:09:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233131AbhINNKZ (ORCPT ); Tue, 14 Sep 2021 09:10:25 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:54012 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S232865AbhINNKZ (ORCPT ); Tue, 14 Sep 2021 09:10:25 -0400 X-UUID: 1ffe6a376543482584969c4cb7f96578-20210914 X-UUID: 1ffe6a376543482584969c4cb7f96578-20210914 Received: from mtkcas06.mediatek.inc [(172.21.101.30)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1655091650; Tue, 14 Sep 2021 21:09:05 +0800 Received: from MTKCAS06.mediatek.inc (172.21.101.30) by mtkmbs07n2.mediatek.inc (172.21.101.141) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 14 Sep 2021 21:09:04 +0800 Received: from localhost.localdomain (10.17.3.154) by MTKCAS06.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Tue, 14 Sep 2021 21:09:03 +0800 From: Hui Liu To: , , , CC: , , , , , , , , , , , , , Subject: [PATCH v3 0/1] AUXADC: Mediatek auxadc driver Date: Tue, 14 Sep 2021 21:09:00 +0800 Message-ID: <20210914130901.1716-1-hui.liu@mediatek.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This series includes one patch: 1.update case IIO_CHAN_INFO_PROCESSED: convert raw data to voltage. Changes in patch v3: 1)add Fixes tags inforamtion. Changes in patch v2: 1)abandon support case IIO_CHAN_INFO_RAW. Changes in patch v1: 1)fix typo covert to convert in patch 2/2 description. Hui Liu (1): iio: mtk-auxadc: update case IIO_CHAN_INFO_PROCESSED drivers/iio/adc/mt6577_auxadc.c | 8 ++++++++ 1 file changed, 8 insertions(+) -- 2.18.0