Thomas Abraham wrote: > Sent: Tuesday, October 11, 2011 3:16 AM > To: [email protected] > Cc: [email protected]; [email protected]; > [email protected]; Jassi Brar; Boojin Kim > Subject: [PATCH v6 09/10] ARM: S5PC100: Modify platform data for pl330 > driver > > With the 'struct dma_pl330_peri' removed, the platfrom data for dma > driver can be simplified to a simple list of peripheral request ids. > > Cc: Jassi Brar <[email protected]> > Cc: Boojin Kim <[email protected]> > Signed-off-by: Thomas Abraham <[email protected]> > --- > arch/arm/mach-s5pc100/dma.c | 247 ++++++++++++----------------------- > -------- > 1 files changed, 69 insertions(+), 178 deletions(-) >
Looks good to me. Acked-by: Boojin Kim <[email protected]> > diff --git a/arch/arm/mach-s5pc100/dma.c b/arch/arm/mach-s5pc100/dma.c > index 065a087..8dfdc76 100644 > --- a/arch/arm/mach-s5pc100/dma.c > +++ b/arch/arm/mach-s5pc100/dma.c > @@ -35,100 +35,42 @@ > > static u64 dma_dmamask = DMA_BIT_MASK(32); > -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
