summaryrefslogtreecommitdiff
path: root/drivers/iio/dac
AgeCommit message (Expand)Author
2024-07-04Merge tag 'iio-for-6.11b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2024-07-01Merge 6.10-rc6 into char-misc-nextGreg Kroah-Hartman
2024-06-25iio: dac: ad3552r: use devm_regulator_get_enable_read_voltage()David Lechner
2024-06-25iio: dac: adi-axi-dac: improve probe() error messagingTrevor Gamblin
2024-06-25iio: dac: stm32-dac-core: make use of regmap_set_bits()Trevor Gamblin
2024-06-25iio: dac: ltc2688: make use of regmap_set_bits()Trevor Gamblin
2024-06-17Merge tag 'v6.10-rc4' into char-misc-nextGreg Kroah-Hartman
2024-06-13iio: dac: adi-axi-dac: add platform dependenciesNuno Sa
2024-06-13iio: dac: max5522: simplify with spi_get_device_match_data()Krzysztof Kozlowski
2024-06-09iio: dac: fix ad9739a random config compile errorKe Sun
2024-06-04iio: dac: ad3552r: uniform structure namesAngelo Dureghello
2024-06-04iio: dac: ad3552r: change AD3552R_NUM_CH define nameAngelo Dureghello
2024-06-04iio: dac: ad3552r: add support for ad3541r and ad3551rAngelo Dureghello
2024-06-04iio: dac: ad3552r: add model data structureAngelo Dureghello
2024-05-27iio: dac: ad5592r: fix temperature channel scaling valueMarc Ferland
2024-05-27iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König
2024-04-29iio: dac: ad9739a: write complete MU_CNT1 register during lockNuno Sa
2024-04-29iio: dac: adi-axi: fix a mistake in axi_dac_ext_info_set()Dan Carpenter
2024-04-20iio: dac: support the ad9739a RF DACNuno Sa
2024-04-20iio: dac: add support for AXI DAC IP coreNuno Sa
2024-04-13iio: dac: ad5755: make use of of_device_id tableKrzysztof Kozlowski
2024-04-06iio: dac: ad3552: Use __free(fwnode_handle) to simplify error handling.Jonathan Cameron
2024-04-06iio: dac: ad5770r: Use device_for_each_child_node_scoped()Jonathan Cameron
2024-04-06iio: dac: ad3552r: Use device_for_each_child_node_scoped()Jonathan Cameron
2024-03-28iio: dac: ti-dac5571: Add DAC081C081 supportLaurent Pinchart
2024-03-25iio: dac: ltc2688: Use device_for_each_child_node_scoped()Jonathan Cameron
2024-02-28iio: dac: mcp4821: Switch to including mod_devicetable.h for struct of_device...Jonathan Cameron
2023-12-21iio: dac: driver for MCP4821Anshul Dalal
2023-12-04iio: dac: ad5791: Add support for controlling RBUF via devicetreeMichael Hennerich
2023-10-20Merge tag 'iio-for-6.7a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman
2023-10-14iio: Use device_get_match_data()Rob Herring
2023-09-23iio: dac: vf610: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-23iio: dac: stm32-dac: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-23iio: dac: stm32-dac-core: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-23iio: dac: lpc18xx_dac: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-23iio: dac: dpot-dac: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-12iio: dac: mcp4725: Add dac_reg_offset to struct mcp4725_chip_infoBiju Das
2023-09-12iio: dac: mcp4725: Add use_ext_ref_voltage to struct mcp4725_chip_infoBiju Das
2023-09-12iio: dac: mcp4725: Use i2c_get_match_data()Biju Das
2023-09-12iio: dac: mcp4725: Replace variable 'id' from struct mcp4725_dataBiju Das
2023-09-12iio: dac: stm32-dac: Use correct header(s) instead of string_helpers.hAndy Shevchenko
2023-09-11iio: dac: ad3552r: Correct device IDsMarcelo Schmitt
2023-09-11iio: dac: ti-dac5571: Sort match tablesBiju Das
2023-09-11iio: dac: ti-dac5571: Use i2c_get_match_data()Biju Das
2023-08-05iio: add MCP4728 I2C DAC driverAndrea Collamati
2023-06-15Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-05-13iio: dac: mcp4725: Fix i2c_master_send() return value handlingMarek Vasut
2023-05-13iio: dac: build ad5758 driver when AD5758 is selectedLukas Bulwahn
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds