summaryrefslogtreecommitdiff
path: root/drivers/dpll
AgeCommit message (Expand)Author
6 daysdpll: allow fwnode pins to attempt state change without capability bitGrzegorz Nitka
6 daysdpll: extend pin notifier with notification source IDGrzegorz Nitka
6 daysdpll: balance create/delete notifications in __dpll_pin_(un)registerGrzegorz Nitka
6 daysdpll: guard sync-pair removal on full pin unregisterGrzegorz Nitka
6 daysdpll: emit per-dpll delete notifications in dpll_pin_on_pin_unregister()Grzegorz Nitka
6 daysdpll: send delete notification before unregister in on-pin rollbackGrzegorz Nitka
6 daysdpll: fix stale iteration in dpll_pin_on_pin_unregister()Grzegorz Nitka
6 daysdpll: allow registering FW-identified pin with a different DPLLGrzegorz Nitka
6 daysdpll: 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
2026-03-17dpll: zl3073x: add zl3073x_ref_state_update helperIvan Vecera
2026-03-17dpll: zl3073x: use struct_group to partition statesIvan Vecera
2026-03-03dpll: zl3073x: add die temperature reporting for supported chipsIvan Vecera
2026-03-03dpll: zl3073x: detect DPLL channel count from chip ID at runtimeIvan Vecera
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-25dpll: zl3073x: Remove redundant cleanup in devm_dpll_init()Felix Gu
2026-02-23dpll: zl3073x: fix REF_PHASE_OFFSET_COMP register width for some chip IDsIvan Vecera
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17dpll: zl3073x: Fix ref frequency settingIvan Vecera
2026-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-02-06dpll: zl3073x: Include current frequency in supported frequencies listIvan Vecera
2026-02-06dpll: zl3073x: Add output pin frequency helperIvan Vecera
2026-02-06dpll: zl3073x: Fix output pin phase adjustment signIvan Vecera
2026-02-05drivers: Add support for DPLL reference count trackingIvan Vecera