]> www.infradead.org Git - users/jedix/linux-maple.git/commit
pds_fwctl: initial driver framework
authorShannon Nelson <shannon.nelson@amd.com>
Thu, 20 Mar 2025 19:44:10 +0000 (12:44 -0700)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 21 Mar 2025 23:57:55 +0000 (20:57 -0300)
commit4d09dd11d7d0e7e7f535c0abc7de19b9da6612e9
treeac2f610383c410ab5726b6db7ceba77c664450e5
parent7e9dd0d1e9c50cedef403d4bef6a2c1dc22ac79d
pds_fwctl: initial driver framework

Initial files for adding a new fwctl driver for the AMD/Pensando PDS
devices.  This sets up a simple auxiliary_bus driver that registers
with fwctl subsystem.  It expects that a pds_core device has set up
the auxiliary_device pds_core.fwctl

Link: https://patch.msgid.link/r/20250320194412.67983-5-shannon.nelson@amd.com
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
MAINTAINERS
drivers/fwctl/Kconfig
drivers/fwctl/Makefile
drivers/fwctl/pds/Makefile [new file with mode: 0644]
drivers/fwctl/pds/main.c [new file with mode: 0644]
include/linux/pds/pds_adminq.h
include/uapi/fwctl/fwctl.h
include/uapi/fwctl/pds.h [new file with mode: 0644]