mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 17:11:46 +00:00
mmc: sdio: Parse CISTPL_VERS_1 major and minor revision numbers
They should indicate compliance of standard. Signed-off-by: Pali Rohár <pali@kernel.org> Link: https://lore.kernel.org/r/20200727133837.19086-3-pali@kernel.org Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
8ebe260796
commit
78366e9cbd
3 changed files with 12 additions and 0 deletions
|
@ -51,6 +51,8 @@ struct sdio_func {
|
|||
|
||||
u8 *tmpbuf; /* DMA:able scratch buffer */
|
||||
|
||||
u8 major_rev; /* major revision number */
|
||||
u8 minor_rev; /* minor revision number */
|
||||
unsigned num_info; /* number of info strings */
|
||||
const char **info; /* info strings */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue