summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/ad7124.c
AgeCommit message (Expand)Author
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-09iio: adc: ad7124: fix possible OOB array accessDavid Lechner
2025-10-19iio: adc: ad7124: change setup reg allocation strategyDavid Lechner
2025-10-19iio: adc: ad7124: add ext attributes to temperature channelDavid Lechner
2025-10-13iio: adc: ad7124: fix temperature channelDavid Lechner
2025-10-13iio: adc: ad7124: remove __ad7124_set_channel()David Lechner
2025-10-13iio: adc: ad7124: use devm_mutex_init()David Lechner
2025-10-13iio: adc: ad7124: use AD7124_MAX_CHANNELSDavid Lechner
2025-10-13iio: adc: ad7124: remove unused `nr` fieldDavid Lechner
2025-10-13iio: adc: ad7124: inline ad7124_enable_channel()David Lechner
2025-10-13iio: adc: ad7124: add debugfs to disable single cycle modeDavid Lechner
2025-09-13Merge tag 'v6.17-rc3' into togregJonathan Cameron
2025-09-13iio: adc: ad7124: add filter supportDavid Lechner
2025-09-13iio: adc: ad7124: support fractional sampling_frequencyDavid Lechner
2025-09-13iio: adc: ad7124: use guard(mutex) to simplify return pathsDavid Lechner
2025-09-13iio: adc: ad7124: use read_avail() for scale_availableDavid Lechner
2025-09-13iio: adc: ad7124: use clamp()David Lechner
2025-09-13iio: adc: ad7124: fix sample rate for multi-channel useDavid Lechner
2025-08-30iio: adc: ad7124: add clock output supportDavid Lechner
2025-08-30iio: adc: ad7124: add external clock supportDavid Lechner
2025-08-30iio: adc: ad7124: do not require mclkDavid Lechner
2025-08-16iio: Remove error prints for devm_add_action_or_reset()Waqar Hameed
2025-08-11iio: adc: ad7124: fix channel lookup in syscalib functionsDavid Lechner
2025-07-13iio: adc: ad7124: Use separate structures rather than array for chip infoDavid Lechner
2025-04-22iio: adc: ad7124: Make register naming consistentUwe Kleine-König
2025-04-22iio: adc: ad7124: Remove ability to write filter_low_pass_3db_frequencyUwe Kleine-König
2025-04-22iio: adc: ad7124: Fix 3dB filter frequency readingUwe Kleine-König
2025-03-11iio: adc: ad7124: Benefit of dev = indio_dev->dev.parent in ad7124_parse_chan...Uwe Kleine-König
2025-03-11iio: adc: ad7124: Implement system calibrationUwe Kleine-König
2025-03-11iio: adc: ad7124: Implement internal calibration at probe timeUwe Kleine-König
2025-03-11iio: adc: ad7124: Fix comparison of channel configsUwe Kleine-König
2025-02-08iio: adc: ad7124: Really disable all channels at probe timeUwe Kleine-König
2025-02-08iio: adc: ad7124: Micro-optimize channel disablingUwe Kleine-König
2025-01-13Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman
2024-12-11iio: adc: ad7124: Implement temperature measurementUwe Kleine-König
2024-12-11iio: adc: ad7124: Add error reporting during probeUwe Kleine-König
2024-12-11iio: adc: ad_sigma_delta: Store information about reset sequence lengthUwe Kleine-König
2024-12-11iio: adc: ad7124: Refuse invalid input specifiersUwe Kleine-König
2024-12-11iio: adc: ad7124: Don't create more channels than the driver can handleUwe Kleine-König
2024-12-07iio: adc: ad7124: Disable all channels at probe timeUwe Kleine-König
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-10-24iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr()Zicheng Qu
2024-09-09Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman
2024-09-05iio: adc: standardize on formatting for id match tablesJonathan Cameron
2024-08-06iio: adc: ad7124: fix DT configuration parsingDumitru Ceclan
2024-08-03iio: adc: ad7124: set initial ADC mode to idleDumitru Ceclan
2024-08-03iio: adc: ad7124: reduce the number of SPI transfersDumitru Ceclan
2024-08-03iio: adc: ad7124: fix config comparisonDumitru Ceclan
2024-08-03iio: adc: ad7124: fix chip ID mismatchDumitru Ceclan
2024-06-25iio: adc: ad_sigma_delta: add disable_one callbackDumitru Ceclan