fpga: dfl: afu: use parent device to log errors on port enable/disable
authorPeter Colberg <peter.colberg@intel.com>
Wed, 20 Nov 2024 01:10:19 +0000 (20:10 -0500)
committerXu Yilun <yilun.xu@linux.intel.com>
Tue, 10 Dec 2024 06:54:59 +0000 (14:54 +0800)
commit3a3494ef987e447867187d2706c97d7c0ce45e36
treeedc514f0f8a20016ffbfa6f8c1e33e1b4d0380a4
parentd4970a9d9ba3c7d51a3fad91b6db09577af5bafe
fpga: dfl: afu: use parent device to log errors on port enable/disable

AFU port enable/disable may be triggered from userspace at any point,
e.g., after a port has been released. This commit prepares a subsequent
commit that destroys the port platform device on port release, which is
then no longer available during port enable/disable. Use the parent,
physical DFL, e.g., PCIe FPGA device instead for logging errors.

Signed-off-by: Peter Colberg <peter.colberg@intel.com>
Reviewed-by: Matthew Gerlach <matthew.gerlach@linux.intel.com>
Reviewed-by: Basheer Ahmed Muddebihal <basheer.ahmed.muddebihal@linux.intel.com>
Acked-by: Xu Yilun <yilun.xu@intel.com>
Link: https://lore.kernel.org/r/20241120011035.230574-4-peter.colberg@intel.com
Signed-off-by: Xu Yilun <yilun.xu@linux.intel.com>
drivers/fpga/dfl-afu-main.c