summaryrefslogtreecommitdiffstats
path: root/drivers/iio/potentiometer
Commit message (Expand)AuthorAgeFilesLines
* iio: potentiometer: ad5110: Use i2c_get_match_data()Biju Das2023-09-121-8/+13
* iio: potentiometer: ds1803: Convert enum->pointer for data in the ID tableBiju Das2023-09-121-8/+5
* iio: potentiometer: mcp4531: Use i2c_get_match_data()Biju Das2023-07-291-68/+71
* iio: potentiometer: mcp4018: Use i2c_get_match_data()Biju Das2023-07-291-16/+19
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-217-7/+7
* iio: potentiometer: Add support for the Renesas X9250 potentiometersHerve Codina2023-05-203-0/+231
* iio: potentiometer: tpl0102: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* iio: potentiometer: max5432: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* iio: potentiometer: ds1803: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-2/+3
* iio: potentiometer: ad5272: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* iio: potentiometer: mcp4131: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
* iio: potentiometer: mcp41010: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
* iio: potentiometer: max5481: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
* iio: potentiometer: ad5272: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
* iio: potentiometer: ad5110: Fix alignment for DMA safetyJonathan Cameron2022-06-141-2/+2
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-282-39/+136
|\
| * iio: potentiometer: ds1803: Add support for Maxim DS3502Jagath Jog J2022-02-262-4/+39
| * iio: potentiometer: ds1803: Add device specific read_raw functionJagath Jog J2022-02-261-5/+22
| * iio: potentiometer: ds1803: Change to firmware provided dataJagath Jog J2022-02-261-1/+4
| * iio: potentiometer: ds1803: Add channel information in device dataJagath Jog J2022-02-261-8/+22
| * iio: potentiometer: ds1803: Add available functionalityJagath Jog J2022-02-261-16/+45
| * iio: potentiometer: ds1803: Alignment to match the open parenthesisJagath Jog J2022-02-261-7/+6
* | spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
|/
* iio:pot:mcp41010: Switch to generic firmware properties.Jonathan Cameron2021-12-121-3/+3
* iio: potentiometer: max5487: Don't return an error in .remove()Uwe Kleine-König2021-10-191-1/+6
* iio: potentiometer: Add driver support for AD5110Mugilraj Dhavachelvan2021-08-153-0/+355
* iio: potentiometer: max5481: convert probe to device-managedAlexandru Ardelean2021-07-191-13/+9
* iio: use getter/setter functionsJulia Lawall2021-03-112-4/+4
* 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