aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/potentiometer (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-15iio: potentiometer: Add driver support for AD5110Mugilraj Dhavachelvan3-0/+355
2021-07-19iio: potentiometer: max5481: convert probe to device-managedAlexandru Ardelean1-13/+9
2021-03-11iio: use getter/setter functionsJulia Lawall2-4/+4
2020-12-03iio: potentiometer: ad5272: Correct polarity of resetPhil Reid1-2/+2
2020-09-21iio:potentiometer:mcp4531: Drop of_match_ptr and CONFIG_OF protections.Jonathan Cameron1-7/+4
2020-09-21iio:potentiometer:mcp4131: Drop of_match_ptr and use generic fw interfaces.Jonathan Cameron1-4/+4
2020-09-21iio:potentiometer:mcp4018: Drop of_match_ptr and CONFIG_OF protections.Jonathan Cameron1-8/+4
2020-09-21iio:potentiometer:max5481: Drop invalid ACPI binding.Jonathan Cameron1-13/+0
2020-09-21iio:potentiometer:max5481: Drop of_match_ptr and CONFIG_OF protections.Jonathan Cameron1-6/+4
2020-09-21iio:potentiometer:max5432: Drop of_match_ptr and use generic fw accessorsJonathan Cameron1-4/+4
2020-09-17iio:potentiometer:ds1803: Drop of_match_ptr and CONFIG_OF protectionsJonathan Cameron1-4/+2
2020-09-17iio:potentiometer:ad5272: Drop of_match_ptr and CONFIG_OF protections.Jonathan Cameron1-3/+2
2020-07-13Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov4-4/+4
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean10-10/+0
2019-08-05iio: potentiometer: add a driver for Maxim 5432-5435Martin Kaiser3-0/+147
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner4-18/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-04drivers: iio: Kconfig: pedantic cleanupEnrico Weigelt, metux IT consult1-17/+17
2018-11-25iio: potentiometer: Add driver for Microchip MCP41xxx/42xxxChris Coffey3-0/+216
2018-11-16iio: potentiometer: mcp4131: use of_device_get_match_data()Slawomir Stepien1-4/+7
2018-11-11iio: potentiometer: tpl0102: add IIO_AVAIL_RANGE supportMatt Ranostay1-7/+27
2018-11-11iio: potentiometer: tpl0102: switch to using pointer to chip configMatt Ranostay1-6/+6
2018-08-20iio: potentiometer: mcp4531: switch to SPDX license identifierPeter Rosin1-5/+2
2018-08-20iio: potentiometer: mcp4018: use the correct MODULE_LICENSEPeter Rosin1-1/+1
2018-08-19iio: potentiometer: merge calls to of_match_device and of_device_get_match_dataJulia Lawall3-15/+6
2018-04-15iio: potentiometer: mcp4531: switch to using .probe_newPeter Rosin1-73/+72
2018-04-15iio: potentiometer: mcp4018: switch to using .probe_newPeter Rosin1-21/+20
2018-03-10iio: potentiometer: mcp4018: driver for Microchip digital potentiometersPeter Rosin3-0/+206
2018-03-10iio: potentiometer: ds1803: Remove VLA usageHimanshu Jha1-1/+1
2018-02-18iio: add SPDX identifier for various driversMatt Ranostay1-12/+4
2018-02-10iio: ad5272: Add support for Analog Devices digital potentiometersPhil Reid3-0/+242
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds6-8/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-03iio:potentiometer:max5487: Drop explicit setting of module ownerJonathan Cameron1-1/+0
2017-09-03iio:potentiometer:max5481 drop explicit setting of the owner module.Jonathan Cameron1-1/+0
2017-08-22iio:dpot: drop assign iio_info.driver_moduleJonathan Cameron6-6/+0
2017-01-28iio: max5481: Add support for Maxim digital potentiometersMatt Weber3-0/+235
2017-01-22iio: potentiometer: mcp4531: Export OF device ID table as module aliasesJavier Martinez Canillas1-0/+1
2016-11-13iio: mcp4531: provide range of available raw valuesPeter Rosin1-42/+62
2016-07-03iio: potentiometer: Fix typo in KconfigFlorian Vaussard1-3/+3
2016-07-03iio: potentiometer: mcp4531: Add device tree bindingFlorian Vaussard1-1/+86
2016-07-03iio: potentiometer: mcp4531: Add support for MCP454x, MCP456x, MCP464x and MCP466xFlorian Vaussard2-2/+76
2016-05-21iio: max5487: Add support for Maxim digital potentiometersCristina Moraru3-0/+173
2016-05-14iio: potentiometer: tpl0102: remove unneeded i2c check functionality testMatt Ranostay1-4/+0
2016-04-10iio: potentiometer: add driver for Maxim Integrated DS1803Slawomir Stepien3-0/+184
2016-04-03iio: potentiometer: add driver for Microchip MCP413X/414X/415X/416X/423X/424X/425X/426XSlawomir Stepien3-0/+513
2016-04-03iio: potentiometer: mcp4531: use pointer to access model parametersSlawomir Stepien1-7/+6
2016-03-05iio: potentiometer: tpl0102: change i2c functionality return codeMatt Ranostay1-1/+1
2016-02-27iio: convert to common i2c_check_functionality() return valueMatt Ranostay1-1/+1
2016-02-24iio: potentiometer: add TI tpl0102 supportMatt Ranostay3-0/+179