]> Git Repo - linux.git/commit
pds_core: add devcmd device interfaces
authorShannon Nelson <[email protected]>
Wed, 19 Apr 2023 17:04:15 +0000 (10:04 -0700)
committerDavid S. Miller <[email protected]>
Fri, 21 Apr 2023 07:29:12 +0000 (08:29 +0100)
commit523847df1b3718d6286dce0ed1c83742fe0ffa94
treec63a0ebb0865397ba73a2db01032529e6d6237f9
parent55435ea7729accb5b8a330de751836c4be524834
pds_core: add devcmd device interfaces

The devcmd interface is the basic connection to the device through the
PCI BAR for low level identification and command services.  This does
the early device initialization and finds the identity data, and adds
devcmd routines to be used by later driver bits.

Signed-off-by: Shannon Nelson <[email protected]>
Acked-by: Jakub Kicinski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/amd/pds_core/Makefile
drivers/net/ethernet/amd/pds_core/core.c [new file with mode: 0644]
drivers/net/ethernet/amd/pds_core/core.h
drivers/net/ethernet/amd/pds_core/debugfs.c
drivers/net/ethernet/amd/pds_core/dev.c [new file with mode: 0644]
drivers/net/ethernet/amd/pds_core/main.c
include/linux/pds/pds_common.h
include/linux/pds/pds_intr.h [new file with mode: 0644]
This page took 0.0618 seconds and 4 git commands to generate.