Received: by 2002:a05:6a10:6d25:0:0:0:0 with SMTP id gq37csp1595405pxb; Mon, 13 Sep 2021 00:54:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwZjJJvvVkJtiPAqf26X+SHaconUfK1PtojJ956qC4Ho0sfSu/TxmdW8rNNGX7+9uyNntfx X-Received: by 2002:a05:6e02:1a0e:: with SMTP id s14mr7013146ild.49.1631519652891; Mon, 13 Sep 2021 00:54:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631519652; cv=none; d=google.com; s=arc-20160816; b=tcvU8bwXcSUpxa66AXDTOSGY0zHXVXG+yPiWdwIKLqQKv1s5eL0NI6VfKB9ADBA9p2 d6UjgeCRG11dlLkq4jZbElnyljmOgdl9DWlIyQI4GxavBIb47oekqcWJNVw+tk4RS8L/ ml+cbyVMQdDvQxI3+mp95Upx1sWD0LhYLSFH2jhYpDisxtONAhO1dZzlTIXeBYpbS2Vp oxM+jCZ0IMfhk7MpJKq/LDyDckddrznWjN058vz728riCDspIIV/wSky2s1Q+P78Zijz lk4lpJ2ezf3La1kjgVUZ+HNl6UBfICnICF5oHr81Gdv2OeQQN5cgqwGVcKrYDuWsqkB7 SQlQ== 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 :references:in-reply-to:message-id:date:subject:cc:to:from; bh=6Nw/MtZux6h9x3hBBh4aY1qX5f1JUgOS5HBbQ4zb8+o=; b=yCsxVAt6clklQY9Yb3lYQcG9nFAkEmb2iYSixVf+rnGb5Z16dD75ikPfuTaYVI2K0d JPfosi7ZQidcA0y7+k2zVVniMPsDzmHqLb5gL/sV32fU/oZYdDXzyM2SfjUhm7HNDZfq 7Dw0Sn+8vNq6sY5pXV9pyGaKV4AG92V/YuPHrVUAaEeuGzhJXp7cwuHkzx59egxeaL4w 4LC7YV4ULCvKwmh4zg4r4YVLoxkz42L7LncekupOoTGZNDf5xzHclgaDSrY5wO6pdpjh eTljSbxcvI/pUQGLFqqIxGUuLNLYpAwzBKMvgt+plXsKhls5mn0uv5ur4Ayf3LxR2kAt Guug== 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 u3si40570iom.82.2021.09.13.00.54.01; Mon, 13 Sep 2021 00:54:12 -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 S235914AbhIMHyW (ORCPT + 99 others); Mon, 13 Sep 2021 03:54:22 -0400 Received: from twspam01.aspeedtech.com ([211.20.114.71]:1680 "EHLO twspam01.aspeedtech.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237720AbhIMHyQ (ORCPT ); Mon, 13 Sep 2021 03:54:16 -0400 Received: from mail.aspeedtech.com ([192.168.0.24]) by twspam01.aspeedtech.com with ESMTP id 18D7VKnC004716; Mon, 13 Sep 2021 15:31:20 +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; Mon, 13 Sep 2021 15:51:05 +0800 From: Billy Tsai To: , , , , , , , , , , , , , CC: Subject: [v6 01/11] iio: adc: aspeed: Keep model data to driver data. Date: Mon, 13 Sep 2021 15:53:27 +0800 Message-ID: <20210913075337.19991-2-billy_tsai@aspeedtech.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210913075337.19991-1-billy_tsai@aspeedtech.com> References: <20210913075337.19991-1-billy_tsai@aspeedtech.com> 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 18D7VKnC004716 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Keep the model data pointer to driver data for reducing the usage of of_device_get_match_data(). Signed-off-by: Billy Tsai --- drivers/iio/adc/aspeed_adc.c | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/drivers/iio/adc/aspeed_adc.c b/drivers/iio/adc/aspeed_adc.c index f055fe7b2c40..76ae1c3f584b 100644 --- a/drivers/iio/adc/aspeed_adc.c +++ b/drivers/iio/adc/aspeed_adc.c @@ -77,6 +77,7 @@ struct aspeed_adc_model_data { struct aspeed_adc_data { struct device *dev; + const struct aspeed_adc_model_data *model_data; void __iomem *base; spinlock_t clk_lock; struct clk_hw *clk_prescaler; @@ -118,8 +119,6 @@ static int aspeed_adc_read_raw(struct iio_dev *indio_dev, int *val, int *val2, long mask) { struct aspeed_adc_data *data = iio_priv(indio_dev); - const struct aspeed_adc_model_data *model_data = - of_device_get_match_data(data->dev); switch (mask) { case IIO_CHAN_INFO_RAW: @@ -127,7 +126,7 @@ static int aspeed_adc_read_raw(struct iio_dev *indio_dev, return IIO_VAL_INT; case IIO_CHAN_INFO_SCALE: - *val = model_data->vref_voltage; + *val = data->model_data->vref_voltage; *val2 = ASPEED_RESOLUTION_BITS; return IIO_VAL_FRACTIONAL_LOG2; @@ -146,13 +145,11 @@ static int aspeed_adc_write_raw(struct iio_dev *indio_dev, int val, int val2, long mask) { struct aspeed_adc_data *data = iio_priv(indio_dev); - const struct aspeed_adc_model_data *model_data = - of_device_get_match_data(data->dev); switch (mask) { case IIO_CHAN_INFO_SAMP_FREQ: - if (val < model_data->min_sampling_rate || - val > model_data->max_sampling_rate) + if (val < data->model_data->min_sampling_rate || + val > data->model_data->max_sampling_rate) return -EINVAL; clk_set_rate(data->clk_scaler->clk, @@ -198,7 +195,6 @@ static int aspeed_adc_probe(struct platform_device *pdev) { struct iio_dev *indio_dev; struct aspeed_adc_data *data; - const struct aspeed_adc_model_data *model_data; const char *clk_parent_name; int ret; u32 adc_engine_control_reg_val; @@ -209,6 +205,7 @@ static int aspeed_adc_probe(struct platform_device *pdev) data = iio_priv(indio_dev); data->dev = &pdev->dev; + data->model_data = of_device_get_match_data(&pdev->dev); platform_set_drvdata(pdev, indio_dev); data->base = devm_platform_ioremap_resource(pdev, 0); @@ -249,9 +246,7 @@ static int aspeed_adc_probe(struct platform_device *pdev) } reset_control_deassert(data->rst); - model_data = of_device_get_match_data(&pdev->dev); - - if (model_data->wait_init_sequence) { + if (data->model_data->wait_init_sequence) { /* Enable engine in normal mode. */ writel(FIELD_PREP(ASPEED_ADC_OP_MODE, ASPEED_ADC_OP_MODE_NORMAL) | @@ -281,8 +276,7 @@ static int aspeed_adc_probe(struct platform_device *pdev) writel(adc_engine_control_reg_val, data->base + ASPEED_REG_ENGINE_CONTROL); - model_data = of_device_get_match_data(&pdev->dev); - indio_dev->name = model_data->model_name; + indio_dev->name = data->model_data->model_name; indio_dev->info = &aspeed_adc_iio_info; indio_dev->modes = INDIO_DIRECT_MODE; indio_dev->channels = aspeed_adc_iio_channels; -- 2.25.1