mbox series

[net-next,v3,0/2] Add Embedded SYNC feature for a dpll's pin

Message ID 20240822222513.255179-1-arkadiusz.kubalewski@intel.com (mailing list archive)
Headers show
Series Add Embedded SYNC feature for a dpll's pin | expand

Message

Arkadiusz Kubalewski Aug. 22, 2024, 10:25 p.m. UTC
Introduce and allow DPLL subsystem users to get/set capabilities of
Embedded SYNC on a dpll's pin.

Signed-off-by: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>

Arkadiusz Kubalewski (2):
  dpll: add Embedded SYNC feature for a pin
  ice: add callbacks for Embedded SYNC enablement on dpll pins

 Documentation/driver-api/dpll.rst         |  21 ++
 Documentation/netlink/specs/dpll.yaml     |  24 +++
 drivers/dpll/dpll_netlink.c               | 130 +++++++++++++
 drivers/dpll/dpll_nl.c                    |   5 +-
 drivers/net/ethernet/intel/ice/ice_dpll.c | 223 +++++++++++++++++++++-
 drivers/net/ethernet/intel/ice/ice_dpll.h |   1 +
 include/linux/dpll.h                      |  15 ++
 include/uapi/linux/dpll.h                 |   3 +
 8 files changed, 417 insertions(+), 5 deletions(-)


base-commit: d6f75d86aa786740ef7a7607685e9e1039e30aab

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 27, 2024, 2:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 23 Aug 2024 00:25:11 +0200 you wrote:
> Introduce and allow DPLL subsystem users to get/set capabilities of
> Embedded SYNC on a dpll's pin.
> 
> Signed-off-by: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
> 
> Arkadiusz Kubalewski (2):
>   dpll: add Embedded SYNC feature for a pin
>   ice: add callbacks for Embedded SYNC enablement on dpll pins
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/2] dpll: add Embedded SYNC feature for a pin
    https://git.kernel.org/netdev/net-next/c/cda1fba15cb2
  - [net-next,v3,2/2] ice: add callbacks for Embedded SYNC enablement on dpll pins
    https://git.kernel.org/netdev/net-next/c/87abc5666ab7

You are awesome, thank you!