aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/temperature/ltc2983.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-06iio: temperature: ltc2983: support vdd regulatorNuno Sa1-0/+5
2024-03-25iio: temp: ltc2983: Use __free(fwnode_handle) and device_for_each_node_scoped()Jonathan Cameron1-87/+50
2024-02-28iio: temperature: ltc2983: explicitly set the name in chip_infoNuno Sa1-5/+15
2024-02-28iio: temperature: ltc2983: rename ltc2983_parse_dt()Nuno Sa1-2/+2
2024-02-28iio: temperature: ltc2983: make use of spi_get_device_match_data()Nuno Sa1-3/+1
2022-11-23iio: temperature: ltc2983: support more partsCosmin Tanislav1-7/+176
2022-11-23iio: temperature: ltc2983: make bulk write buffer DMA-safeCosmin Tanislav1-5/+5
2022-10-17iio: temperature: ltc2983: allocate iio channels onceCosmin Tanislav1-7/+6
2022-07-18iio: temperature: ltc2983: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_...Jonathan Cameron1-4/+5
2022-06-14iio: temp: ltc2983: Fix alignment for DMA safetyJonathan Cameron1-2/+2
2022-04-04iio: temperature: ltc2983: Make use of device propertiesAndy Shevchenko1-103/+106
2022-04-04iio: temperature: ltc2983: Use single error path to put OF nodeAndy Shevchenko1-10/+11
2022-04-04iio: temperature: ltc2983: Don't hard code defined constants in messagesAndy Shevchenko1-4/+4
2021-09-14iio: ltc2983: fail probe if no channels are givenNuno Sá1-0/+5
2021-09-14iio: ltc2983: add support for optional reset gpioNuno Sá1-0/+11
2021-08-15iio: ltc2983: fix device probeNuno Sá1-16/+14
2020-09-29iio: ltc2983: Fix of_node refcountingNuno Sá1-6/+13
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-04-19iio: temperature: ltc2983: remove redundant comparison to boolRohit Sarkar1-2/+2
2019-12-08iio: temperature: ltc2983: fix u32 read into a unsigned long longColin Ian King1-2/+4
2019-10-22iio: temperature: Add support for LTC2983Nuno Sá1-0/+1557