]> www.infradead.org Git - users/jedix/linux-maple.git/commit
firmware: xilinx: Dont send linux address to get fpga config get status
authorSiva Durga Prasad Paladugu <siva.durga.prasad.paladugu@amd.com>
Fri, 7 Feb 2025 05:49:51 +0000 (11:19 +0530)
committerMichal Simek <michal.simek@amd.com>
Mon, 17 Feb 2025 14:40:01 +0000 (15:40 +0100)
commit5abc174016052caff1bcf4cedb159bd388411e98
treef3c35bdc4143430aed4af77bb054f471effc18f9
parent40384c840ea1944d7c5a392e8975ed088ecf0b37
firmware: xilinx: Dont send linux address to get fpga config get status

Fpga get config status just returns status through ret_payload and there
is no need to allocate local buf and send its address through SMC args.
Moreover, the address that is being passed till now is linux virtual
address and is incorrect.
Corresponding modification has been done in the firmware to avoid using the
address sent by linux.

Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.prasad.paladugu@amd.com>
Signed-off-by: Nava kishore Manne <nava.kishore.manne@amd.com>
Link: https://lore.kernel.org/r/20250207054951.1650534-1-nava.kishore.manne@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
drivers/firmware/xilinx/zynqmp.c