mmc: slot-gpio: Allow non-sleeping GPIO ro
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Tue, 6 Feb 2024 08:39:12 +0000 (09:39 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 6 Feb 2024 11:35:44 +0000 (12:35 +0100)
commitcc9432c4fb159a3913e0ce3173b8218cd5bad2e0
treea383fdbc3a10637535af0d94f0891e07f32238ac
parent58aeb5623c2ebdadefe6352b14f8076a7073fea0
mmc: slot-gpio: Allow non-sleeping GPIO ro

This change uses the appropriate _cansleep or non-sleeping API for
reading GPIO read-only state. This allows users with GPIOs that
never sleepbeing called in atomic context.

Implement the same mechanism as in commit 52af318c93e97 ("mmc: Allow
non-sleeping GPIO cd").

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20240206083912.2543142-1-alexander.stein@ew.tq-group.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/slot-gpio.c