index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
addac
/
ad74413r.c
Age
Commit message (
Expand
)
Author
2025-05-21
iio: addac: ad74413r: use aligned_s64 for timestamp
David Lechner
2025-04-22
iio: normalize array sentinel style
David Lechner
2025-04-22
iio: addac: ad74413r: use new GPIO line value setter callbacks
Bartosz Golaszewski
2025-02-17
iio: addac: ad74413r: Stop using iio_device_claim_direct_scoped()
Jonathan Cameron
2024-10-21
iio: addac: ad74413r: simplify with cleanup.h
Nuno Sa
2024-10-21
iio: addac: ad74413r: use devm_regulator_get_enable_read_voltage()
Nuno Sa
2024-10-21
iio: addac: ad74413r: drop reset_gpio from struct ad74413r_state
Nuno Sa
2024-10-12
Merge tag 'v6.12-rc2' into test2
Jonathan Cameron
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-09-30
iio: addac: ad74xxx: Constify struct iio_chan_spec​
Christophe JAILLET
2024-06-13
iio: addac: ad74413r: simplify with spi_get_device_match_data()
Krzysztof Kozlowski
2024-03-25
iio: addac: ad74413r: Use device_for_each_child_node_scoped()
Jonathan Cameron
2023-09-13
iio: addac: ad74413r: update channel function set
Antoniu Miclaus
2023-09-12
iio: addac: ad74413r: fix function prefix typo
Antoniu Miclaus
2023-06-04
iio: addac: ad74413: don't set DIN_SINK for functions other than digital input
Rasmus Villemoes
2023-05-13
iio: addac: ad74413: fix resistance input processing
Rasmus Villemoes
2023-03-12
iio: addac: ad74413r: fix Current Input, Loop Powered Mode
Rasmus Villemoes
2023-03-12
iio: ad74413r: wire up support for drive-strength-microamp property
Rasmus Villemoes
2022-11-24
iio: addac: ad74413r: fix blank line after declaration warning
Cosmin Tanislav
2022-11-23
iio: addac: ad74413r: add support for reset-gpio
Rasmus Villemoes
2022-11-23
iio: addac: ad74413r: add spi_device_id table
Rasmus Villemoes
2022-11-23
iio: addac: ad74413r: fix integer promotion bug in ad74413_get_input_current_...
Rasmus Villemoes
2022-06-14
iio: addac: ad74413r: Fix alignment for DMA safety
Jonathan Cameron
2022-06-14
iio: addac: ad74413r: for_each_set_bit_from -> for_each_set_bit
Cosmin Tanislav
2022-01-30
iio: addac: ad74413r: correct comparator gpio getters mask usage
Cosmin Tanislav
2022-01-30
iio: addac: ad74413r: use ngpio size when iterating over mask
Cosmin Tanislav
2022-01-30
iio: addac: ad74413r: Do not reference negative array offsets
Kees Cook
2021-12-21
iio:addac:ad74413r: Fix uninitialized ret in a path that won't be hit.
Jonathan Cameron
2021-12-16
iio: addac: ad74413r: fix off by one in ad74413r_parse_channel_config()
Dan Carpenter
2021-12-12
iio: addac: add AD74413R driver
Cosmin Tanislav