summaryrefslogtreecommitdiff
path: root/drivers/iio/frequency/admv1013.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-03-14iio: frequency: admv1013: fix NULL pointer dereference on strAntoniu Miclaus1-28/+37
2026-02-28iio: frequency: admv1013: use dev_err_probe()Antoniu Miclaus1-9/+5
2026-02-28iio: frequency: admv1013: add dev variableAntoniu Miclaus1-14/+15
2025-05-21iio: admv1013: replace redundant ternary operator with just lenColin Ian King1-1/+1
2025-04-22iio: normalize array sentinel styleDavid Lechner1-3/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-05-07iio: frequency: admv1013: Use devm_regulator_get_enable_read_voltage()David Lechner1-30/+10
2023-09-11iio: admv1013: add mixer_vgate corner casesAntoniu Miclaus1-2/+2
2023-08-13Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman1-1/+4
2023-08-05drivers: iio: admv1013: add vcc regulatorsAntoniu Miclaus1-0/+14
2023-07-22iio: frequency: admv1013: propagate errors from regulator_get_voltage()Dan Carpenter1-1/+4
2023-03-18iio: frequency: admv1013: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-17/+4
2022-06-14iio: frequency: admv1013: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2022-03-18Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-1/+1
2022-01-30iio: frequency: admv1013: remove the always true conditionMuhammad Usama Anjum1-1/+1
2022-01-23iio:frequency:admv1013: White space cleanup of spacing around {} in id tablesJonathan Cameron1-1/+1
2021-12-23iio: frequency: admv1013: add support for ADMV1013Antoniu Miclaus1-0/+656