[v3 1/1] driver-core: Shut up dev_dbg_reatelimited() without DEBUG

2012-09-03 Thread Hiroshi Doyu
dev_dbg_reatelimited() without DEBUG printed "217078 callbacks suppressed". This shouldn't print anything without DEBUG. With CONFIG_DYNAMIC_DEBUG, the print should be configured as expected. Signed-off-by: Hiroshi Doyu Reported-by: Hin-Tak Leung Tested-by: Antti Palosaari Tes

[v3 1/1] driver-core: Shut up dev_dbg_reatelimited() without DEBUG

2012-08-23 Thread Hiroshi Doyu
dev_dbg_reatelimited() without DEBUG printed "217078 callbacks suppressed". This shouldn't print anything without DEBUG. With CONFIG_DYNAMIC_DEBUG, the print should be configured as expected. Signed-off-by: Hiroshi Doyu Reported-by: Hin-Tak Leung Tested-by: Antti Palosaari Ac

Re: [PATCH 1/1] driver-core: Shut up dev_dbg_reatelimited() without DEBUG

2012-08-21 Thread Hiroshi Doyu
Antti Palosaari wrote @ Mon, 20 Aug 2012 23:29:34 +0200: > On 08/20/2012 02:14 PM, Hiroshi Doyu wrote: > > Hi Antti, > > > > Antti Palosaari wrote @ Sat, 18 Aug 2012 02:11:56 +0200: > > > >> On 08/17/2012 09:04 AM, Hiroshi Doyu wrote: > >>> dev_

Re: [PATCH 1/1] driver-core: Shut up dev_dbg_reatelimited() without DEBUG

2012-08-20 Thread Hiroshi Doyu
Hi Antti, Antti Palosaari wrote @ Sat, 18 Aug 2012 02:11:56 +0200: > On 08/17/2012 09:04 AM, Hiroshi Doyu wrote: > > dev_dbg_reatelimited() without DEBUG printed "217078 callbacks > > suppressed". This shouldn't print anything without DEBUG. > > > > Si

[PATCH 1/1] driver-core: Shut up dev_dbg_reatelimited() without DEBUG

2012-08-16 Thread Hiroshi Doyu
dev_dbg_reatelimited() without DEBUG printed "217078 callbacks suppressed". This shouldn't print anything without DEBUG. Signed-off-by: Hiroshi Doyu Reported-by: Antti Palosaari --- include/linux/device.h |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff

Re: noisy dev_dbg_ratelimited()

2012-08-16 Thread Hiroshi Doyu
On Thu, 16 Aug 2012 22:29:43 +0200 Hin-Tak Leung wrote: > --- On Thu, 16/8/12, Antti Palosaari wrote: > > > Hello Hiroshi > > > > On 08/16/2012 10:12 AM, Hiroshi Doyu wrote: > > > Hi Antti, > > > > > > Antti Palosaari > > wrote @ Th

Re: noisy dev_dbg_ratelimited()

2012-08-16 Thread Hiroshi Doyu
ERN_WARNING. Right. Can the following fix the problem? >From 905b1dedb6c64bc46a70f6d203ef98c23fccb107 Mon Sep 17 00:00:00 2001 From: Hiroshi Doyu Date: Thu, 16 Aug 2012 10:02:11 +0300 Subject: [PATCH 1/1] driver-core: Shut up dev_dbg_reatelimited() without DEBUG dev_dbg_reatelimited() without DEBUG printed "217

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" 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 wrote: >> Currently IOVMM driver sets IOVMF_DA_FIXED/IOVMF_DA_ANON flags accordin

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

2011-03-08 Thread Hiroshi DOYU
From: ext David Cohen 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 > 0x0 to be use

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

2011-03-08 Thread Hiroshi DOYU
From: ext David Cohen 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 > wrote: >> Hi David, > > Hi Laurent, > >> >> On Monday 07 March 2011 20:41:21 David Cohen wrote: >>> On Mon, Mar 7, 20

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

2011-03-08 Thread Hiroshi DOYU
From: ext David Cohen 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 > wrote: >> On Mon, Mar 7, 2011 at 1:19 PM, David Cohen wrote: >>> On Mon, Mar 7, 2011 at 9:17 PM, Guzman Lugo, Fern

Re: omap3isp cache error when unloading

2011-03-04 Thread Hiroshi DOYU
From: Sakari Ailus 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 wrote: Hi all,