mbox series

[RESEND,v2,0/5] a few fixes for sprd's sd host controller

Message ID 20190829014645.4479-1-zhang.lyra@gmail.com (mailing list archive)
Headers show
Series a few fixes for sprd's sd host controller | expand

Message

Chunyan Zhang Aug. 29, 2019, 1:46 a.m. UTC
With this patch-set, both sd card and mmc can be setup.  This patch-set was
verified on Unisoc's Whale2 and another mobile phone platform SC9863A.

Changes from v1:
- Added Reviewed-by and Tested-by of Baolin;
- Added fixes tag for all patches in this series.

Chunyan Zhang (5):
  mmc: sdhci-sprd: fixed incorrect clock divider
  mmc: sdhci-sprd: add get_ro hook function
  mmc: sdhci-sprd: add SDHCI_QUIRK2_PRESET_VALUE_BROKEN
  mms: sdhci-sprd: add SDHCI_QUIRK_BROKEN_CARD_DETECTION
  mmc: sdhci-sprd: clear the UHS-I modes read from registers

 drivers/mmc/host/sdhci-sprd.c | 30 +++++++++++++++++++++++++-----
 1 file changed, 25 insertions(+), 5 deletions(-)

Comments

Ulf Hansson Aug. 29, 2019, 9:32 a.m. UTC | #1
On Thu, 29 Aug 2019 at 03:47, Chunyan Zhang <zhang.lyra@gmail.com> wrote:
>
> With this patch-set, both sd card and mmc can be setup.  This patch-set was
> verified on Unisoc's Whale2 and another mobile phone platform SC9863A.
>
> Changes from v1:
> - Added Reviewed-by and Tested-by of Baolin;
> - Added fixes tag for all patches in this series.
>
> Chunyan Zhang (5):
>   mmc: sdhci-sprd: fixed incorrect clock divider
>   mmc: sdhci-sprd: add get_ro hook function
>   mmc: sdhci-sprd: add SDHCI_QUIRK2_PRESET_VALUE_BROKEN
>   mms: sdhci-sprd: add SDHCI_QUIRK_BROKEN_CARD_DETECTION
>   mmc: sdhci-sprd: clear the UHS-I modes read from registers
>
>  drivers/mmc/host/sdhci-sprd.c | 30 +++++++++++++++++++++++++-----
>  1 file changed, 25 insertions(+), 5 deletions(-)
>
> --
> 2.20.1
>

Thanks, but I amended the current applied patches, assuming the only
change change you did was to put the fixes tag on one single line (for
each patch).

Kind regards
Uffe
Chunyan Zhang Aug. 30, 2019, 1:38 a.m. UTC | #2
On Thu, 29 Aug 2019 at 17:33, Ulf Hansson <ulf.hansson@linaro.org> wrote:
>
> On Thu, 29 Aug 2019 at 03:47, Chunyan Zhang <zhang.lyra@gmail.com> wrote:
> >
> > With this patch-set, both sd card and mmc can be setup.  This patch-set was
> > verified on Unisoc's Whale2 and another mobile phone platform SC9863A.
> >
> > Changes from v1:
> > - Added Reviewed-by and Tested-by of Baolin;
> > - Added fixes tag for all patches in this series.
> >
> > Chunyan Zhang (5):
> >   mmc: sdhci-sprd: fixed incorrect clock divider
> >   mmc: sdhci-sprd: add get_ro hook function
> >   mmc: sdhci-sprd: add SDHCI_QUIRK2_PRESET_VALUE_BROKEN
> >   mms: sdhci-sprd: add SDHCI_QUIRK_BROKEN_CARD_DETECTION
> >   mmc: sdhci-sprd: clear the UHS-I modes read from registers
> >
> >  drivers/mmc/host/sdhci-sprd.c | 30 +++++++++++++++++++++++++-----
> >  1 file changed, 25 insertions(+), 5 deletions(-)
> >
> > --
> > 2.20.1
> >
>
> Thanks, but I amended the current applied patches, assuming the only
> change change you did was to put the fixes tag on one single line (for
> each patch).

Yes and right, thanks!

Chunyan

>
> Kind regards
> Uffe