]> git.baikalelectronics.ru Git - uboot.git/commit
iopoll: Extend read_poll_timeout macro to support variable parameters
authorAriel D'Alessandro <ariel.dalessandro@collabora.com>
Tue, 12 Apr 2022 13:31:35 +0000 (10:31 -0300)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Apr 2022 17:10:44 +0000 (19:10 +0200)
commitbfe62ad06c4f563fcf1b2ed6bf7947426734d9e9
treedb5cee4c187a18a913b3c72b815e810e6733faf2
parent91c8300c34ee1fce6274ce157650426b6e372dae
iopoll: Extend read_poll_timeout macro to support variable parameters

This macro currently supports only one parameter. Based on Linux iopoll,
let's extend read_poll_timeout common API to allow multiple variable
parameters.

Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
arch/arm/mach-socfpga/reset_manager_s10.c
drivers/mmc/rockchip_sdhci.c
include/linux/iopoll.h