summaryrefslogtreecommitdiff
path: root/drivers/dpll
AgeCommit message (Expand)Author
9 daysdpll: use pin owner's dpll ref for pin-level attribute settingIvan Vecera
9 daysdpll: zl3073x: update all DPLL channels on ref_sync_setIvan Vecera
2026-08-05dpll: zl3073x: recognize the ZL30643 chip ID (0x0E3B)Vincent Jardin
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-30dpll: zl3073x: remove conditional return with no effectSang-Heon Jeon
2026-07-24dpll: use pin owner's dpll ref for pin-level attribute reportingIvan Vecera
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-17dpll: fix NULL pointer dereference in dpll_msg_add_pin_ref_sync()Ivan Vecera
2026-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-06dpll: zl3073x: add NCO virtual input pinIvan Vecera
2026-07-06dpll: zl3073x: add per-DPLL serialization lockIvan Vecera
2026-07-06dpll: zl3073x: use per-operation poll timeoutsIvan Vecera
2026-07-06dpll: add DPLL_PIN_TYPE_INT_NCO pin typeIvan Vecera
2026-07-06dpll: add STATE_CONNECTED_OVERRIDE pin capabilityIvan Vecera
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
2026-06-13dpll: allow fwnode pins to attempt state change without capability bitGrzegorz Nitka
2026-06-13dpll: extend pin notifier with notification source IDGrzegorz Nitka
2026-06-13dpll: balance create/delete notifications in __dpll_pin_(un)registerGrzegorz Nitka
2026-06-13dpll: guard sync-pair removal on full pin unregisterGrzegorz Nitka
2026-06-13dpll: emit per-dpll delete notifications in dpll_pin_on_pin_unregister()Grzegorz Nitka
2026-06-13dpll: send delete notification before unregister in on-pin rollbackGrzegorz Nitka
2026-06-13dpll: fix stale iteration in dpll_pin_on_pin_unregister()Grzegorz Nitka
2026-06-13dpll: allow registering FW-identified pin with a different DPLLGrzegorz Nitka
2026-06-13dpll: add generic DPLL typeGrzegorz Nitka
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-28dpll: zl3073x: make frequency monitor a per-device attributeIvan Vecera
2026-05-28dpll: zl3073x: use __dpll_device_change_ntf() and remove change_workIvan Vecera
2026-05-28dpll: export __dpll_device_change_ntf() for use under dpll_lockIvan Vecera
2026-05-25devlink: pass param values by pointerRatheesh Kannoth
2026-05-22dpll: change dpll_netdev_pin_handle_size() to assume DPLL_A_PIN_ID will be usedEric Dumazet
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-20dpll: zl3073x: fix memory leak on pin registration failureIvan Vecera
2026-05-20dpll: zl3073x: Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)
2026-05-12dpll: zl3073x: report FFO as DPLL vs input reference offsetIvan Vecera
2026-05-12dpll: add fractional frequency offset to pin-parent-deviceIvan Vecera
2026-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-30dpll: zl3073x: implement pin operational state reportingIvan Vecera
2026-04-30dpll: add pin operational stateIvan Vecera
2026-04-30dpll: export __dpll_pin_change_ntf() for use under dpll_lockIvan Vecera
2026-04-12dpll: zl3073x: add ref-sync pair supportIvan Vecera
2026-04-12dpll: zl3073x: add ref sync and output clock type helpersIvan Vecera
2026-04-12dpll: zl3073x: use FIELD_MODIFY() for clear-and-set patternsIvan Vecera
2026-04-12dpll: zl3073x: clean up esync get/set and use zl3073x_out_is_ndiv()Ivan Vecera
2026-04-03dpll: zl3073x: implement frequency monitoringIvan Vecera
2026-04-03dpll: add frequency monitoring callback opsIvan Vecera
2026-04-03dpll: add frequency monitoring to netlink specIvan Vecera
2026-03-17dpll: zl3073x: drop selected and simplify connected ref getterIvan Vecera
2026-03-17dpll: zl3073x: add reference priority to zl3073x_chanIvan Vecera
2026-03-17dpll: zl3073x: add DPLL channel status fields to zl3073x_chanIvan Vecera
2026-03-17dpll: zl3073x: introduce zl3073x_chan for DPLL channel stateIvan Vecera