index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dpll
/
zl3073x
Age
Commit message (
Expand
)
Author
Lines
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-12
/
+56
2026-02-25
dpll: zl3073x: Remove redundant cleanup in devm_dpll_init()
Felix Gu
-5
/
+1
2026-02-23
dpll: zl3073x: fix REF_PHASE_OFFSET_COMP register width for some chip IDs
Ivan Vecera
-7
/
+55
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-6
/
+6
2026-02-17
dpll: zl3073x: Fix ref frequency setting
Ivan Vecera
-0
/
+2
2026-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-8
/
+4
2026-02-06
dpll: zl3073x: Include current frequency in supported frequencies list
Ivan Vecera
-11
/
+21
2026-02-06
dpll: zl3073x: Add output pin frequency helper
Ivan Vecera
-38
/
+48
2026-02-06
dpll: zl3073x: Fix output pin phase adjustment sign
Ivan Vecera
-8
/
+4
2026-02-05
drivers: Add support for DPLL reference count tracking
Ivan Vecera
-6
/
+10
2026-02-05
dpll: Add reference count tracking support
Ivan Vecera
-6
/
+6
2026-02-05
dpll: zl3073x: Add support for mux pin type
Ivan Vecera
-0
/
+2
2026-02-05
dpll: zl3073x: Associate pin with fwnode handle
Ivan Vecera
-0
/
+1
2026-01-29
dpll: expose fractional frequency offset in ppt
Ivan Vecera
-2
/
+5
2026-01-19
dpll: zl3073x: Implement device mode setting support
Ivan Vecera
-0
/
+112
2025-11-17
dpll: zl3073x: Remove unused dev wrappers
Ivan Vecera
-77
/
+0
2025-11-17
dpll: zl3073x: Cache all output properties in zl3073x_out
Ivan Vecera
-290
/
+193
2025-11-17
dpll: zl3073x: Cache all reference properties in zl3073x_ref
Ivan Vecera
-232
/
+239
2025-11-17
dpll: zl3073x: Cache reference monitor status
Ivan Vecera
-75
/
+68
2025-11-17
dpll: zl3073x: Split ref, out, and synth logic from core
Ivan Vecera
-315
/
+584
2025-11-17
dpll: zl3073x: Store raw register values instead of parsed state
Ivan Vecera
-82
/
+60
2025-11-13
dpll: zl3073x: fix kernel-doc name and missing parameter in fw.c
Kriish Sharma
-3
/
+3
2025-10-31
dpll: zl3073x: Specify phase adjustment granularity for pins
Ivan Vecera
-44
/
+25
2025-10-28
dpll: zl3073x: Fix output pin registration
Ivan Vecera
-1
/
+1
2025-10-13
dpll: zl3073x: Handle missing or corrupted flash configuration
Ivan Vecera
-0
/
+24
2025-10-10
dpll: zl3073x: Increase maximum size of flash utility
Ivan Vecera
-1
/
+1
2025-09-29
dpll: zl3073x: Allow to configure phase offset averaging factor
Ivan Vecera
-6
/
+107
2025-09-26
dpll: zl3073x: Fix double free in zl3073x_devlink_flash_update()
Dan Carpenter
-1
/
+0
2025-09-15
dpll: zl3073x: Implement devlink flash callback
Ivan Vecera
-0
/
+129
2025-09-15
dpll: zl3073x: Refactor DPLL initialization
Ivan Vecera
-86
/
+142
2025-09-15
dpll: zl3073x: Add firmware loading functionality
Ivan Vecera
-1
/
+472
2025-09-15
dpll: zl3073x: Add low-level flash functions
Ivan Vecera
-1
/
+747
2025-09-15
dpll: zl3073x: Add functions to access hardware registers
Ivan Vecera
-4
/
+193
2025-08-04
dpll: zl3073x: ZL3073X_I2C and ZL3073X_SPI should depend on NET
Geert Uytterhoeven
-2
/
+2
2025-08-01
dpll: Make ZL3073X invisible
Geert Uytterhoeven
-5
/
+5
2025-07-26
dpll: zl3073x: Fix build failure
Ivan Vecera
-0
/
+1
2025-07-17
dpll: zl3073x: Add support to get fractional frequency offset
Ivan Vecera
-2
/
+168
2025-07-17
dpll: zl3073x: Add support to adjust phase
Ivan Vecera
-0
/
+194
2025-07-17
dpll: zl3073x: Implement phase offset monitor feature
Ivan Vecera
-14
/
+148
2025-07-17
dpll: zl3073x: Add support to get phase offset on connected input pin
Ivan Vecera
-1
/
+208
2025-07-17
dpll: zl3073x: Add support to get/set esync on pins
Ivan Vecera
-1
/
+360
2025-07-09
dpll: zl3073x: Add support to get/set frequency on pins
Ivan Vecera
-0
/
+359
2025-07-09
dpll: zl3073x: Implement input pin state setting in automatic mode
Ivan Vecera
-0
/
+32
2025-07-09
dpll: zl3073x: Add support to get/set priority on input pins
Ivan Vecera
-0
/
+89
2025-07-09
dpll: zl3073x: Implement input pin selection in manual mode
Ivan Vecera
-3
/
+124
2025-07-09
dpll: zl3073x: Register DPLL devices and pins
Ivan Vecera
-1
/
+1156
2025-07-09
dpll: zl3073x: Read DPLL types and pin properties from system firmware
Ivan Vecera
-1
/
+437
2025-07-09
dpll: zl3073x: Fetch invariants during probe
Ivan Vecera
-0
/
+600
2025-07-09
dpll: Add basic Microchip ZL3073x support
Ivan Vecera
-0
/
+1051