summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/nau7802.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: adc: nau7802: Make use of device propertiesAndy Shevchenko2022-06-141-3/+3
* iio: adc: nau7802: Convert driver to use ->probe_new()Andy Shevchenko2022-06-141-8/+2
* iio: adc: nau7802: convert probe to full device-managedAlexandru Ardelean2021-10-191-41/+9
* iio:adc:nau7802: Use IRQF_NO_AUTOEN instead of request then disableJonathan Cameron2021-04-071-3/+3
* iio: Remove superfluous of_node assignmentsLars-Peter Clausen2020-06-141-1/+0
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 71Thomas Gleixner2019-05-241-2/+1
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: adc: Use complete() instead of complete_all()Daniel Wagner2016-08-151-1/+1
* iio: adc: add missing of_node references to iio_devMatt Ranostay2016-07-031-0/+1
* iio: adc: nau7802: Expose possible gains in sysfsQuentin Schulz2016-05-211-0/+19
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* iio: adc: nau7802: Remove redundant of_match_ptrSachin Kamat2013-10-231-1/+1
* iio: adc: nau7802: Include linux/of.h headerSachin Kamat2013-10-181-0/+1
* iio: adc: nau7802: Use devm_iio_device_allocSachin Kamat2013-08-031-11/+8
* iio: Add Nuvoton NAU7802 ADC driverAlexandre Belloni2013-08-031-0/+584