Messages in this thread |  | | | Date | Wed, 24 Mar 2010 15:37:13 -0700 | | Subject | Re: [PATCH 2/2] DMAENGINE: U300 platform configuration | | From | Dan Williams <> |
| |
On Sat, Mar 13, 2010 at 2:42 AM, Linus Walleij <linus.walleij@stericsson.com> wrote: > This completes the DMA40 support with the platform-specific > configuration for U8500/DB8500. > > Signed-off-by: Linus Walleij <linus.walleij@stericsson.com> > --- > arch/arm/mach-ux500/board-mop500.c | 222 +++++++++++++++++++++ > arch/arm/mach-ux500/clock.c | 4 +- > arch/arm/mach-ux500/include/mach/hardware.h | 16 ++- > arch/arm/mach-ux500/include/mach/ste_dma40.h | 268 ++++++++++++++++++++++++++ > arch/arm/mach-ux500/ste-dma40-db8500.h | 133 +++++++++++++ > 5 files changed, 640 insertions(+), 3 deletions(-) > create mode 100644 arch/arm/mach-ux500/include/mach/ste_dma40.h
Quick comment, this file needs to be moved into the first patch otherwise there is bisection/build breakage.
drivers/dma/ste_dma40.c:17:28: error: mach/ste_dma40.h: No such file or directory
-- Dan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |