index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
/
ad7124.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-06
Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-156
/
+139
2025-11-09
iio: adc: ad7124: fix possible OOB array access
David Lechner
1
-4
/
+9
2025-10-19
iio: adc: ad7124: change setup reg allocation strategy
David Lechner
1
-133
/
+100
2025-10-19
iio: adc: ad7124: add ext attributes to temperature channel
David Lechner
1
-0
/
+1
2025-10-13
iio: adc: ad7124: fix temperature channel
David Lechner
1
-4
/
+8
2025-10-13
iio: adc: ad7124: remove __ad7124_set_channel()
David Lechner
1
-9
/
+2
2025-10-13
iio: adc: ad7124: use devm_mutex_init()
David Lechner
1
-1
/
+4
2025-10-13
iio: adc: ad7124: use AD7124_MAX_CHANNELS
David Lechner
1
-1
/
+1
2025-10-13
iio: adc: ad7124: remove unused `nr` field
David Lechner
1
-3
/
+0
2025-10-13
iio: adc: ad7124: inline ad7124_enable_channel()
David Lechner
1
-10
/
+6
2025-10-13
iio: adc: ad7124: add debugfs to disable single cycle mode
David Lechner
1
-2
/
+23
2025-09-13
Merge tag 'v6.17-rc3' into togreg
Jonathan Cameron
1
-7
/
+7
2025-09-13
iio: adc: ad7124: add filter support
David Lechner
1
-32
/
+230
2025-09-13
iio: adc: ad7124: support fractional sampling_frequency
David Lechner
1
-26
/
+39
2025-09-13
iio: adc: ad7124: use guard(mutex) to simplify return paths
David Lechner
1
-23
/
+12
2025-09-13
iio: adc: ad7124: use read_avail() for scale_available
David Lechner
1
-13
/
+29
2025-09-13
iio: adc: ad7124: use clamp()
David Lechner
1
-5
/
+2
2025-09-13
iio: adc: ad7124: fix sample rate for multi-channel use
David Lechner
1
-6
/
+20
2025-08-30
iio: adc: ad7124: add clock output support
David Lechner
1
-0
/
+33
2025-08-30
iio: adc: ad7124: add external clock support
David Lechner
1
-7
/
+76
2025-08-30
iio: adc: ad7124: do not require mclk
David Lechner
1
-18
/
+44
2025-08-16
iio: Remove error prints for devm_add_action_or_reset()
Waqar Hameed
1
-1
/
+1
2025-08-11
iio: adc: ad7124: fix channel lookup in syscalib functions
David Lechner
1
-7
/
+7
2025-07-13
iio: adc: ad7124: Use separate structures rather than array for chip info
David Lechner
1
-22
/
+14
2025-04-22
iio: adc: ad7124: Make register naming consistent
Uwe Kleine-König
1
-89
/
+83
2025-04-22
iio: adc: ad7124: Remove ability to write filter_low_pass_3db_frequency
Uwe Kleine-König
1
-35
/
+1
2025-04-22
iio: adc: ad7124: Fix 3dB filter frequency reading
Uwe Kleine-König
1
-2
/
+2
2025-03-11
iio: adc: ad7124: Benefit of dev = indio_dev->dev.parent in ad7124_parse_chan...
Uwe Kleine-König
1
-2
/
+2
2025-03-11
iio: adc: ad7124: Implement system calibration
Uwe Kleine-König
1
-17
/
+135
2025-03-11
iio: adc: ad7124: Implement internal calibration at probe time
Uwe Kleine-König
1
-3
/
+126
2025-03-11
iio: adc: ad7124: Fix comparison of channel configs
Uwe Kleine-König
1
-4
/
+31
2025-02-08
iio: adc: ad7124: Really disable all channels at probe time
Uwe Kleine-König
1
-5
/
+3
2025-02-08
iio: adc: ad7124: Micro-optimize channel disabling
Uwe Kleine-König
1
-8
/
+9
2025-01-13
Merge 6.13-rc4 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+3
2024-12-11
iio: adc: ad7124: Implement temperature measurement
Uwe Kleine-König
1
-21
/
+91
2024-12-11
iio: adc: ad7124: Add error reporting during probe
Uwe Kleine-König
1
-36
/
+40
2024-12-11
iio: adc: ad_sigma_delta: Store information about reset sequence length
Uwe Kleine-König
1
-1
/
+2
2024-12-11
iio: adc: ad7124: Refuse invalid input specifiers
Uwe Kleine-König
1
-0
/
+18
2024-12-11
iio: adc: ad7124: Don't create more channels than the driver can handle
Uwe Kleine-König
1
-0
/
+10
2024-12-07
iio: adc: ad7124: Disable all channels at probe time
Uwe Kleine-König
1
-0
/
+3
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-10-24
iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr()
Zicheng Qu
1
-1
/
+1
2024-09-09
Merge 6.11-rc7 into char-misc-next
Greg Kroah-Hartman
1
-13
/
+17
2024-09-05
iio: adc: standardize on formatting for id match tables
Jonathan Cameron
1
-2
/
+2
2024-08-06
iio: adc: ad7124: fix DT configuration parsing
Dumitru Ceclan
1
-2
/
+1
2024-08-03
iio: adc: ad7124: set initial ADC mode to idle
Dumitru Ceclan
1
-0
/
+3
2024-08-03
iio: adc: ad7124: reduce the number of SPI transfers
Dumitru Ceclan
1
-19
/
+12
2024-08-03
iio: adc: ad7124: fix config comparison
Dumitru Ceclan
1
-11
/
+15
2024-08-03
iio: adc: ad7124: fix chip ID mismatch
Dumitru Ceclan
1
-0
/
+1
2024-06-25
iio: adc: ad_sigma_delta: add disable_one callback
Dumitru Ceclan
1
-6
/
+8
[next]