aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac/stm32-dac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-18iio: dac: stm32-dac: Replace open coded str_enable_disable()Andy Shevchenko1-2/+2
2022-06-14iio: dac: stm32-dac: explicitly add proper header filesNuno Sá1-0/+2
2022-04-28iio: Replace strtobool() with kstrtobool()Lars-Peter Clausen1-1/+1
2022-02-21iio:adc:stm32*: Use pm[_sleep]_ptr() etc to avoid need to make pm __maybe_unusedJonathan Cameron1-5/+4
2021-11-27iio: expose shared parameter in IIO_ENUM_AVAILABLEAntoniu Miclaus1-1/+1
2021-05-17iio: dac: stm32-dac: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron1-2/+1
2021-03-29iio: dac: Convert powerdown read callbacks to sysfs_emit()Lars-Peter Clausen1-1/+1
2020-09-16iio: stm32-dac: Replace indio_dev->mlock with own device lockSergiu Cuciurean1-4/+9
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-10-15iio: dac: stm32: add power management supportFabrice Gasnier1-2/+92
2018-01-08iio: stm32: Adopt SPDX identifierBenjamin Gaignard1-14/+1
2017-08-22iio:dac: drop assignment of iio_info.driver_moduleJonathan Cameron1-1/+0
2017-07-15iio: dac: stm32: fix error messageFabrice Gasnier1-1/+1
2017-04-14iio: dac: add support for stm32 DACFabrice Gasnier1-0/+334