From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) (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 793C42C0F91 for ; Wed, 13 May 2026 13:57:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=172.105.4.254 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778680627; cv=none; b=omvzEt+CVKnJhj3+hF1krISfqG59luCALK3XBVq6tkyPof6v0SvKwfFootPzXqLYVyVw02X2XzgeFhrG7ICANVSs7fExYbkOffHKINI0QVy4WE2XM8qaiBrA6wkjTbQgJ72uSzWaHvtX70FBjBQh8dsS6HEni/EU/+gcAz5m3yY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778680627; c=relaxed/simple; bh=c3xbwWqqAIvE4mFdSGwWCaxg5weV3pobvcOvTfppfOY=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=IIlswAx9U7D2+BX+VA2+04RAxGWjW4RJKDCmDQIVQ+aUuX6QtSVjQ/1P0J2PawHyjb0mLtRuXuzn7GUihBXyk0X53n8pqWicR89MgdNWSzHBop5j9lh/wbnWUGDv4mgeqGS7PNmvaOD/CMnuIUNOPq7ZDE47E/6hm7alyFGR28c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=kernel.org; spf=pass smtp.mailfrom=kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=tHPV0IIo; arc=none smtp.client-ip=172.105.4.254 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=kernel.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="tHPV0IIo" Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 9B82660120; Wed, 13 May 2026 13:57:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3BD7EC19425; Wed, 13 May 2026 13:56:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778680625; bh=c3xbwWqqAIvE4mFdSGwWCaxg5weV3pobvcOvTfppfOY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=tHPV0IIoVwgq4OahstojtJftBNYZDnoZ8z41Mtw0fxKp2vq7RuOwFxgyV9IUMDWDI dPa/3VejRvkmgNKNmquEFJ8Pq+fETlSSA5pH/dJfEwvx8Xu9ybSKa+BB43lSFYoidj tHi1MkGub/nDdZNUPKKyjKRPrZB3D9mgr1WPA+5f3Bdoo0Ye/NN5Kh8UsnWCel78kx oaAaQ+XE2gdznN3R6LIYNek+qWgpVufWR9q1hrTpfXutPGF6ZZ0AyWtVc0cT+5yJYo lEwj6/F9fsNHVAlgHBcacbMlfh78h8tg1ECq37q/zXMdAeCFBUzPsrhnVYqETuh7bY /xDwGWHtKPRGQ== Date: Wed, 13 May 2026 14:56:52 +0100 From: Jonathan Cameron To: Angelo Dureghello Cc: Greg Ungerer , Geert Uytterhoeven , Steven King , Arnd Bergmann , Maxime Coquelin , Alexandre Torgue , David Lechner , Nuno =?UTF-8?B?U8Oh?= , Andy Shevchenko , Greg Ungerer , linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-iio@vger.kernel.org Subject: Re: [PATCH v2 10/11] m68k: stmark2: enable DACs outputs Message-ID: <20260513145652.7db72ad2@jic23-huawei> In-Reply-To: <20260513-wip-stmark2-dac-v2-10-fcdae50cf51a@baylibre.com> References: <20260513-wip-stmark2-dac-v2-0-fcdae50cf51a@baylibre.com> <20260513-wip-stmark2-dac-v2-10-fcdae50cf51a@baylibre.com> X-Mailer: Claws Mail 4.4.0 (GTK 3.24.52; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-m68k@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 13 May 2026 11:14:34 +0200 Angelo Dureghello wrote: > From: Angelo Dureghello > > Enabled DAC0 and DAC1 outpus disabling shared ADC inputs on ADC3 and ADC7. > > Signed-off-by: Angelo Dureghello Subject to me knowing nothing at all about coldfire. Reviewed-by: Jonathan Cameron