summaryrefslogtreecommitdiffstats
path: root/drivers/dpll/zl3073x
AgeCommit message (Expand)AuthorLines
2026-04-12dpll: zl3073x: add ref-sync pair supportIvan Vecera-1/+206
2026-04-12dpll: zl3073x: add ref sync and output clock type helpersIvan Vecera-14/+80
2026-04-12dpll: zl3073x: use FIELD_MODIFY() for clear-and-set patternsIvan Vecera-15/+8
2026-04-12dpll: zl3073x: clean up esync get/set and use zl3073x_out_is_ndiv()Ivan Vecera-44/+20
2026-04-03dpll: zl3073x: implement frequency monitoringIvan Vecera-17/+187
2026-03-17dpll: zl3073x: drop selected and simplify connected ref getterIvan Vecera-76/+18
2026-03-17dpll: zl3073x: add reference priority to zl3073x_chanIvan Vecera-241/+202
2026-03-17dpll: zl3073x: add DPLL channel status fields to zl3073x_chanIvan Vecera-31/+111
2026-03-17dpll: zl3073x: introduce zl3073x_chan for DPLL channel stateIvan Vecera-61/+217
2026-03-17dpll: zl3073x: add zl3073x_ref_state_update helperIvan Vecera-5/+26
2026-03-17dpll: zl3073x: use struct_group to partition statesIvan Vecera-49/+84
2026-03-03dpll: zl3073x: add die temperature reporting for supported chipsIvan Vecera-14/+42
2026-03-03dpll: zl3073x: detect DPLL channel count from chip ID at runtimeIvan Vecera-167/+82
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-12/+56
2026-02-25dpll: zl3073x: Remove redundant cleanup in devm_dpll_init()Felix Gu-5/+1
2026-02-23dpll: zl3073x: fix REF_PHASE_OFFSET_COMP register width for some chip IDsIvan Vecera-7/+55
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+6
2026-02-17dpll: zl3073x: Fix ref frequency settingIvan Vecera-0/+2
2026-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-8/+4
2026-02-06dpll: zl3073x: Include current frequency in supported frequencies listIvan Vecera-11/+21
2026-02-06dpll: zl3073x: Add output pin frequency helperIvan Vecera-38/+48
2026-02-06dpll: zl3073x: Fix output pin phase adjustment signIvan Vecera-8/+4
2026-02-05drivers: Add support for DPLL reference count trackingIvan Vecera-6/+10
2026-02-05dpll: Add reference count tracking supportIvan Vecera-6/+6
2026-02-05dpll: zl3073x: Add support for mux pin typeIvan Vecera-0/+2
2026-02-05dpll: zl3073x: Associate pin with fwnode handleIvan Vecera-0/+1
2026-01-29dpll: expose fractional frequency offset in pptIvan Vecera-2/+5
2026-01-19dpll: zl3073x: Implement device mode setting supportIvan Vecera-0/+112
2025-11-17dpll: zl3073x: Remove unused dev wrappersIvan Vecera-77/+0
2025-11-17dpll: zl3073x: Cache all output properties in zl3073x_outIvan Vecera-290/+193
2025-11-17dpll: zl3073x: Cache all reference properties in zl3073x_refIvan Vecera-232/+239
2025-11-17dpll: zl3073x: Cache reference monitor statusIvan Vecera-75/+68
2025-11-17dpll: zl3073x: Split ref, out, and synth logic from coreIvan Vecera-315/+584
2025-11-17dpll: zl3073x: Store raw register values instead of parsed stateIvan Vecera-82/+60
2025-11-13dpll: zl3073x: fix kernel-doc name and missing parameter in fw.cKriish Sharma-3/+3
2025-10-31dpll: zl3073x: Specify phase adjustment granularity for pinsIvan Vecera-44/+25
2025-10-28dpll: zl3073x: Fix output pin registrationIvan Vecera-1/+1
2025-10-13dpll: zl3073x: Handle missing or corrupted flash configurationIvan Vecera-0/+24
2025-10-10dpll: zl3073x: Increase maximum size of flash utilityIvan Vecera-1/+1
2025-09-29dpll: zl3073x: Allow to configure phase offset averaging factorIvan Vecera-6/+107
2025-09-26dpll: zl3073x: Fix double free in zl3073x_devlink_flash_update()Dan Carpenter-1/+0
2025-09-15dpll: zl3073x: Implement devlink flash callbackIvan Vecera-0/+129
2025-09-15dpll: zl3073x: Refactor DPLL initializationIvan Vecera-86/+142
2025-09-15dpll: zl3073x: Add firmware loading functionalityIvan Vecera-1/+472
2025-09-15dpll: zl3073x: Add low-level flash functionsIvan Vecera-1/+747
2025-09-15dpll: zl3073x: Add functions to access hardware registersIvan Vecera-4/+193
2025-08-04dpll: zl3073x: ZL3073X_I2C and ZL3073X_SPI should depend on NETGeert Uytterhoeven-2/+2
2025-08-01dpll: Make ZL3073X invisibleGeert Uytterhoeven-5/+5
2025-07-26dpll: zl3073x: Fix build failureIvan Vecera-0/+1