summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac
Commit message (Expand)AuthorAgeFilesLines
* iio: dac: ad3552r: extract common code (no changes in behavior intended)Angelo Dureghello2024-11-014-372/+501
* iio: dac: ad3552r: changes to use FIELD_PREPAngelo Dureghello2024-11-011-117/+50
* iio: dac: adi-axi-dac: extend featuresAngelo Dureghello2024-11-011-14/+242
* iio: dac: ad5770r: use devm_regulator_get_enable_read_voltage()David Lechner2024-11-011-36/+5
* iio: dac: ad5761: drop driver remove callbackDavid Lechner2024-11-011-10/+1
* iio: dac: ad5761: use devm_regulator_get_enable_read_voltage()David Lechner2024-11-011-77/+23
* iio: dac: ad5624r: drop driver remove callbackDavid Lechner2024-11-011-10/+1
* iio: dac: ad5624r: use devm_regulator_get_enable_read_voltage()David Lechner2024-11-012-50/+13
* iio: dac: ad5504: drop driver remove callbackDavid Lechner2024-11-011-10/+1
* iio: dac: ad5504: use devm_regulator_get_enable_read_voltage()David Lechner2024-11-011-37/+15
* iio: dac: ad5446: drop driver remove callbacksDavid Lechner2024-11-011-21/+1
* iio: dac: ad5446: use devm_regulator_get_enable_read_voltage()David Lechner2024-11-011-41/+16
* iio: dac: ad5380: drop driver remove callbacksDavid Lechner2024-11-011-48/+13
* iio: dac: ad5380: use devm_regulator_get_enable_read_voltage()David Lechner2024-11-011-26/+10
* iio: dac: ad8460: add SPI device match tableDavid Lechner2024-10-211-0/+7
* iio: dac: ad8460: fix DT compatibleDavid Lechner2024-10-211-1/+1
* Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman2024-10-212-8/+16
|\
| * Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-10-132-8/+16
| |\
| | * iioc: dac: ltc2664: Fix span variable usage in ltc2664_channel_config()Mohammed Anees2024-10-061-8/+9
| | * iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in KconfigJavier Carrasco2024-10-061-0/+1
| | * iio: dac: ltc1660: add missing select REGMAP_SPI in KconfigJavier Carrasco2024-10-061-0/+1
| | * iio: dac: ad5770r: add missing select REGMAP_SPI in KconfigJavier Carrasco2024-10-061-0/+1
| | * iio: dac: ad5766: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco2024-10-061-0/+2
| | * iio: dac: ad3552r: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco2024-10-061-0/+2
* | | iio: dac: adi-axi-dac: update register namesAngelo Dureghello2024-10-151-63/+74
* | | iio: dac: adi-axi-dac: fix wrong register bitfieldAngelo Dureghello2024-10-151-1/+1
* | | Merge tag 'v6.12-rc2' into test2Jonathan Cameron2024-10-1211-11/+11
|\| |
| * | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-0210-10/+10
| |/
* | iio: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-105-7/+7
* | iio: dac: ad5770r: Convert to get_unaligned_le16Abhash Jha2024-10-051-1/+2
* | iio: adc: ad5755: use scoped device_for_each_child_node()Javier Carrasco2024-10-051-8/+3
* | iio: dac: support the ad8460 Waveform DACMariel Tinaco2024-09-303-0/+958
* | iio: dac: max517: Get platform data via dev_get_platdata()Andy Shevchenko2024-09-301-1/+1
* | iio: dac: m62332: Get platform data via dev_get_platdata()Andy Shevchenko2024-09-301-1/+1
* | iio: dac: ad5791: Get platform data via dev_get_platdata()Andy Shevchenko2024-09-301-1/+1
* | iio: dac: ad5504: Get platform data via dev_get_platdata()Andy Shevchenko2024-09-301-1/+1
|/
* iio: dac: ad5449: drop support for platform dataBartosz Golaszewski2024-09-031-13/+2
* iio: dac: ltc2664: Fix off by one in ltc2664_channel_config()Dan Carpenter2024-08-101-1/+1
* iio: dac: ad9739a: add backend debugfs interfaceNuno Sa2024-08-101-1/+7
* iio: dac: adi-axi-dac: support debugfs direct_reg_accessNuno Sa2024-08-101-0/+12
* iio: backend: introduce struct iio_backend_infoNuno Sa2024-08-031-1/+6
* iio: backend: spelling: continuous -> continuousDavid Lechner2024-08-032-2/+2
* iio: dac: mcp4922: drop remove() callbackDavid Lechner2024-08-031-14/+3
* iio: dac: mcp4922: use devm_regulator_get_enable_read_voltage()David Lechner2024-08-031-26/+4
* iio: dac: mcp4728: use devm_regulator_get_enable_read_voltage()David Lechner2024-08-031-26/+7
* iio: dac: mcp4728: rename err to ret in probe functionDavid Lechner2024-08-031-13/+13
* iio: dac: ltc2664: Add driver for LTC2664 and LTC2672Kim Seer Paller2024-08-033-0/+747
* iio: backend: remove unused parameterNuno Sa2024-08-031-2/+1
* iio: dac: ti-dac7311: Add check for spi_setupChen Ni2024-07-291-1/+3
* iio: dac: ltc2688: Constify struct regmap_busJavier Carrasco2024-07-291-1/+1