diff options
author | Abhilash Kesavan <a.kesavan@samsung.com> | 2012-11-19 10:26:21 +0530 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-12-06 13:54:54 -0500 |
commit | ab269128a2cff7abee06f023e6466fc29991738c (patch) | |
tree | b6b75ebec2cad581d36a0bfc0ed9ad7e19f9e711 /include | |
parent | f5ccfd4174639119664b6d76495ea1388f13b838 (diff) | |
download | linux-3.10-ab269128a2cff7abee06f023e6466fc29991738c.tar.gz linux-3.10-ab269128a2cff7abee06f023e6466fc29991738c.tar.bz2 linux-3.10-ab269128a2cff7abee06f023e6466fc29991738c.zip |
mmc: dw_mmc: Add sdio power bindings
Add dt-based retrieval of host sdio pm capabilities. Based on
the dt based discovery do a bus init in the resume function.
Signed-off-by: Olof Johansson <olofj@chromium.org>
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mmc/dw_mmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/dw_mmc.h b/include/linux/mmc/dw_mmc.h index a5498dce1cb..34be4f47293 100644 --- a/include/linux/mmc/dw_mmc.h +++ b/include/linux/mmc/dw_mmc.h @@ -231,6 +231,7 @@ struct dw_mci_board { u32 caps; /* Capabilities */ u32 caps2; /* More capabilities */ + u32 pm_caps; /* PM capabilities */ /* * Override fifo depth. If 0, autodetect it from the FIFOTH register, * but note that this may not be reliable after a bootloader has used |