Re: remoteproc & OMAP3

2015-02-17 Thread Víctor M . Jáquez L .
On 02/17/15 at 02:05pm, Sven Brandau wrote: > Hi There, > > is anyone working here on a implementation for remoteproc running on OMAP3 > SOCs? No one as far as I heard. The last time I wondered about it, the agreement was that it is not possible since you need to develop from scratch another DSP-

Re: [PATCH] staging: tidspbridge: enable watchdog by default

2012-02-15 Thread Víctor M . Jáquez L .
On Wed, Feb 15, 2012 at 01:41:19PM +0200, Felipe Contreras wrote: > 2012/2/15 Víctor M. Jáquez L. : > > On Tue, Feb 14, 2012 at 08:56:11PM -0600, Ramirez Luna, Omar wrote: > >> On Tue, Feb 14, 2012 at 10:23 AM, Felipe Contreras > >> wrote: > >> >> Whe

Re: [PATCH] staging: tidspbridge: enable watchdog by default

2012-02-15 Thread Víctor M . Jáquez L .
On Tue, Feb 14, 2012 at 08:56:11PM -0600, Ramirez Luna, Omar wrote: > On Tue, Feb 14, 2012 at 10:23 AM, Felipe Contreras > wrote: > >> When that case is applicable, we should first modify the loader code > >> or prepare the baseimages to be common so we can get rid of specific > >> loaders and jus

Re: OMAP34xx

2012-02-07 Thread Víctor M . Jáquez L .
On Tue, Feb 07, 2012 at 02:36:06PM -0800, Kevin Hilman wrote: > Tony Lindgren writes: > > [...] > > >> > > --- a/arch/arm/mach-omap2/pm34xx.c > >> > > +++ b/arch/arm/mach-omap2/pm34xx.c > >> > > @@ -420,7 +420,7 @@ static void omap3_pm_idle(void) > >> > > { > >> > >local_fiq_disable();

Re: [PATCH v2 4/8] staging: tidspbridge: silence the compiler

2012-01-31 Thread Víctor M . Jáquez L .
On Tue, Jan 31, 2012 at 11:05:43AM +0300, Dan Carpenter wrote: > On Tue, Jan 31, 2012 at 12:12:20AM +0100, Víctor Manuel Jáquez Leal wrote: > > Silence the warning when compiling drv_interface.c > > > > Signed-off-by: Víctor Manuel Jáquez Leal > > What does the compiler warn about here? Normall

Re: [PATCH 3/5] staging: tidspbridge: Lindent to drv_interface.c

2012-01-30 Thread Víctor M . Jáquez L .
On Mon, Jan 30, 2012 at 11:53:00AM -0800, Joe Perches wrote: > On Mon, 2012-01-30 at 22:29 +0300, Dan Carpenter wrote: > > On Mon, Jan 30, 2012 at 11:25:34AM -0600, Ramirez Luna, Omar wrote: > > > > + pr_info("%s:%d handle(s) still opened\n", > > > > __func__, > > > > +

Re: [PATCH 3/5] staging: tidspbridge: Lindent to drv_interface.c

2012-01-30 Thread Víctor M . Jáquez L .
On Mon, Jan 30, 2012 at 11:25:34AM -0600, Ramirez Luna, Omar wrote: > 2012/1/23 Víctor Manuel Jáquez Leal : > > No functional changes. > > > > According to Lindent, the file drv_internface.c had some lines with bad > > indentation. > > > > This commit is the output of Lindent. > > Usually lindent

Re: [PATCH v3] omap: dmtimer: convert printk to pr_err

2011-10-07 Thread Víctor M . Jáquez L .
On Fri, Oct 07, 2011 at 10:22:43AM +0100, Russell King - ARM Linux wrote: > On Fri, Oct 07, 2011 at 10:50:16AM +0200, Víctor Manuel Jáquez Leal wrote: > > Convert a printk(KERN_ERR) message in the driver to pr_err(). > ... > > @@ -111,7 +111,7 @@ static void omap_dm_timer_wait_for_reset(struct > >

Re: [PATCH] omap: dmtimer: convert printk to pr_*

2011-10-06 Thread Víctor M . Jáquez L .
On Thu, Oct 06, 2011 at 08:19:39AM -0700, Joe Perches wrote: > On Thu, 2011-10-06 at 12:48 +0200, Víctor Manuel Jáquez Leal wrote: > > Convert all the printk() messages in the driver to pr_(). > [] > > diff --git a/arch/arm/plat-omap/dmtimer.c b/arch/arm/plat-omap/dmtimer.c > [] > > @@ -397,8 +397,

Re: [PATCH 03/13] DSPBRIDGE: Moving functions from mem.c to drv.c

2010-04-16 Thread Víctor M . Jáquez L .
On Thu, Apr 08, 2010 at 06:47:13PM -0500, Gomez Castellanos, Ivan wrote: > +/* > + * mem_flush_cache > + * Purpose: > + * Flush cache > + */ > +void mem_flush_cache(void *pMemBuf, u32 byte_size, s32 FlushType) > +{ > + if (!pMemBuf) > + return; > + > +