Looks, but:
On 01/31/2011 04:50 PM, ext Kishon Vijay Abraham I wrote:
From: Charulatha V charu@ti.com
Add McBSP hwmod data for OMAP2430.
Added a revision member inorder to facilitate the driver to differentiate between mcbsp in different omap.
Signed-off-by: Charulatha V charu@ti.com Signed-off-by: Kishon Vijay Abraham I kishon@ti.com Signed-off-by: Shubhrajyoti D shubhrajyoti@ti.com
arch/arm/mach-omap2/omap_hwmod_2430_data.c | 417 ++++++++++++++++++++++++++++ arch/arm/plat-omap/include/plat/mcbsp.h | 2 + 2 files changed, 419 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/omap_hwmod_2430_data.c b/arch/arm/mach-omap2/omap_hwmod_2430_data.c
...
/* dma_system class*/ &omap2430_dma_system_hwmod,
- /*mcbsp class*/
Missing spaces around the comment text
- &omap2430_mcbsp1_hwmod,
- &omap2430_mcbsp2_hwmod,
- &omap2430_mcbsp3_hwmod,
- &omap2430_mcbsp4_hwmod,
- &omap2430_mcbsp5_hwmod, NULL,
};