Hi Victor, On Tue, Oct 05, 2010 at 05:30:56, [email protected] wrote: > From: Victor Rodriguez <[email protected]> > > This patch adds EDMA support for the Hawkboard-L138 system > It is under the machine name "omapl138_hawkboard". > This system is based on the da850 davinci CPU architecture. > EDMA support is necesary for SD/MMC and sound support > > Signed-off-by: Victor Rodriguez <[email protected]> > --- > arch/arm/mach-davinci/board-omapl138-hawk.c | 55 > +++++++++++++++++++++++++++ > 1 files changed, 55 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-davinci/board-omapl138-hawk.c > b/arch/arm/mach-davinci/board-omapl138-hawk.c > index b22c275..7e3fee4 100644 > --- a/arch/arm/mach-davinci/board-omapl138-hawk.c > +++ b/arch/arm/mach-davinci/board-omapl138-hawk.c > @@ -69,6 +69,56 @@ static int __init omapl138_hawk_config_emac(void) > } > device_initcall(omapl138_hawk_config_emac);
Seems like this patch has a dependency on the EMAC patch submitted earlier. To convey this you can: 1) Generate the patches as a series so it is clear which patch to apply first (preferred). or 2) Note this dependency below the --- in the patch. Thanks, Sekhar _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
