From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Tue, 9 Jul 2013 01:31:53 -0700 Subject: [PATCH 09/12] ARM: DRA7: hwmod: Create initial DRA7XX SoC data In-Reply-To: <1373355139-12487-10-git-send-email-rnayak@ti.com> References: <1373355139-12487-1-git-send-email-rnayak@ti.com> <1373355139-12487-10-git-send-email-rnayak@ti.com> Message-ID: <20130709083152.GC5523@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Rajendra Nayak [130709 00:39]: > From: Ambresh K > --- /dev/null > +++ b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c ... > +/* dma_system */ > +static struct omap_hwmod_irq_info dra7xx_dma_system_irqs[] = { > + { .name = "0", .irq = 12 + DRA7XX_IRQ_GIC_START }, > + { .name = "1", .irq = 13 + DRA7XX_IRQ_GIC_START }, > + { .name = "2", .irq = 14 + DRA7XX_IRQ_GIC_START }, > + { .name = "3", .irq = 15 + DRA7XX_IRQ_GIC_START }, > + { .irq = -1 } > +}; I think these should no longer be needed? In general, we must move the hwmod stuff to drivers/bus and start parsing the data from device tree along the lines Tero is doing for the clock data. What's the plan for doing that? Regards, Tony