summaryrefslogtreecommitdiff
path: root/drivers/iio/frequency/adrf6780.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-05-31iio: frequency: adrf6780: replace usleep_range() with fsleep()Stepan Ionichev1-2/+5
2026-02-28iio: frequency: adrf6780: use dev_err_probe()Antoniu Miclaus1-14/+11
2026-02-28iio: frequency: adrf6780: add dev variableAntoniu Miclaus1-16/+17
2025-04-22iio: normalize array sentinel styleDavid Lechner1-2/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-06-04iio: frequency: adrf6780: rm clk provider includeAntoniu Miclaus1-1/+0
2022-08-15iio: frequency: adrf6780: Benefit from devm_clk_get_enabled() to simplifyUwe Kleine-König1-15/+1
2022-06-14iio: frequency: adrf6780: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2021-10-24iio: frequency: adrf6780: Fix adrf6780_spi_{read,write}()Nathan Chancellor1-2/+2
2021-10-21iio: frequency: adrf6780: add support for ADRF6780Antoniu Miclaus1-0/+527