aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/dpll
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-16/+45
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-17dpll: fix NULL deref in dpll_device_ops() during teardown racePetr Oros2-16/+67
2026-08-11dpll: use pin owner's dpll ref for pin-level attribute settingIvan Vecera1-163/+50
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-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-10/+78
2026-07-30dpll: zl3073x: remove conditional return with no effectSang-Heon Jeon2-11/+3
2026-07-24dpll: use pin owner's dpll ref for pin-level attribute reportingIvan Vecera3-10/+78
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+3
2026-07-17dpll: fix NULL pointer dereference in dpll_msg_add_pin_ref_sync()Ivan Vecera1-0/+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-06dpll: add DPLL_PIN_TYPE_INT_NCO pin typeIvan Vecera1-1/+1
2026-07-06dpll: add STATE_CONNECTED_OVERRIDE pin capabilityIvan Vecera1-1/+5
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-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-28Merge 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-25devlink: pass param values by pointerRatheesh Kannoth1-3/+3
2026-05-22dpll: change dpll_netdev_pin_handle_size() to assume DPLL_A_PIN_ID will be usedEric Dumazet1-11/+0
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 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-03dpll: zl3073x: implement frequency monitoringIvan Vecera4-17/+187
2026-04-03dpll: add frequency monitoring callback opsIvan Vecera2-1/+94