Re: [PATCH 07/11] OMAP: GPIO: add GPIO hwmods structures for OMAP242X

2010-06-03 Thread Kevin Hilman
Charulatha V writes: > +static struct omap_hwmod omap2420_gpio1_hwmod = { > + .name = "gpio1_hwmod", > + .mpu_irqs = gpio1_mpu_irqs, > + .mpu_irqs_cnt = ARRAY_SIZE(gpio1_mpu_irqs), > + .main_clk = "gpios_fck", > + .prcm = { > + .om

[PATCH 07/11] OMAP: GPIO: add GPIO hwmods structures for OMAP242X

2010-05-18 Thread Charulatha V
Add hwmod structures for GPIO module on OMAP242X Signed-off-by: Charulatha V --- arch/arm/mach-omap2/omap_hwmod_2420_data.c | 222 1 files changed, 222 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/omap_hwmod_2420_data.c b/arch/arm/mach-omap2/omap