summaryrefslogtreecommitdiff
path: root/drivers/iio/dac
AgeCommit message (Expand)AuthorFilesLines
2024-10-24iio: dac: Kconfig: Fix build error for ltc2664Jinjie Ruan1-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-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-02move asm/unaligned.h to linux/unaligned.hAl Viro10-10/+10
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
2024-06-13iio: dac: adi-axi-dac: add platform dependenciesNuno Sa1-0/+1
2024-06-13iio: dac: max5522: simplify with spi_get_device_match_data()Krzysztof Kozlowski1-8/+3
2024-06-09iio: dac: fix ad9739a random config compile errorKe Sun1-1/+1
2024-06-04iio: dac: ad3552r: uniform structure namesAngelo Dureghello1-2/+2
2024-06-04iio: dac: ad3552r: change AD3552R_NUM_CH define nameAngelo Dureghello1-5/+5
2024-06-04iio: dac: ad3552r: add support for ad3541r and ad3551rAngelo Dureghello1-0/+30
2024-06-04iio: dac: ad3552r: add model data structureAngelo Dureghello1-39/+59
2024-05-27iio: dac: ad5592r: fix temperature channel scaling valueMarc Ferland1-1/+1
2024-05-27iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-1/+1
2024-04-29iio: dac: ad9739a: write complete MU_CNT1 register during lockNuno Sa1-2/+3
2024-04-29iio: dac: adi-axi: fix a mistake in axi_dac_ext_info_set()Dan Carpenter1-3/+3
2024-04-20iio: dac: support the ad9739a RF DACNuno Sa3-0/+480
2024-04-20iio: dac: add support for AXI DAC IP coreNuno Sa3-0/+657
2024-04-13iio: dac: ad5755: make use of of_device_id tableKrzysztof Kozlowski1-12/+12
2024-04-06iio: dac: ad3552: Use __free(fwnode_handle) to simplify error handling.Jonathan Cameron1-36/+23
2024-04-06iio: dac: ad5770r: Use device_for_each_child_node_scoped()Jonathan Cameron1-13/+6
2024-04-06iio: dac: ad3552r: Use device_for_each_child_node_scoped()Jonathan Cameron1-32/+19
2024-03-28iio: dac: ti-dac5571: Add DAC081C081 supportLaurent Pinchart1-0/+3
2024-03-25iio: dac: ltc2688: Use device_for_each_child_node_scoped()Jonathan Cameron1-20/+8
2024-02-28iio: dac: mcp4821: Switch to including mod_devicetable.h for struct of_device...Jonathan Cameron1-1/+1