summaryrefslogtreecommitdiff
path: root/drivers/iio/dac/ad3552r.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-06-25iio: dac: ad3552r: use devm_regulator_get_enable_read_voltage()David Lechner1-24/+4
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-04-06iio: dac: ad3552: Use __free(fwnode_handle) to simplify error handling.Jonathan Cameron1-36/+23
2024-04-06iio: dac: ad3552r: Use device_for_each_child_node_scoped()Jonathan Cameron1-32/+19
2023-09-11iio: dac: ad3552r: Correct device IDsMarcelo Schmitt1-2/+2
2022-04-10iio:dac:ad3552r: Fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2022-04-04iio: dac: ad3552r: fix signedness bug in ad3552r_reset()Dan Carpenter1-1/+1
2021-12-16drivers:iio:dac: Add AD3552R driver supportMihail Chindris1-0/+1138