Re: [PATCH] remoteproc: allocate vrings on demand, free when not needed

2012-05-21 Thread Guzman Lugo, Fernando
Looks good to me. Tested-by: Fernando Guzman Lugo Regards, Fernando. On Sun, May 20, 2012 at 7:00 AM, Ohad Ben-Cohen wrote: > > Dynamically allocate the vrings' DMA when the remote processor > is about to be powered on (i.e. when ->find_vqs() is invoked), > and release them as soon as it is

Re: [PATCH v2 3/3] omap: iovmm: don't check 'da' to set IOVMF_DA_FIXED flag

2011-03-08 Thread Guzman Lugo, Fernando
On Tue, Mar 8, 2011 at 2:15 PM, David Cohen wrote: > Currently IOVMM driver sets IOVMF_DA_FIXED/IOVMF_DA_ANON flags according > to input 'da' address when mapping memory: > da == 0: IOVMF_DA_ANON > da != 0: IOVMF_DA_FIXED > > It prevents IOMMU to map first page with fixed 'da'. To avoid such > iss

Re: [PATCH] omap: iommu: disallow mapping NULL address

2011-03-08 Thread Guzman Lugo, Fernando
Mar 7, 2011 at 9:25 PM, Guzman Lugo, Fernando wrote: >> >> > On Mon, Mar 7, 2011 at 1:19 PM, David Cohen wrote: >> >> >> On Mon, Mar 7, 2011 at 9:17 PM, Guzman Lugo, Fernando wrote: >> >> >>> On Mon, Mar 7, 2011 at 7:10 AM, Michael Jones wrote: >>

Re: [PATCH v2 1/3] omap: iovmm: disallow mapping NULL address when IOVMF_DA_ANON is set

2011-03-08 Thread Guzman Lugo, Fernando
On Tue, Mar 8, 2011 at 2:15 PM, David Cohen wrote: > From: Michael Jones > > commit c7f4ab26e3bcdaeb3e19ec658e3ad9092f1a6ceb allowed mapping the NULL > address if da_start==0, which would then not get unmapped. Disallow > this again if IOVMF_DA_ANON is set. And spell variable 'alignment' > correc

Re: [PATCH 1/3] omap: iovmm: disallow mapping NULL address

2011-03-08 Thread Guzman Lugo, Fernando
On Tue, Mar 8, 2011 at 1:06 PM, David Cohen wrote: > On Tue, Mar 8, 2011 at 8:06 PM, Guzman Lugo, Fernando > wrote: >> On Tue, Mar 8, 2011 at 6:46 AM, David Cohen wrote: >>> From: Michael Jones >>> >>> commit c7f4ab26e3bcdaeb3e19ec658e3ad9092f1a6ceb

Re: [PATCH 3/3] omap: iovmm: don't check 'da' to set IOVMF_DA_FIXED/IOVMF_DA_ANON flags

2011-03-08 Thread Guzman Lugo, Fernando
On Tue, Mar 8, 2011 at 12:57 PM, David Cohen wrote: > Hi Hiroshi, Fernando, > > On Tue, Mar 8, 2011 at 8:53 PM, Guzman Lugo, Fernando > wrote: >> On Tue, Mar 8, 2011 at 12:09 PM, Hiroshi DOYU wrote: >>> From: "ext Guzman Lugo, Fernando" >>> Subject

Re: [PATCH 3/3] omap: iovmm: don't check 'da' to set IOVMF_DA_FIXED/IOVMF_DA_ANON flags

2011-03-08 Thread Guzman Lugo, Fernando
On Tue, Mar 8, 2011 at 12:09 PM, Hiroshi DOYU wrote: > From: "ext Guzman Lugo, Fernando" > Subject: Re: [PATCH 3/3] omap: iovmm: don't check 'da' to set > IOVMF_DA_FIXED/IOVMF_DA_ANON flags > Date: Tue, 8 Mar 2011 11:59:43 -0600 > >> On T

Re: [PATCH 1/3] omap: iovmm: disallow mapping NULL address

2011-03-08 Thread Guzman Lugo, Fernando
On Tue, Mar 8, 2011 at 6:46 AM, David Cohen wrote: > From: Michael Jones > > commit c7f4ab26e3bcdaeb3e19ec658e3ad9092f1a6ceb allowed mapping > the NULL address if da_start==0, which would then not get unmapped. > Disallow this again.  And spell variable 'alignment' correctly. > > Signed-off-by: M

Re: [PATCH 3/3] omap: iovmm: don't check 'da' to set IOVMF_DA_FIXED/IOVMF_DA_ANON flags

2011-03-08 Thread Guzman Lugo, Fernando
On Tue, Mar 8, 2011 at 6:46 AM, David Cohen wrote: > Currently IOVMM driver sets IOVMF_DA_FIXED/IOVMF_DA_ANON flags according > to input 'da' address when mapping memory: > da == 0: IOVMF_DA_ANON > da != 0: IOVMF_DA_FIXED > > It prevents IOMMU to map first page with fixed 'da'. To avoid such > iss

Re: [PATCH] omap: iommu: disallow mapping NULL address

2011-03-08 Thread Guzman Lugo, Fernando
On Tue, Mar 8, 2011 at 3:55 AM, David Cohen wrote: > Hi Fernando, > > On Tue, Mar 8, 2011 at 11:13 AM, Sakari Ailus > wrote: >> Guzman Lugo, Fernando wrote: >>> On Mon, Mar 7, 2011 at 1:19 PM, David Cohen wrote: >>>> On Mon, Mar 7, 2011 at 9:17 PM, Guzm

Re: [PATCH] omap: iommu: disallow mapping NULL address

2011-03-08 Thread Guzman Lugo, Fernando
On Tue, Mar 8, 2011 at 3:13 AM, Sakari Ailus wrote: > Guzman Lugo, Fernando wrote: >> On Mon, Mar 7, 2011 at 1:19 PM, David Cohen wrote: >>> On Mon, Mar 7, 2011 at 9:17 PM, Guzman Lugo, Fernando >>> wrote: >>>> On Mon, Mar 7, 2011 at 7:10 AM

Re: [PATCH] omap: iommu: disallow mapping NULL address

2011-03-07 Thread Guzman Lugo, Fernando
On Mon, Mar 7, 2011 at 1:19 PM, David Cohen wrote: > On Mon, Mar 7, 2011 at 9:17 PM, Guzman Lugo, Fernando > wrote: >> On Mon, Mar 7, 2011 at 7:10 AM, Michael Jones >> wrote: >>> From e7dbe4c4b64eb114f9b0804d6af3a3ca0e78acc8 Mon Sep 17 00:00:00 2001 >>> From:

Re: [PATCH] omap: iommu: disallow mapping NULL address

2011-03-07 Thread Guzman Lugo, Fernando
On Mon, Mar 7, 2011 at 7:10 AM, Michael Jones wrote: > From e7dbe4c4b64eb114f9b0804d6af3a3ca0e78acc8 Mon Sep 17 00:00:00 2001 > From: Michael Jones > Date: Mon, 7 Mar 2011 13:36:15 +0100 > Subject: [PATCH] omap: iommu: disallow mapping NULL address > > commit c7f4ab26e3bcdaeb3e19ec658e3ad9092f1a6

Re: [PATCHv2] omap:mailbox: resolve hang issue

2011-03-02 Thread Guzman Lugo, Fernando
On Wed, Mar 2, 2011 at 7:44 PM, Tony Lindgren wrote: > * Armando Uribe [110302 13:54]: >> From: Hari Kanigeri >> >> omap4 interrupt disable bits is different. On rx kfifo full, the mbox rx >> interrupts wasn't getting disabled, and this is causing the rcm stress tests >> to hang. >> >> Signed-of

Re: [PATCH v3 2/2] OMAP: IOMMU: add support to callback during fault handling

2011-02-24 Thread Guzman Lugo, Fernando
On Thu, Feb 24, 2011 at 5:29 AM, Felipe Balbi wrote: > On Thu, Feb 24, 2011 at 01:26:05PM +0200, David Cohen wrote: >> On Thu, Feb 24, 2011 at 10:35 AM, Felipe Balbi wrote: >> > Hi, >> > >> > On Wed, Feb 23, 2011 at 10:09:05PM +0200, Sakari Ailus wrote: >> >> > In OMAP4 the cortex M3 is a double

Re: [PATCH v3 2/2] OMAP: IOMMU: add support to callback during fault handling

2011-02-23 Thread Guzman Lugo, Fernando
On Wed, Feb 23, 2011 at 2:56 PM, Sakari Ailus wrote: > David Cohen wrote: >> On Wed, Feb 23, 2011 at 3:39 PM, Guzman Lugo, Fernando >> wrote: >>> On Wed, Feb 23, 2011 at 3:45 AM, David Cohen wrote: >>>> On Wed, Feb 23, 2011 at 3:17 AM, Guzman Lugo, Fernan

Re: [PATCH v3 2/2] OMAP: IOMMU: add support to callback during fault handling

2011-02-23 Thread Guzman Lugo, Fernando
On Wed, Feb 23, 2011 at 2:09 PM, Sakari Ailus wrote: > Guzman Lugo, Fernando wrote: >> Hi, > > Hi Fernando, > >> In OMAP4 the cortex M3 is a double core processor and as each core is >> running they own version of the RTOS we threat them independently. So >>

Re: [PATCH v3 2/2] OMAP: IOMMU: add support to callback during fault handling

2011-02-23 Thread Guzman Lugo, Fernando
On Wed, Feb 23, 2011 at 1:54 PM, David Cohen wrote: > On Wed, Feb 23, 2011 at 3:39 PM, Guzman Lugo, Fernando > wrote: >> On Wed, Feb 23, 2011 at 3:45 AM, David Cohen wrote: >>> On Wed, Feb 23, 2011 at 3:17 AM, Guzman Lugo, Fernando >>> wrote: >>>> On

Re: [PATCH v3 2/2] OMAP: IOMMU: add support to callback during fault handling

2011-02-23 Thread Guzman Lugo, Fernando
On Wed, Feb 23, 2011 at 3:45 AM, David Cohen wrote: > On Wed, Feb 23, 2011 at 3:17 AM, Guzman Lugo, Fernando > wrote: >> On Wed, Feb 16, 2011 at 1:35 PM, David Cohen wrote: >>> Add support to register an isr for IOMMU fault situations and adapt it >>> to allow suc

Re: [PATCH v3 2/2] OMAP: IOMMU: add support to callback during fault handling

2011-02-22 Thread Guzman Lugo, Fernando
On Wed, Feb 16, 2011 at 1:35 PM, David Cohen wrote: > Add support to register an isr for IOMMU fault situations and adapt it > to allow such (*isr)() to be used as fault callback. Drivers using IOMMU > module might want to be informed when errors happen in order to debug it > or react. > > Signed-

Re: [PATCH] staging: tidspbridge - configure full L1 MMU range

2011-01-05 Thread Guzman Lugo, Fernando
On Wed, Jan 5, 2011 at 12:46 PM, Ramirez Luna, Omar wrote: > Hi, > > On Wed, Jan 5, 2011 at 12:20 AM, Fernando Guzman Lugo > wrote: >> Otherwise a virtual address beyond of the L1 size is used, >> the MMU hardware will look into a memory that does not belong to >> L1 translation tables. IOW; the

Re: [PATCHv7 0/4] omap: iovmm - fixes for iovmm module

2010-12-14 Thread Guzman Lugo, Fernando
s added to >>  this set. >> >> Version 2: >> * Removed "iovmm: fixes for iovmm module" that patch was already >>  sent. >> * Modified "iovmm: fix roundup for next area and end check for the >>  last area" patch, base on Davin Cohen's c

Re: [PATCHv6 4/4] omap: iommu - create new api to set valid da range

2010-12-14 Thread Guzman Lugo, Fernando
On Tue, Dec 14, 2010 at 9:08 AM, Felipe Contreras wrote: > On Tue, Dec 14, 2010 at 3:07 PM, Fernando Guzman Lugo > wrote: >> From: Guzman Lugo, Fernando >> >> Some IOMMUs cannot use the whole 0x0 - 0x rage. >> With this new API the valid range can be set.

Re: [PATCH 0/4] omap: iovmm - fixes for iovmm module

2010-12-14 Thread Guzman Lugo, Fernando
On Tue, Dec 14, 2010 at 9:10 AM, Felipe Contreras wrote: > On Tue, Dec 14, 2010 at 3:07 PM, Fernando Guzman Lugo > wrote: > > You are missing a description here. Yes, I forget the description but it is pretty much the same than the subject. > >> Version 6: >> * Rebase on Russell King branch. >>

Re: [GIT PULL] OMAP: mailbox and iommu changes: for-next for v2.6.38

2010-12-13 Thread Guzman Lugo, Fernando
On Mon, Dec 13, 2010 at 6:02 PM, Russell King - ARM Linux wrote: > On Mon, Dec 13, 2010 at 05:02:12PM -0600, Guzman Lugo, Fernando wrote: >> On Mon, Dec 13, 2010 at 11:31 AM, Kanigeri, Hari wrote: >> > On Sun, Dec 12, 2010 at 5:20 AM, Russell King - ARM Linux >> >

Re: [GIT PULL] OMAP: mailbox and iommu changes: for-next for v2.6.38

2010-12-13 Thread Guzman Lugo, Fernando
On Mon, Dec 13, 2010 at 11:31 AM, Kanigeri, Hari wrote: > On Sun, Dec 12, 2010 at 5:20 AM, Russell King - ARM Linux > wrote: >> On Mon, Dec 06, 2010 at 09:16:23AM -0600, Kanigeri, Hari wrote: >>> Ruseell, >>> >>> On Thu, Dec 2, 2010 at 9:43 AM, Guzman Lugo,

Re: [PATCHv2 0/4] staging: tidspbridge - misc fixes

2010-12-10 Thread Guzman Lugo, Fernando
On Fri, Dec 10, 2010 at 5:34 AM, Nishanth Menon wrote: > Fernando Guzman Lugo wrote, on 12/09/2010 09:55 PM: >> >> * V2 >>  - rebase to the latest >>  - remove patches no needed at this moment >> >> This set of patches fix some issues found in lastest tree. >> >> Fernando Guzman Lugo (4): >>   sta

Re: [GIT PULL] OMAP: mailbox and iommu changes: for-next for v2.6.38

2010-12-02 Thread Guzman Lugo, Fernando
On Thu, Dec 2, 2010 at 9:20 AM, Russell King - ARM Linux wrote: > On Thu, Dec 02, 2010 at 08:50:07AM -0600, Guzman Lugo, Fernando wrote: >> On Thu, Dec 2, 2010 at 6:33 AM, Russell King - ARM Linux >> wrote: >> > On Thu, Dec 02, 2010 at 06:07:23AM -0600, Kanigeri, H

Re: [GIT PULL] OMAP: mailbox and iommu changes: for-next for v2.6.38

2010-12-02 Thread Guzman Lugo, Fernando
On Thu, Dec 2, 2010 at 6:33 AM, Russell King - ARM Linux wrote: > On Thu, Dec 02, 2010 at 06:07:23AM -0600, Kanigeri, Hari wrote: >> Hi Tony, >> >> The following changes since commit e8a7e48bb248a1196484d3f8afa53bded2b24e71: >>   Linus Torvalds (1): >>         Linux 2.6.37-rc4 >> >> are available

Re: [PATCHv5 0/4] omap: iovmm - fixes for iovmm module

2010-12-01 Thread Guzman Lugo, Fernando
On Wed, Dec 1, 2010 at 1:27 PM, Felipe Contreras wrote: > hiroshi.d...@nokia.com wrote: >> From: ext Fernando Guzman Lugo >> Subject: [PATCHv5 0/4] omap: iovmm - fixes for iovmm module >> Date: Mon, 25 Oct 2010 21:10:02 +0200 >> >> > Version 5: >> > * Changes in "iommu: create new api to set vali

Re: [GIT PULL] fixes for tidspbridge 2.6.37-rc1

2010-11-09 Thread Guzman Lugo, Fernando
On Tue, Nov 9, 2010 at 11:35 AM, Tony Lindgren wrote: > * Guzman Lugo, Fernando [101109 08:36]: >> >> tidspbridge iommu change are working fine all the patches and few fixes after >> that are alredy sent. what breaks tidspbridge, is the unmerged >> dependencies in li

Re: [GIT PULL] fixes for tidspbridge 2.6.37-rc1

2010-11-09 Thread Guzman Lugo, Fernando
On Tue, Nov 9, 2010 at 11:25 AM, Greg KH wrote: > On Tue, Nov 09, 2010 at 11:04:18AM -0600, Guzman Lugo, Fernando wrote: >> On Tue, Nov 9, 2010 at 10:55 AM, Greg KH wrote: >> > On Tue, Nov 09, 2010 at 05:29:17PM +0100, Arnd Bergmann wrote: >> >> On Tuesday 09 N

Re: [GIT PULL] fixes for tidspbridge 2.6.37-rc1

2010-11-09 Thread Guzman Lugo, Fernando
On Tue, Nov 9, 2010 at 10:55 AM, Greg KH wrote: > On Tue, Nov 09, 2010 at 05:29:17PM +0100, Arnd Bergmann wrote: >> On Tuesday 09 November 2010, Felipe Contreras wrote: >> > Felipe Contreras (14): >> >       Revert "staging: tidspbridge - update Kconfig to select IOMMU module" >> >       Revert "s

Re: [GIT PULL] fixes for tidspbridge 2.6.37-rc1

2010-11-09 Thread Guzman Lugo, Fernando
On Tue, Nov 9, 2010 at 10:29 AM, Arnd Bergmann wrote: > On Tuesday 09 November 2010, Felipe Contreras wrote: >> Felipe Contreras (14): >>       Revert "staging: tidspbridge - update Kconfig to select IOMMU module" >>       Revert "staging: tidspbridge - remove dmm custom module" >>       Revert "s

RE: [PATCH 1/8] staging: tidspbridge - remove req_addr from proc_map

2010-10-28 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@gmail.com] > Sent: Wednesday, October 27, 2010 3:20 AM > To: Guzman Lugo, Fernando > Cc: Felipe Contreras; gre...@suse.de; hiroshi.d...@nokia.com; > linux-ker...@vger.kernel.org; andy.shevche...@g

RE: [PATCH 1/8] staging: tidspbridge - remove req_addr from proc_map

2010-10-26 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@nokia.com] > Sent: Tuesday, October 26, 2010 2:38 PM > To: Guzman Lugo, Fernando; felipe.contre...@gmail.com > Cc: gre...@suse.de; hiroshi.d...@nokia.com; > linux-ker...@vger.kernel.org; andy.sh

RE: [PATCH 8/8] staging: tidspbridge - make sync_wait_on_event interruptible

2010-10-26 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@nokia.com] > Sent: Tuesday, October 26, 2010 2:27 PM > To: Guzman Lugo, Fernando; felipe.contre...@gmail.com > Cc: gre...@suse.de; hiroshi.d...@nokia.com; > linux-ker...@vger.kernel.org; andy.sh

RE: [PATCH 1/8] staging: tidspbridge - remove req_addr from proc_map

2010-10-26 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@nokia.com] > Sent: Tuesday, October 26, 2010 12:08 PM > To: Guzman Lugo, Fernando; felipe.contre...@gmail.com > Cc: gre...@suse.de; hiroshi.d...@nokia.com; > linux-ker...@vger.kernel.org; andy.sh

RE: [PATCH 8/8] staging: tidspbridge - make sync_wait_on_event interruptible

2010-10-26 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@nokia.com] > Sent: Tuesday, October 26, 2010 12:03 PM > To: Guzman Lugo, Fernando; felipe.contre...@gmail.com > Cc: gre...@suse.de; hiroshi.d...@nokia.com; > linux-ker...@vger.kernel.org; andy.sh

RE: [PATCH 1/8] staging: tidspbridge - remove req_addr from proc_map

2010-10-26 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@gmail.com] > Sent: Tuesday, October 26, 2010 6:46 AM > To: Guzman Lugo, Fernando > Cc: gre...@suse.de; felipe.contre...@nokia.com; > hiroshi.d...@nokia.com; linux-ker...@vger.kernel.or

RE: [PATCH 8/8] staging: tidspbridge - make sync_wait_on_event interruptible

2010-10-26 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@gmail.com] > Sent: Monday, October 25, 2010 7:59 PM > To: Guzman Lugo, Fernando > Cc: gre...@suse.de; felipe.contre...@nokia.com; > hiroshi.d...@nokia.com; linux-ker...@vger.kernel.org; > andy

RE: [PATCH 0/8] staging: tidspbridge - misc fixes

2010-10-26 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@nokia.com] > Sent: Tuesday, October 26, 2010 9:44 AM > To: gre...@suse.de; Guzman Lugo, Fernando > Cc: hiroshi.d...@nokia.com; linux-ker...@vger.kernel.org; > andy.shevche...@gmail.com; linux-om

RE: [PATCHv5 0/4] iovmm: fixes for iovmm module

2010-10-25 Thread Guzman Lugo, Fernando
Please discard this set of patches I will send them again with The correct prefix (omap) to avoid confusion with other Iommu componets. Sorry for the noise. Regards, Fernando. > -Original Message- > From: Guzman Lugo, Fernando > Sent: Monday, October 25, 2010 1:52 PM > T

RE: [PATCHv4 4/4] iommu: create new api to set valid da range

2010-10-22 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@gmail.com] > Sent: Friday, October 22, 2010 4:59 AM > To: Guzman Lugo, Fernando > Cc: hiroshi.d...@nokia.com; felipe.contre...@nokia.com; > david.co...@nokia.com; linux-ker...@vger.kernel.

RE: [PATCHv4 4/4] iommu: create new api to set valid da range

2010-10-20 Thread Guzman Lugo, Fernando
> -Original Message- > From: Hiroshi DOYU [mailto:hiroshi.d...@nokia.com] > Sent: Wednesday, October 20, 2010 4:27 AM > To: felipe.contre...@gmail.com > Cc: Guzman Lugo, Fernando; felipe.contre...@nokia.com; > david.co...@nokia.com; linux-ker...@vger.kernel.

RE: [PATCHv4 4/4] iommu: create new api to set valid da range

2010-10-20 Thread Guzman Lugo, Fernando
> -Original Message- > From: felipe.contre...@gmail.com [mailto:felipe.contre...@gmail.com] > Sent: Wednesday, October 20, 2010 3:36 AM > To: Guzman Lugo, Fernando > Cc: hiroshi.d...@nokia.com; felipe.contre...@nokia.com; > david.co...@nokia.com; linux-ker...@vger.ke

RE: [PATCHv3 00/11] staging tidspbridge: iommu migration

2010-10-15 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@gmail.com] > Sent: Friday, October 15, 2010 11:28 AM > To: Guzman Lugo, Fernando > Cc: gre...@suse.de; felipe.contre...@nokia.com; > ameya.pala...@nokia.com; Menon, Nishanth; > hiro

RE: [PATCHv3 00/11] staging tidspbridge: iommu migration

2010-10-15 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@gmail.com] > Sent: Thursday, October 14, 2010 7:27 AM > To: Guzman Lugo, Fernando > Cc: gre...@suse.de; felipe.contre...@nokia.com; > ameya.pala...@nokia.com; Menon, Nishanth; > hiro

RE: [PATCH 3/4] iovmm: replace __iounmap with omap_iounmap

2010-10-14 Thread Guzman Lugo, Fernando
> -Original Message- > From: Hiroshi DOYU [mailto:hiroshi.d...@nokia.com] > Sent: Thursday, October 14, 2010 4:47 AM > To: Guzman Lugo, Fernando > Cc: felipe.contre...@nokia.com; t...@atomide.com; > linux-ker...@vger.kernel.org; andy.shevche...@gmail.com; > linux

RE: [PATCH 3/4] iovmm: replace __iounmap with omap_iounmap

2010-10-14 Thread Guzman Lugo, Fernando
> > From: Hiroshi DOYU [hiroshi.d...@nokia.com] > Sent: Thursday, October 14, 2010 1:45 AM > To: Guzman Lugo, Fernando > Cc: felipe.contre...@nokia.com; t...@atomide.com; > linux-ker...@vger.kernel.org; andy.shevche...@gmail.

RE: [PATCH] iovmm: IVA2 MMU range is from 0x11000000 to 0xFFFFFFFF

2010-10-13 Thread Guzman Lugo, Fernando
> -Original Message- > From: Hiroshi DOYU [mailto:hiroshi.d...@nokia.com] > Sent: Thursday, October 07, 2010 2:14 PM > To: Guzman Lugo, Fernando > Cc: felipe.contre...@nokia.com; ameya.pala...@nokia.com; > david.co...@nokia.com; linux-ker...@vger.kernel.or

RE: [PATCHv3 00/11] staging tidspbridge: iommu migration

2010-10-12 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@gmail.com] > Sent: Tuesday, October 12, 2010 6:21 AM > To: Guzman Lugo, Fernando > Cc: gre...@suse.de; felipe.contre...@nokia.com; > ameya.pala...@nokia.com; Menon, Nishanth; > hiro

RE: [PATCHv2 2/3] iovmm: add superpages support to fixed da address

2010-10-12 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@gmail.com] > Sent: Tuesday, October 12, 2010 6:09 AM > To: Guzman Lugo, Fernando > Cc: hiroshi.d...@nokia.com; david.co...@nokia.com; > felipe.contre...@nokia.com; ameya.pala...@nokia

RE: [PATCH 1/2] omap: iommu: make iva2 iommu selectable

2010-10-11 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@gmail.com] > Sent: Monday, October 11, 2010 8:00 AM > To: Hiroshi DOYU > Cc: linux-omap@vger.kernel.org; g...@kroah.com; > felipe.contre...@nokia.com; Guzman Lugo, Fernando; Marathe, >

RE: [PATCHv2 2/3] iovmm: add superpages support to fixed da address

2010-10-11 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@gmail.com] > Sent: Sunday, October 10, 2010 10:22 AM > To: Guzman Lugo, Fernando > Cc: hiroshi.d...@nokia.com; david.co...@nokia.com; > felipe.contre...@nokia.com; ameya.pala...@nokia

RE: [PATCH 2/3] omap: dsp: fix ioremap() usage

2010-10-11 Thread Guzman Lugo, Fernando
> -Original Message- > From: linux-omap-ow...@vger.kernel.org > [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Felipe > Contreras > Sent: Sunday, October 10, 2010 12:41 PM > To: linux-arm; linux-omap; Greg KH > Cc: Ramirez Luna, Omar; Russell King; Felipe Contreras > Subject: [

RE: [PATCHv3 00/11] staging tidspbridge: iommu migration

2010-10-11 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@gmail.com] > Sent: Sunday, October 10, 2010 12:33 PM > To: Guzman Lugo, Fernando > Cc: gre...@suse.de; felipe.contre...@nokia.com; > ameya.pala...@nokia.com; Menon, Nishanth; > hiro

RE: tidspbridge compilation broken

2010-10-11 Thread Guzman Lugo, Fernando
> -Original Message- > From: linux-omap-ow...@vger.kernel.org > [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Ionut Nicu > Sent: Saturday, October 09, 2010 5:50 AM > To: linux-omap@vger.kernel.org > Subject: tidspbridge compilation broken > > Hi, > > I'm trying to compile the

RE: [PATCH] tidspbridge: select OMAP_IOMMU dependency

2010-10-11 Thread Guzman Lugo, Fernando
Hi Ionut, > -Original Message- > From: linux-omap-ow...@vger.kernel.org > [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Ionut Nicu > Sent: Saturday, October 09, 2010 6:42 AM > To: linux-omap@vger.kernel.org > Cc: Ionut Nicu > Subject: [PATCH] tidspbridge: select OMAP_IOMMU depe

RE: [PATCH] iovmm: IVA2 MMU range is from 0x11000000 to 0xFFFFFFFF

2010-10-07 Thread Guzman Lugo, Fernando
Hi Hiroshi, > -Original Message- > From: Hiroshi DOYU [mailto:hiroshi.d...@nokia.com] > Sent: Thursday, October 07, 2010 2:14 PM > To: Guzman Lugo, Fernando > Cc: felipe.contre...@nokia.com; ameya.pala...@nokia.com; > david.co...@nokia.com; linux-ker.

RE: [PATCHv3 01/11] staging: tidspbridge: replace iommu custom for opensource implementation

2010-10-06 Thread Guzman Lugo, Fernando
> -Original Message- > From: David Cohen [mailto:david.co...@nokia.com] > Sent: Wednesday, October 06, 2010 12:33 PM > To: Guzman Lugo, Fernando > Cc: gre...@suse.de; Contreras Felipe (Nokia-MS/Helsinki); > Palande Ameya (Nokia-MS/Helsinki); Menon, Nishanth; Doyu &

RE: [PATCH 05/11] omap3: Remove non-existent config option

2010-10-05 Thread Guzman Lugo, Fernando
> -Original Message- > From: linux-omap-ow...@vger.kernel.org > [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Marathe, Yogesh > Sent: Friday, October 01, 2010 6:29 AM > To: Felipe Contreras > Cc: Kanigeri, Hari; Premi, Sanjeev; Tony Lindgren; > linux-arm-ker...@lists.infradead

RE: [PATCHv2 01/11] staging: tidspbridge: replace iommu custom for opensource implementation

2010-10-05 Thread Guzman Lugo, Fernando
> -Original Message- > From: Greg KH [mailto:g...@kroah.com] > Sent: Tuesday, October 05, 2010 10:56 AM > To: Guzman Lugo, Fernando > Cc: gre...@suse.de; felipe.contre...@nokia.com; > ameya.pala...@nokia.com; Menon, Nishanth; > hiroshi.d...@nokia.com; o...@wiz

RE: [PATCHv2 01/11] staging: tidspbridge: replace iommu custom for opensource implementation

2010-10-05 Thread Guzman Lugo, Fernando
Hi, > -Original Message- > From: Greg KH [mailto:g...@kroah.com] > Sent: Tuesday, October 05, 2010 10:56 AM > To: Guzman Lugo, Fernando > Cc: gre...@suse.de; felipe.contre...@nokia.com; > ameya.pala...@nokia.com; Menon, Nishanth; > hiroshi.d...@nokia.com; o...

RE: [PATCH 2/4] iovmm: fix roundup for next area and end check for the last area

2010-10-04 Thread Guzman Lugo, Fernando
> -Original Message- > From: David Cohen [mailto:daco...@gmail.com] > Sent: Monday, October 04, 2010 7:11 AM > To: Guzman Lugo, Fernando > Cc: David Cohen; Doyu Hiroshi (Nokia-MS/Espoo); Contreras > Felipe (Nokia-MS/Helsinki); Palande Ameya > (Nokia-MS

RE: [PATCH 2/4] iovmm: fix roundup for next area and end check for the last area

2010-10-03 Thread Guzman Lugo, Fernando
> > From: David Cohen [david.co...@nokia.com] > Sent: Saturday, October 02, 2010 2:49 AM > To: Guzman Lugo, Fernando > Cc: Doyu Hiroshi (Nokia-MS/Espoo); Contreras Felipe (Nokia-MS/Helsinki); > Palande Ameya (Nokia-MS/He

RE: [PATCH 2/4] iovmm: fix roundup for next area and end check for the last area

2010-10-01 Thread Guzman Lugo, Fernando
> -Original Message- > From: David Cohen [mailto:david.co...@nokia.com] > Sent: Friday, October 01, 2010 12:53 PM > To: Guzman Lugo, Fernando > Cc: Doyu Hiroshi (Nokia-MS/Espoo); Contreras Felipe > (Nokia-MS/Helsinki); Palande Ameya (Nokia-MS/Helsinki); > linux-k

RE: [PATCH 2/4] iovmm: fix roundup for next area and end check for the last area

2010-10-01 Thread Guzman Lugo, Fernando
> -Original Message- > From: David Cohen [mailto:david.co...@nokia.com] > Sent: Friday, October 01, 2010 5:57 AM > To: Guzman Lugo, Fernando > Cc: Doyu Hiroshi (Nokia-MS/Espoo); Contreras Felipe > (Nokia-MS/Helsinki); Palande Ameya (Nokia-MS/Helsinki); > linux-k

RE: [PATCH 1/4] iommu: remove CONFIG_MPU_BRIDGE_IOMMU

2010-10-01 Thread Guzman Lugo, Fernando
Hi Yogesh, > -Original Message- > From: Marathe, Yogesh > Sent: Friday, October 01, 2010 4:33 AM > To: Guzman Lugo, Fernando; hiroshi.d...@nokia.com > Cc: felipe.contre...@nokia.com; ameya.pala...@nokia.com; > linux-ker...@vger.kernel.org; andy.shevche...@gmail.

RE: [PATCH] scatterlist: define SG chain for arm architecture

2010-09-30 Thread Guzman Lugo, Fernando
Please discard this patch, it should have sent to linux-arm list. Regards, Fernando. > > > From: Guzman Lugo, Fernando > Sent: Thursday, September 30, 2010 10:22 PM > To: t...@atomide.com > Cc: hiroshi.d...@nokia.com; linux-ker...@vger

RE: [PATCH 8/9] dspbridge: add map support for big buffers

2010-08-26 Thread Guzman Lugo, Fernando
>From: FUJITA Tomonori [fujita.tomon...@lab.ntt.co.jp] >Sent: Thursday, August 26, 2010 9:03 AM >To: Guzman Lugo, Fernando >Cc: fujita.tomon...@lab.ntt.co.jp; linux-omap@vger.kernel.org; >linux-ker...@vger.kernel.org; o...@wizery

RE: [PATCH 8/9] dspbridge: add map support for big buffers

2010-08-26 Thread Guzman Lugo, Fernando
> >From: FUJITA Tomonori [fujita.tomon...@lab.ntt.co.jp] >Sent: Thursday, August 26, 2010 7:56 AM >To: Guzman Lugo, Fernando >Cc: fujita.tomon...@lab.ntt.co.jp; linux-omap@vger.kernel.org; >linux-ker...@vger.kernel.org; o...@wiz

RE: [PATCH 8/9] dspbridge: add map support for big buffers

2010-08-26 Thread Guzman Lugo, Fernando
> >From: Felipe Contreras [felipe.contre...@gmail.com] >Sent: Thursday, August 26, 2010 5:04 AM >To: Guzman Lugo, Fernando >Cc: Kanigeri, Hari; linux-omap@vger.kernel.org; linux-ker...@vger.kernel.org; >o...@wizery.com; hiroshi.d...@nok

RE: [PATCH 8/9] dspbridge: add map support for big buffers

2010-08-26 Thread Guzman Lugo, Fernando
Hi Fujita, >From: FUJITA Tomonori [fujita.tomon...@lab.ntt.co.jp] >Sent: Thursday, August 26, 2010 1:55 AM >To: Guzman Lugo, Fernando >Cc: linux-omap@vger.kernel.org; linux-ker...@vger.kernel.org; o...@wizery.com; >hiroshi.d...@nokia.

RE: [PATCH 8/9] dspbridge: add map support for big buffers

2010-08-25 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@gmail.com] > Sent: Wednesday, August 25, 2010 2:18 PM > To: Guzman Lugo, Fernando > Cc: Kanigeri, Hari; linux-omap@vger.kernel.org; > linux-ker...@vger.kernel.org; o...@wizery.com; > h

RE: [PATCH 8/9] dspbridge: add map support for big buffers

2010-08-25 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@gmail.com] > Sent: Wednesday, August 25, 2010 1:06 AM > To: Guzman Lugo, Fernando > Cc: Kanigeri, Hari; linux-omap@vger.kernel.org; > linux-ker...@vger.kernel.org; o...@wizery.com; > h

RE: [PATCH 8/9] dspbridge: add map support for big buffers

2010-08-24 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@gmail.com] > Sent: Tuesday, August 24, 2010 4:18 PM > To: Guzman Lugo, Fernando > Cc: Kanigeri, Hari; linux-omap@vger.kernel.org; > linux-ker...@vger.kernel.org; o...@wizery.com; > h

RE: [PATCH 8/9] dspbridge: add map support for big buffers

2010-08-24 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@gmail.com] > Sent: Tuesday, August 24, 2010 2:14 PM > To: Guzman Lugo, Fernando > Cc: Kanigeri, Hari; linux-omap@vger.kernel.org; > linux-ker...@vger.kernel.org; o...@wizery.com; > h

RE: [PATCH 8/9] dspbridge: add map support for big buffers

2010-08-24 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@gmail.com] > Sent: Tuesday, August 24, 2010 1:55 PM > To: Guzman Lugo, Fernando > Cc: Kanigeri, Hari; linux-omap@vger.kernel.org; > linux-ker...@vger.kernel.org; o...@wizery.com; > h

RE: [PATCH 8/9] dspbridge: add map support for big buffers

2010-08-24 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@gmail.com] > Sent: Tuesday, August 24, 2010 12:46 PM > To: Guzman Lugo, Fernando > Cc: Kanigeri, Hari; linux-omap@vger.kernel.org; > linux-ker...@vger.kernel.org; o...@wizery.com; > h

RE: [PATCH 8/9] dspbridge: add map support for big buffers

2010-08-24 Thread Guzman Lugo, Fernando
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@gmail.com] > Sent: Tuesday, August 24, 2010 5:09 AM > To: Guzman Lugo, Fernando > Cc: Kanigeri, Hari; linux-omap@vger.kernel.org; > linux-ker...@vger.kernel.org; o...@wizery.com; > h

RE: [PATCH] iommu: fix end address of vm area comparation in alloc_iovm_area

2010-08-16 Thread Guzman Lugo, Fernando
>From: Hiroshi DOYU [hiroshi.d...@nokia.com] >Sent: Tuesday, August 17, 2010 12:27 AM >To: Guzman Lugo, Fernando >Cc: linux-omap@vger.kernel.org; linux-ker...@vger.kernel.org; Kanigeri, Hari >Subject: Re: [PATCH] iommu: fix end address of vm area comparation in >alloc_iovm_

RE: [PATCH] iommu: fix end address of vm area comparation in alloc_iovm_area

2010-08-16 Thread Guzman Lugo, Fernando
There was a mistake with Hiroshi email. Looping in Hiroshi Sorry for the noise. Regards, Fernando. From: linux-omap-ow...@vger.kernel.org [linux-omap-ow...@vger.kernel.org] On Behalf Of Guzman Lugo, Fernando [fernando.l...@ti.com] Sent: Monday, August

[PATCH] iommu: fix end address of vm area comparation in alloc_iovm_area

2010-08-16 Thread Guzman Lugo, Fernando
>From cc48c0adaee97c8385a356aefa5b64a51818b4fd Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo Date: Mon, 16 Aug 2010 22:28:24 -0500 Subject: [PATCH] iommu: fix end address of vm area comparation in alloc_iovm_area End address of the vm area is “start + bytes -1”, not “start + byte”. This pa

RE: [PATCH] mailbox: change full flag per mailbox queue instead of global

2010-08-10 Thread Guzman Lugo, Fernando
> -Original Message- > From: Hiroshi DOYU [mailto:hiroshi.d...@nokia.com] > Sent: Tuesday, August 10, 2010 10:58 AM > To: Guzman Lugo, Fernando; o...@wizery.com > Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org > Subject: Re: [PATCH] mailbox: ch

RE: [PATCH 2/2] omap:mailbox-provide multiple reader support

2010-07-20 Thread Guzman Lugo, Fernando
Hi Hari, > -Original Message- > From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- > ow...@vger.kernel.org] On Behalf Of Kanigeri, Hari > Sent: Tuesday, July 20, 2010 4:42 PM > To: Linux Omap; Tony Lindgren; Hiroshi DOYU > Cc: Ohad Ben-Cohen; Kanigeri, Hari > Subject: [PATCH 2/2]

RE: [PATCH 8/9] dspbridge: add map support for big buffers

2010-07-02 Thread Guzman Lugo, Fernando
Hi Hari, > -Original Message- > From: Kanigeri, Hari > Sent: Friday, July 02, 2010 12:03 PM > To: Guzman Lugo, Fernando; linux-omap@vger.kernel.org; linux- > ker...@vger.kernel.org > Cc: o...@wizery.com; hiroshi.d...@nokia.com; ameya.pala...@nokia.com; > felip

RE: [PATCH 1/9] dspbridge: replace iommu custom for opensource implementation

2010-07-02 Thread Guzman Lugo, Fernando
> -Original Message- > From: Hiroshi DOYU [mailto:hiroshi.d...@nokia.com] > Sent: Friday, July 02, 2010 1:32 AM > To: Guzman Lugo, Fernando > Cc: linux-omap@vger.kernel.org; linux-ker...@vger.kernel.org; > o...@wizery.com; ameya.pala...@nokia.com; felipe.contre...@nokia

RE: [PATCH 5/9] dspbridge: add mmufault support

2010-07-02 Thread Guzman Lugo, Fernando
Hi Hiroshi, > -Original Message- > From: Hiroshi DOYU [mailto:hiroshi.d...@nokia.com] > Sent: Friday, July 02, 2010 1:28 AM > To: Guzman Lugo, Fernando > Cc: linux-omap@vger.kernel.org; linux-ker...@vger.kernel.org; > o...@wizery.com; ameya.pala...@nokia.com; felipe.c

RE: [PATCH 8/9] dspbridge: add map support for big buffers

2010-07-02 Thread Guzman Lugo, Fernando
Hi Hari, > -Original Message- > From: Kanigeri, Hari > Sent: Thursday, July 01, 2010 6:36 PM > To: Guzman Lugo, Fernando; linux-omap@vger.kernel.org; linux- > ker...@vger.kernel.org > Cc: o...@wizery.com; hiroshi.d...@nokia.com; ameya.pala...@nokia.com; > felip

RE: [PATCHv3 5/9] dspbridge: add mmufault support

2010-07-01 Thread Guzman Lugo, Fernando
> -Original Message- > From: Kanigeri, Hari > Sent: Thursday, July 01, 2010 1:04 PM > To: Guzman Lugo, Fernando; linux-omap@vger.kernel.org; linux- > ker...@vger.kernel.org > Cc: o...@wizery.com; Hiroshi DOYU; ameya.pala...@nokia.com; > felipe.contre...@nokia.com &g

RE: [PATCHv3 5/9] dspbridge: add mmufault support

2010-07-01 Thread Guzman Lugo, Fernando
Hi Hari, > -Original Message- > From: Kanigeri, Hari > Sent: Thursday, July 01, 2010 12:17 PM > To: Guzman Lugo, Fernando; linux-omap@vger.kernel.org; linux- > ker...@vger.kernel.org > Cc: o...@wizery.com; hiroshi.d...@nokia.com; ameya.pala...@nokia.com; > felip

RE: [PATCHv3 0/9] dspbridge: iommu migration

2010-06-30 Thread Guzman Lugo, Fernando
Sorry wrong version of the patches. Please discard them. Sorry for the spam, Fernando. > -Original Message- > From: Guzman Lugo, Fernando > Sent: Wednesday, June 30, 2010 7:00 PM > To: linux-omap@vger.kernel.org; linux-ker...@vger.kernel.org > Cc: o...@wizery

RE: [PATCH] mailbox: change full flag per mailbox queue instead of global

2010-06-17 Thread Guzman Lugo, Fernando
Hi Ohad, > -Original Message- > From: Ohad Ben-Cohen [mailto:o...@wizery.com] > Sent: Wednesday, June 16, 2010 4:18 PM > To: Guzman Lugo, Fernando > Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org; > hiroshi.d...@nokia.com > Subject: Re: [PATCH]

RE: [PATCH 09/10] omap: mailbox: convert block api to kfifo

2010-06-08 Thread Guzman Lugo, Fernando
Hi Ohad, >From: Ohad Ben-Cohen [o...@wizery.com] >Sent: Tuesday, June 08, 2010 9:35 PM >To: Sapiens, Rene; Guzman Lugo, Fernando >Cc: Hiroshi DOYU; linux-omap@vger.kernel.org; >linux-arm-ker...@lists.infradead.org; Kanigeri, Hari >Subj

RE: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo

2010-06-08 Thread Guzman Lugo, Fernando
>From: Hiroshi DOYU [hiroshi.d...@nokia.com] >Sent: Wednesday, June 09, 2010 12:07 AM >To: o...@wizery.com >Cc: Guzman Lugo, Fernando; Chitriki Rudramuni, Deepak; Ramirez Luna, Omar; >Kanigeri, Hari; linux-omap@vger.kernel.org >Subject:

RE: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo

2010-06-08 Thread Guzman Lugo, Fernando
> -Original Message- > From: Hiroshi DOYU [mailto:hiroshi.d...@nokia.com] > Sent: Tuesday, June 08, 2010 4:56 AM > To: felipe.contre...@gmail.com > Cc: Guzman Lugo, Fernando; o...@wizery.com; Chitriki Rudramuni, Deepak; > Ramirez Luna, Omar; Kanigeri, Hari; linux-om

RE: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo

2010-06-08 Thread Guzman Lugo, Fernando
> -Original Message- > From: Hiroshi DOYU [mailto:hiroshi.d...@nokia.com] > Sent: Monday, June 07, 2010 10:40 PM > To: o...@wizery.com > Cc: Chitriki Rudramuni, Deepak; Guzman Lugo, Fernando; Ramirez Luna, Omar; > Kanigeri, Hari; linux-omap@vger.kernel.org > Subje

RE: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo

2010-06-07 Thread Guzman Lugo, Fernando
Hi, > -Original Message- > From: Ohad Ben-Cohen [mailto:o...@wizery.com] > Sent: Monday, June 07, 2010 4:41 PM > To: Chitriki Rudramuni, Deepak; Guzman Lugo, Fernando; Ramirez Luna, Omar; > Kanigeri, Hari > Cc: linux-omap@vger.kernel.org; Hiroshi Doyu > Subject: Re

[PATCH] DSPBRIDGE: fix incorrect reset in bridge_brd_start function

2010-05-18 Thread Guzman Lugo, Fernando
>From 595a54c6a886d8e707e04cbf5d0d9b6d6de7c6ec Mon Sep 17 00:00:00 2001 From: Fernando Guzman Lugo Date: Tue, 18 May 2010 20:14:20 -0500 Subject: [PATCH] DSPBRIDGE: fix incorrect reset in bridge_brd_start function IVA mmu reset was not being done properly, so dsp bootaddress was not copied to SYS

  1   2   3   4   >