aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/dac
AgeCommit message (Expand)AuthorFilesLines
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
2024-08-10iio: dac: adi-axi-dac: support debugfs direct_reg_accessNuno Sa1-0/+12
2024-08-03iio: backend: introduce struct iio_backend_infoNuno Sa1-1/+6
2024-08-03iio: backend: spelling: continuous -> continuousDavid Lechner2-2/+2
2024-08-03iio: dac: mcp4922: drop remove() callbackDavid Lechner1-14/+3
2024-08-03iio: dac: mcp4922: use devm_regulator_get_enable_read_voltage()David Lechner1-26/+4
2024-08-03iio: dac: mcp4728: use devm_regulator_get_enable_read_voltage()David Lechner1-26/+7
2024-08-03iio: dac: mcp4728: rename err to ret in probe functionDavid Lechner1-13/+13
2024-08-03iio: dac: ltc2664: Add driver for LTC2664 and LTC2672Kim Seer Paller3-0/+747
2024-08-03iio: backend: remove unused parameterNuno Sa1-2/+1
2024-07-29iio: dac: ti-dac7311: Add check for spi_setupChen Ni1-1/+3
2024-07-29iio: dac: ltc2688: Constify struct regmap_busJavier Carrasco1-1/+1
2024-07-04Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman4-33/+14
2024-07-01Merge 6.10-rc6 into char-misc-nextGreg Kroah-Hartman1-1/+1
2024-06-25iio: dac: ad3552r: use devm_regulator_get_enable_read_voltage()David Lechner1-24/+4
2024-06-25iio: dac: adi-axi-dac: improve probe() error messagingTrevor Gamblin1-3/+6
2024-06-25iio: dac: stm32-dac-core: make use of regmap_set_bits()Trevor Gamblin1-3/+2
2024-06-25iio: dac: ltc2688: make use of regmap_set_bits()Trevor Gamblin1-3/+2
2024-06-17Merge tag 'v6.10-rc4' into char-misc-nextGreg Kroah-Hartman1-1/+1