OSDN Git Service

firmware: xilinx: Add shutdown/wakeup APIs
authorBen Levinsky <ben.levinsky@amd.com>
Mon, 14 Nov 2022 23:39:38 +0000 (15:39 -0800)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Fri, 25 Nov 2022 16:10:54 +0000 (09:10 -0700)
commitda22a04f4727694e2c562ae4eb61daf77eef0427
tree744512b44ecc810bcc2342487973cebabb3f7232
parentb2bd0a8c3ab11f355392c7b81aec5187fc0d562e
firmware: xilinx: Add shutdown/wakeup APIs

Add shutdown/wakeup a resource eemi operations to shutdown
or bringup a resource.

Note alignment of args matches convention of other fn's in this file.
The reason being that the long fn name results in aligned args that
otherwise go over 80 chars so shift right to avoid this

Signed-off-by: Ben Levinsky <ben.levinsky@amd.com>
Signed-off-by: Tanmay Shah <tanmay.shah@amd.com>
Acked-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/20221114233940.2096237-5-tanmay.shah@amd.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/firmware/xilinx/zynqmp.c
include/linux/firmware/xlnx-zynqmp.h