From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 921082261D; Sun, 7 Jul 2024 16:21:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720369286; cv=none; b=MWQJ+pxh8PpDkn3Yz6MFP+mlbMELeObEFr0L+6lxycUXKi0LLTKhq3l0AjXfqsNQu9sMUlNeA2/62f1pLA34NeZ4WJcxFVtyVbmx4NJXA5LfeAORgWDTKavhQQpdM1kxbjdhxgDOtiS4/b5ZVsVIDy5Iucsuy416UcK8erC7Jk4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720369286; c=relaxed/simple; bh=31LG3ypuK+FI1GLHPt7RsbkvRYW3TKqnQ7rUf3WR0nw=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=SWBRFhpc9QmdGdWx9ZLHIwNnRhjfrPP6Nx4bcwv6M5qENayzT/lT10PQQXUr6eHjjN/kcwJOQoFxy482V0bmpwACMEOeRH6/F7GX0iNH9vYTZv+PXQH5ixdC8Kgn8Z9BUq17UsRYqh0tjcuqHF0YDOYLV6VpJrceqFKy01OAQiM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MsNPscDZ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="MsNPscDZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A4800C3277B; Sun, 7 Jul 2024 16:21:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1720369286; bh=31LG3ypuK+FI1GLHPt7RsbkvRYW3TKqnQ7rUf3WR0nw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=MsNPscDZsfyjcuwPtVCHSjPp7fwBekvv/2s88hADa1BcYjfDFQMhWNdVdbWNM/wyc Yd9K43C4Yk3S2mG2O1h8bzzy3W5rc8vMLQprTjPA+hZuim6QojfSdIqaj6TKhJNS07 U3qAv+gOPlmztnyyyT6nTeoMmOG3WjZyaWtUNlZP2rCaoWXnriNR2uQJAuvcCjAcyC zkkV8gNrRf+SpUfCl7cfs+Cko+70EXNmOL8a4oIW1OtovswP6sU8/mCxS+ASpVBX2k OHHeU8Rg2ct8wZ6ZtV6Kgvat0vGBqRqUBgNgEQy7sjm58wKD8eVnAegCgWj/Cj31sw LpSeXgLG9rXoQ== Date: Sun, 7 Jul 2024 17:21:15 +0100 From: Jonathan Cameron To: Kim Seer Paller Cc: , , , David Lechner , Lars-Peter Clausen , Liam Girdwood , Mark Brown , Dimitri Fedrau , Krzysztof Kozlowski , Rob Herring , Conor Dooley , Michael Hennerich , Nuno =?UTF-8?B?U8Oh?= , Nuno Sa Subject: Re: [PATCH v5 6/6] iio: dac: ltc2664: Add driver for LTC2664 and LTC2672 Message-ID: <20240707172115.5146e6f0@jic23-huawei> In-Reply-To: <20240702030025.57078-7-kimseer.paller@analog.com> References: <20240702030025.57078-1-kimseer.paller@analog.com> <20240702030025.57078-7-kimseer.paller@analog.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: devicetree@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 Tue, 2 Jul 2024 11:00:25 +0800 Kim Seer Paller wrote: > LTC2664 4 channel, 12-/16-Bit Voltage Output SoftSpan DAC > LTC2672 5 channel, 12-/16-Bit Current Output Softspan DAC > > Reviewed-by: Nuno Sa > Co-developed-by: Michael Hennerich > Signed-off-by: Michael Hennerich > Signed-off-by: Kim Seer Paller Looks good to me. No rush though to get those last few DT corners sorted as this is now 6.12 material anyway as I probably won't be sending any more pull requests until after rc1. Thanks, Jonathan