David Lambert <dlambert@xxxxxx> writes: > Adds HWMOD entries for the OMAP DMIC driver and creates > a platform device. The HWMOD entires define the system > resource requirements for the drvier such as DMA addresses, channels, > and IRQ's. Placing this information in the HWMOD database allows > for more generic drivers to be written and having the specific > implementation details defined in HWMOD. > > Signed-off-by: David Lambert <dlambert@xxxxxx> > > --- > arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 91 ++++++++++++++++++++++++++++ > arch/arm/plat-omap/devices.c | 35 +++++++++++ > 2 files changed, 126 insertions(+), 0 deletions(-) Please split this into two patches: one for just the hwmod data, and the other for initializing the device. Also, I'm assuming the hwmod data came from the auto-generated data from Benoit, correct? If so authorship and signoff of the hwmod data patch should reflect that. Thanks, Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html