commit | f07b7952df3b3ff014e83952b402425cf50c51ce | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Thu Oct 19 13:41:45 2017 +0300 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Thu Nov 02 15:20:27 2017 +0100 |
tree | 746b03e5cb6cbff099e34e1d18e8211c27b298a0 | |
parent | 6b10c9abfbceaf94ef227d98317020c557996186 [diff] |
mmc: sdhci-acpi: Let devices define their own private data Let devices define their own private data to facilitate device-specific operations. The size of the private structure is specified in the sdhci_acpi_slot structure, then sdhci_acpi_probe() will allocate extra space for it, and sdhci_acpi_priv() can be used to get a reference to it. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>