[PATCH 0/2] sdhci: spacemit: improvement of register defintion and HW busy detection

Yixun Lan posted 2 patches 4 months, 4 weeks ago
drivers/mmc/host/sdhci-of-k1.c | 140 +++++++++++++++++++++--------------------
1 file changed, 72 insertions(+), 68 deletions(-)
[PATCH 0/2] sdhci: spacemit: improvement of register defintion and HW busy detection
Posted by Yixun Lan 4 months, 4 weeks ago
These series address two comments from Ulf during the review cycle
of version 2 [1].

- improve register/BITs definition to make them less generic
- drop MMC_CAP_WAIT_WHILE_BUSY flag to disable HW busy detection,
  this is tested on Bananapi-F3 board.

Link: https://lore.kernel.org/all/CAPDyKFoDWS6DWdKOaxTDEYeKv3hjVDoR7XGi19nESVssc-RG8g@mail.gmail.com/ [1]
Signed-off-by: Yixun Lan <dlan@gentoo.org>
---
Yixun Lan (2):
      mmc: sdhci-of-k1: make register definition vendor specific
      mmc: sdhci-of-k1: disable HW busy detection

 drivers/mmc/host/sdhci-of-k1.c | 140 +++++++++++++++++++++--------------------
 1 file changed, 72 insertions(+), 68 deletions(-)
---
base-commit: f7f05c5ea4af0f28cccfa49fe1af65e85dba5ef6
change-id: 20250522-21-k1-sdhci-c987fd67c82f

Best regards,
-- 
Yixun Lan
Re: [PATCH 0/2] sdhci: spacemit: improvement of register defintion and HW busy detection
Posted by Ulf Hansson 4 months, 1 week ago
On Fri, 23 May 2025 at 16:47, Yixun Lan <dlan@gentoo.org> wrote:
>
> These series address two comments from Ulf during the review cycle
> of version 2 [1].
>
> - improve register/BITs definition to make them less generic
> - drop MMC_CAP_WAIT_WHILE_BUSY flag to disable HW busy detection,
>   this is tested on Bananapi-F3 board.
>
> Link: https://lore.kernel.org/all/CAPDyKFoDWS6DWdKOaxTDEYeKv3hjVDoR7XGi19nESVssc-RG8g@mail.gmail.com/ [1]
> Signed-off-by: Yixun Lan <dlan@gentoo.org>
> ---
> Yixun Lan (2):
>       mmc: sdhci-of-k1: make register definition vendor specific
>       mmc: sdhci-of-k1: disable HW busy detection
>
>  drivers/mmc/host/sdhci-of-k1.c | 140 +++++++++++++++++++++--------------------
>  1 file changed, 72 insertions(+), 68 deletions(-)
> ---
> base-commit: f7f05c5ea4af0f28cccfa49fe1af65e85dba5ef6
> change-id: 20250522-21-k1-sdhci-c987fd67c82f
>
> Best regards,
> --
> Yixun Lan

Applied for next, thanks!

Kind regards
Uffe