Re: [RFC 5/8] remoteproc: add davinci implementation

2011-06-24 Thread Sergei Shtylyov
Hello. Grosen, Mark wrote: It should work on DA830 as well, So please make it dependent on ARCH_DAVINCI_DA8XX. but not on real DaVinci, so the name is misleading... Yes, we debated calling it da8xx, but felt that with minor changes it could accomodate the other SoCs in the

RE: [RFC 5/8] remoteproc: add davinci implementation

2011-06-24 Thread Nori, Sekhar
Hi Mark, On Fri, Jun 24, 2011 at 20:43:50, Sergei Shtylyov wrote: + rproc-priv = dsp_clk; + + psc_base = ioremap(soc_info-psc_bases[0], SZ_4K); + + /* insure local reset is asserted before writing start address */ + __raw_writel(NEXT_ENABLED, psc_base + MDCTL + 4 *

RE: [PATCH 1/4] davinci: psc.h: clean up indentation done using spaces

2011-06-24 Thread Nori, Sekhar
Hi Russell, SubArch team, This series of 4 patches added SATA support on DaVinci DA850 platform. This was ready for last merge window, but was not queued because of the negative diffstat rule. Is there a possibility of queuing this for the v3.1 merge? Here is the archive link of this posting:

[PATCH] Enable USB on TI DM365

2011-06-24 Thread Constantine Shulyupin
Enable USB on TI DM365 Signed-off-by: Constantine Shulyupin co...@makelinux.com --- arch/arm/mach-davinci/Makefile |3 +- arch/arm/mach-davinci/include/mach/usb.h |2 +- arch/arm/mach-davinci/usb.c | 32 ++--- drivers/usb/musb/davinci.c