xsysace: use platform_get_resource() and platform_get_irq_optional()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 27 Oct 2020 17:11:30 +0000 (19:11 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 29 Oct 2020 14:22:33 +0000 (08:22 -0600)
commit7cb6e22ba011c2dc1e94cc0dc94d9ef199715ed9
treedcc21ef7b35c84a6b23d82e6f5c4891f7272f466
parentaa1c09cb65e2ed17cb8e652bc7ec84e0af1229eb
xsysace: use platform_get_resource() and platform_get_irq_optional()

Use platform_get_resource() to fetch the memory resource and
platform_get_irq_optional() to get optional IRQ instead of
open-coded variants.

IRQ is not supposed to be changed at runtime, so there is
no functional change in ace_fsm_yieldirq().

On the other hand we now take first resources instead of last ones
to proceed. I can't imagine how broken should be firmware to have
a garbage in the first resource slots. But if it the case, it needs
to be documented.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/xsysace.c