Searched hist:c915568d99f12898aea4e15845cf891a8b5cc575 (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-of-hlwd.c | diff c915568d99f12898aea4e15845cf891a8b5cc575 Wed Mar 13 13:26:05 CDT 2013 Lars-Peter Clausen <lars@metafoo.de> mmc: sdhci: Constify sdhci_ops structs where possible
Basically all drivers can have sdhci_ops struct const, but almost none do. This patch constifies all sdhci_ops struct declarations where possible.
The patch was auto-generated with the following coccinelle semantic patch:
// <smpl> @r1@ identifier ops; identifier fld; @@ ops.fld = ...;
@disable optional_qualifier@ identifier ops != r1.ops; @@ static +const struct sdhci_ops ops = { ... }; // </smpl>
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 c915568d99f12898aea4e15845cf891a8b5cc575 Wed Mar 13 13:26:05 CDT 2013 Lars-Peter Clausen <lars@metafoo.de> mmc: sdhci: Constify sdhci_ops structs where possible
Basically all drivers can have sdhci_ops struct const, but almost none do. This patch constifies all sdhci_ops struct declarations where possible.
The patch was auto-generated with the following coccinelle semantic patch:
// <smpl> @r1@ identifier ops; identifier fld; @@ ops.fld = ...;
@disable optional_qualifier@ identifier ops != r1.ops; @@ static +const struct sdhci_ops ops = { ... }; // </smpl>
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-spear.c | diff c915568d99f12898aea4e15845cf891a8b5cc575 Wed Mar 13 13:26:05 CDT 2013 Lars-Peter Clausen <lars@metafoo.de> mmc: sdhci: Constify sdhci_ops structs where possible
Basically all drivers can have sdhci_ops struct const, but almost none do. This patch constifies all sdhci_ops struct declarations where possible.
The patch was auto-generated with the following coccinelle semantic patch:
// <smpl> @r1@ identifier ops; identifier fld; @@ ops.fld = ...;
@disable optional_qualifier@ identifier ops != r1.ops; @@ static +const struct sdhci_ops ops = { ... }; // </smpl>
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-pxav2.c | diff c915568d99f12898aea4e15845cf891a8b5cc575 Wed Mar 13 13:26:05 CDT 2013 Lars-Peter Clausen <lars@metafoo.de> mmc: sdhci: Constify sdhci_ops structs where possible
Basically all drivers can have sdhci_ops struct const, but almost none do. This patch constifies all sdhci_ops struct declarations where possible.
The patch was auto-generated with the following coccinelle semantic patch:
// <smpl> @r1@ identifier ops; identifier fld; @@ ops.fld = ...;
@disable optional_qualifier@ identifier ops != r1.ops; @@ static +const struct sdhci_ops ops = { ... }; // </smpl>
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 c915568d99f12898aea4e15845cf891a8b5cc575 Wed Mar 13 13:26:05 CDT 2013 Lars-Peter Clausen <lars@metafoo.de> mmc: sdhci: Constify sdhci_ops structs where possible
Basically all drivers can have sdhci_ops struct const, but almost none do. This patch constifies all sdhci_ops struct declarations where possible.
The patch was auto-generated with the following coccinelle semantic patch:
// <smpl> @r1@ identifier ops; identifier fld; @@ ops.fld = ...;
@disable optional_qualifier@ identifier ops != r1.ops; @@ static +const struct sdhci_ops ops = { ... }; // </smpl>
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-pxav3.c | diff c915568d99f12898aea4e15845cf891a8b5cc575 Wed Mar 13 13:26:05 CDT 2013 Lars-Peter Clausen <lars@metafoo.de> mmc: sdhci: Constify sdhci_ops structs where possible
Basically all drivers can have sdhci_ops struct const, but almost none do. This patch constifies all sdhci_ops struct declarations where possible.
The patch was auto-generated with the following coccinelle semantic patch:
// <smpl> @r1@ identifier ops; identifier fld; @@ ops.fld = ...;
@disable optional_qualifier@ identifier ops != r1.ops; @@ static +const struct sdhci_ops ops = { ... }; // </smpl>
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 c915568d99f12898aea4e15845cf891a8b5cc575 Wed Mar 13 13:26:05 CDT 2013 Lars-Peter Clausen <lars@metafoo.de> mmc: sdhci: Constify sdhci_ops structs where possible
Basically all drivers can have sdhci_ops struct const, but almost none do. This patch constifies all sdhci_ops struct declarations where possible.
The patch was auto-generated with the following coccinelle semantic patch:
// <smpl> @r1@ identifier ops; identifier fld; @@ ops.fld = ...;
@disable optional_qualifier@ identifier ops != r1.ops; @@ static +const struct sdhci_ops ops = { ... }; // </smpl>
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 c915568d99f12898aea4e15845cf891a8b5cc575 Wed Mar 13 13:26:05 CDT 2013 Lars-Peter Clausen <lars@metafoo.de> mmc: sdhci: Constify sdhci_ops structs where possible
Basically all drivers can have sdhci_ops struct const, but almost none do. This patch constifies all sdhci_ops struct declarations where possible.
The patch was auto-generated with the following coccinelle semantic patch:
// <smpl> @r1@ identifier ops; identifier fld; @@ ops.fld = ...;
@disable optional_qualifier@ identifier ops != r1.ops; @@ static +const struct sdhci_ops ops = { ... }; // </smpl>
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 c915568d99f12898aea4e15845cf891a8b5cc575 Wed Mar 13 13:26:05 CDT 2013 Lars-Peter Clausen <lars@metafoo.de> mmc: sdhci: Constify sdhci_ops structs where possible
Basically all drivers can have sdhci_ops struct const, but almost none do. This patch constifies all sdhci_ops struct declarations where possible.
The patch was auto-generated with the following coccinelle semantic patch:
// <smpl> @r1@ identifier ops; identifier fld; @@ ops.fld = ...;
@disable optional_qualifier@ identifier ops != r1.ops; @@ static +const struct sdhci_ops ops = { ... }; // </smpl>
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>
|