]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mmc: core: Add definitions for SD UHS-II cards
authorVictor Shih <victor.shih@genesyslogic.com.tw>
Fri, 13 Sep 2024 10:28:19 +0000 (18:28 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 14 Oct 2024 10:40:10 +0000 (12:40 +0200)
commita9a75f9dc23c1562dcb261c0a8f3d6fc70d246cd
tree016648e071fa676d1cf9425048c5c62536c6f31f
parenta56ffd3a83ed2e10e0d9e0b199547bfa0d206aac
mmc: core: Add definitions for SD UHS-II cards

Add UHS-II specific data structures for commands and defines for
registers, as described in Part 1 UHS-II Addendum Version 1.01.

UHS-II related definitions are listed below:
  1. UHS-II card capability: sd_uhs2_caps{}
  2. UHS-II configuration: sd_uhs2_config{}
  3. UHS-II register I/O address and register field definitions: sd_uhs2.h

Signed-off-by: Jason Lai <jason.lai@genesyslogic.com.tw>
Signed-off-by: Victor Shih <victor.shih@genesyslogic.com.tw>
Link: https://lore.kernel.org/r/20240913102836.6144-6-victorshihgli@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
include/linux/mmc/card.h
include/linux/mmc/host.h
include/linux/mmc/sd_uhs2.h [new file with mode: 0644]