devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] mmc: sdhci-fujitsu: Add some features and support for F_SDH30_E51
@ 2022-11-11  8:10 Kunihiko Hayashi
  2022-11-11  8:10 ` [PATCH v2 1/6] dt-bindings: mmc: Convert sdhci-fujitsu to JSON schema Kunihiko Hayashi
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Kunihiko Hayashi @ 2022-11-11  8:10 UTC (permalink / raw)
  To: Ulf Hansson, Adrian Hunter, Rob Herring, Krzysztof Kozlowski
  Cc: Jassi Brar, Ard Biesheuvel, linux-mmc, devicetree, linux-kernel,
	Kunihiko Hayashi

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

-- 
2.25.1


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

end of thread, other threads:[~2022-11-16 16:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-11  8:10 [PATCH v2 0/6] mmc: sdhci-fujitsu: Add some features and support for F_SDH30_E51 Kunihiko Hayashi
2022-11-11  8:10 ` [PATCH v2 1/6] dt-bindings: mmc: Convert sdhci-fujitsu to JSON schema Kunihiko Hayashi
2022-11-14  8:59   ` Krzysztof Kozlowski
2022-11-11  8:10 ` [PATCH v2 2/6] mmc: f-sdh30: Add reset control support Kunihiko Hayashi
2022-11-11  8:10 ` [PATCH v2 3/6] dt-bindings: sdhci-fujitsu: Add compatible string for F_SDH30_E51 Kunihiko Hayashi
2022-11-14  9:00   ` Krzysztof Kozlowski
2022-11-11  8:10 ` [PATCH v2 4/6] mmc: f-sdh30: Add compatible string for Socionext F_SDH30_E51 Kunihiko Hayashi
2022-11-11  8:10 ` [PATCH v2 5/6] mmc: f-sdh30: Add support for non-removable media Kunihiko Hayashi
2022-11-11  8:10 ` [PATCH v2 6/6] mmc: f-sdh30: Add quirks for broken timeout clock capability Kunihiko Hayashi
2022-11-16 16:17 ` [PATCH v2 0/6] mmc: sdhci-fujitsu: Add some features and support for F_SDH30_E51 Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).