提交 fe13471c 编写于 作者: B Benoit Cousson 提交者: Tony Lindgren

OMAP4: hwmod data: Fix alignment and end of line in structurefields

In order to be fully aligned with the Python generator output,
change a couple of fields.

- Add tab in class structures to align attributes
- Add a comma at the end of the following line to simplify
  the generation by having always the same eol:
  ".pre_shutdown   = &omap2_wd_timer_disable,"
- Add a blank line before the first entry of the
  omap44xx_hwmods array.
Signed-off-by: NBenoit Cousson <b-cousson@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>
Tested-by: NG, Manjunath Kondaiah <manjugk@ti.com>
Acked-by: NKevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 d7cf5f33
...@@ -66,7 +66,7 @@ static struct omap_hwmod omap44xx_mpu_private_hwmod; ...@@ -66,7 +66,7 @@ static struct omap_hwmod omap44xx_mpu_private_hwmod;
* instance(s): dmm * instance(s): dmm
*/ */
static struct omap_hwmod_class omap44xx_dmm_hwmod_class = { static struct omap_hwmod_class omap44xx_dmm_hwmod_class = {
.name = "dmm", .name = "dmm",
}; };
/* dmm interface data */ /* dmm interface data */
...@@ -121,7 +121,7 @@ static struct omap_hwmod omap44xx_dmm_hwmod = { ...@@ -121,7 +121,7 @@ static struct omap_hwmod omap44xx_dmm_hwmod = {
* instance(s): emif_fw * instance(s): emif_fw
*/ */
static struct omap_hwmod_class omap44xx_emif_fw_hwmod_class = { static struct omap_hwmod_class omap44xx_emif_fw_hwmod_class = {
.name = "emif_fw", .name = "emif_fw",
}; };
/* emif_fw interface data */ /* emif_fw interface data */
...@@ -170,7 +170,7 @@ static struct omap_hwmod omap44xx_emif_fw_hwmod = { ...@@ -170,7 +170,7 @@ static struct omap_hwmod omap44xx_emif_fw_hwmod = {
* instance(s): l3_instr, l3_main_1, l3_main_2, l3_main_3 * instance(s): l3_instr, l3_main_1, l3_main_2, l3_main_3
*/ */
static struct omap_hwmod_class omap44xx_l3_hwmod_class = { static struct omap_hwmod_class omap44xx_l3_hwmod_class = {
.name = "l3", .name = "l3",
}; };
/* l3_instr interface data */ /* l3_instr interface data */
...@@ -347,7 +347,7 @@ static struct omap_hwmod omap44xx_l3_main_3_hwmod = { ...@@ -347,7 +347,7 @@ static struct omap_hwmod omap44xx_l3_main_3_hwmod = {
* instance(s): l4_abe, l4_cfg, l4_per, l4_wkup * instance(s): l4_abe, l4_cfg, l4_per, l4_wkup
*/ */
static struct omap_hwmod_class omap44xx_l4_hwmod_class = { static struct omap_hwmod_class omap44xx_l4_hwmod_class = {
.name = "l4", .name = "l4",
}; };
/* l4_abe interface data */ /* l4_abe interface data */
...@@ -461,7 +461,7 @@ static struct omap_hwmod omap44xx_l4_wkup_hwmod = { ...@@ -461,7 +461,7 @@ static struct omap_hwmod omap44xx_l4_wkup_hwmod = {
* instance(s): mpu_private * instance(s): mpu_private
*/ */
static struct omap_hwmod_class omap44xx_mpu_bus_hwmod_class = { static struct omap_hwmod_class omap44xx_mpu_bus_hwmod_class = {
.name = "mpu_bus", .name = "mpu_bus",
}; };
/* mpu_private interface data */ /* mpu_private interface data */
...@@ -667,7 +667,7 @@ static struct omap_hwmod omap44xx_dma_system_hwmod = { ...@@ -667,7 +667,7 @@ static struct omap_hwmod omap44xx_dma_system_hwmod = {
*/ */
static struct omap_hwmod_class omap44xx_dsp_hwmod_class = { static struct omap_hwmod_class omap44xx_dsp_hwmod_class = {
.name = "dsp", .name = "dsp",
}; };
/* dsp */ /* dsp */
...@@ -764,15 +764,15 @@ static struct omap_hwmod_class_sysconfig omap44xx_gpio_sysc = { ...@@ -764,15 +764,15 @@ static struct omap_hwmod_class_sysconfig omap44xx_gpio_sysc = {
}; };
static struct omap_hwmod_class omap44xx_gpio_hwmod_class = { static struct omap_hwmod_class omap44xx_gpio_hwmod_class = {
.name = "gpio", .name = "gpio",
.sysc = &omap44xx_gpio_sysc, .sysc = &omap44xx_gpio_sysc,
.rev = 2, .rev = 2,
}; };
/* gpio dev_attr */ /* gpio dev_attr */
static struct omap_gpio_dev_attr gpio_dev_attr = { static struct omap_gpio_dev_attr gpio_dev_attr = {
.bank_width = 32, .bank_width = 32,
.dbck_flag = true, .dbck_flag = true,
}; };
/* gpio1 */ /* gpio1 */
...@@ -1109,8 +1109,8 @@ static struct omap_hwmod_class_sysconfig omap44xx_i2c_sysc = { ...@@ -1109,8 +1109,8 @@ static struct omap_hwmod_class_sysconfig omap44xx_i2c_sysc = {
}; };
static struct omap_hwmod_class omap44xx_i2c_hwmod_class = { static struct omap_hwmod_class omap44xx_i2c_hwmod_class = {
.name = "i2c", .name = "i2c",
.sysc = &omap44xx_i2c_sysc, .sysc = &omap44xx_i2c_sysc,
}; };
/* i2c1 */ /* i2c1 */
...@@ -1331,7 +1331,7 @@ static struct omap_hwmod omap44xx_i2c4_hwmod = { ...@@ -1331,7 +1331,7 @@ static struct omap_hwmod omap44xx_i2c4_hwmod = {
*/ */
static struct omap_hwmod_class omap44xx_iva_hwmod_class = { static struct omap_hwmod_class omap44xx_iva_hwmod_class = {
.name = "iva", .name = "iva",
}; };
/* iva */ /* iva */
...@@ -1440,7 +1440,7 @@ static struct omap_hwmod omap44xx_iva_hwmod = { ...@@ -1440,7 +1440,7 @@ static struct omap_hwmod omap44xx_iva_hwmod = {
*/ */
static struct omap_hwmod_class omap44xx_mpu_hwmod_class = { static struct omap_hwmod_class omap44xx_mpu_hwmod_class = {
.name = "mpu", .name = "mpu",
}; };
/* mpu */ /* mpu */
...@@ -1495,9 +1495,9 @@ static struct omap_hwmod_class_sysconfig omap44xx_smartreflex_sysc = { ...@@ -1495,9 +1495,9 @@ static struct omap_hwmod_class_sysconfig omap44xx_smartreflex_sysc = {
}; };
static struct omap_hwmod_class omap44xx_smartreflex_hwmod_class = { static struct omap_hwmod_class omap44xx_smartreflex_hwmod_class = {
.name = "smartreflex", .name = "smartreflex",
.sysc = &omap44xx_smartreflex_sysc, .sysc = &omap44xx_smartreflex_sysc,
.rev = 2, .rev = 2,
}; };
/* smartreflex_core */ /* smartreflex_core */
...@@ -1656,8 +1656,8 @@ static struct omap_hwmod_class_sysconfig omap44xx_uart_sysc = { ...@@ -1656,8 +1656,8 @@ static struct omap_hwmod_class_sysconfig omap44xx_uart_sysc = {
}; };
static struct omap_hwmod_class omap44xx_uart_hwmod_class = { static struct omap_hwmod_class omap44xx_uart_hwmod_class = {
.name = "uart", .name = "uart",
.sysc = &omap44xx_uart_sysc, .sysc = &omap44xx_uart_sysc,
}; };
/* uart1 */ /* uart1 */
...@@ -1889,7 +1889,7 @@ static struct omap_hwmod_class_sysconfig omap44xx_wd_timer_sysc = { ...@@ -1889,7 +1889,7 @@ static struct omap_hwmod_class_sysconfig omap44xx_wd_timer_sysc = {
static struct omap_hwmod_class omap44xx_wd_timer_hwmod_class = { static struct omap_hwmod_class omap44xx_wd_timer_hwmod_class = {
.name = "wd_timer", .name = "wd_timer",
.sysc = &omap44xx_wd_timer_sysc, .sysc = &omap44xx_wd_timer_sysc,
.pre_shutdown = &omap2_wd_timer_disable .pre_shutdown = &omap2_wd_timer_disable,
}; };
/* wd_timer2 */ /* wd_timer2 */
...@@ -2002,6 +2002,7 @@ static struct omap_hwmod omap44xx_wd_timer3_hwmod = { ...@@ -2002,6 +2002,7 @@ static struct omap_hwmod omap44xx_wd_timer3_hwmod = {
}; };
static __initdata struct omap_hwmod *omap44xx_hwmods[] = { static __initdata struct omap_hwmod *omap44xx_hwmods[] = {
/* dmm class */ /* dmm class */
&omap44xx_dmm_hwmod, &omap44xx_dmm_hwmod,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册