summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac/ad3552r.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* iio: dac: ad3552r: use devm_regulator_get_enable_read_voltage()David Lechner2024-06-251-24/+4
* 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: dac: ad3552: Use __free(fwnode_handle) to simplify error handling.Jonathan Cameron2024-04-061-36/+23
* iio: dac: ad3552r: Use device_for_each_child_node_scoped()Jonathan Cameron2024-04-061-32/+19
* iio: dac: ad3552r: Correct device IDsMarcelo Schmitt2023-09-111-2/+2
* iio:dac:ad3552r: Fix an IS_ERR() vs NULL checkDan Carpenter2022-04-101-2/+2
* iio: dac: ad3552r: fix signedness bug in ad3552r_reset()Dan Carpenter2022-04-041-1/+1
* drivers:iio:dac: Add AD3552R driver supportMihail Chindris2021-12-161-0/+1138