summaryrefslogtreecommitdiff
path: root/drivers/iio/dac/ltc2688.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-06iio: dac: ltc2688: make ltc2688_dither_ext_info constDavid Lechner1-1/+1
2025-05-21iio: dac: ltc2688: remove bits_per_word = 8David Lechner1-2/+0
2025-04-22iio: normalize array sentinel styleDavid Lechner1-6/+6
2024-12-07iio: dac: ltc2688: use devm_regulator_get_enable_read_voltage()David Lechner1-34/+10
2024-07-29iio: dac: ltc2688: Constify struct regmap_busJavier Carrasco1-1/+1
2024-06-25iio: dac: ltc2688: make use of regmap_set_bits()Trevor Gamblin1-3/+2
2024-03-25iio: dac: ltc2688: Use device_for_each_child_node_scoped()Jonathan Cameron1-20/+8
2022-11-23iio: dac: ltc2688: Simplify using devm_regulator_*get_enable()Matti Vaittinen1-20/+3
2022-06-14iio: dac: ltc2688: Fix alignment for DMA safetyJonathan Cameron1-2/+2
2022-05-19Merge tag 'iio-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-10/+9
2022-04-16iio: dac: ltc2688: fix voltage scale readNuno Sá1-1/+1
2022-04-04iio: dac: ltc2688: Use temporary variable for struct deviceAndy Shevchenko1-10/+9
2022-03-02iio: dac: add support for ltc2688Nuno Sá1-0/+1071