Re: [PATCH 0/4] fpga: Add dummy definitions of API functions
From: Xu Yilun
Date: Tue Nov 04 2025 - 21:01:17 EST
On Tue, Nov 04, 2025 at 03:27:01PM +0000, Ian Abbott wrote:
> Add dummy definitions of the FPGA API functions for build testing
>
> 1) fpga: altera-pr-ip: Add dummy definitions of API functions
> 2) fpga: bridge: Add dummy definitions of API functions
> 3) fpga: manager: Add dummy definitions of API functions
> 4) fpga: region: Add dummy definitions of API functions
Sorry I don't get the idea. Why should someone use FPGA APIs without
selecting CONIG_FPGA_XXX? Better make the changes along with the use
case patches.
Thanks,
Yilun
>
> include/linux/fpga/altera-pr-ip-core.h | 8 ++-
> include/linux/fpga/fpga-bridge.h | 75 ++++++++++++++++++++++++++-
> include/linux/fpga/fpga-mgr.h | 95 +++++++++++++++++++++++++++++++---
> include/linux/fpga/fpga-region.h | 44 ++++++++++++++--
> 4 files changed, 207 insertions(+), 15 deletions(-)
>