summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac (follow)
Commit message (Expand)AuthorAgeFilesLines
* iio: dac: Kconfig: Fix build error for ltc2664Jinjie Ruan2024-10-241-1/+1
* 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
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-0210-10/+10
|/
* 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
* Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2024-07-044-33/+14
|\
| * iio: dac: ad3552r: use devm_regulator_get_enable_read_voltage()David Lechner2024-06-251-24/+4
| * iio: dac: adi-axi-dac: improve probe() error messagingTrevor Gamblin2024-06-251-3/+6
| * iio: dac: stm32-dac-core: make use of regmap_set_bits()Trevor Gamblin2024-06-251-3/+2
| * iio: dac: ltc2688: make use of regmap_set_bits()Trevor Gamblin2024-06-251-3/+2
* | Merge 6.10-rc6 into char-misc-nextGreg Kroah-Hartman2024-07-011-1/+1
|\ \ | |/ |/|
| * iio: dac: fix ad9739a random config compile errorKe Sun2024-06-091-1/+1
* | Merge tag 'v6.10-rc4' into char-misc-nextGreg Kroah-Hartman2024-06-171-1/+1
|\|
| * iio: dac: ad5592r: fix temperature channel scaling valueMarc Ferland2024-05-271-1/+1
* | iio: dac: adi-axi-dac: add platform dependenciesNuno Sa2024-06-131-0/+1
* | iio: dac: max5522: simplify with spi_get_device_match_data()Krzysztof Kozlowski2024-06-131-8/+3
* | iio: dac: ad3552r: uniform structure namesAngelo Dureghello2024-06-041-2/+2
* | iio: dac: ad3552r: change AD3552R_NUM_CH define nameAngelo Dureghello2024-06-041-5/+5
* | iio: dac: ad3552r: add support for ad3541r and ad3551rAngelo Dureghello2024-06-041-0/+30
* | iio: dac: ad3552r: add model data structureAngelo Dureghello2024-06-041-39/+59
* | iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-271-1/+1
|/
* iio: dac: ad9739a: write complete MU_CNT1 register during lockNuno Sa2024-04-291-2/+3
* iio: dac: adi-axi: fix a mistake in axi_dac_ext_info_set()Dan Carpenter2024-04-291-3/+3
* iio: dac: support the ad9739a RF DACNuno Sa2024-04-203-0/+480
* iio: dac: add support for AXI DAC IP coreNuno Sa2024-04-203-0/+657
* iio: dac: ad5755: make use of of_device_id tableKrzysztof Kozlowski2024-04-131-12/+12
* iio: dac: ad3552: Use __free(fwnode_handle) to simplify error handling.Jonathan Cameron2024-04-061-36/+23
* iio: dac: ad5770r: Use device_for_each_child_node_scoped()Jonathan Cameron2024-04-061-13/+6
* iio: dac: ad3552r: Use device_for_each_child_node_scoped()Jonathan Cameron2024-04-061-32/+19
* iio: dac: ti-dac5571: Add DAC081C081 supportLaurent Pinchart2024-03-281-0/+3
* iio: dac: ltc2688: Use device_for_each_child_node_scoped()Jonathan Cameron2024-03-251-20/+8
* iio: dac: mcp4821: Switch to including mod_devicetable.h for struct of_device...Jonathan Cameron2024-02-281-1/+1