summaryrefslogtreecommitdiff
path: root/drivers/iio/temperature/ltc2983.c
Commit message (Expand)AuthorAgeFilesLines
* iio: temperature: ltc2983: support more partsCosmin Tanislav2022-11-231-7/+176
* iio: temperature: ltc2983: make bulk write buffer DMA-safeCosmin Tanislav2022-11-231-5/+5
* iio: temperature: ltc2983: allocate iio channels onceCosmin Tanislav2022-10-171-7/+6
* iio: temperature: ltc2983: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_...Jonathan Cameron2022-07-181-4/+5
* iio: temp: ltc2983: Fix alignment for DMA safetyJonathan Cameron2022-06-141-2/+2
* iio: temperature: ltc2983: Make use of device propertiesAndy Shevchenko2022-04-041-103/+106
* iio: temperature: ltc2983: Use single error path to put OF nodeAndy Shevchenko2022-04-041-10/+11
* iio: temperature: ltc2983: Don't hard code defined constants in messagesAndy Shevchenko2022-04-041-4/+4
* iio: ltc2983: fail probe if no channels are givenNuno Sá2021-09-141-0/+5
* iio: ltc2983: add support for optional reset gpioNuno Sá2021-09-141-0/+11
* iio: ltc2983: fix device probeNuno Sá2021-08-151-16/+14
* iio: ltc2983: Fix of_node refcountingNuno Sá2020-09-291-6/+13
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: temperature: ltc2983: remove redundant comparison to boolRohit Sarkar2020-04-191-2/+2
* iio: temperature: ltc2983: fix u32 read into a unsigned long longColin Ian King2019-12-081-2/+4
* iio: temperature: Add support for LTC2983Nuno Sá2019-10-221-0/+1557