firmware: xilinx: Remove zynqmp_pm_get_eemi_ops() in IS_REACHABLE(CONFIG_ZYNQMP_FIRMWARE)zynqmp_pm_get_eemi_ops() was removed in commit 4db8180ffe7c: "Firmware: xilinx:Remove eemi ops for fpga rel
firmware: xilinx: Remove zynqmp_pm_get_eemi_ops() in IS_REACHABLE(CONFIG_ZYNQMP_FIRMWARE)zynqmp_pm_get_eemi_ops() was removed in commit 4db8180ffe7c: "Firmware: xilinx:Remove eemi ops for fpga related APIs", but not in IS_REACHABLE(CONFIG_ZYNQMP_FIRMWARE).Any driver who want to communicate with PMC using EEMI APIs use the functions providedfor each functionThis removed zynqmp_pm_get_eemi_ops() in IS_REACHABLE(CONFIG_ZYNQMP_FIRMWARE), and alsomodify the documentation for this driver.Fixes: 4db8180ffe7c ("firmware: xilinx: Remove eemi ops for fpga related APIs")Signed-off-by: Nobuhiro Iwamatsu <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Michal Simek <[email protected]>
show more ...
docs: driver-api: add xilinx driver API documentationThe current file there (emmi) provides a description ofthe driver uAPI and kAPI.Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.
docs: driver-api: add xilinx driver API documentationThe current file there (emmi) provides a description ofthe driver uAPI and kAPI.Signed-off-by: Mauro Carvalho Chehab <[email protected]>