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

Arkadiusz Kubalewski posted 2 patches 1 year, 5 months ago
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(-)
[PATCH net-next v3 0/2] Add Embedded SYNC feature for a dpll's pin
Posted by Arkadiusz Kubalewski 1 year, 5 months ago
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
-- 
2.38.1