summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac/ad5755.c
Commit message (Expand)AuthorAgeFilesLines
* iio: dac: ad5755: Fix alignment for DMA safetyJonathan Cameron2022-06-141-2/+2
* iio: Replace strtobool() with kstrtobool()Lars-Peter Clausen2022-04-281-1/+1
* iio:dac:ad5755: Switch to generic firmware properties and drop pdataJonathan Cameron2021-12-121-36/+116
* iio: dac: Convert powerdown read callbacks to sysfs_emit()Lars-Peter Clausen2021-03-291-2/+2
* iio: dac: ad5755: 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: ad5755: Replace indio_dev->mlock with own device lockSergiu Cuciurean2020-05-161-8/+14
* iio: ad5755: fix spelling mistake "to" -> "too" and grammar plus formattingColin Ian King2020-02-141-13/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-301-2/+1
* iio:dac: drop assignment of iio_info.driver_moduleJonathan Cameron2017-08-221-1/+0
* iio: ad5755: fix off-by-one on devnr limit checkColin Ian King2016-08-291-1/+1
* iio: ad5755: add support for dt bindingsSean Nyekjaer2016-06-271-1/+187
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* iio:dac:ad5755 replaces IIO_ST macro with explicit entries to struct scan_typeJonathan Cameron2013-12-171-1/+6
* iio:ad5755: Mark transfer buffer as __be32Lars-Peter Clausen2013-12-031-1/+1
* iio: dac: ad5755: Use devm_iio_device_registerSachin Kamat2013-11-241-11/+1
* iio: dac: ad5755: Remove redundant codeSachin Kamat2013-10-241-7/+1
* iio:ad5755: Report scale as fractional valueLars-Peter Clausen2013-10-011-12/+5
* iio: refactor info mask and ext_info attribute creation.Jonathan Cameron2013-09-151-0/+1
* iio: dac: ad5755: Use devm_iio_device_allocSachin Kamat2013-08-191-10/+4
* iio:dac:ad5755 move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-5/+5
* iio: Use spi_sync_transfer()Lars-Peter Clausen2013-02-091-6/+1
* Drivers: iio: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-8/+8
* iio: dac/ad5755: signedness bug in ad5755_setup_pdata()Dan Carpenter2012-09-221-1/+1
* iio:dac: Add ad5755 driverLars-Peter Clausen2012-09-171-0/+650