aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_dpll.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-29ice: fix crash on probe for DPLL enabled E810 LOMArkadiusz Kubalewski1-0/+70
2024-09-30ice: disallow DPLL_PIN_STATE_SELECTABLE for dpll output pinsArkadiusz Kubalewski1-0/+2
2024-09-30ice: Fix improper handling of refcount in ice_dpll_init_rclk_pins()Gui-Dong Han1-2/+2
2024-08-26ice: add callbacks for Embedded SYNC enablement on dpll pinsArkadiusz Kubalewski1-3/+220
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2024-03-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller1-1/+1
2024-03-05dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski1-2/+2
2024-03-05ice: fix uninitialized dplls mutex usageMichal Schmidt1-1/+1
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+78
2024-02-20ice: fix pin phase adjust updates on PF resetArkadiusz Kubalewski1-0/+3
2024-02-20ice: fix dpll periodic work data updates on PF resetArkadiusz Kubalewski1-1/+4
2024-02-20ice: fix dpll and dpll_pin data access on PF resetArkadiusz Kubalewski1-0/+38
2024-02-20ice: fix dpll input pin phase_adjust value updatesArkadiusz Kubalewski1-1/+1
2024-02-20ice: fix connection state of DPLL and out pinYochai Hagvi1-11/+32
2024-02-01dpll: extend lock_status_get() op by status error and expose to userJiri Pirko1-0/+2
2023-12-13dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko1-26/+0
2023-11-13ice: dpll: fix output pin capabilitiesArkadiusz Kubalewski1-4/+8
2023-11-13ice: dpll: fix check for dpll input priority rangeArkadiusz Kubalewski1-6/+0
2023-11-13ice: dpll: fix initial lock status of dpllArkadiusz Kubalewski1-2/+1
2023-10-15ice: dpll: implement phase related callbacksArkadiusz Kubalewski1-2/+218
2023-09-17ice: implement dpll interface to control cguArkadiusz Kubalewski1-0/+1904