summaryrefslogtreecommitdiff
path: root/drivers/iio/frequency/admv1014.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-06Merge tag 'v7.2-rc2' into togregJonathan Cameron1-1/+0
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-30iio: Drop unused assignment of spi_device_id driver dataUwe Kleine-König (The Capable Hub)1-1/+1
2026-02-28iio: frequency: admv1014: use dev_err_probe()Antoniu Miclaus1-36/+24
2026-02-28iio: frequency: admv1014: add dev variableAntoniu Miclaus1-13/+16
2025-04-22iio: normalize array sentinel styleDavid Lechner1-2/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2023-11-16iio: frequency: admv1014: Switch to device_property_match_property_string()Andy Shevchenko1-19/+12
2022-08-19iio: frequency: admv1014: return -EINVAL directlyAntoniu Miclaus1-2/+1
2022-07-14Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-1/+1
2022-06-19iio: freq: admv1014: Fix warning about dubious x & !y and improve readabilityAntoniu Miclaus1-2/+4
2022-06-14iio: frequency: admv1014: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2022-02-21iio: frequency: admv1014: add support for ADMV1014Antoniu Miclaus1-0/+823