summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/ti-ads7950.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: ti-ads7950: Set `can_sleep` flag for GPIO chipLars-Peter Clausen2023-03-181-0/+1
* iio: adc: ti-ads7950: Fix alignment for DMA safetyJonathan Cameron2022-06-141-2/+2
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* iio: adc: ti-ads7950: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-2/+2
* iio: adc: ti-ads7950: Ensure CS is deasserted after reading channelsUwe Kleine-König2021-07-171-1/+0
* Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov2020-07-131-1/+1
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: adc: ti-ads7950: Fix a typo in an error messageChristophe JAILLET2019-12-151-1/+1
* iio: adc: ti-ads7950: add GPIO supportJustin Chen2019-04-041-6/+194
* iio: adc: ti-ads7950: Fix improper use of mlockJustin Chen2019-04-041-4/+15
* iio: adc: ti-ads7950: use SPI_CS_WORD to reduce CPU usageDavid Lechner2018-09-221-22/+31
* iio: adc: ti-ads7950: allow simultaneous use of buffer and direct modeDavid Lechner2018-07-231-14/+19
* iio: adc: ti-ads7950: use SPDX-License-IdentifierDavid Lechner2018-07-231-9/+1
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: adc: ti-ads7950: Allow to use on ACPI platformsAndy Shevchenko2017-08-201-4/+20
* iio: adc: ti-ads7950: Add OF device ID tableAndy Shevchenko2017-08-091-0/+18
* iio: adc: ti-ads7950: Change regulator matching string to "vref"David Lechner2017-01-151-3/+3
* iio: adc: ti-ads7950: Drop "ti-" prefix from module nameDavid Lechner2017-01-151-13/+13
* iio: adc: New driver for TI ADS7950 chipsDavid Lechner2016-12-031-0/+490