From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5A5107EF06; Fri, 23 Feb 2024 13:45:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708695909; cv=none; b=X8U9e82DSEjdasEI5vdHGCTfeLNuheowF0//529dZBoVp7n+gmNqveYs3aNEjK75gbgusI2nqkX7EJ07uAV+LABZm9lx97jGadCEwJI+5jAxKISfI/oTbQudfI1WYZ0Fo1H/DvYYUpbZBycfOwQrP+bp0Nkw+oGR94vZaoMs4XI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708695909; c=relaxed/simple; bh=SPOYe4/sCztMRcsA9Cs40+9RJEIdHvJ0Z0UirXrByRY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=jaYU/KLi/slPMJcqAaaIJ1iLs2oCROEXm/meJqiAv/WYXjJMeS5QUjEJ3/6n3Vq0XKcXd28MQN0Xxof5x/5GdC7H8qEms+oetxq64apV9eWUcLfd1ja9tavudDbCG+kwnaJL9mudmlt3nqFvotmqtNrAyrCGeM3EsB8RywIApSk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Received: from i53875b6c.versanet.de ([83.135.91.108] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rdVrB-0001I8-K2; Fri, 23 Feb 2024 14:44:53 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Jonathan Cameron , Lars-Peter Clausen , AngeloGioacchino Del Regno , Andy Shevchenko , Shreeya Patel , Simon Xue , Philipp Zabel , Quentin Schulz Cc: Jonathan Cameron , linux-iio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Quentin Schulz , Quentin Schulz Subject: Re: [PATCH 3/3] iio: adc: rockchip_saradc: replace custom logic with devm_reset_control_get_optional_exclusive Date: Fri, 23 Feb 2024 14:44:52 +0100 Message-ID: <3172660.fEcJ0Lxnt5@diego> In-Reply-To: <20240223-saradcv2-chan-mask-v1-3-84b06a0f623a@theobroma-systems.com> References: <20240223-saradcv2-chan-mask-v1-0-84b06a0f623a@theobroma-systems.com> <20240223-saradcv2-chan-mask-v1-3-84b06a0f623a@theobroma-systems.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Am Freitag, 23. Februar 2024, 13:45:23 CET schrieb Quentin Schulz: > From: Quentin Schulz > > devm_reset_control_get_optional_exclusive does what this driver is > trying to do in its probe function, therefore let's switch over to that > subsystem function. > > Cc: Quentin Schulz > Signed-off-by: Quentin Schulz Reviewed-by: Heiko Stuebner