summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac/ad5592r-base.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: iio: dac: ad5592r: add gpio_chip namesAntoniu Miclaus2023-03-111-0/+5
* iio: dac: ad5592r: Get rid of OF specificsAndy Shevchenko2022-06-141-1/+1
* iio: dac: ad5592r: Fix the missing return value.Zizhuang Deng2022-04-041-1/+1
* iio:dac:ad5592r: Move exports into IIO_AD5592R namespaceJonathan Cameron2022-02-181-2/+2
* iio: dac: ad5592r: Drop leftover header inclusionAndy Shevchenko2022-02-061-1/+0
* iio: dac: ad5592r: Make ad5592r_remove() return voidUwe Kleine-König2021-10-191-3/+1
* Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-09-221-29/+27
|\
| * iio: dac: ad5592r: localize locks only where needed in ad5592r_read_raw()Alexandru Ardelean2020-09-211-15/+15
| * iio: dac: ad5592r: un-indent code-block for scale readAlexandru Ardelean2020-09-211-14/+12
| * iio:dac:ad5592r: Fix use of true for IIO_SHARED_BY_TYPEJonathan Cameron2020-09-211-1/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+0
|/
* iio: dac: ad5592r: fix unbalanced mutex unlocks in ad5592r_read_raw()Alexandru Ardelean2020-07-221-2/+2
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: dac: ad5592r: remove usage of iio_priv_to_dev() helperAlexandru Ardelean2020-06-141-3/+3
* iio: dac: ad5592r-base: Constify struct iio_chan_spec_ext_infoRikard Falkeborn2020-06-141-1/+1
* iio: dac: ad5592r-base: Replace indio_dev->mlock with own device lockSergiu Cuciurean2020-05-211-15/+15
* iio: ad5592r: Drop surplus GPIO headerLinus Walleij2019-12-151-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-301-2/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+3
* iio:dac: drop assignment of iio_info.driver_moduleJonathan Cameron2017-08-221-1/+0
* iio: dac: ad5592r: Off by one bug in ad5592r_alloc_channels()Dan Carpenter2016-05-041-1/+1
* iio: dac: Add support for the AD5592R/AD5593R ADCs/DACsPaul Cercueil2016-04-101-0/+691