<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>192b669b - iio: dac: ad5791: Add offload support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#192b669b</link>
        <description>iio: dac: ad5791: Add offload supportAdd SPI offload support to stream TX buffers using DMA.This allows loading samples to the DAC with a rate of 1 MSPS.Signed-off-by: Axel Haslam &lt;ahaslam@baylibre.com&gt;Reviewed-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Reviewed-by: Nuno Sa &lt;nuno.sa@analog.com&gt;Signed-off-by: David Lechner &lt;dlechner@baylibre.com&gt;Link: https://patch.msgid.link/20250207-dlech-mainline-spi-engine-offload-2-v8-17-e48a489be48c@baylibre.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Fri, 07 Feb 2025 20:09:14 +0000</pubDate>
        <dc:creator>Axel Haslam &lt;ahaslam@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>af6aca65 - iio: dac: Support ROHM BD79703 DAC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#af6aca65</link>
        <description>iio: dac: Support ROHM BD79703 DACThe ROHM BD79703 is a 6 channel digital to analog converter.Based on the data-sheet examples the hardware would support setting theDAC word without changing the actual output. The data-sheet is not toospecific on how the enabling the output of new voltage set by DACshould be done - hence this is not implemented by the driver.The BD79703 would also support two specific &quot;PULL_DOWN&quot; modes. Thesearen&apos;t currently supported by the driver either.Add a very basic support for controlling the channel outputs one-by-one.Signed-off-by: Matti Vaittinen &lt;mazziesaccount@gmail.com&gt;Link: https://patch.msgid.link/bc77d7b979ca28408a216f597082fcd94ec63be7.1734608215.git.mazziesaccount@gmail.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Thu, 19 Dec 2024 11:39:37 +0000</pubDate>
        <dc:creator>Matti Vaittinen &lt;mazziesaccount@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>26f9fd64 - iio: dac: Fix converters spelling typo.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#26f9fd64</link>
        <description>iio: dac: Fix converters spelling typo.Correct the converters typo error&quot;convertors&quot; =&gt; &quot;converters&quot;Signed-off-by: Karan Sanghavi &lt;karansanghvi98@gmail.com&gt;Link: https://patch.msgid.link/20241111-dackconfigcodespell-v1-1-2498567be34c@gmail.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Mon, 11 Nov 2024 14:55:05 +0000</pubDate>
        <dc:creator>Karan Sanghavi &lt;karansanghvi98@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0b4d9fe5 - iio: dac: ad3552r: add high-speed platform driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#0b4d9fe5</link>
        <description>iio: dac: ad3552r: add high-speed platform driverAdd High Speed ad3552r platform driver.The ad3552r DAC is controlled by a custom (fpga-based) DAC IPthrough the current AXI backend, or similar alternative IIO backend.Compared to the existing driver (ad3552r.c), that is a simple SPIdriver, this driver is coupled with a DAC IIO backend that finallycontrols the ad3552r by a fpga-based &quot;QSPI+DDR&quot; interface, to reachmaximum transfer rate of 33MUPS using dma stream capabilities.All commands involving QSPI bus read/write are delegated to the backendthrough the provided APIs for bus read/write.Reviewed-by: Nuno Sa &lt;nuno.sa@analog.com&gt;Signed-off-by: Angelo Dureghello &lt;adureghello@baylibre.com&gt;Reviewed-by: David Lechner &lt;dlechner@baylibre.com&gt;Link: https://patch.msgid.link/20241028-wip-bl-ad3552r-axi-v0-iio-testing-v9-7-f6960b4f9719@kernel-space.orgSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Mon, 28 Oct 2024 21:45:34 +0000</pubDate>
        <dc:creator>Angelo Dureghello &lt;adureghello@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>7bd49239 - iio: dac: Kconfig: Fix build error for ltc2664</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#7bd49239</link>
        <description>iio: dac: Kconfig: Fix build error for ltc2664If REGMAP_SPI is n and LTC2664 is y, the following build error occurs:	riscv64-unknown-linux-gnu-ld: drivers/iio/dac/ltc2664.o: in function `ltc2664_probe&apos;:	ltc2664.c:(.text+0x714): undefined reference to `__devm_regmap_init_spi&apos;Select REGMAP_SPI instead of REGMAP for LTC2664 to fix it.Fixes: 4cc2fc445d2e (&quot;iio: dac: ltc2664: Add driver for LTC2664 and LTC2672&quot;)Reviewed-by: Nuno Sa &lt;nuno.sa@analog.com&gt;Signed-off-by: Jinjie Ruan &lt;ruanjinjie@huawei.com&gt;Link: https://patch.msgid.link/20241024015553.1111253-1-ruanjinjie@huawei.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Thu, 24 Oct 2024 01:55:53 +0000</pubDate>
        <dc:creator>Jinjie Ruan &lt;ruanjinjie@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>27b6aa68 - iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#27b6aa68</link>
        <description>iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in KconfigThis driver makes use of regmap_mmio, but does not select the requiredmodule.Add the missing &apos;select REGMAP_MMIO&apos;.Fixes: 4d4b30526eb8 (&quot;iio: dac: add support for stm32 DAC&quot;)Signed-off-by: Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;Link: https://patch.msgid.link/20241003-ad2s1210-select-v1-8-4019453f8c33@gmail.comCc: &lt;Stable@vger.kernel.org&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Thu, 03 Oct 2024 16:49:40 +0000</pubDate>
        <dc:creator>Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>252ff06a - iio: dac: ltc1660: add missing select REGMAP_SPI in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#252ff06a</link>
        <description>iio: dac: ltc1660: add missing select REGMAP_SPI in KconfigThis driver makes use of regmap_spi, but does not select the requiredmodule.Add the missing &apos;select REGMAP_SPI&apos;.Fixes: 8316cebd1e59 (&quot;iio: dac: add support for ltc1660&quot;)Signed-off-by: Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;Link: https://patch.msgid.link/20241003-ad2s1210-select-v1-7-4019453f8c33@gmail.comCc: &lt;Stable@vger.kernel.org&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Thu, 03 Oct 2024 16:49:39 +0000</pubDate>
        <dc:creator>Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bcdab6f7 - iio: dac: ad5770r: add missing select REGMAP_SPI in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#bcdab6f7</link>
        <description>iio: dac: ad5770r: add missing select REGMAP_SPI in KconfigThis driver makes use of regmap_spi, but does not select the requiredmodule.Add the missing &apos;select REGMAP_SPI&apos;.Fixes: cbbb819837f6 (&quot;iio: dac: ad5770r: Add AD5770R support&quot;)Signed-off-by: Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;Link: https://patch.msgid.link/20241003-ad2s1210-select-v1-6-4019453f8c33@gmail.comCc: &lt;Stable@vger.kernel.org&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Thu, 03 Oct 2024 16:49:38 +0000</pubDate>
        <dc:creator>Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>62ec3df3 - iio: dac: ad5766: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#62ec3df3</link>
        <description>iio: dac: ad5766: add missing select IIO_(TRIGGERED_)BUFFER in KconfigThis driver makes use of triggered buffers, but does not select therequired modules.Add the missing &apos;select IIO_BUFFER&apos; and &apos;select IIO_TRIGGERED_BUFFER&apos;.Fixes: 885b9790c25a (&quot;drivers:iio:dac:ad5766.c: Add trigger buffer&quot;)Signed-off-by: Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;Link: https://patch.msgid.link/20241003-iio-select-v1-8-67c0385197cd@gmail.comCc: &lt;Stable@vger.kernel.org&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Thu, 03 Oct 2024 21:04:54 +0000</pubDate>
        <dc:creator>Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5bede948 - iio: dac: ad3552r: add missing select IIO_(TRIGGERED_)BUFFER in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#5bede948</link>
        <description>iio: dac: ad3552r: add missing select IIO_(TRIGGERED_)BUFFER in KconfigThis driver makes use of triggered buffers, but does not select therequired modules.Add the missing &apos;select IIO_BUFFER&apos; and &apos;select IIO_TRIGGERED_BUFFER&apos;.Fixes: 8f2b54824b28 (&quot;drivers:iio:dac: Add AD3552R driver support&quot;)Signed-off-by: Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;Link: https://patch.msgid.link/20241003-iio-select-v1-7-67c0385197cd@gmail.comCc: &lt;Stable@vger.kernel.org&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Thu, 03 Oct 2024 21:04:53 +0000</pubDate>
        <dc:creator>Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a976ef24 - iio: dac: support the ad8460 Waveform DAC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#a976ef24</link>
        <description>iio: dac: support the ad8460 Waveform DACThe AD8460 is a &#8220;bits in, power out&#8221; high voltage, high-power,high-speed driver optimized for large output current (up to &#177;1 A)and high slew rate (up to &#177;1800 V/&#956;s) at high voltage (up to &#177;40 V)into capacitive loads.A digital engine implements user-configurable features: modes fordigital input, programmable supply current, and fault monitoringand programmable protection settings for output current,output voltage, and junction temperature. The AD8460 operates onhigh voltage dual supplies up to &#177;55 V and a single low voltagesupply of 5 V.Signed-off-by: Mariel Tinaco &lt;Mariel.Tinaco@analog.com&gt;Link: https://patch.msgid.link/20240912095435.18639-3-Mariel.Tinaco@analog.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Thu, 12 Sep 2024 09:54:35 +0000</pubDate>
        <dc:creator>Mariel Tinaco &lt;Mariel.Tinaco@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>4cc2fc44 - iio: dac: ltc2664: Add driver for LTC2664 and LTC2672</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#4cc2fc44</link>
        <description>iio: dac: ltc2664: Add driver for LTC2664 and LTC2672LTC2664 4 channel, 12-/16-Bit Voltage Output SoftSpan DACLTC2672 5 channel, 12-/16-Bit Current Output Softspan DACReviewed-by: Nuno Sa &lt;nuno.sa@analog.com&gt;Co-developed-by: Michael Hennerich &lt;michael.hennerich@analog.com&gt;Signed-off-by: Michael Hennerich &lt;michael.hennerich@analog.com&gt;Signed-off-by: Kim Seer Paller &lt;kimseer.paller@analog.com&gt;Reviewed-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Link: https://patch.msgid.link/20240718051834.32270-7-kimseer.paller@analog.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Thu, 18 Jul 2024 05:18:34 +0000</pubDate>
        <dc:creator>Kim Seer Paller &lt;kimseer.paller@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>75183e46 - iio: dac: fix ad9739a random config compile error</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#75183e46</link>
        <description>iio: dac: fix ad9739a random config compile errorWARNING: unmet direct dependencies detected for REGMAP_SPI  Depends on [n]: SPI [=n]  Selected by [m]:  - AD9739A [=m] &amp;&amp; IIO [=m] &amp;&amp; (SPI [=n] || COMPILE_TEST [=y])...ERROR: modpost: &quot;spi_write_then_read&quot; [drivers/base/regmap/regmap-spi.ko] undefined!ERROR: modpost: &quot;spi_async&quot; [drivers/base/regmap/regmap-spi.ko] undefined!ERROR: modpost: &quot;spi_sync&quot; [drivers/base/regmap/regmap-spi.ko] undefined!ERROR: modpost: &quot;__spi_register_driver&quot; [drivers/iio/dac/ad9739a.ko] undefined!Fixes: e77603d5468b (&quot;iio: dac: support the ad9739a RF DAC&quot;)Reported-by: k2ci &lt;kernel-bot@kylinos.cn&gt;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202404250156.2PQRWmex-lkp@intel.com/Signed-off-by: Ke Sun &lt;sunke@kylinos.cn&gt;Reviewed-by: Nuno Sa &lt;nuno.sa@analog.com&gt;Link: https://lore.kernel.org/r/20240609030847.2869455-1-sunke@kylinos.cnSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Sun, 09 Jun 2024 03:08:47 +0000</pubDate>
        <dc:creator>Ke Sun &lt;sunke@kylinos.cn&gt;</dc:creator>
    </item>
<item>
        <title>d157d0ba - iio: dac: adi-axi-dac: add platform dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#d157d0ba</link>
        <description>iio: dac: adi-axi-dac: add platform dependenciesBeing this device a soft core, it&apos;s only supported on some/specificplatforms. Hence add proper dependencies for the supported platforms.Also add COMPILE_TEST to increase the build coverage.Signed-off-by: Nuno Sa &lt;nuno.sa@analog.com&gt;Link: https://lore.kernel.org/r/20240604-dev-axi-dac-kconfig-v1-1-99ccd03938d1@analog.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Tue, 04 Jun 2024 09:19:56 +0000</pubDate>
        <dc:creator>Nuno Sa &lt;nuno.sa@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>e77603d5 - iio: dac: support the ad9739a RF DAC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#e77603d5</link>
        <description>iio: dac: support the ad9739a RF DACThe AD9739A is a 14-bit, 2.5 GSPS high performance RF DACs that are capableof synthesizing wideband signals from DC up to 3 GHz.A dual-port, source synchronous, LVDS interface simplifies the digitalinterface with existing FGPA/ASIC technology. On-chip controllers are usedto manage external and internal clock domain variations over temperature toensure reliable data transfer from the host to the DAC core.Co-developed-by: Dragos Bogdan &lt;dragos.bogdan@analog.com&gt;Signed-off-by: Dragos Bogdan &lt;dragos.bogdan@analog.com&gt;Signed-off-by: Nuno Sa &lt;nuno.sa@analog.com&gt;Link: https://lore.kernel.org/r/20240419-iio-backend-axi-dac-v4-10-5ca45b4de294@analog.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Fri, 19 Apr 2024 08:25:43 +0000</pubDate>
        <dc:creator>Nuno Sa &lt;nuno.sa@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>4e3949a1 - iio: dac: add support for AXI DAC IP core</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#4e3949a1</link>
        <description>iio: dac: add support for AXI DAC IP coreSupport the Analog Devices Generic AXI DAC IP core. The IP core is usedfor interfacing with digital-to-analog (DAC) converters that require eithera high-speed serial interface (JESD204B/C) or a source synchronous parallelinterface (LVDS/CMOS). Typically (for such devices) SPI will be used forconfiguration only, while this IP core handles the streaming of data intomemory via DMA.Signed-off-by: Nuno Sa &lt;nuno.sa@analog.com&gt;Link: https://lore.kernel.org/r/20240419-iio-backend-axi-dac-v4-9-5ca45b4de294@analog.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Fri, 19 Apr 2024 08:25:42 +0000</pubDate>
        <dc:creator>Nuno Sa &lt;nuno.sa@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>cdf3ecb0 - iio: dac: driver for MCP4821</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#cdf3ecb0</link>
        <description>iio: dac: driver for MCP4821Adds driver for the MCP48xx series of DACs.Device uses a simplex SPI channel. To set the value of an output channel,a 16-bit data of following format must be written:Bit field | Description15 [MSB]  | Channel selection bit            0 -&gt; Channel A            1 -&gt; Channel B13        | Output Gain Selection bit            0 -&gt; 2x Gain (Vref = 4.096V)            1 -&gt; 1x Gain (Vref = 2.048V)12        | Output Shutdown Control bit            0 -&gt; Shutdown the selected channel            1 -&gt; Active mode operation11-0 [LSB]| DAC Input Data bits            Value&apos;s big endian representation is taken as input for the            selected DAC channel. For devices with a resolution of less            than 12-bits, only the x most significant bits are considered            where x is the resolution of the device.Reference: Page#22 [MCP48x2 Datasheet]Supported devices:  +---------+--------------+-------------+  | Device  |  Resolution  |   Channels  |  |---------|--------------|-------------|  | MCP4801 |     8-bit    |      1      |  | MCP4802 |     8-bit    |      2      |  | MCP4811 |    10-bit    |      1      |  | MCP4812 |    10-bit    |      2      |  | MCP4821 |    12-bit    |      1      |  | MCP4822 |    12-bit    |      2      |  +---------+--------------+-------------+Devices tested:  MCP4821 [12-bit single channel]  MCP4802 [8-bit dual channel]Tested on Raspberry Pi Zero 2WDatasheet: https://ww1.microchip.com/downloads/en/DeviceDoc/22244B.pdf #MCP48x1Datasheet: https://ww1.microchip.com/downloads/en/DeviceDoc/20002249B.pdf #MCP48x2Signed-off-by: Anshul Dalal &lt;anshulusr@gmail.com&gt;Link: https://lore.kernel.org/r/20231220151954.154595-2-anshulusr@gmail.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Wed, 20 Dec 2023 15:19:53 +0000</pubDate>
        <dc:creator>Anshul Dalal &lt;anshulusr@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7b24a034 - iio: add MCP4728 I2C DAC driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#7b24a034</link>
        <description>iio: add MCP4728 I2C DAC driverMCP4728 is a 12-bit quad channel DAC with I2C interface.support for: * per-channel gain * per-channel power state * per-channel power down mode control * per-channel vref selection internal/vdd * store current state to on-chip EEPROMSigned-off-by: Andrea Collamati &lt;andrea.collamati@gmail.com&gt;Link: https://lore.kernel.org/r/a0933003ed3c855f9d80d6ce0a40add2b6f0ba36.1691066050.git.andrea.collamati@gmail.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Thu, 03 Aug 2023 12:56:35 +0000</pubDate>
        <dc:creator>Andrea Collamati &lt;andrea.collamati@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>87a1ff66 - iio: dac: cio-dac: Migrate to the regmap API</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#87a1ff66</link>
        <description>iio: dac: cio-dac: Migrate to the regmap APIThe regmap API supports IO port accessors so we can take advantage ofregmap abstractions rather than handling access to the device registersdirectly in the driver.Includes trivial header inclusion tidy up.Suggested-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Signed-off-by: William Breathitt Gray &lt;william.gray@linaro.org&gt;Link: https://lore.kernel.org/r/20230311140218.74920-1-william.gray@linaro.orgSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Sat, 11 Mar 2023 14:02:18 +0000</pubDate>
        <dc:creator>William Breathitt Gray &lt;william.gray@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>ba56b46d - iio: dac: add support for max5522</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/iio/dac/Kconfig#ba56b46d</link>
        <description>iio: dac: add support for max5522Add initial support for DAC max5522.Tested writing DAC A and B with some values,from 0 to 1023, measured output voltages, driver works properly.Additions for max5523/24/25 will follow.Signed-off-by: Angelo Dureghello &lt;angelo.dureghello@timesys.com&gt;Link: https://lore.kernel.org/r/20221106165928.223318-1-angelo.dureghello@timesys.comSigned-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/drivers/iio/dac/Kconfig</description>
        <pubDate>Sun, 06 Nov 2022 16:59:28 +0000</pubDate>
        <dc:creator>Angelo Dureghello &lt;angelo.dureghello@timesys.com&gt;</dc:creator>
    </item>
</channel>
</rss>
