summaryrefslogtreecommitdiff
path: root/drivers/dpll
AgeCommit message (Expand)AuthorFilesLines
2026-06-13dpll: allow fwnode pins to attempt state change without capability bitGrzegorz Nitka1-2/+8
2026-06-13dpll: extend pin notifier with notification source IDGrzegorz Nitka4-14/+17
2026-06-13dpll: balance create/delete notifications in __dpll_pin_(un)registerGrzegorz Nitka1-1/+1
2026-06-13dpll: guard sync-pair removal on full pin unregisterGrzegorz Nitka1-2/+3
2026-06-13dpll: emit per-dpll delete notifications in dpll_pin_on_pin_unregister()Grzegorz Nitka1-2/+2
2026-06-13dpll: send delete notification before unregister in on-pin rollbackGrzegorz Nitka1-1/+1
2026-06-13dpll: fix stale iteration in dpll_pin_on_pin_unregister()Grzegorz Nitka1-1/+6
2026-06-13dpll: allow registering FW-identified pin with a different DPLLGrzegorz Nitka3-7/+21
2026-06-13dpll: add generic DPLL typeGrzegorz Nitka1-1/+1
2026-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-50/+45
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-28dpll: export __dpll_device_change_ntf() for use under dpll_lockIvan Vecera1-2/+11
2026-05-26devlink: pass param values by pointerRatheesh Kannoth1-3/+3
2026-05-23dpll: change dpll_netdev_pin_handle_size() to assume DPLL_A_PIN_ID will be usedEric Dumazet1-11/+0
2026-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2026-05-21dpll: zl3073x: fix memory leak on pin registration failureIvan Vecera1-2/+4
2026-05-21dpll: zl3073x: Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)1-5/+5
2026-05-13dpll: zl3073x: report FFO as DPLL vs input reference offsetIvan Vecera6-82/+75
2026-05-13dpll: add fractional frequency offset to pin-parent-deviceIvan Vecera4-17/+24
2026-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+10
2026-04-30dpll: zl3073x: implement pin operational state reportingIvan Vecera2-38/+79
2026-04-30dpll: add pin operational stateIvan Vecera3-2/+30
2026-04-30dpll: export __dpll_pin_change_ntf() for use under dpll_lockIvan Vecera2-2/+10
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-04dpll: zl3073x: implement frequency monitoringIvan Vecera4-17/+187
2026-04-04dpll: add frequency monitoring callback opsIvan Vecera2-1/+94
2026-04-04dpll: add frequency monitoring to netlink specIvan Vecera1-2/+3
2026-03-18dpll: zl3073x: drop selected and simplify connected ref getterIvan Vecera1-76/+18
2026-03-18dpll: zl3073x: add reference priority to zl3073x_chanIvan Vecera5-241/+202
2026-03-18dpll: zl3073x: add DPLL channel status fields to zl3073x_chanIvan Vecera4-31/+111
2026-03-18dpll: zl3073x: introduce zl3073x_chan for DPLL channel stateIvan Vecera7-61/+217
2026-03-18dpll: zl3073x: add zl3073x_ref_state_update helperIvan Vecera3-5/+26
2026-03-18dpll: 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-167/+82
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-12/+56
2026-02-26dpll: zl3073x: Remove redundant cleanup in devm_dpll_init()Felix Gu1-5/+1
2026-02-24dpll: zl3073x: fix REF_PHASE_OFFSET_COMP register width for some chip IDsIvan Vecera5-7/+55
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-13/+13
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-13/+13
2026-02-18dpll: 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-07dpll: zl3073x: Include current frequency in supported frequencies listIvan Vecera1-11/+21
2026-02-07dpll: zl3073x: Add output pin frequency helperIvan Vecera3-38/+48
2026-02-07dpll: zl3073x: Fix output pin phase adjustment signIvan Vecera1-8/+4
2026-02-05drivers: Add support for DPLL reference count trackingIvan Vecera2-6/+10