index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
temperature
/
ltc2983.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-06-30
iio: temperature: ltc2983: convert to dev_err_probe()
Nuno Sa
1
-148
/
+114
2024-04-06
iio: temperature: ltc2983: support vdd regulator
Nuno Sa
1
-0
/
+5
2024-03-25
iio: temp: ltc2983: Use __free(fwnode_handle) and device_for_each_node_scoped()
Jonathan Cameron
1
-87
/
+50
2024-02-28
iio: temperature: ltc2983: explicitly set the name in chip_info
Nuno Sa
1
-5
/
+15
2024-02-28
iio: temperature: ltc2983: rename ltc2983_parse_dt()
Nuno Sa
1
-2
/
+2
2024-02-28
iio: temperature: ltc2983: make use of spi_get_device_match_data()
Nuno Sa
1
-3
/
+1
2022-11-23
iio: temperature: ltc2983: support more parts
Cosmin Tanislav
1
-7
/
+176
2022-11-23
iio: temperature: ltc2983: make bulk write buffer DMA-safe
Cosmin Tanislav
1
-5
/
+5
2022-10-17
iio: temperature: ltc2983: allocate iio channels once
Cosmin Tanislav
1
-7
/
+6
2022-07-18
iio: temperature: ltc2983: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_...
Jonathan Cameron
1
-4
/
+5
2022-06-14
iio: temp: ltc2983: Fix alignment for DMA safety
Jonathan Cameron
1
-2
/
+2
2022-04-04
iio: temperature: ltc2983: Make use of device properties
Andy Shevchenko
1
-103
/
+106
2022-04-04
iio: temperature: ltc2983: Use single error path to put OF node
Andy Shevchenko
1
-10
/
+11
2022-04-04
iio: temperature: ltc2983: Don't hard code defined constants in messages
Andy Shevchenko
1
-4
/
+4
2021-09-14
iio: ltc2983: fail probe if no channels are given
Nuno Sá
1
-0
/
+5
2021-09-14
iio: ltc2983: add support for optional reset gpio
Nuno Sá
1
-0
/
+11
2021-08-15
iio: ltc2983: fix device probe
Nuno Sá
1
-16
/
+14
2020-09-29
iio: ltc2983: Fix of_node refcounting
Nuno Sá
1
-6
/
+13
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
1
-1
/
+0
2020-04-19
iio: temperature: ltc2983: remove redundant comparison to bool
Rohit Sarkar
1
-2
/
+2
2019-12-08
iio: temperature: ltc2983: fix u32 read into a unsigned long long
Colin Ian King
1
-2
/
+4
2019-10-22
iio: temperature: Add support for LTC2983
Nuno Sá
1
-0
/
+1557