aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/potentiometer
AgeCommit message (Expand)AuthorFilesLines
2022-11-23iio: potentiometer: tpl0102: Convert to i2c's .probe_new()Gravatar Uwe Kleine-König 1-3/+3
2022-11-23iio: potentiometer: max5432: Convert to i2c's .probe_new()Gravatar Uwe Kleine-König 1-3/+2
2022-11-23iio: potentiometer: ds1803: Convert to i2c's .probe_new()Gravatar Uwe Kleine-König 1-2/+3
2022-11-23iio: potentiometer: ad5272: Convert to i2c's .probe_new()Gravatar Uwe Kleine-König 1-3/+3
2022-06-14iio: potentiometer: mcp4131: Fix alignment for DMA safetyGravatar Jonathan Cameron 1-1/+1
2022-06-14iio: potentiometer: mcp41010: Fix alignment for DMA safetyGravatar Jonathan Cameron 1-1/+1
2022-06-14iio: potentiometer: max5481: Fix alignment for DMA safetyGravatar Jonathan Cameron 1-1/+1
2022-06-14iio: potentiometer: ad5272: Fix alignment for DMA safetyGravatar Jonathan Cameron 1-1/+1
2022-06-14iio: potentiometer: ad5110: Fix alignment for DMA safetyGravatar Jonathan Cameron 1-2/+2
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-39/+136
2022-02-26iio: potentiometer: ds1803: Add support for Maxim DS3502Gravatar Jagath Jog J 2-4/+39
2022-02-26iio: potentiometer: ds1803: Add device specific read_raw functionGravatar Jagath Jog J 1-5/+22
2022-02-26iio: potentiometer: ds1803: Change to firmware provided dataGravatar Jagath Jog J 1-1/+4
2022-02-26iio: potentiometer: ds1803: Add channel information in device dataGravatar Jagath Jog J 1-8/+22
2022-02-26iio: potentiometer: ds1803: Add available functionalityGravatar Jagath Jog J 1-16/+45
2022-02-26iio: potentiometer: ds1803: Alignment to match the open parenthesisGravatar Jagath Jog J 1-7/+6
2022-02-09spi: make remove callback a void functionGravatar Uwe Kleine-König 1-3/+1
2021-12-12iio:pot:mcp41010: Switch to generic firmware properties.Gravatar Jonathan Cameron 1-3/+3
2021-10-19iio: potentiometer: max5487: Don't return an error in .remove()Gravatar Uwe Kleine-König 1-1/+6
2021-08-15iio: potentiometer: Add driver support for AD5110Gravatar Mugilraj Dhavachelvan 3-0/+355
2021-07-19iio: potentiometer: max5481: convert probe to device-managedGravatar Alexandru Ardelean 1-13/+9
2021-03-11iio: use getter/setter functionsGravatar Julia Lawall 2-4/+4
2020-12-03iio: potentiometer: ad5272: Correct polarity of resetGravatar Phil Reid 1-2/+2
2020-09-21iio:potentiometer:mcp4531: Drop of_match_ptr and CONFIG_OF protections.Gravatar Jonathan Cameron 1-7/+4
2020-09-21iio:potentiometer:mcp4131: Drop of_match_ptr and use generic fw interfaces.Gravatar Jonathan Cameron 1-4/+4
2020-09-21iio:potentiometer:mcp4018: Drop of_match_ptr and CONFIG_OF protections.Gravatar Jonathan Cameron 1-8/+4
2020-09-21iio:potentiometer:max5481: Drop invalid ACPI binding.Gravatar Jonathan Cameron 1-13/+0
2020-09-21iio:potentiometer:max5481: Drop of_match_ptr and CONFIG_OF protections.Gravatar Jonathan Cameron 1-6/+4
2020-09-21iio:potentiometer:max5432: Drop of_match_ptr and use generic fw accessorsGravatar Jonathan Cameron 1-4/+4
2020-09-17iio:potentiometer:ds1803: Drop of_match_ptr and CONFIG_OF protectionsGravatar Jonathan Cameron 1-4/+2
2020-09-17iio:potentiometer:ad5272: Drop of_match_ptr and CONFIG_OF protections.Gravatar Jonathan Cameron 1-3/+2
2020-07-13Replace HTTP links with HTTPS ones: drivers/iioGravatar Alexander A. Klimov 4-4/+4
2020-06-14iio: remove explicit IIO device parent assignmentGravatar Alexandru Ardelean 10-10/+0
2019-08-05iio: potentiometer: add a driver for Maxim 5432-5435Gravatar Martin Kaiser 3-0/+147
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 4-18/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-04-04drivers: iio: Kconfig: pedantic cleanupGravatar Enrico Weigelt, metux IT consult 1-17/+17
2018-11-25iio: potentiometer: Add driver for Microchip MCP41xxx/42xxxGravatar Chris Coffey 3-0/+216
2018-11-16iio: potentiometer: mcp4131: use of_device_get_match_data()Gravatar Slawomir Stepien 1-4/+7
2018-11-11iio: potentiometer: tpl0102: add IIO_AVAIL_RANGE supportGravatar Matt Ranostay 1-7/+27
2018-11-11iio: potentiometer: tpl0102: switch to using pointer to chip configGravatar Matt Ranostay 1-6/+6
2018-08-20iio: potentiometer: mcp4531: switch to SPDX license identifierGravatar Peter Rosin 1-5/+2
2018-08-20iio: potentiometer: mcp4018: use the correct MODULE_LICENSEGravatar Peter Rosin 1-1/+1
2018-08-19iio: potentiometer: merge calls to of_match_device and of_device_get_match_dataGravatar Julia Lawall 3-15/+6
2018-04-15iio: potentiometer: mcp4531: switch to using .probe_newGravatar Peter Rosin 1-73/+72
2018-04-15iio: potentiometer: mcp4018: switch to using .probe_newGravatar Peter Rosin 1-21/+20
2018-03-10iio: potentiometer: mcp4018: driver for Microchip digital potentiometersGravatar Peter Rosin 3-0/+206
2018-03-10iio: potentiometer: ds1803: Remove VLA usageGravatar Himanshu Jha 1-1/+1
2018-02-18iio: add SPDX identifier for various driversGravatar Matt Ranostay 1-12/+4
2018-02-10iio: ad5272: Add support for Analog Devices digital potentiometersGravatar Phil Reid 3-0/+242