index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
frequency
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-09-30
iio: frequency: adf4350: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-1
/
+1
2024-09-30
iio: frequency: ad9523: Get platform data via dev_get_platdata()
Andy Shevchenko
1
-1
/
+1
2024-08-03
iio: frequency: adf4377: add adf4378 support
Antoniu Miclaus
1
-7
/
+28
2024-06-25
iio: frequency: adf4350: add clk provider
Antoniu Miclaus
1
-2
/
+122
2024-06-04
iio: frequency: adrf6780: rm clk provider include
Antoniu Miclaus
1
-1
/
+0
2024-05-22
Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-18
/
+6
2024-05-07
iio: frequency: admv1013: Use devm_regulator_get_enable_read_voltage()
David Lechner
1
-30
/
+10
2024-04-06
iio: frequency: admfm2000: Use device_for_each_child_node_scoped() to simplify error paths.
Jonathan Cameron
1
-18
/
+6
2024-02-17
iio: frequency: admfm2000: New driver
Kim Seer Paller
3
-0
/
+293
2023-11-16
iio: frequency: admv1014: Switch to device_property_match_property_string()
Andy Shevchenko
1
-19
/
+12
[next]