pds_core: add the aux client API
authorShannon Nelson <shannon.nelson@amd.com>
Wed, 19 Apr 2023 17:04:25 +0000 (10:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Apr 2023 07:29:13 +0000 (08:29 +0100)
commit10659034c622738bc1bfab8a76fc576c52d5acce
tree4009f76ef53a9fcb607b2d9038c5747dc5878f5d
parent40ced89445364baa8620e92fba5b3fff8d9742b9
pds_core: add the aux client API

Add the client API operations for running adminq commands.
The core registers the client with the FW, then the client
has a context for requesting adminq services.  We expect
to add additional operations for other clients, including
requesting additional private adminqs and IRQs, but don't have
the need yet.

Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amd/pds_core/auxbus.c
include/linux/pds/pds_auxbus.h
include/linux/pds/pds_common.h