summaryrefslogtreecommitdiffstats
path: root/drivers/iio/potentiometer
Commit message (Expand)AuthorAgeFilesLines
* iio: potentiometer: ad5272: Correct polarity of resetPhil Reid2020-12-031-2/+2
* iio:potentiometer:mcp4531: Drop of_match_ptr and CONFIG_OF protections.Jonathan Cameron2020-09-211-7/+4
* iio:potentiometer:mcp4131: Drop of_match_ptr and use generic fw interfaces.Jonathan Cameron2020-09-211-4/+4
* iio:potentiometer:mcp4018: Drop of_match_ptr and CONFIG_OF protections.Jonathan Cameron2020-09-211-8/+4
* iio:potentiometer:max5481: Drop invalid ACPI binding.Jonathan Cameron2020-09-211-13/+0
* iio:potentiometer:max5481: Drop of_match_ptr and CONFIG_OF protections.Jonathan Cameron2020-09-211-6/+4
* iio:potentiometer:max5432: Drop of_match_ptr and use generic fw accessorsJonathan Cameron2020-09-211-4/+4
* iio:potentiometer:ds1803: Drop of_match_ptr and CONFIG_OF protectionsJonathan Cameron2020-09-171-4/+2
* iio:potentiometer:ad5272: Drop of_match_ptr and CONFIG_OF protections.Jonathan Cameron2020-09-171-3/+2
* Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov2020-07-134-4/+4
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-1410-10/+0
* iio: potentiometer: add a driver for Maxim 5432-5435Martin Kaiser2019-08-053-0/+147
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-194-18/+4
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* drivers: iio: Kconfig: pedantic cleanupEnrico Weigelt, metux IT consult2019-04-041-17/+17
* iio: potentiometer: Add driver for Microchip MCP41xxx/42xxxChris Coffey2018-11-253-0/+216
* iio: potentiometer: mcp4131: use of_device_get_match_data()Slawomir Stepien2018-11-161-4/+7
* iio: potentiometer: tpl0102: add IIO_AVAIL_RANGE supportMatt Ranostay2018-11-111-7/+27
* iio: potentiometer: tpl0102: switch to using pointer to chip configMatt Ranostay2018-11-111-6/+6
* iio: potentiometer: mcp4531: switch to SPDX license identifierPeter Rosin2018-08-201-5/+2
* iio: potentiometer: mcp4018: use the correct MODULE_LICENSEPeter Rosin2018-08-201-1/+1
* iio: potentiometer: merge calls to of_match_device and of_device_get_match_dataJulia Lawall2018-08-193-15/+6
* iio: potentiometer: mcp4531: switch to using .probe_newPeter Rosin2018-04-151-73/+72
* iio: potentiometer: mcp4018: switch to using .probe_newPeter Rosin2018-04-151-21/+20
* iio: potentiometer: mcp4018: driver for Microchip digital potentiometersPeter Rosin2018-03-103-0/+206
* iio: potentiometer: ds1803: Remove VLA usageHimanshu Jha2018-03-101-1/+1
* iio: add SPDX identifier for various driversMatt Ranostay2018-02-181-12/+4
* iio: ad5272: Add support for Analog Devices digital potentiometersPhil Reid2018-02-103-0/+242
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-136-8/+0
|\
| * iio:potentiometer:max5487: Drop explicit setting of module ownerJonathan Cameron2017-09-031-1/+0
| * iio:potentiometer:max5481 drop explicit setting of the owner module.Jonathan Cameron2017-09-031-1/+0
| * iio:dpot: drop assign iio_info.driver_moduleJonathan Cameron2017-08-226-6/+0
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* iio: max5481: Add support for Maxim digital potentiometersMatt Weber2017-01-283-0/+235
* iio: potentiometer: mcp4531: Export OF device ID table as module aliasesJavier Martinez Canillas2017-01-221-0/+1
* iio: mcp4531: provide range of available raw valuesPeter Rosin2016-11-131-42/+62
* iio: potentiometer: Fix typo in KconfigFlorian Vaussard2016-07-031-3/+3
* iio: potentiometer: mcp4531: Add device tree bindingFlorian Vaussard2016-07-031-1/+86
* iio: potentiometer: mcp4531: Add support for MCP454x, MCP456x, MCP464x and MC...Florian Vaussard2016-07-032-2/+76
* iio: max5487: Add support for Maxim digital potentiometersCristina Moraru2016-05-213-0/+173
* iio: potentiometer: tpl0102: remove unneeded i2c check functionality testMatt Ranostay2016-05-141-4/+0
* iio: potentiometer: add driver for Maxim Integrated DS1803Slawomir Stepien2016-04-103-0/+184
* iio: potentiometer: add driver for Microchip MCP413X/414X/415X/416X/423X/424X...Slawomir Stepien2016-04-033-0/+513
* iio: potentiometer: mcp4531: use pointer to access model parametersSlawomir Stepien2016-04-031-7/+6
* iio: potentiometer: tpl0102: change i2c functionality return codeMatt Ranostay2016-03-051-1/+1
* iio: convert to common i2c_check_functionality() return valueMatt Ranostay2016-02-271-1/+1
* iio: potentiometer: add TI tpl0102 supportMatt Ranostay2016-02-243-0/+179
* iio: mcp4531: Driver for Microchip digital potentiometersPeter Rosin2015-09-303-0/+257