Linux MultiMedia Card development
 help / color / mirror / Atom feed
* [PATCH v2 0/1]  mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discard
@ 2024-06-03 22:08 Kamal Dasu
  2024-06-03 22:08 ` [PATCH v2 1/1] " Kamal Dasu
  0 siblings, 1 reply; 4+ messages in thread
From: Kamal Dasu @ 2024-06-03 22:08 UTC (permalink / raw)
  To: ulf.hansson, linux-kernel, linux-mmc, ludovic.barre
  Cc: f.fainelli, bcm-kernel-feedback-list, Kamal Dasu

[-- Attachment #1: Type: text/plain, Size: 747 bytes --]

v1 change
Modified the core mmc_ops to not use card_busy signal checkin fixes the
issue observed on brcmstb mmc host controller when using BLKSECDISCARD ioctl
during erase operation. 

v2 change
The v1 changes [1] modified core mmc file to fix the issue however based on
testing it appears to be related to brcmstb hardware behavior with the card
busy signal not getting pulled up after secure discard erase operation. The
fix would be more appropriate in sdhci-brcmstb host controller driver to
inhibit using card_busy() signal.

[1] https://lore.kernel.org/linux-mmc/202404232

Kamal Dasu (1):
  mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discard

 drivers/mmc/host/sdhci-brcmstb.c | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.17.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4203 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-04 15:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-03 22:08 [PATCH v2 0/1] mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discard Kamal Dasu
2024-06-03 22:08 ` [PATCH v2 1/1] " Kamal Dasu
2024-06-04 11:13   ` Ulf Hansson
2024-06-04 15:42     ` Kamal Dasu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox