diff options
author | Benoit Cousson <b-cousson@ti.com> | 2010-07-26 18:34:29 -0400 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2010-07-26 18:34:29 -0400 |
commit | fa98347ebf1c516e49694e1584cd96a63428676a (patch) | |
tree | 4b7dad05459cdceb5443af6977308cb6858d008e /arch/arm/mach-omap2 | |
parent | 2eb1875d2b7560e70c19a11daa00e06e0de9eea1 (diff) |
OMAP2&3: hwmod: Remove _hwmod prefix in name string
In the lastest OMAP4 hwmod data file, the _hwmod was removed
in order to save some memory space and because it does not
bring a lot.
Align OMAP2420, 2430 and 3430 data files with the same convention.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Cc: Rajendra Nayak <rnayak@ti.com>
Acked-by: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2420_data.c | 6 | ||||
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2430_data.c | 6 | ||||
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2420_data.c b/arch/arm/mach-omap2/omap_hwmod_2420_data.c index a8b57a648c7d..646386cf8679 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2420_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2420_data.c | |||
@@ -59,7 +59,7 @@ static struct omap_hwmod_ocp_if *omap2420_l3_masters[] = { | |||
59 | 59 | ||
60 | /* L3 */ | 60 | /* L3 */ |
61 | static struct omap_hwmod omap2420_l3_hwmod = { | 61 | static struct omap_hwmod omap2420_l3_hwmod = { |
62 | .name = "l3_hwmod", | 62 | .name = "l3_main", |
63 | .class = &l3_hwmod_class, | 63 | .class = &l3_hwmod_class, |
64 | .masters = omap2420_l3_masters, | 64 | .masters = omap2420_l3_masters, |
65 | .masters_cnt = ARRAY_SIZE(omap2420_l3_masters), | 65 | .masters_cnt = ARRAY_SIZE(omap2420_l3_masters), |
@@ -90,7 +90,7 @@ static struct omap_hwmod_ocp_if *omap2420_l4_core_masters[] = { | |||
90 | 90 | ||
91 | /* L4 CORE */ | 91 | /* L4 CORE */ |
92 | static struct omap_hwmod omap2420_l4_core_hwmod = { | 92 | static struct omap_hwmod omap2420_l4_core_hwmod = { |
93 | .name = "l4_core_hwmod", | 93 | .name = "l4_core", |
94 | .class = &l4_hwmod_class, | 94 | .class = &l4_hwmod_class, |
95 | .masters = omap2420_l4_core_masters, | 95 | .masters = omap2420_l4_core_masters, |
96 | .masters_cnt = ARRAY_SIZE(omap2420_l4_core_masters), | 96 | .masters_cnt = ARRAY_SIZE(omap2420_l4_core_masters), |
@@ -111,7 +111,7 @@ static struct omap_hwmod_ocp_if *omap2420_l4_wkup_masters[] = { | |||
111 | 111 | ||
112 | /* L4 WKUP */ | 112 | /* L4 WKUP */ |
113 | static struct omap_hwmod omap2420_l4_wkup_hwmod = { | 113 | static struct omap_hwmod omap2420_l4_wkup_hwmod = { |
114 | .name = "l4_wkup_hwmod", | 114 | .name = "l4_wkup", |
115 | .class = &l4_hwmod_class, | 115 | .class = &l4_hwmod_class, |
116 | .masters = omap2420_l4_wkup_masters, | 116 | .masters = omap2420_l4_wkup_masters, |
117 | .masters_cnt = ARRAY_SIZE(omap2420_l4_wkup_masters), | 117 | .masters_cnt = ARRAY_SIZE(omap2420_l4_wkup_masters), |
diff --git a/arch/arm/mach-omap2/omap_hwmod_2430_data.c b/arch/arm/mach-omap2/omap_hwmod_2430_data.c index 8b1f74b7974c..b2100cfb3171 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2430_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2430_data.c | |||
@@ -59,7 +59,7 @@ static struct omap_hwmod_ocp_if *omap2430_l3_masters[] = { | |||
59 | 59 | ||
60 | /* L3 */ | 60 | /* L3 */ |
61 | static struct omap_hwmod omap2430_l3_hwmod = { | 61 | static struct omap_hwmod omap2430_l3_hwmod = { |
62 | .name = "l3_hwmod", | 62 | .name = "l3_main", |
63 | .class = &l3_hwmod_class, | 63 | .class = &l3_hwmod_class, |
64 | .masters = omap2430_l3_masters, | 64 | .masters = omap2430_l3_masters, |
65 | .masters_cnt = ARRAY_SIZE(omap2430_l3_masters), | 65 | .masters_cnt = ARRAY_SIZE(omap2430_l3_masters), |
@@ -92,7 +92,7 @@ static struct omap_hwmod_ocp_if *omap2430_l4_core_masters[] = { | |||
92 | 92 | ||
93 | /* L4 CORE */ | 93 | /* L4 CORE */ |
94 | static struct omap_hwmod omap2430_l4_core_hwmod = { | 94 | static struct omap_hwmod omap2430_l4_core_hwmod = { |
95 | .name = "l4_core_hwmod", | 95 | .name = "l4_core", |
96 | .class = &l4_hwmod_class, | 96 | .class = &l4_hwmod_class, |
97 | .masters = omap2430_l4_core_masters, | 97 | .masters = omap2430_l4_core_masters, |
98 | .masters_cnt = ARRAY_SIZE(omap2430_l4_core_masters), | 98 | .masters_cnt = ARRAY_SIZE(omap2430_l4_core_masters), |
@@ -113,7 +113,7 @@ static struct omap_hwmod_ocp_if *omap2430_l4_wkup_masters[] = { | |||
113 | 113 | ||
114 | /* L4 WKUP */ | 114 | /* L4 WKUP */ |
115 | static struct omap_hwmod omap2430_l4_wkup_hwmod = { | 115 | static struct omap_hwmod omap2430_l4_wkup_hwmod = { |
116 | .name = "l4_wkup_hwmod", | 116 | .name = "l4_wkup", |
117 | .class = &l4_hwmod_class, | 117 | .class = &l4_hwmod_class, |
118 | .masters = omap2430_l4_wkup_masters, | 118 | .masters = omap2430_l4_wkup_masters, |
119 | .masters_cnt = ARRAY_SIZE(omap2430_l4_wkup_masters), | 119 | .masters_cnt = ARRAY_SIZE(omap2430_l4_wkup_masters), |
diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c index e288b2034feb..ec6a5f8d94a8 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | |||
@@ -70,7 +70,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_l3_masters[] = { | |||
70 | 70 | ||
71 | /* L3 */ | 71 | /* L3 */ |
72 | static struct omap_hwmod omap3xxx_l3_hwmod = { | 72 | static struct omap_hwmod omap3xxx_l3_hwmod = { |
73 | .name = "l3_hwmod", | 73 | .name = "l3_main", |
74 | .class = &l3_hwmod_class, | 74 | .class = &l3_hwmod_class, |
75 | .masters = omap3xxx_l3_masters, | 75 | .masters = omap3xxx_l3_masters, |
76 | .masters_cnt = ARRAY_SIZE(omap3xxx_l3_masters), | 76 | .masters_cnt = ARRAY_SIZE(omap3xxx_l3_masters), |
@@ -101,7 +101,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_l4_core_masters[] = { | |||
101 | 101 | ||
102 | /* L4 CORE */ | 102 | /* L4 CORE */ |
103 | static struct omap_hwmod omap3xxx_l4_core_hwmod = { | 103 | static struct omap_hwmod omap3xxx_l4_core_hwmod = { |
104 | .name = "l4_core_hwmod", | 104 | .name = "l4_core", |
105 | .class = &l4_hwmod_class, | 105 | .class = &l4_hwmod_class, |
106 | .masters = omap3xxx_l4_core_masters, | 106 | .masters = omap3xxx_l4_core_masters, |
107 | .masters_cnt = ARRAY_SIZE(omap3xxx_l4_core_masters), | 107 | .masters_cnt = ARRAY_SIZE(omap3xxx_l4_core_masters), |
@@ -122,7 +122,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_l4_per_masters[] = { | |||
122 | 122 | ||
123 | /* L4 PER */ | 123 | /* L4 PER */ |
124 | static struct omap_hwmod omap3xxx_l4_per_hwmod = { | 124 | static struct omap_hwmod omap3xxx_l4_per_hwmod = { |
125 | .name = "l4_per_hwmod", | 125 | .name = "l4_per", |
126 | .class = &l4_hwmod_class, | 126 | .class = &l4_hwmod_class, |
127 | .masters = omap3xxx_l4_per_masters, | 127 | .masters = omap3xxx_l4_per_masters, |
128 | .masters_cnt = ARRAY_SIZE(omap3xxx_l4_per_masters), | 128 | .masters_cnt = ARRAY_SIZE(omap3xxx_l4_per_masters), |
@@ -143,7 +143,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_l4_wkup_masters[] = { | |||
143 | 143 | ||
144 | /* L4 WKUP */ | 144 | /* L4 WKUP */ |
145 | static struct omap_hwmod omap3xxx_l4_wkup_hwmod = { | 145 | static struct omap_hwmod omap3xxx_l4_wkup_hwmod = { |
146 | .name = "l4_wkup_hwmod", | 146 | .name = "l4_wkup", |
147 | .class = &l4_hwmod_class, | 147 | .class = &l4_hwmod_class, |
148 | .masters = omap3xxx_l4_wkup_masters, | 148 | .masters = omap3xxx_l4_wkup_masters, |
149 | .masters_cnt = ARRAY_SIZE(omap3xxx_l4_wkup_masters), | 149 | .masters_cnt = ARRAY_SIZE(omap3xxx_l4_wkup_masters), |