Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp261302pxb; Wed, 22 Sep 2021 01:18:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw0Aioo408w9zRY2dA8P2URetWMVJXniHQ2U2PfY2naHwib08XY3a6Ut+KhiMWgi4ND/uV7 X-Received: by 2002:a50:cfcc:: with SMTP id i12mr30477187edk.133.1632298732477; Wed, 22 Sep 2021 01:18:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632298732; cv=none; d=google.com; s=arc-20160816; b=hOxEvIC1AijTh8BNHXw9Q/xwr9etIkAO5wjmmmlGy9drqhHhMm2oJiQAruu8NS3pXn z/q+6XPqZV0W4RUqXfk07u2ggipWRMCvHnTSq5wGUwUNsObnZohI09rGCBx3ZfdtbHg/ 2GtuznnaU1KUhtqDNY5wrW/A99wQY5v3z5PMIryy9s5gY68ObeBu2NWzCvpWS0K0eD42 Vi10CS2XI0Uv7+wM4buEDBHRyHGnW9q6qaQsRUz4mLBEe0FgdrcARneBxnMlwkG40Ay2 EBdbdMjkEhPDAfE50MEG2r7Lt3qEJvB9d5ITycAaIyxo1mG2RBU8XqQDz0NRySKwUOa4 FABA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=tC2rl1ASLJo6T7fLUjtw3nESPPXzUJR93xnEotz/LGs=; b=vkYxEy/XAtJODvkckC4TAaQkWV4LOnfXgwdupoIaQgYN+P7wwElEjubRWUlwyM8Tqd tmzSe9jh9X6BaFGZ1hOq4g/m45xvwcNCvRv4UTpQOH3T2vm3muYgfW0JGlyey9y7JjyM Z8BZ8XrxCSJER6PDTRgIzR67ef7Uo7o5ryhbcvErgH8p3MrtvE8pV/cE9z72Y4S2D8Wg C3GCVj0gef5vleV28BYJEK8i9fKq4rfeBkzTx0qj1RqABbG0E5pFbVhEcYXYVmjndyaP Y1xfNY9qe+NV4FGwYxJRUerTj7Nl9efiRoG4PfBGXQ982MZFNUXmWU5XByRXHwlRLG9C Uz2Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a11si1633640edf.418.2021.09.22.01.18.29; Wed, 22 Sep 2021 01:18:52 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233748AbhIVISS (ORCPT + 99 others); Wed, 22 Sep 2021 04:18:18 -0400 Received: from twspam01.aspeedtech.com ([211.20.114.71]:58167 "EHLO twspam01.aspeedtech.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233438AbhIVISO (ORCPT ); Wed, 22 Sep 2021 04:18:14 -0400 Received: from mail.aspeedtech.com ([192.168.0.24]) by twspam01.aspeedtech.com with ESMTP id 18M7sbNa099780; Wed, 22 Sep 2021 15:54:37 +0800 (GMT-8) (envelope-from billy_tsai@aspeedtech.com) Received: from BillyTsai-pc.aspeed.com (192.168.2.149) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 22 Sep 2021 16:14:55 +0800 From: Billy Tsai To: , , , , , , , , , , , , , CC: Subject: [v7 00/11] Add support for ast2600 ADC Date: Wed, 22 Sep 2021 16:15:09 +0800 Message-ID: <20210922081520.30580-1-billy_tsai@aspeedtech.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [192.168.2.149] X-ClientProxiedBy: TWMBX02.aspeed.com (192.168.0.24) To TWMBX02.aspeed.com (192.168.0.24) X-DNSRBL: X-MAIL: twspam01.aspeedtech.com 18M7sbNa099780 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch serials make aspeed_adc.c can support ast2600 and backward compatible. Change since v6: aspeed_adc.c: - Fix the parameter error for aspeed_adc_unregister_fixed_divider. Change since v5: aspeed_adc.c: - Use devm_clk_hw_register_divider() - Enabling and setting the ADC to normal mode is a necessary flow, so take it out of the condition. Change since v4: dt-bindings: - Add clocks maxItems. - Rename the property to meet the property-units.yaml. - Add the description for the difference between adc0 and adc1. aspeed_adc.c: - Use new property name to get internal reference voltage: units from mv to uv. - Fix -Wnonnull warning caused by snprintf parameters. - Add suffix mv to the vref parameters. - Use ARRAY_SIZE instead of 32. - Add a reset action for ADC power down and Use devm_iio_device_register. - Fix typo error. - Separate the offset interface of ch7 when battery sensing enable Change since v3: dt-bindings: - Fix properties:aspeed,int_vref_mv type error. Change since v2: dt-bindings: - Create a new dt-bindings for ast2600 adc aspeed_adc.c: - Splits the patch for more details - Remove version enum and use the flags in model data to distinguish hardware feature - Support trimming data get and set. - Use devm_add_action_or_reset to simplify probe error handling. Changes since v1: dt-bindings: - Fix the aspeed,adc.yaml check error. - Add battery-sensing property. aspeed_adc.c: - Change the init flow: Clock and reference voltage setting should be completed before adc engine enable. - Change the default sampling rate to meet most user case. - Add patch #8 to suppoert battery sensing mode. Billy Tsai (11): iio: adc: aspeed: Keep model data to driver data. iio: adc: aspeed: Restructure the model data iio: adc: aspeed: Add vref config function iio: adc: aspeed: Use model_data to set clk scaler. iio: adc: aspeed: Use devm_add_action_or_reset. iio: adc: aspeed: Support ast2600 adc. iio: adc: aspeed: Fix the calculate error of clock. iio: adc: aspeed: Add func to set sampling rate. iio: adc: aspeed: Add compensation phase. iio: adc: aspeed: Support battery sensing. iio: adc: aspeed: Get and set trimming data. drivers/iio/adc/aspeed_adc.c | 554 +++++++++++++++++++++++++++++------ 1 file changed, 459 insertions(+), 95 deletions(-) -- 2.25.1