summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac/ad5380.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: dac: ad5380: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* iio: dac: ad5380: align '*' each line and drop unneeded blank lineJiang Jian2022-07-011-3/+1
* iio: Replace strtobool() with kstrtobool()Lars-Peter Clausen2022-04-281-1/+1
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* iio: expose shared parameter in IIO_ENUM_AVAILABLEAntoniu Miclaus2021-11-271-1/+1
* iio: dac: ad5380: Make ad5380_remove() return voidUwe Kleine-König2021-10-191-7/+8
* iio: dac: Convert powerdown read callbacks to sysfs_emit()Lars-Peter Clausen2021-03-291-1/+1
* iio: dac: ad5380: Fix kerneldoc attribute formatting for 'lock'Lee Jones2020-07-201-1/+1
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: dac: ad5380: Constify struct iio_chan_spec_ext_infoRikard Falkeborn2020-06-141-1/+1
* iio: dac: ad5380: Replace indio_dev->mlock with own device lockSergiu Cuciurean2020-05-161-2/+6
* iio: dac: ad5380: fix incorrect assignment to valColin Ian King2019-09-031-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-301-2/+1
* iio: Replace occurrences of magic number 0 by IIO_CHAN_INFO_RAWRodrigo Siqueira2018-03-071-1/+1
* iio:dac: drop assignment of iio_info.driver_moduleJonathan Cameron2017-08-221-1/+0
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-111-1/+0
* iio:dac:ad5380 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron2013-12-171-1/+6
* iio:ad5380: Report scale as fractional valueLars-Peter Clausen2013-10-011-21/+19
* iio: refactor info mask and ext_info attribute creation.Jonathan Cameron2013-09-151-1/+3
* iio: dac: ad5380: Use devm_* APIsSachin Kamat2013-08-191-14/+4
* iio:dac:ad5380 move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-4/+4
* Merge tag 'staging-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-01-141-1/+5
|\
| * iio: dac: ad5380: Don't set error code to st->vrefAxel Lin2012-12-271-1/+5
* | Drivers: iio: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-11/+11
|/
* iio: dac: Convert ad5380 to devm_regmap_* APIsAxel Lin2012-06-151-6/+4
* staging:iio: Move DAC drivers out of stagingLars-Peter Clausen2012-06-051-0/+657