Re: [PATCH V2 3/3] ARM: SPEAr13xx: Pass DW DMAC platform data from DT

2012-10-12 Thread Jean-Christophe PLAGNIOL-VILLARD
> > /* others */ > -#define DMAC0_BASE UL(0xEA80) > -#define DMAC1_BASE UL(0xEB00) > #define MCIF_CF_BASE UL(0xB280) > > /* Devices present in SPEAr1310 */ > diff --git a/arch/arm/mach-spear13xx/spear1310

Re: [PATCH V2 3/3] ARM: SPEAr13xx: Pass DW DMAC platform data from DT

2012-10-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:22 Fri 12 Oct , Viresh Kumar wrote: > On 12 October 2012 20:18, Jean-Christophe PLAGNIOL-VILLARD > wrote: > >> static struct of_dev_auxdata spear1310_auxdata_lookup[] __initdata = { > >> - OF_DEV_AUXDATA("arasan,cf-spear1340", MCIF_CF_BASE, NULL, > >> &cf_dma_priv), > >> - OF_D

Re: [PATCH V2 3/3] ARM: SPEAr13xx: Pass DW DMAC platform data from DT

2012-10-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:42 Fri 12 Oct , Viresh Kumar wrote: > On 12 October 2012 21:51, Jean-Christophe PLAGNIOL-VILLARD > wrote: > >> >> + OF_DEV_AUXDATA("arasan,cf-spear1340", MCIF_CF_BASE, NULL, "cf"), > >> > ?/ > >> > >> Sorry. can't get it :( > > what is the "cf" as paltfrom data > > This is dma bus_i

Re: [PATCH V2 3/3] ARM: SPEAr13xx: Pass DW DMAC platform data from DT

2012-10-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:18 Sat 13 Oct , Viresh Kumar wrote: >On Oct 13, 2012 12:16 PM, "Jean-Christophe PLAGNIOL-VILLARD" > wrote: >> >> On 22:42 Fri 12 Oct , Viresh Kumar wrote: >> > On 12 October 2012 21:51, Jean-Christophe PLAGNIOL-VILLARD >> > wrote: >> > >> >> + OF_DEV_A

Re: [PATCH V2 3/3] ARM: SPEAr13xx: Pass DW DMAC platform data from DT

2012-10-14 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:40 Sat 13 Oct , Viresh Kumar wrote: > On 13 October 2012 19:38, Viresh Kumar wrote: > > On 13 October 2012 17:52, Jean-Christophe PLAGNIOL-VILLARD > > wrote: > >> On 14:18 Sat 13 Oct , Viresh Kumar wrote: > >>>On Oct 13, 2012 12:16 PM, "Jean-Christophe PLAGNIOL-VILLARD" > >>>