index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
frequency
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-06
Merge tag 'v7.2-rc2' into togreg
Jonathan Cameron
5
-5
/
+0
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)
Uwe Kleine-König (The Capable Hub)
5
-5
/
+0
2026-06-30
iio: Initialize spi_device_id arrays using member names
Uwe Kleine-König (The Capable Hub)
3
-6
/
+6
2026-06-30
iio: Drop unused assignment of spi_device_id driver data
Uwe Kleine-König (The Capable Hub)
3
-3
/
+3
2026-06-30
iio: frequency: ad9523: Simplify driver a bit
Uwe Kleine-König (The Capable Hub)
1
-2
/
+1
2026-06-30
iio: frequency: adf41513: features on frequency change
Rodrigo Alencar
1
-0
/
+108
2026-06-30
iio: frequency: adf41513: handle LE synchronization feature
Rodrigo Alencar
1
-2
/
+31
2026-06-30
iio: frequency: adf41513: driver implementation
Rodrigo Alencar
3
-0
/
+1120
2026-06-29
iio: frequency: adf4377: replace mutex_lock/unlock with guard(mutex)()
Eduardo Guedes
1
-45
/
+36
2026-05-31
iio: frequency: adrf6780: replace usleep_range() with fsleep()
Stepan Ionichev
1
-2
/
+5
2026-03-25
iio: frequency: adf4350: replace TODO with NOTE in adf4350_set_freq()
Neel Bullywon
1
-4
/
+4
2026-03-22
Merge tag 'v7.0-rc4' into togreg
Jonathan Cameron
1
-1
/
+1
2026-03-21
iio: frequency: ad9523: use dev_err_probe
Antoniu Miclaus
1
-4
/
+2
2026-03-21
iio: frequency: ad9523: add dev variable
Antoniu Miclaus
1
-7
/
+9
2026-03-21
iio: frequency: admv4420: use dev_err_probe
Antoniu Miclaus
1
-16
/
+12
2026-03-21
iio: frequency: admv4420: add dev variable
Antoniu Miclaus
1
-3
/
+4
2026-03-14
iio: frequency: admv1013: fix NULL pointer dereference on str
Antoniu Miclaus
1
-28
/
+37
2026-03-03
iio: frequency: admv4420: return proper error code from admv4420_calc_parameters()
Antoniu Miclaus
1
-1
/
+1
2026-02-28
iio: frequency: ad9523: use octal permissions
Bhargav Joshi
1
-40
/
+20
2026-02-28
iio: frequency: ad9523: fix multi-line dereferences
Bhargav Joshi
1
-4
/
+2
2026-02-28
iio: frequency: ad9523: fix implicit variable macros
Bhargav Joshi
1
-2
/
+2
2026-02-28
iio: frequency: adf4377: use dev_err_probe()
Antoniu Miclaus
1
-17
/
+12
2026-02-28
iio: frequency: adf4377: add dev variable
Antoniu Miclaus
1
-13
/
+14
2026-02-28
iio: frequency: admv1013: use dev_err_probe()
Antoniu Miclaus
1
-9
/
+5
2026-02-28
iio: frequency: admv1013: add dev variable
Antoniu Miclaus
1
-14
/
+15
2026-02-28
iio: frequency: admv1014: use dev_err_probe()
Antoniu Miclaus
1
-36
/
+24
2026-02-28
iio: frequency: admv1014: add dev variable
Antoniu Miclaus
1
-13
/
+16
2026-02-28
iio: frequency: adrf6780: use dev_err_probe()
Antoniu Miclaus
1
-14
/
+11
2026-02-28
iio: frequency: adrf6780: add dev variable
Antoniu Miclaus
1
-16
/
+17
2026-02-23
iio: frequency: adf4377: Fix duplicated soft reset mask
SeungJu Cheon
1
-1
/
+1
2026-02-23
iio: frequency: adf4350: Return -ENOMEM on memory allocation failure
Antoniu Miclaus
1
-1
/
+1
2025-12-21
iio: frequency: adf4377: add clk provider support
Antoniu Miclaus
1
-2
/
+120
2025-09-23
Merge tag 'iio-for-6.18a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next
Greg Kroah-Hartman
1
-2
/
+1
2025-08-31
iio: frequency: adf4350: Fix prescaler usage.
Michael Hennerich
1
-7
/
+13
2025-08-16
iio: Remove error prints for devm_add_action_or_reset()
Waqar Hameed
1
-2
/
+1
2025-05-21
iio: admv1013: replace redundant ternary operator with just len
Colin Ian King
1
-1
/
+1
2025-04-22
iio: normalize array sentinel style
David Lechner
7
-16
/
+16
2025-02-08
iio: frequency: adf4371: add ref doubler
Antoniu Miclaus
1
-2
/
+14
2025-02-08
iio: frequency: adf4371: add refin mode
Antoniu Miclaus
1
-3
/
+26
2024-10-21
Merge 6.12-rc4 into char-misc-next
Greg Kroah-Hartman
1
-15
/
+17
2024-10-13
Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus
Greg Kroah-Hartman
1
-15
/
+17
2024-10-12
Merge tag 'v6.12-rc2' into test2
Jonathan Cameron
5
-5
/
+5
2024-10-10
iio: frequency: admv4420: fix missing select REMAP_SPI in Kconfig
Javier Carrasco
1
-0
/
+1
2024-10-10
iio: frequency: {admv4420,adrf6780}: format Kconfig entries
Javier Carrasco
1
-15
/
+15
2024-10-10
iio: frequency: adf4371: make use of dev_err_probe()
Nuno Sa
1
-10
/
+8
2024-10-10
iio: frequency: adf4371: drop clkin from struct adf4371_state
Nuno Sa
1
-5
/
+5
2024-10-10
iio: frequency: adf4371: drop spi_set_drvdata()
Nuno Sa
1
-1
/
+0
2024-10-10
iio: frequency: adf4371: make use of spi_get_device_match_data()
Nuno Sa
1
-16
/
+20
2024-10-06
iio: frequency: adf4377: add missing select REMAP_SPI in Kconfig
Javier Carrasco
1
-0
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
5
-5
/
+5
[next]