summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* iio: dac: driver for MCP4821Anshul Dalal2023-12-213-0/+247
* iio: dac: ad5791: Add support for controlling RBUF via devicetreeMichael Hennerich2023-12-041-1/+8
* Merge tag 'iio-for-6.7a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-10-207-67/+65
|\
| * iio: Use device_get_match_data()Rob Herring2023-10-141-5/+4
| * iio: dac: vf610: Convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
| * iio: dac: stm32-dac: Convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
| * iio: dac: stm32-dac-core: Convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
| * iio: dac: lpc18xx_dac: Convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
| * iio: dac: dpot-dac: Convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
| * iio: dac: mcp4725: Add dac_reg_offset to struct mcp4725_chip_infoBiju Das2023-09-121-4/+4
| * iio: dac: mcp4725: Add use_ext_ref_voltage to struct mcp4725_chip_infoBiju Das2023-09-121-3/+5
| * iio: dac: mcp4725: Use i2c_get_match_data()Biju Das2023-09-121-14/+26
| * iio: dac: mcp4725: Replace variable 'id' from struct mcp4725_dataBiju Das2023-09-121-8/+8
| * iio: dac: stm32-dac: Use correct header(s) instead of string_helpers.hAndy Shevchenko2023-09-121-1/+2
| * iio: dac: ti-dac5571: Sort match tablesBiju Das2023-09-111-2/+2
| * iio: dac: ti-dac5571: Use i2c_get_match_data()Biju Das2023-09-111-27/+21
* | iio: dac: ad3552r: Correct device IDsMarcelo Schmitt2023-09-111-2/+2
|/
* iio: add MCP4728 I2C DAC driverAndrea Collamati2023-08-053-0/+630
* Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2023-06-1511-11/+11
|\
| * iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-2111-11/+11
* | iio: dac: mcp4725: Fix i2c_master_send() return value handlingMarek Vasut2023-05-131-2/+14
* | iio: dac: build ad5758 driver when AD5758 is selectedLukas Bulwahn2023-05-131-1/+1
|/
* Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-274-23/+53
|\