Searched hist:"1 db5eebf22f86a87c3fcbbb085a4abbcfd09ee7d" (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-of-hlwd.c | diff 1db5eebf22f86a87c3fcbbb085a4abbcfd09ee7d Wed Mar 13 13:26:03 CDT 2013 Lars-Peter Clausen <lars@metafoo.de> mmc: sdhci_pltfm: Constify sdhci_pltfm_data
The sdhci_pltfm_data struct is never modified within the sdhci_pltfm module. So make the pdata parameter to sdhci_pltfm_init and sdhci_pltfm_register const. This allows drivers to declare their sdhci_pltfm_data struct as const.
This patch also makes the sdhci_pltfm_data declarations const where possible.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Chris Ball <cjb@laptop.org>
|
H A D | sdhci-pltfm.h | diff 1db5eebf22f86a87c3fcbbb085a4abbcfd09ee7d Wed Mar 13 13:26:03 CDT 2013 Lars-Peter Clausen <lars@metafoo.de> mmc: sdhci_pltfm: Constify sdhci_pltfm_data
The sdhci_pltfm_data struct is never modified within the sdhci_pltfm module. So make the pdata parameter to sdhci_pltfm_init and sdhci_pltfm_register const. This allows drivers to declare their sdhci_pltfm_data struct as const.
This patch also makes the sdhci_pltfm_data declarations const where possible.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Chris Ball <cjb@laptop.org>
|
H A D | sdhci-dove.c | diff 1db5eebf22f86a87c3fcbbb085a4abbcfd09ee7d Wed Mar 13 13:26:03 CDT 2013 Lars-Peter Clausen <lars@metafoo.de> mmc: sdhci_pltfm: Constify sdhci_pltfm_data
The sdhci_pltfm_data struct is never modified within the sdhci_pltfm module. So make the pdata parameter to sdhci_pltfm_init and sdhci_pltfm_register const. This allows drivers to declare their sdhci_pltfm_data struct as const.
This patch also makes the sdhci_pltfm_data declarations const where possible.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Chris Ball <cjb@laptop.org>
|
H A D | sdhci-pltfm.c | diff 1db5eebf22f86a87c3fcbbb085a4abbcfd09ee7d Wed Mar 13 13:26:03 CDT 2013 Lars-Peter Clausen <lars@metafoo.de> mmc: sdhci_pltfm: Constify sdhci_pltfm_data
The sdhci_pltfm_data struct is never modified within the sdhci_pltfm module. So make the pdata parameter to sdhci_pltfm_init and sdhci_pltfm_register const. This allows drivers to declare their sdhci_pltfm_data struct as const.
This patch also makes the sdhci_pltfm_data declarations const where possible.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Chris Ball <cjb@laptop.org>
|
H A D | sdhci-of-esdhc.c | diff 1db5eebf22f86a87c3fcbbb085a4abbcfd09ee7d Wed Mar 13 13:26:03 CDT 2013 Lars-Peter Clausen <lars@metafoo.de> mmc: sdhci_pltfm: Constify sdhci_pltfm_data
The sdhci_pltfm_data struct is never modified within the sdhci_pltfm module. So make the pdata parameter to sdhci_pltfm_init and sdhci_pltfm_register const. This allows drivers to declare their sdhci_pltfm_data struct as const.
This patch also makes the sdhci_pltfm_data declarations const where possible.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Chris Ball <cjb@laptop.org>
|
H A D | sdhci-tegra.c | diff 1db5eebf22f86a87c3fcbbb085a4abbcfd09ee7d Wed Mar 13 13:26:03 CDT 2013 Lars-Peter Clausen <lars@metafoo.de> mmc: sdhci_pltfm: Constify sdhci_pltfm_data
The sdhci_pltfm_data struct is never modified within the sdhci_pltfm module. So make the pdata parameter to sdhci_pltfm_init and sdhci_pltfm_register const. This allows drivers to declare their sdhci_pltfm_data struct as const.
This patch also makes the sdhci_pltfm_data declarations const where possible.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Chris Ball <cjb@laptop.org>
|
H A D | sdhci-esdhc-imx.c | diff 1db5eebf22f86a87c3fcbbb085a4abbcfd09ee7d Wed Mar 13 13:26:03 CDT 2013 Lars-Peter Clausen <lars@metafoo.de> mmc: sdhci_pltfm: Constify sdhci_pltfm_data
The sdhci_pltfm_data struct is never modified within the sdhci_pltfm module. So make the pdata parameter to sdhci_pltfm_init and sdhci_pltfm_register const. This allows drivers to declare their sdhci_pltfm_data struct as const.
This patch also makes the sdhci_pltfm_data declarations const where possible.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Chris Ball <cjb@laptop.org>
|