Re: [v3.6 3/3] iommu/tegra: smmu: Fix unsleepable memory allocation at alloc_pdir()

2012-07-18 Thread Hiroshi Doyu
joerg.roe...@amd.com joerg.roe...@amd.com wrote @ Tue, 17 Jul 2012 15:23:00 +0200: On Tue, Jul 17, 2012 at 02:25:24PM +0200, Hiroshi Doyu wrote: The above spin_lock is always necessary. as-lock should be held to protect as-pdir_page. Only when as-pdir_page is NULL, as-pdir_page would

Re: [v3.6 3/3] iommu/tegra: smmu: Fix unsleepable memory allocation at alloc_pdir()

2012-07-17 Thread Hiroshi Doyu
Hi Joerg, Joerg Roedel joerg.roe...@amd.com wrote @ Tue, 17 Jul 2012 12:09:01 +0200: On Mon, Jul 02, 2012 at 02:26:38PM +0300, Hiroshi DOYU wrote: Signed-off-by: Hiroshi DOYU hd...@nvidia.com Reported-by: Chris Wright chr...@sous-sol.org Cc: Chris Wright chr...@sous-sol.org Acked

Re: [PATCH 5/7] omap: iovmm: remove unused functionality

2011-08-18 Thread Hiroshi DOYU
: Hiroshi DOYU hiroshi.d...@nokia.com Date: Thu, 18 Aug 2011 13:13:53 +0300 Subject: [PATCH 1/1] omap: iommu: remove obsolete comments Remove ones referring to non-existing functions. Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- drivers/iommu/omap-iovmm.c | 36

Re: [PATCH 6/7] omap: iommu: remove unused exported API

2011-08-18 Thread Hiroshi DOYU
Hi Ohad, Just small question inlined From: ext Ohad Ben-Cohen o...@wizery.com Subject: [PATCH 6/7] omap: iommu: remove unused exported API Date: Thu, 18 Aug 2011 02:10:07 +0300 Remove unused public APIs from OMAP's iommu driver. IOMMU functionality should be exposed only via the generic

Re: [PATCH 0/7] omap: iommu migration, relocation and cleanups

2011-08-18 Thread Hiroshi DOYU
-by: Laurent Pinchart laurent.pinch...@ideasonboard.com For the rest of omap iommu/iovmm patches, they look good: Acked-by: Hiroshi DOYU hiroshi.d...@nokia.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info

Re: [PATCH 5/7] omap: iovmm: remove unused functionality

2011-08-18 Thread Hiroshi DOYU
From: ext Ohad Ben-Cohen o...@wizery.com Subject: Re: [PATCH 5/7] omap: iovmm: remove unused functionality Date: Thu, 18 Aug 2011 13:23:44 +0300 On Thu, Aug 18, 2011 at 1:19 PM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: Maybe it's better to remove the comments explaining unnecessary functions

Re: [PATCH 4/7] omap: iommu: PREFETCH_IOTLB cleanup

2011-08-17 Thread Hiroshi DOYU
Hi Ohad, From: ext Ohad Ben-Cohen o...@wizery.com Subject: [PATCH 4/7] omap: iommu: PREFETCH_IOTLB cleanup Date: Thu, 18 Aug 2011 02:10:05 +0300 Use PREFETCH_IOTLB to control the content of the called function, instead of inlining it in the code. This improves readability of the code, and

Re: [PATCH 0/2] OMAP3 IOMMU fixes

2011-05-30 Thread Hiroshi DOYU
sg_alloc_table size limitation in IOMMU omap3: iovmm: Support non page-aligned buffers in iommu_vmap Acked-by: Hiroshi DOYU hiroshi.d...@nokia.com arch/arm/plat-omap/iovmm.c | 46 ++- 1 files changed, 36 insertions(+), 10 deletions(-) -- Regards

Re: [PATCH] omap: iommu: fix pte attributes for super section

2011-05-16 Thread Hiroshi DOYU
. Signed-off-by: Suman Anna s-a...@ti.com Acked-by: Hiroshi DOYU hiroshi.d...@nokia.com Thanks, checked with OMAP2/3 TRM. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [URGENT - PATCH FOR 2.6.39] omap: iommu: Return IRQ_HANDLED in fault handler when no fault occured

2011-05-10 Thread Hiroshi DOYU
you please pick this one up for 2.6.39 ? As far as I know David is on holidays so he might not be able to review the patch before the 2.6.39 release. Ping. Please. Acked-by: Hiroshi DOYU hiroshi.d...@nokia.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body

Re: [PATCH v2] OMAP: iovmm: fix SW flags passed by user

2011-04-18 Thread Hiroshi DOYU
From: ext Ramirez Luna, Omar omar.rami...@ti.com Subject: Re: [PATCH v2] OMAP: iovmm: fix SW flags passed by user Date: Fri, 15 Apr 2011 10:49:42 -0500 Hi Hiroshi, On Fri, Mar 25, 2011 at 3:04 PM, Omar Ramirez Luna omar.rami...@ti.com wrote: Commit d038aee24dcd5a2a0d8547f5396f67ae9698ac8e

Re: [PATCH] arm: plat-omap: iommu: fix request_mem_region() error path

2011-03-14 Thread Hiroshi DOYU
Hi Aaro, From: Aaro Koskinen aaro.koski...@nokia.com Subject: [PATCH] arm: plat-omap: iommu: fix request_mem_region() error path Date: Mon, 14 Mar 2011 14:28:32 +0200 request_mem_region() error exit will leak ioremapped memory. Fix this by moving the ioremap() after request_mem_region(), which

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

2011-03-08 Thread Hiroshi DOYU
From: ext David Cohen daco...@gmail.com Subject: Re: [PATCH] omap: iommu: disallow mapping NULL address Date: Mon, 7 Mar 2011 21:41:21 +0200 On Mon, Mar 7, 2011 at 9:25 PM, Guzman Lugo, Fernando fernando.l...@ti.com wrote: On Mon, Mar 7, 2011 at 1:19 PM, David Cohen daco...@gmail.com wrote:

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

2011-03-08 Thread Hiroshi DOYU
From: ext David Cohen daco...@gmail.com Subject: Re: [PATCH] omap: iommu: disallow mapping NULL address Date: Mon, 7 Mar 2011 23:35:31 +0200 On Mon, Mar 7, 2011 at 11:19 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi David, Hi Laurent, On Monday 07 March 2011 20:41:21

Re: [PATCH 0/3] omap: iovmm: Fix IOVMM check for fixed 'da'

2011-03-08 Thread Hiroshi DOYU
From: ext David Cohen daco...@gmail.com Subject: [PATCH 0/3] omap: iovmm: Fix IOVMM check for fixed 'da' Date: Tue, 8 Mar 2011 14:46:02 +0200 IOVMM driver checks input 'da == 0' when mapping address to determine whether user wants fixed 'da' or not. At the same time, it doesn't disallow address

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

2011-03-08 Thread Hiroshi DOYU
From: ext Guzman Lugo, Fernando fernando.l...@ti.com 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 Tue, Mar 8, 2011 at 6:46 AM, David Cohen daco...@gmail.com wrote: Currently IOVMM driver sets

Re: omap3isp cache error when unloading

2011-03-04 Thread Hiroshi DOYU
From: Sakari Ailus sakari.ai...@maxwell.research.nokia.com Subject: Re: omap3isp cache error when unloading Date: Fri, 4 Mar 2011 09:38:22 +0200 Hi Michael, Michael Jones wrote: On 03/02/2011 08:18 PM, Laurent Pinchart wrote: Hi Michael, On Tuesday 01 March 2011 17:41:01 Michael Jones

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

2011-02-21 Thread Hiroshi DOYU
From: David Cohen daco...@gmail.com Subject: [PATCH v3 2/2] OMAP: IOMMU: add support to callback during fault handling Date: Wed, 16 Feb 2011 21:35:51 +0200 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

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

2011-02-21 Thread Hiroshi DOYU
From: ext David Cohen daco...@gmail.com Subject: Re: [PATCH v3 2/2] OMAP: IOMMU: add support to callback during fault handling Date: Mon, 21 Feb 2011 11:07:01 +0200 On Mon, Feb 21, 2011 at 10:18 AM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: From: David Cohen daco...@gmail.com Subject: [PATCH

Re: [PATCH v3 0/2] OMAP: IOMMU fault callback support

2011-02-21 Thread Hiroshi DOYU
--- David Cohen (2): OMAP2+: IOMMU: don't print fault warning on specific layer OMAP: IOMMU: add support to callback during fault handling Acked-by: Hiroshi DOYU hiroshi.d...@nokia.com arch/arm/mach-omap2/iommu2.c| 33 +--- arch/arm/plat-omap/include

Re: [PATCH v2] OMAP: IOMMU: add missing function declaration

2011-02-15 Thread Hiroshi DOYU
From: David Cohen daco...@gmail.com Subject: [PATCH v2] OMAP: IOMMU: add missing function declaration Date: Tue, 15 Feb 2011 13:31:13 +0200 Declaration of exported function 'iopgtable_lookup_entry' is missing from header file. Currently we have a sparse warning as it's not being used

Re: [PATCH v2 1/1] OMAP: IOMMU: add support to callback during fault handling

2011-02-15 Thread Hiroshi DOYU
Hi David, Sorry for a bit late reply From: David Cohen daco...@gmail.com Subject: [PATCH v2 1/1] OMAP: IOMMU: add support to callback during fault handling Date: Tue, 15 Feb 2011 16:36:31 +0200 Add support to register a callback for IOMMU fault situations. Drivers using IOMMU module

Re: [PATCH] omap iommu: print module name on error messages

2011-02-14 Thread Hiroshi DOYU
From: ext David Cohen daco...@gmail.com Subject: [PATCH] omap iommu: print module name on error messages Date: Sat, 12 Feb 2011 12:02:29 +0200 OMAP IOMMU generic layer doesn't need ot print function name during error messages. Print module name instead which is more useful. Agree. This makes

Re: [PATCH v5 0/5] omap: mailbox: hwmod support

2011-02-09 Thread Hiroshi DOYU
From: ext Tony Lindgren t...@atomide.com Subject: Re: [PATCH v5 0/5] omap: mailbox: hwmod support Date: Wed, 9 Feb 2011 10:32:19 -0800 * Omar Ramirez Luna omar.rami...@ti.com [110202 11:37]: Mailbox hwmod support for OMAP 2,3,4. Hiroshi, any comments on these? Well, I haven't followed hwmod

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

2010-11-29 Thread Hiroshi DOYU
From: ext Fernando Guzman Lugo x0095...@ti.com 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 valid da range - Change range variables to platform data structure. Acked-by: Hiroshi DOYU

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

2010-10-20 Thread Hiroshi DOYU
From: ext felipe.contre...@gmail.com felipe.contre...@gmail.com Subject: Re: [PATCHv4 4/4] iommu: create new api to set valid da range Date: Wed, 20 Oct 2010 10:35:50 +0200 On Wed, Oct 20, 2010 at 5:48 AM, Fernando Guzman Lugo x0095...@ti.com wrote: Some IOMMUs cannot use the whole 0x0 -

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

2010-10-20 Thread Hiroshi DOYU
From: ext Felipe Contreras felipe.contre...@gmail.com Subject: Re: [PATCHv4 4/4] iommu: create new api to set valid da range Date: Wed, 20 Oct 2010 10:58:16 +0200 On Wed, Oct 20, 2010 at 11:45 AM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: From: ext felipe.contre...@gmail.com felipe.contre

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

2010-10-14 Thread Hiroshi DOYU
Hi Fernando, From: ext Fernando Guzman Lugo x0095...@ti.com Subject: [PATCH 3/4] iovmm: replace __iounmap with omap_iounmap Date: Thu, 14 Oct 2010 04:27:36 +0200 Omap platform is omap_iounmap function. Signed-off-by: Fernando Guzman Lugo x0095...@ti.com --- arch/arm/plat-omap/iovmm.c |

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

2010-10-14 Thread Hiroshi DOYU
From: ext Guzman Lugo, Fernando fernando.l...@ti.com Subject: RE: [PATCH 3/4] iovmm: replace __iounmap with omap_iounmap Date: Thu, 14 Oct 2010 10:18:30 +0200 From: Hiroshi DOYU [hiroshi.d...@nokia.com] Sent: Thursday, October 14, 2010 1:45 AM

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

2010-10-11 Thread Hiroshi DOYU
From: ext Felipe Contreras felipe.contre...@gmail.com Subject: [PATCH 1/2] omap: iommu: make iva2 iommu selectable Date: Mon, 11 Oct 2010 11:53:49 +0200 From: Felipe Contreras felipe.contre...@nokia.com It seems dsp-link will do this, and tidspbridge too at some point, but right now it's not

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

2010-10-07 Thread Hiroshi DOYU
From: ext Fernando Guzman Lugo x0095...@ti.com Subject: [PATCH] iovmm: IVA2 MMU range is from 0x1100 to 0x Date: Thu, 7 Oct 2010 20:43:41 +0200 IV2 MMU capable addresses start from 0x1100 Wouldn't it be better to add an general API to configure the valid 'da' range in advance?

Re: [PATCH 3/4] arm: remove cast from void*

2010-09-14 Thread Hiroshi DOYU
Hi Matt, From: ext matt mooney m...@muteddisk.com Subject: [PATCH 3/4] arm: remove cast from void* Date: Tue, 14 Sep 2010 07:30:16 +0200 Unnecessary cast from void* in assignment. Signed-off-by: matt mooney m...@muteddisk.com Acked-by: Hiroshi DOYU hiroshi.d...@nokia.com Thanks

Re: [PATCH] omap: OMAP_IOMMU not visible in menuconfig

2010-09-09 Thread Hiroshi DOYU
On Thu, 9 Sep 2010 07:58:55 +0200 ext Felipe Balbi ba...@ti.com wrote: On Thu, Sep 09, 2010 at 12:04:45AM -0500, Hiroshi DOYU wrote: Hi Sanjeev, From: ext Sanjeev Premi pr...@ti.com Subject: [PATCH] omap: OMAP_IOMMU not visible in menuconfig Date: Wed, 8 Sep 2010 16:51:21 +0200

Re: [PATCH] omap: OMAP_IOMMU not visible in menuconfig

2010-09-08 Thread Hiroshi DOYU
Hi Sanjeev, From: ext Sanjeev Premi pr...@ti.com Subject: [PATCH] omap: OMAP_IOMMU not visible in menuconfig Date: Wed, 8 Sep 2010 16:51:21 +0200 The menu option to select CONFIG_OMAP_IOMMU was not visible in the menuconfig due to missing description. There's no point to make OMAP_IOMMU

Re: [PATCH] omap: OMAP_IOMMU not visible in menuconfig

2010-09-08 Thread Hiroshi DOYU
From: ext Premi, Sanjeev pr...@ti.com Subject: RE: [PATCH] omap: OMAP_IOMMU not visible in menuconfig Date: Thu, 9 Sep 2010 07:10:05 +0200 -Original Message- From: Hiroshi DOYU [mailto:hiroshi.d...@nokia.com] Sent: Thursday, September 09, 2010 10:35 AM To: Premi, Sanjeev Cc: linux

Re: [PATCH] omap: OMAP_IOMMU not visible in menuconfig

2010-09-08 Thread Hiroshi DOYU
From: Hiroshi DOYU hiroshi.d...@nokia.com Subject: Re: [PATCH] omap: OMAP_IOMMU not visible in menuconfig Date: Thu, 09 Sep 2010 08:24:05 +0300 (EEST) From: ext Premi, Sanjeev pr...@ti.com Subject: RE: [PATCH] omap: OMAP_IOMMU not visible in menuconfig Date: Thu, 9 Sep 2010 07:10:05 +0200

Re: [RFC][PATCH 0/1] kmemleak: Fix false positive with alias

2010-08-27 Thread Hiroshi DOYU
Hi Catalin, From: Hiroshi DOYU hiroshi.d...@nokia.com Subject: Re: [RFC][PATCH 0/1] kmemleak: Fix false positive with alias Date: Tue, 10 Aug 2010 18:49:03 +0300 (EEST) snip The performance impact is indeed pretty high, though some parts of the code look over-engineered to me (the __scan_block

Re: [PATCH] omap:iommu-load cam register before flushing the entry

2010-08-20 Thread Hiroshi DOYU
Hi Hari, From: ext Hari Kanigeri h-kanige...@ti.com Subject: [PATCH] omap:iommu-load cam register before flushing the entry Date: Fri, 20 Aug 2010 15:50:18 +0200 The flush_iotlb_page is not loading the cam register before flushing the cam entry. This causes wrong entry to be flushed out from

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

2010-08-16 Thread Hiroshi DOYU
From: ext Guzman Lugo, Fernando fernando.l...@ti.com Subject: RE: [PATCH] iommu: fix end address of vm area comparation in alloc_iovm_area Date: Tue, 17 Aug 2010 06:48:14 +0200 From: linux-omap-ow...@vger.kernel.org [linux-omap-ow...@vger.kernel.org] On Behalf Of Guzman Lugo, Fernando

Re: [RFC][PATCH 0/1] kmemleak: Fix false positive with alias

2010-08-10 Thread Hiroshi DOYU
Hi Catalin, From: Hiroshi DOYU hiroshi.d...@nokia.com Subject: Re: [RFC][PATCH 0/1] kmemleak: Fix false positive with alias Date: Tue, 29 Jun 2010 07:44:23 +0300 (EEST) From: ext Catalin Marinas catalin.mari...@arm.com Subject: Re: [RFC][PATCH 0/1] kmemleak: Fix false positive with alias Date

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

2010-08-10 Thread Hiroshi DOYU
From: ext Ohad Ben-Cohen o...@wizery.com Subject: Re: [PATCH] mailbox: change full flag per mailbox queue instead of global Date: Tue, 10 Aug 2010 16:36:42 +0200 Hi Hiroshi, On Mon, Jun 14, 2010 at 7:51 PM, Fernando Guzman Lugo x0095...@ti.com wrote: As pointed by Ben Ohand, the variable

Re: [PATCHv2] mailbox: change full flag per mailbox queue instead of global

2010-08-10 Thread Hiroshi DOYU
there will be conflics. Now there is a full flag per mailbox queue. Version 2: - Rebase to the latest. Reported-by: Ohad Ben-Cohen o...@wizery.com Signed-off-by: Fernando Guzman Lugo x0095...@ti.com Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com Ok for me. Tony, could you take this in? since it's

Re: [PATCH] omap3: Remove non-existent config option

2010-08-06 Thread Hiroshi DOYU
Hi Hari, On Thu, 5 Aug 2010 17:12:11 +0200 ext Kanigeri, Hari h-kanige...@ti.com wrote: Hiroshi, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Hiroshi DOYU Sent: Wednesday, August 04, 2010 6:20 AM To: t

Re: [PATCH] omap3: Remove non-existent config option

2010-08-04 Thread Hiroshi DOYU
From: ext Tony Lindgren t...@atomide.com Subject: Re: [PATCH] omap3: Remove non-existent config option Date: Wed, 4 Aug 2010 13:11:47 +0200 * Marathe, Yogesh yogesh_mara...@ti.com [100803 11:03]: ping.. Hiroshi ack/nak? Nak. http://www.spinics.net/lists/linux-omap/msg32869.html

[GIT PULL] omap mailbox: for-next for v2.6.35

2010-08-04 Thread Hiroshi DOYU
): Mailbox: free mailbox interrupt before freeing blk queue Mailbox: flush pending deferred works before freeing blk queue Mailbox: Check valid registered callback before calling Mailbox: disable mailbox interrupt when request queue Hiroshi DOYU (2): Mailbox: new

Re: [GIT PULL] omap mailbox: for-next for v2.6.35

2010-08-04 Thread Hiroshi DOYU
From: ext Tony Lindgren t...@atomide.com Subject: Re: [GIT PULL] omap mailbox: for-next for v2.6.35 Date: Wed, 4 Aug 2010 15:28:10 +0200 * Hiroshi DOYU hiroshi.d...@nokia.com [100804 15:50]: Hi Tony, The following changes since commit 9fe6206f400646a2322096b56c59891d530e8d51: Linux

Re: [PATCH 1/1] DSPBRIDGE: cache operation against kernel address instead of user's

2010-07-29 Thread Hiroshi DOYU
PM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: @@ -690,14 +732,19 @@ static int memory_check_vma(unsigned long start, u32 len)        if (end = start)                return -EINVAL; -       down_read(current-mm-mmap_sem); -        while ((vma = find_vma(current-mm, start)) != NULL

Re: [RFC][PATCH 1/1] ARM: Add initial hibernation support

2010-07-16 Thread Hiroshi DOYU
From: ext Russell King - ARM Linux li...@arm.linux.org.uk Subject: Re: [RFC][PATCH 1/1] ARM: Add initial hibernation support Date: Fri, 16 Jul 2010 09:52:44 +0200 On Thu, Jul 15, 2010 at 12:08:07PM +0300, Hiroshi DOYU wrote: From: ext Russell King - ARM Linux li...@arm.linux.org.uk Subject: Re

Re: [RFC][PATCH 1/1] ARM: Add initial hibernation support

2010-07-16 Thread Hiroshi DOYU
Of Russell King - ARM Linux Sent: Friday, July 16, 2010 1:23 PM To: Hiroshi DOYU Cc: linux-arm-ker...@lists.infradead.org; pa...@ucw.cz; khil...@deeprootsystems.com; Reddy, Teerth; linux...@lists.linux- foundation.org; yoshiya.hir...@nokia.com; linux-omap@vger.kernel.org Subject: Re: [RFC][PATCH 1/1

Re: [RFC][PATCH 1/1] ARM: Add initial hibernation support

2010-07-15 Thread Hiroshi DOYU
From: ext Marek Vasut marek.va...@gmail.com Subject: Re: [RFC][PATCH 1/1] ARM: Add initial hibernation support Date: Thu, 15 Jul 2010 07:56:11 +0200 Dne Čt 15. července 2010 07:39:31 Hiroshi DOYU napsal(a): From: ext Marek Vasut marek.va...@gmail.com Subject: Re: [RFC][PATCH 1/1] ARM: Add

Re: [RFC][PATCH 1/1] ARM: Add initial hibernation support

2010-07-15 Thread Hiroshi DOYU
From: ext Russell King - ARM Linux li...@arm.linux.org.uk Subject: Re: [RFC][PATCH 1/1] ARM: Add initial hibernation support Date: Thu, 15 Jul 2010 10:41:18 +0200 On Thu, Jul 15, 2010 at 08:34:50AM +0300, Hiroshi DOYU wrote: Russell, would it be possible to put this into your next merge queue

Re: [RFC][PATCH 1/1] ARM: Add initial hibernation support

2010-07-14 Thread Hiroshi DOYU
From: ext Pavel Machek pa...@ucw.cz Subject: Re: [RFC][PATCH 1/1] ARM: Add initial hibernation support Date: Wed, 14 Jul 2010 15:22:55 +0200 Hi! From: Hiroshi DOYU hiroshi.d...@nokia.com Hibernation (a.k.a: Suspend-To-Disk) support for ARM Based on the original work from Romit and Raghu

Re: [RFC][PATCH 1/1] ARM: Add initial hibernation support

2010-07-14 Thread Hiroshi DOYU
From: ext Marek Vasut marek.va...@gmail.com Subject: Re: [RFC][PATCH 1/1] ARM: Add initial hibernation support Date: Thu, 15 Jul 2010 06:48:50 +0200 Dne St 30. června 2010 16:28:01 Hiroshi DOYU napsal(a): From: Hiroshi DOYU hiroshi.d...@nokia.com Hibernation (a.k.a: Suspend-To-Disk) support

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

2010-07-02 Thread Hiroshi DOYU
Hi Fernando, From: ext Fernando Guzman Lugo x0095...@ti.com Subject: [PATCH 5/9] dspbridge: add mmufault support Date: Thu, 1 Jul 2010 02:20:56 +0200 With changes for iommu migration mmu fault report and dsp track dump is broken, this patch fixes that. Signed-off-by: Fernando Guzman Lugo

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

2010-07-02 Thread Hiroshi DOYU
Hi Fernando, From: ext Fernando Guzman Lugo x0095...@ti.com Subject: [PATCH 1/9] dspbridge: replace iommu custom for opensource implementation Date: Thu, 1 Jul 2010 02:20:52 +0200 This patch replace the call to custom dsp mmu implemenation for the once on iommu module. Signed-off-by:

Re: [GIT PULL] omap iommu: for-next for 2.6.35-rc1

2010-07-02 Thread Hiroshi DOYU
From: Hiroshi DOYU hiroshi.d...@nokia.com Subject: Re: [GIT PULL] omap iommu: for-next for 2.6.35-rc1 Date: Tue, 29 Jun 2010 07:57:44 +0300 (EEST) Hi Tony, From: Hiroshi DOYU hiroshi.d...@nokia.com Subject: [GIT PULL] omap iommu: for-next for 2.6.35-rc1 Date: Wed, 02 Jun 2010 10:50:54 +0300

Re: [GIT PULL] omap iommu: for-next for 2.6.35-rc1

2010-07-02 Thread Hiroshi DOYU
From: ext Tony Lindgren t...@atomide.com Subject: Re: [GIT PULL] omap iommu: for-next for 2.6.35-rc1 Date: Fri, 2 Jul 2010 11:04:11 +0200 * Hiroshi DOYU hiroshi.d...@nokia.com [100702 09:29]: Do you have any plan for pulling for-next patches? I have some omap iommu and omap mailbox patches

[PATCH 2/3] omap mailbox: prevent multiple concurrent receivers race

2010-07-02 Thread Hiroshi DOYU
receiver at the same time. Signed-off-by: Ohad Ben-Cohen o...@wizery.com Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- arch/arm/plat-omap/include/plat/mailbox.h |1 + arch/arm/plat-omap/mailbox.c | 12 +++- 2 files changed, 12 insertions(+), 1 deletions(-) diff

[PATCH 3/3] omap mailbox: remove mbox_configured scheme

2010-07-02 Thread Hiroshi DOYU
by a single receiver now. Signed-off-by: Ohad Ben-Cohen o...@wizery.com Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- arch/arm/plat-omap/mailbox.c | 24 1 files changed, 4 insertions(+), 20 deletions(-) diff --git a/arch/arm/plat-omap/mailbox.c b/arch/arm/plat-omap

[PATCH 1/3] omap mailbox: extend API to take a callback param

2010-07-02 Thread Hiroshi DOYU
From: ext Ohad Ben-Cohen o...@wizery.com Let mailbox users set the callback pointer via the omap_mbox_get API, instead of having users directly manipulating the mailbox structures. Signed-off-by: Ohad Ben-Cohen o...@wizery.com Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- arch/arm/plat

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

2010-07-02 Thread Hiroshi DOYU
On Wed, 23 Jun 2010 02:29:00 +0200 ext Ohad Ben-Cohen o...@wizery.com wrote: On Wed, Jun 16, 2010 at 8:50 AM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: From: ext Ohad Ben-Cohen o...@wizery.com Thanks, I'll prepare them and resubmit You can use the following branch which has accumulateed

Re: [PATCH 1/3] omap mailbox: extend API to take a callback param

2010-07-02 Thread Hiroshi DOYU
From: ext Ohad Ben-Cohen o...@wizery.com Subject: Re: [PATCH 1/3] omap mailbox: extend API to take a callback param Date: Fri, 2 Jul 2010 14:16:29 +0200 Hi Hiroshi, Please consider waiting with pulling of these three patches. After discussions in l-o, we realized some more work is needed

[RFC][PATCH 1/1] ARM: Add initial hibernation support

2010-06-30 Thread Hiroshi DOYU
From: Hiroshi DOYU hiroshi.d...@nokia.com Hibernation (a.k.a: Suspend-To-Disk) support for ARM Based on the original work from Romit and Raghu at TI. The original patch(*1) was sent to LOML by Teerth Reddy tee...@ti.com *1: https://patchwork.kernel.org/patch/96442/ Signed-off-by: Hiroshi DOYU

[RFC][PATCH 0/1] ARM: Add initial hibernation support

2010-06-30 Thread Hiroshi DOYU
/ Hiroshi DOYU (1): ARM: Add initial hibernation support arch/arm/Kconfig|4 + arch/arm/include/asm/memory.h |1 + arch/arm/include/asm/suspend.h |6 + arch/arm/kernel/Makefile|1 + arch/arm/kernel/hibernate.c | 234

Re: [PATCH 22/33] Removing dead MPU_{BRIDGE,TESLA}_IOMMU

2010-06-30 Thread Hiroshi DOYU
From: ext Christoph Egger sicce...@cs.fau.de Subject: [PATCH 22/33] Removing dead MPU_{BRIDGE,TESLA}_IOMMU Date: Wed, 30 Jun 2010 18:01:01 +0200 MPU_{BRIDGE,TESLA}_IOMMU doesn't exist in Kconfig, therefore removing all references for it from the source code. Coming soon, I guess. Hari?

Re: [RFC][PATCH 0/1] kmemleak: Fix false positive with alias

2010-06-28 Thread Hiroshi DOYU
From: ext Catalin Marinas catalin.mari...@arm.com Subject: Re: [RFC][PATCH 0/1] kmemleak: Fix false positive with alias Date: Mon, 28 Jun 2010 16:46:12 +0200 Hi, (and sorry for the delay) On Fri, 2010-06-18 at 07:04 +0100, Hiroshi DOYU wrote: This is another version of kmemleak: Fix false

Re: [GIT PULL] omap iommu: for-next for 2.6.35-rc1

2010-06-28 Thread Hiroshi DOYU
Hi Tony, From: Hiroshi DOYU hiroshi.d...@nokia.com Subject: [GIT PULL] omap iommu: for-next for 2.6.35-rc1 Date: Wed, 02 Jun 2010 10:50:54 +0300 (EEST) Hi Tony, Patches for for-next for omap iommu module. The following changes since commit 67a3e12b05e055c0415c556a315a3d3eb637e29e

[RFC][PATCH 0/1] kmemleak: Fix false positive with alias

2010-06-18 Thread Hiroshi DOYU
*4: http://lkml.org/lkml/2010/6/1/136 Hiroshi DOYU (1): kmemleak: Fix false positive with alias include/linux/kmemleak.h |4 + mm/kmemleak.c| 198 ++ 2 files changed, 168 insertions(+), 34 deletions(-) -- To unsubscribe from

[PATCH 1/1] kmemleak: Fix false positive with alias

2010-06-18 Thread Hiroshi DOYU
use cases but I hope that there could be some that this special scan works with. Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com Cc: Phil Carmody ext-phil.2.carm...@nokia.com --- include/linux/kmemleak.h |4 + mm/kmemleak.c| 198 ++ 2

Re: [PATCH v4 00/14] omap: mailbox: bunch of cleanups

2010-06-16 Thread Hiroshi DOYU
. This v4 includes minor changes suggested by Felipe Balbi, Hiroshi, and Russell. Comments from Felipe Balbi, Tony Lindgren, Hiroshi DOYU, and Russell King. Applied against: git://gitorious.org/~doyu/lk/mainline.git v2.6.35-rc3-mailbox Only [PATCH 1/14] isn't used since the original patch

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

2010-06-15 Thread Hiroshi DOYU
From: ext C.A, Subramaniam subramaniam...@ti.com Subject: RE: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo Date: Mon, 14 Jun 2010 17:56:35 +0200 Hi Ohad/Hiroshi, Good to see the new mailbox requirements. While we are at it can we add some more :)? * Make the mailbox as a

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

2010-06-15 Thread Hiroshi DOYU
Hi Ohad, From: ext Ohad Ben-Cohen o...@wizery.com Subject: Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo Date: Tue, 15 Jun 2010 06:43:21 +0200 Hi Hiroshi, On Mon, Jun 14, 2010 at 3:58 AM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: Does dspbridge really need its own defered

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

2010-06-15 Thread Hiroshi DOYU
Hi Ohad, From: ext Ohad Ben-Cohen o...@wizery.com Subject: Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo Date: Wed, 16 Jun 2010 07:09:13 +0200 On Tue, Jun 15, 2010 at 3:04 AM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: Fair enough. Thanks, I'll prepare them and resubmit You

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

2010-06-14 Thread Hiroshi DOYU
Hi Ohad, From: ext Ohad Ben-Cohen o...@wizery.com Subject: Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo Date: Mon, 14 Jun 2010 01:52:16 +0200 On Wed, Jun 9, 2010 at 12:07 AM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: diff --git a/arch/arm/plat-omap/mailbox.c b/arch/arm/plat

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

2010-06-08 Thread Hiroshi DOYU
From: ext Felipe Contreras felipe.contre...@gmail.com Subject: Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo Date: Tue, 8 Jun 2010 11:43:28 +0200 On Tue, Jun 8, 2010 at 6:46 AM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: From: ext Guzman Lugo, Fernando fernando.l...@ti.com I

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

2010-06-08 Thread Hiroshi DOYU
From: ext Ohad Ben-Cohen o...@wizery.com Subject: Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo Date: Tue, 8 Jun 2010 04:54:55 +0200 On Mon, Jun 7, 2010 at 6:14 PM, Guzman Lugo, Fernando fernando.l...@ti.com wrote: I think the best thing to do here is remove the spinlock I'm

Re: [GIT PULL] omap iommu: fixes for 2.6.35-rc1

2010-06-07 Thread Hiroshi DOYU
From: ext Tony Lindgren t...@atomide.com Subject: Re: [GIT PULL] omap iommu: fixes for 2.6.35-rc1 Date: Mon, 7 Jun 2010 13:17:48 +0200 Since Linus only wants regression fixes nowadays during the -rc cycle, few more questions below. * Hiroshi DOYU hiroshi.d...@nokia.com [100602 10:45]: Hi

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

2010-06-07 Thread Hiroshi DOYU
Rudramuni, Deepak; Guzman Lugo, Fernando; Ramirez Luna, Omar; Kanigeri, Hari Cc: linux-omap@vger.kernel.org; Hiroshi Doyu Subject: Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo Hi Deepak, On Mon, Jun 7, 2010 at 1:52 PM, Deepak Chitriki deepak.chitr...@ti.com wrote

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

2010-06-07 Thread Hiroshi DOYU
From: ext Ohad Ben-Cohen o...@wizery.com Subject: Re: [PATCH v3 4/4] omap: mailbox: convert block api to kfifo Date: Tue, 8 Jun 2010 05:11:50 +0200 Hi Deepak, On Mon, Jun 7, 2010 at 6:27 PM, Deepak Chitriki deepak.chitr...@ti.com wrote: Ohad Ben-Cohen wrote: Somewhat relevant note about

[PATCH 10/10] omap mailbox: Set a device in logical mbox instance for traceability

2010-06-03 Thread Hiroshi DOYU
From: Hiroshi DOYU hiroshi.d...@nokia.com With this patch, you'll get the following sysfs directories. This structure implies that a single platform device, omap2-mailbox holds multiple logical mbox instances. This could be the base to add sysfs files for each logical mboxes. Then userland

[PATCH 02/10] Mailbox: flush pending deferred works before freeing blk queue

2010-06-03 Thread Hiroshi DOYU
From: Fernando Guzman Lugo x0095...@ti.com flush pending deferred works before freeing blk_queue to prevent any attempt of access to blk_queue after it was freed Signed-off-by: Fernando Guzman Lugo x0095...@ti.com Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- arch/arm/plat-omap

[PATCH 07/10] omap: mailbox cleanup: split MODULE_AUTHOR line

2010-06-03 Thread Hiroshi DOYU
From: Ohad Ben-Cohen o...@wizery.com use multiple MODULE_AUTHOR lines for multiple authors Signed-off-by: Ohad Ben-Cohen o...@wizery.com Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- arch/arm/mach-omap2/mailbox.c |3 ++- arch/arm/plat-omap/mailbox.c |3 ++- 2 files changed, 4

[PATCH 03/10] Mailbox: Check valid registered callback before calling

2010-06-03 Thread Hiroshi DOYU
From: Fernando Guzman Lugo x0095...@ti.com This patch checks if the mailbox user has assinged a valid callback fuction before calling it. Signed-off-by: Fernando Guzman Lugo x0095...@ti.com Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- arch/arm/plat-omap/mailbox.c |3 ++- 1 files

[PATCH 04/10] Mailbox: new mutext lock for h/w mailbox configuration

2010-06-03 Thread Hiroshi DOYU
-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- arch/arm/plat-omap/mailbox.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/arch/arm/plat-omap/mailbox.c b/arch/arm/plat-omap/mailbox.c index 72efbe5..986002b 100644 --- a/arch/arm/plat-omap/mailbox.c +++ b/arch/arm

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

2010-06-03 Thread Hiroshi DOYU
CONFIG_OMAP_MBOX_KFIFO_SIZE), and can be changed at runtime (via the mbox_kfifo_size module parameter). Signed-off-by: Ohad Ben-Cohen o...@wizery.com Signed-off-by: Hari Kanigeri h-kanige...@ti.com Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- arch/arm/plat-omap/Kconfig|9 ++ arch/arm/plat

[PATCH 06/10] omap: mailbox: convert rwlocks to spinlock

2010-06-03 Thread Hiroshi DOYU
-by: Hiroshi DOYU hiroshi.d...@nokia.com --- arch/arm/plat-omap/mailbox.c | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/arch/arm/plat-omap/mailbox.c b/arch/arm/plat-omap/mailbox.c index c340216..fafe47b 100644 --- a/arch/arm/plat-omap/mailbox.c +++ b/arch/arm

[PATCH 01/10] Mailbox: free mailbox interrupt before freeing blk queue

2010-06-03 Thread Hiroshi DOYU
From: Fernando Guzman Lugo x0095...@ti.com Free interrupt before freeing blk_queue to avoid any attempt of access to blk_queue after it was freed. Signed-off-by: Fernando Guzman Lugo x0095...@ti.com Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- arch/arm/plat-omap/mailbox.c |3

[PATCH 08/10] omap: mailbox: remove (un)likely macros from cold paths

2010-06-03 Thread Hiroshi DOYU
From: Ohad Ben-Cohen o...@wizery.com Signed-off-by: Ohad Ben-Cohen o...@wizery.com Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- arch/arm/plat-omap/mailbox.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/plat-omap/mailbox.c b/arch/arm/plat

[PATCH 05/10] Mailbox: disable mailbox interrupt when request queue

2010-06-03 Thread Hiroshi DOYU
executed and the kernel is stuck and shows a softlockup message. Now the mailbox interrupt is disabled when request queue is full and enabled when it pop a elememt form the request queue. Signed-off-by: Fernando Guzman Lugo x0095...@ti.com Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- arch

[PATCH 00/10] omap mailbox: Paches for -next

2010-06-03 Thread Hiroshi DOYU
mailbox interrupt when request queue Hiroshi DOYU (2): Mailbox: new mutext lock for h/w mailbox configuration omap mailbox: Set a device in logical mbox instance for traceability Ohad Ben-Cohen (4): omap: mailbox: convert rwlocks to spinlock omap: mailbox cleanup: split MODULE_AUTHOR line

Re: [PATCH v3 00/14] omap: mailbox: bunch of cleanups

2010-06-03 Thread Hiroshi DOYU
to split platform_device and also make mailbox_mach built-in. Not any more. Comments from Felipe Balbi, Tony Lindgren, Hiroshi DOYU, and Russell King. Have you had a chance to update them? Felipe Contreras (14): omap: mailbox: trivial whitespace cleanups omap: mailbox: trivial cleanups

Re: [PATCH v2 0/3] kmemleak: Fix false positive with special scan

2010-06-03 Thread Hiroshi DOYU
From: ext Catalin Marinas catalin.mari...@arm.com Subject: Re: [PATCH v2 0/3] kmemleak: Fix false positive with special scan Date: Wed, 2 Jun 2010 16:12:29 +0200 On Wed, 2010-06-02 at 12:34 +0100, Hiroshi DOYU wrote: From: ext Catalin Marinas catalin.mari...@arm.com Can we not add a new prio

Re: [PATCH v3 00/14] omap: mailbox: bunch of cleanups

2010-06-03 Thread Hiroshi DOYU
From: ext Felipe Contreras felipe.contre...@gmail.com Subject: Re: [PATCH v3 00/14] omap: mailbox: bunch of cleanups Date: Thu, 3 Jun 2010 12:23:43 +0200 On Thu, Jun 3, 2010 at 9:40 AM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: Have you had a chance to update them? Sorry, no. I've been busy

[GIT PULL] omap iommu: fixes for 2.6.35-rc1

2010-06-02 Thread Hiroshi DOYU
-iommu-fixes Hiroshi DOYU (1): omap iommu: Make omap-iommu.o built-in Kanigeri, Hari (1): omap iommu: update ducati mmu irq define name Satish (1): omap iommu: Fix Memory leak arch/arm/mach-omap2/Makefile |5 - arch/arm/mach-omap2/omap-iommu.c |2 +- arch/arm/plat

Re: [GIT PULL] omap iommu: for-next for 2.6.35-rc1

2010-06-02 Thread Hiroshi DOYU
Hi Felipe, From: Balbi Felipe (Nokia-D/Helsinki) felipe.ba...@nokia.com Subject: Re: [GIT PULL] omap iommu: for-next for 2.6.35-rc1 Date: Wed, 2 Jun 2010 12:01:00 +0200 On Wed, Jun 02, 2010 at 09:50:54AM +0200, Doyu Hiroshi (Nokia-D/Helsinki) wrote: omap iommu: Introduce iopgd_is_table

Re: [PATCH v2 0/3] kmemleak: Fix false positive with special scan

2010-06-02 Thread Hiroshi DOYU
:25 +0100, Hiroshi DOYU wrote: There is a false positive case that a pointer is calculated by other methods than the usual container_of macro. kmemleak_ignore can cover such a false positive, but it would loose the advantage of memory leak detection. This patch allows kmemleak to work

Re: [PATCH v2 0/3] kmemleak: Fix false positive with special scan

2010-06-02 Thread Hiroshi DOYU
From: Hiroshi DOYU hiroshi.d...@nokia.com Subject: Re: [PATCH v2 0/3] kmemleak: Fix false positive with special scan Date: Wed, 02 Jun 2010 14:34:58 +0300 (EEST) From: ext Catalin Marinas catalin.mari...@arm.com Subject: Re: [PATCH v2 0/3] kmemleak: Fix false positive with special scan Date

[PATCH v2 0/3] kmemleak: Fix false positive with special scan

2010-06-01 Thread Hiroshi DOYU
kmemleak_special_test 1467 0 # rmmod kmemleak-special-test Hiroshi DOYU (3): kmemleak: Fix false positives with special scan kmemleak: Add special scan test case omap iommu: kmemleak: Fix false positive with special scan arch/arm/plat-omap/iommu.c | 19 +++ include/linux/kmemleak.h |5

[PATCH v2 2/3] kmemleak: Add special scan test case

2010-06-01 Thread Hiroshi DOYU
From: Hiroshi DOYU hiroshi.d...@nokia.com For this test case, a pointer is converted to a physical address with attribution bits. This test can be executed either with special scan or without special scan. For special scan case, specifying the testing period second with the kernel module

[PATCH v2 3/3] omap iommu: kmemleak: Fix false positive with special scan

2010-06-01 Thread Hiroshi DOYU
From: Hiroshi DOYU hiroshi.d...@nokia.com The fist level iommu page table address is registered with the address conversion function for kmemleak special scan. Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com --- arch/arm/plat-omap/iommu.c | 19 +++ 1 files changed, 19

  1   2   3   4   5   >