Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-19 | ARM: OMAP2xxx: hwmod data: share common interface data | Paul Walmsley | |
Several struct omap_hwmod_ocp_if records can be shared between OMAP2420 and OMAP2430. Move these shared records out of the chip-specific files into mach-omap2/omap_hwmod_2xxx_interconnect_data.c. This should save some memory and source lines, at the cost of readability. Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: BenoƮt Cousson <b-cousson@ti.com> | |||
2011-07-09 | omap_hwmod: share identical omap_hwmod_addr_space arrays | Paul Walmsley | |
To reduce kernel source file data duplication, share struct omap_hwmod_addr_space arrays across OMAP2xxx and 3xxx hwmod data files. Signed-off-by: Paul Walmsley <paul@pwsan.com> |