Re: [PATCH rtems-libbsd v2 1/1] rtemsbsd/sdhci: Fix Arasan driver when no card present

2023-03-27 Thread Kinsey Moore
This patch and the mail subject look good. Thanks, Rick! I'll send this over to Joel for commit tomorrow. Kinsey On Mon, Mar 27, 2023 at 7:31 PM wrote: > From: Rick VanderWal > > This fixes an issue where the card present signal doesn't stabilize > quickly and indicates present when no card i

[PATCH rtems-libbsd v2 1/1] rtemsbsd/sdhci: Fix Arasan driver when no card present

2023-03-27 Thread rvanderwal
From: Rick VanderWal This fixes an issue where the card present signal doesn't stabilize quickly and indicates present when no card is inserted in a removable slot. --- rtemsbsd/sys/dev/sdhci/arasan_sdhci.c | 21 + 1 file changed, 21 insertions(+) diff --git a/rtemsbsd/sys/d