aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/stmmac.h
diff options
context:
space:
mode:
authorFrancesco Virlinzi <francesco.virlinzi@st.com>2012-04-18 19:48:19 +0000
committerDavid S. Miller <davem@davemloft.net>2012-04-19 20:08:44 -0400
commit3256251f9850d00c8e4a4fd82440092bb0f1fd7d (patch)
tree8326e0a296ed075a78182a19b8e8a4391b72e538 /include/linux/stmmac.h
parentiwlwifi: Remove inconsistent and redundant declaration (diff)
downloadlinux-dev-3256251f9850d00c8e4a4fd82440092bb0f1fd7d.tar.xz
linux-dev-3256251f9850d00c8e4a4fd82440092bb0f1fd7d.zip
stmmac: use custom init/exit functions in pm ops
Freeze and restore can call the custom init/exit functions. Also the patch adds a custom data field that can be used for storing platform data useful on restore the embedded setup (e.g. GPIO, SYSCFG). Signed-off-by: Francesco Virlinzi <francesco.virlinzi@st.com> Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/stmmac.h')
-rw-r--r--include/linux/stmmac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h
index cf6403186359..f85c93d6e6da 100644
--- a/include/linux/stmmac.h
+++ b/include/linux/stmmac.h
@@ -109,6 +109,7 @@ struct plat_stmmacenet_data {
int (*init)(struct platform_device *pdev);
void (*exit)(struct platform_device *pdev);
void *custom_cfg;
+ void *custom_data;
void *bsp_priv;
};
#endif