Re: [PATCH v3 3/3] iio: dac: ltc2632: add support for LTC2654 DAC family
From: Jonathan Cameron
Date: Sat Mar 21 2026 - 11:40:15 EST
On Fri, 20 Mar 2026 16:09:48 +0100
David Marinović <david.marinovic@xxxxxxxx> wrote:
> From: David Marinovic <david.marinovic@xxxxxxxx>
>
> Add support for the Linear Technology LTC2654 quad DAC family.
>
> The LTC2654 is a 4-channel, 16-/12-bit DAC with SPI interface,
> sharing the same 24-bit SPI protocol as the existing LTC2632/
> LTC2634/LTC2636 devices supported by this driver.
>
> The 12-bit variants of LTC2654 reuse existing LTC2634 chip_info
> structs as they are register-compatible.
>
> Add support for the following variants:
> - LTC2654L-16: 16-bit, 2.5V internal reference
> - LTC2654L-12: 12-bit, 2.5V internal reference
> - LTC2654H-16: 16-bit, 4.096V internal reference
> - LTC2654H-12: 12-bit, 4.096V internal reference
>
> Signed-off-by: David Marinovic <david.marinovic@xxxxxxxx>
> MODULE_DEVICE_TABLE(of, ltc2632_of_match);
> @@ -404,5 +424,5 @@ static struct spi_driver ltc2632_driver = {
> module_spi_driver(ltc2632_driver);
>
> MODULE_AUTHOR("Maxime Roussin-Belanger <maxime.roussinbelanger@xxxxxxxxx>");
> -MODULE_DESCRIPTION("LTC2632 DAC SPI driver");
> +MODULE_DESCRIPTION("LTC2632/LTC2654 DAC SPI driver");
I'm going to tweak this to
"LTC2632 and similar DAC SPI driver" because there are already
other parts not listed here. E.g. LTC2634 parts
> MODULE_LICENSE("GPL v2");