summaryrefslogtreecommitdiff
path: root/drivers/iio/dac/ad3552r.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-26iio: dac: ad3552r: use = { } instead of memset()David Lechner1-2/+1
2025-03-14Merge tag 'iio-for-6.15a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-36/+0
2025-02-08iio: dac: ad3552r: share model data structuresAngelo Dureghello1-36/+0
2025-02-03iio: dac: ad3552r: clear reset status flagAngelo Dureghello1-0/+6
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-01iio: dac: ad3552r: extract common code (no changes in behavior intended)Angelo Dureghello1-371/+27
2024-11-01iio: dac: ad3552r: changes to use FIELD_PREPAngelo Dureghello1-117/+50
2024-10-03move 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