aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/dpll/zl3073x
AgeCommit message (Expand)AuthorFilesLines
2026-08-18dpll: zl3073x: add PTP clock supportIvan Vecera3-28/+422
2026-08-18dpll: zl3073x: add channel ToD, phase step and TIE operationsIvan Vecera5-2/+439
2026-08-18dpll: zl3073x: scale poll interval proportionally to timeoutIvan Vecera1-2/+2
2026-08-11dpll: zl3073x: update all DPLL channels on ref_sync_setIvan Vecera1-10/+48
2026-08-05dpll: zl3073x: recognize the ZL30643 chip ID (0x0E3B)Vincent Jardin1-0/+1
2026-07-30dpll: zl3073x: remove conditional return with no effectSang-Heon Jeon2-11/+3
2026-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+0
2026-07-06dpll: zl3073x: add NCO virtual input pinIvan Vecera5-29/+462
2026-07-06dpll: zl3073x: add per-DPLL serialization lockIvan Vecera4-63/+149
2026-07-06dpll: zl3073x: use per-operation poll timeoutsIvan Vecera3-15/+30
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)1-1/+0
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-48/+34
2026-05-28dpll: zl3073x: make frequency monitor a per-device attributeIvan Vecera4-29/+25
2026-05-28dpll: zl3073x: use __dpll_device_change_ntf() and remove change_workIvan Vecera2-19/+9
2026-05-25devlink: pass param values by pointerRatheesh Kannoth1-3/+3
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2026-05-20dpll: zl3073x: fix memory leak on pin registration failureIvan Vecera1-2/+4
2026-05-20dpll: zl3073x: Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)1-5/+5
2026-05-12dpll: zl3073x: report FFO as DPLL vs input reference offsetIvan Vecera6-82/+75
2026-05-12dpll: add fractional frequency offset to pin-parent-deviceIvan Vecera1-2/+4
2026-04-30dpll: zl3073x: implement pin operational state reportingIvan Vecera2-38/+79
2026-04-12dpll: zl3073x: add ref-sync pair supportIvan Vecera1-1/+206
2026-04-12dpll: zl3073x: add ref sync and output clock type helpersIvan Vecera4-14/+80
2026-04-12dpll: zl3073x: use FIELD_MODIFY() for clear-and-set patternsIvan Vecera3-15/+8
2026-04-12dpll: zl3073x: clean up esync get/set and use zl3073x_out_is_ndiv()Ivan Vecera1-44/+20
2026-04-03dpll: zl3073x: implement frequency monitoringIvan Vecera4-17/+187
2026-03-17dpll: zl3073x: drop selected and simplify connected ref getterIvan Vecera1-76/+18
2026-03-17dpll: zl3073x: add reference priority to zl3073x_chanIvan Vecera5-240/+201
2026-03-17dpll: zl3073x: add DPLL channel status fields to zl3073x_chanIvan Vecera4-31/+111
2026-03-17dpll: zl3073x: introduce zl3073x_chan for DPLL channel stateIvan Vecera7-61/+217
2026-03-17dpll: zl3073x: add zl3073x_ref_state_update helperIvan Vecera3-5/+26
2026-03-17dpll: zl3073x: use struct_group to partition statesIvan Vecera5-49/+84
2026-03-03dpll: zl3073x: add die temperature reporting for supported chipsIvan Vecera5-14/+42
2026-03-03dpll: zl3073x: detect DPLL channel count from chip ID at runtimeIvan Vecera4-166/+81
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-12/+56
2026-02-25dpll: zl3073x: Remove redundant cleanup in devm_dpll_init()Felix Gu1-5/+1
2026-02-23dpll: zl3073x: fix REF_PHASE_OFFSET_COMP register width for some chip IDsIvan Vecera5-7/+55
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-6/+6
2026-02-17dpll: zl3073x: Fix ref frequency settingIvan Vecera1-0/+2
2026-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-8/+4
2026-02-06dpll: zl3073x: Include current frequency in supported frequencies listIvan Vecera1-11/+21
2026-02-06dpll: zl3073x: Add output pin frequency helperIvan Vecera3-38/+48
2026-02-06dpll: zl3073x: Fix output pin phase adjustment signIvan Vecera1-8/+4
2026-02-05drivers: Add support for DPLL reference count trackingIvan Vecera2-6/+10
2026-02-05dpll: Add reference count tracking supportIvan Vecera1-6/+6
2026-02-05dpll: zl3073x: Add support for mux pin typeIvan Vecera1-0/+2
2026-02-05dpll: zl3073x: Associate pin with fwnode handleIvan Vecera1-0/+1
2026-01-29dpll: expose fractional frequency offset in pptIvan Vecera1-2/+5
2026-01-19dpll: zl3073x: Implement device mode setting supportIvan Vecera1-0/+112