summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_dpll.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-3/+3
|\
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-061-1/+1
| |\
| | * ice: fix uninitialized dplls mutex usageMichal Schmidt2024-03-051-1/+1
| * | dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski2024-03-051-2/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-13/+78
|\|
| * ice: fix pin phase adjust updates on PF resetArkadiusz Kubalewski2024-02-201-0/+3
| * ice: fix dpll periodic work data updates on PF resetArkadiusz Kubalewski2024-02-201-1/+4
| * ice: fix dpll and dpll_pin data access on PF resetArkadiusz Kubalewski2024-02-201-0/+38
| * ice: fix dpll input pin phase_adjust value updatesArkadiusz Kubalewski2024-02-201-1/+1
| * ice: fix connection state of DPLL and out pinYochai Hagvi2024-02-201-11/+32
* | dpll: extend lock_status_get() op by status error and expose to userJiri Pirko2024-02-011-0/+2
|/
* dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko2023-12-131-26/+0
* ice: dpll: fix output pin capabilitiesArkadiusz Kubalewski2023-11-131-4/+8
* ice: dpll: fix check for dpll input priority rangeArkadiusz Kubalewski2023-11-131-6/+0
* ice: dpll: fix initial lock status of dpllArkadiusz Kubalewski2023-11-131-2/+1
* ice: dpll: implement phase related callbacksArkadiusz Kubalewski2023-10-151-2/+218
* ice: implement dpll interface to control cguArkadiusz Kubalewski2023-09-171-0/+1904