aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/amplifiers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-03iio: amplifiers: hmc425a: Simplify with dev_err_probe()Krzysztof Kozlowski1-6/+3
2020-08-22iio: Kconfig: ad8366: add entry for HMC1119 chipAlexandru Ardelean1-0/+1
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean1-1/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-06-14iio: amplifiers: ad8366: Change devm_gpiod_get() to optional and add the missed checkChuhong Yuan1-2/+5
2020-03-08iio: amplifiers: ad8366: add support for HMC1119 AttenuatorSergiu Cuciurean1-0/+17
2020-03-08iio: amplifiers: hmc425a: Add support for HMC425A attenuatorMichael Hennerich3-0/+259
2020-02-21iio: amplifiers: ad8366: Add write_raw_get_fmt functionBeniamin Bia1-0/+13
2019-07-01Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman2-31/+128
2019-06-17iio: amplifiers: ad8366: Add support for ADL5240 VGAAlexandru Ardelean2-0/+18
2019-06-17iio: amplifiers: ad8366: Add support for the ADA4961 DGAPaul Cercueil2-5/+39
2019-06-17iio: amplifiers: ad8366: rework driver to allow other chipsAlexandru Ardelean1-19/+62
2019-06-17iio: amplifiers: ad8366: use own lock to guard stateAlexandru Ardelean1-4/+6
2019-06-17iio: amplifiers: update license informationAlexandru Ardelean2-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner1-2/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-08-19drivers: iio: Update MODULE AUTHOR email addressMichael Hennerich1-1/+1
2018-05-22iio: amplifiers: ad8366: move channel init before iio_device_register()Alexandru Ardelean1-2/+4
2017-08-22iio:amplifiers:ad8366 drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-08-22iio: Export SPI module alias information in missing driversJavier Martinez Canillas1-0/+1
2015-01-01iio: amplifiers: ad8366: Use right order for type specificationRoberta Dobrescu1-1/+1
2015-01-01iio: amplifiers: ad8366: Remove space before ','Roberta Dobrescu1-1/+1
2013-09-28iio: amplifiers: ad8366: Remove regulator_putSachin Kamat1-3/+1
2013-08-03iio: amplifiers: ad8366: Use devm_* APIsSachin Kamat1-10/+3
2013-08-03iio: Add a comment to about alphabetical order to Kconfigs and MakefilesLars-Peter Clausen2-0/+3
2013-03-17iio:amplifiers:ad8366 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-1/+1
2013-01-03Drivers: iio: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-05-14iio: amplifiers: New driver for AD8366 Dual-Digital Variable Gain AmplifierMichael Hennerich3-0/+244