summaryrefslogtreecommitdiff
path: root/drivers/iio/dac
AgeCommit message (Expand)AuthorFilesLines
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra12-23/+23
2024-11-09Merge commit '9365f0de4303f82ed4c2db1c39d3de824b249d80' into HEADJonathan Cameron1-1/+1
2024-11-05Merge 6.12-rc6 into char-misc-nextGreg Kroah-Hartman1-1/+1
2024-11-03iio: fix write_event_config signatureJulien Stephan2-2/+2
2024-11-03iio: dac: ad5791: Use devm_iio_device_registerAxel Haslam1-14/+1
2024-11-03iio: dac: ad5791: Use devm_regulator_get_enable_read_voltageAxel Haslam1-44/+14
2024-11-03iio: dac: ad5791: Add reset, clr and ldac gpiosAxel Haslam1-3/+31
2024-11-03iio: dac: ad5791: Include chip_info in device match tablesAxel Haslam1-57/+53
2024-11-03iio: dac: adi-axi-dac: add registering of child fdt nodeAngelo Dureghello1-0/+56
2024-11-03iio: dac: ad3552r: add high-speed platform driverAngelo Dureghello5-1/+574
2024-11-01iio: dac: ad3552r: extract common code (no changes in behavior intended)Angelo Dureghello4-372/+501
2024-11-01iio: dac: ad3552r: changes to use FIELD_PREPAngelo Dureghello1-117/+50
2024-11-01iio: dac: adi-axi-dac: extend featuresAngelo Dureghello1-14/+242
2024-11-01iio: dac: ad5770r: use devm_regulator_get_enable_read_voltage()David Lechner1-36/+5
2024-11-01iio: dac: ad5761: drop driver remove callbackDavid Lechner1-10/+1
2024-11-01iio: dac: ad5761: use devm_regulator_get_enable_read_voltage()David Lechner1-77/+23
2024-11-01iio: dac: ad5624r: drop driver remove callbackDavid Lechner1-10/+1
2024-11-01iio: dac: ad5624r: use devm_regulator_get_enable_read_voltage()David Lechner2-50/+13
2024-11-01iio: dac: ad5504: drop driver remove callbackDavid Lechner1-10/+1
2024-11-01iio: dac: ad5504: use devm_regulator_get_enable_read_voltage()David Lechner1-37/+15
2024-11-01iio: dac: ad5446: drop driver remove callbacksDavid Lechner1-21/+1
2024-11-01iio: dac: ad5446: use devm_regulator_get_enable_read_voltage()David Lechner1-41/+16
2024-11-01iio: dac: ad5380: drop driver remove callbacksDavid Lechner1-48/+13
2024-11-01iio: dac: ad5380: use devm_regulator_get_enable_read_voltage()David Lechner1-26/+10
2024-10-24iio: dac: Kconfig: Fix build error for ltc2664Jinjie Ruan1-1/+1
2024-10-21iio: dac: ad8460: add SPI device match tableDavid Lechner1-0/+7
2024-10-21iio: dac: ad8460: fix DT compatibleDavid Lechner1-1/+1
2024-10-21Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman2-8/+16
2024-10-15iio: dac: adi-axi-dac: update register namesAngelo Dureghello1-63/+74
2024-10-15iio: dac: adi-axi-dac: fix wrong register bitfieldAngelo Dureghello1-1/+1
2024-10-13Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2-8/+16
2024-10-12Merge tag 'v6.12-rc2' into test2Jonathan Cameron11-11/+11
2024-10-10iio: Switch back to struct platform_driver::remove()Uwe Kleine-König5-7/+7
2024-10-06iioc: dac: ltc2664: Fix span variable usage in ltc2664_channel_config()Mohammed Anees1-8/+9
2024-10-06iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in KconfigJavier Carrasco1-0/+1
2024-10-06iio: dac: ltc1660: add missing select REGMAP_SPI in KconfigJavier Carrasco1-0/+1
2024-10-06iio: dac: ad5770r: add missing select REGMAP_SPI in KconfigJavier Carrasco1-0/+1
2024-10-06iio: dac: ad5766: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco1-0/+2
2024-10-06iio: dac: ad3552r: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco1-0/+2
2024-10-05iio: dac: ad5770r: Convert to get_unaligned_le16Abhash Jha1-1/+2
2024-10-05iio: adc: ad5755: use scoped device_for_each_child_node()Javier Carrasco1-8/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro10-10/+10
2024-09-30iio: dac: support the ad8460 Waveform DACMariel Tinaco3-0/+958
2024-09-30iio: dac: max517: Get platform data via dev_get_platdata()Andy Shevchenko1-1/+1
2024-09-30iio: dac: m62332: Get platform data via dev_get_platdata()Andy Shevchenko1-1/+1
2024-09-30iio: dac: ad5791: Get platform data via dev_get_platdata()Andy Shevchenko1-1/+1
2024-09-30iio: dac: ad5504: Get platform data via dev_get_platdata()Andy Shevchenko1-1/+1
2024-09-03iio: dac: ad5449: drop support for platform dataBartosz Golaszewski1-13/+2
2024-08-10iio: dac: ltc2664: Fix off by one in ltc2664_channel_config()Dan Carpenter1-1/+1
2024-08-10iio: dac: ad9739a: add backend debugfs interfaceNuno Sa1-1/+7