Home
last modified time | relevance | path

Searched hist:f07b7952df3b3ff014e83952b402425cf50c51ce (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mmc/host/
H A Dsdhci-acpi.cdiff f07b7952df3b3ff014e83952b402425cf50c51ce Thu Oct 19 12:41:45 CEST 2017 Adrian Hunter <adrian.hunter@intel.com> 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>