Re: [PATCH v2 0/6] mmc: sdhci-fujitsu: Add some features and support for F_SDH30_E51

From: Ulf Hansson
Date: Wed Nov 16 2022 - 11:18:56 EST


On Fri, 11 Nov 2022 at 09:10, Kunihiko Hayashi
<hayashi.kunihiko@xxxxxxxxxxxxx> wrote:
>
> This series adds some additional features such as reset control,
> non-removable media, and quirks for broken timeout clock.
>
> And this adds support for F_SDH30_E51 IP that is a higher version
> of F_SDH30 and supports eMMC 5.1.
>
> The above features are not specific to this IP directly, but are
> affected by IP configuration and external wiring.
>
> Changes since v1:
> - Add conversion and additional compatible patch for DT bindings
> - Add description for F_SDH30_E51 to the commit message
> - Append vendor name to MODULE_AUTHOR
>
> Kunihiko Hayashi (6):
> dt-bindings: mmc: Convert sdhci-fujitsu to JSON schema
> mmc: f-sdh30: Add reset control support
> dt-bindings: sdhci-fujitsu: Add compatible string for F_SDH30_E51
> mmc: f-sdh30: Add compatible string for Socionext F_SDH30_E51
> mmc: f-sdh30: Add support for non-removable media
> mmc: f-sdh30: Add quirks for broken timeout clock capability
>
> .../bindings/mmc/fujitsu,sdhci-fujitsu.yaml | 57 +++++++++++++++++++
> .../devicetree/bindings/mmc/sdhci-fujitsu.txt | 32 -----------
> drivers/mmc/host/sdhci_f_sdh30.c | 31 +++++++++-
> drivers/mmc/host/sdhci_f_sdh30.h | 3 +
> 4 files changed, 89 insertions(+), 34 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/mmc/fujitsu,sdhci-fujitsu.yaml
> delete mode 100644 Documentation/devicetree/bindings/mmc/sdhci-fujitsu.txt
>

Applied for next, thanks!

Kind regards
Uffe