Re: [PATCH] mmc: omap_hsmmc: fix compile break

2011-10-29 Thread Pandita, Vikram
On Sat, Oct 29, 2011 at 5:39 PM, Marek Vasut wrote: > > > From: Vikram Pandita > > > > omap_hsmmc.c: In function 'omap_hsmmc_protect_card': > > omap_hsmmc.c:1273: error: 'pr_info' undeclared (first use in this function) > > omap_hsmmc.c:1273: error: (Each undeclared identifier is reported only on

RE: Your mailbox storage limit has been

2011-10-29 Thread Lisa Carlson-Mcwhirter
From: Lisa Carlson-Mcwhirter Sent: Saturday, October 29, 2011 8:24 PM To: Lisa Carlson-Mcwhirter Subject: Your mailbox storage limit has been Your mailbox storage limit has been Your mailbox storage limit has been exceeded until you re-validate your mailb

Re: [PATCH] mmc: omap_hsmmc: fix compile break

2011-10-29 Thread Marek Vasut
> From: Vikram Pandita > > omap_hsmmc.c: In function 'omap_hsmmc_protect_card': > omap_hsmmc.c:1273: error: 'pr_info' undeclared (first use in this function) > omap_hsmmc.c:1273: error: (Each undeclared identifier is reported only once > omap_hsmmc.c:1273: error: for each function it appears in.)

[PATCH v2] usb: ehci: report Data Buffer Error in debug mode

2011-10-29 Thread Vikram Pandita
From: Vikram Pandita Data Buffer Error as per spec section 4.15.1.1.2 results when there is Underrun or Overrun condition. This error is considered non-fatal and never gets reported. Its a very good indication on things going wrong at system level, like running memory at much slower speed. This

[PATCH] mmc: omap_hsmmc: fix compile break

2011-10-29 Thread Vikram Pandita
From: Vikram Pandita omap_hsmmc.c: In function 'omap_hsmmc_protect_card': omap_hsmmc.c:1273: error: 'pr_info' undeclared (first use in this function) omap_hsmmc.c:1273: error: (Each undeclared identifier is reported only once omap_hsmmc.c:1273: error: for each function it appears in.) omap_hsmmc.

[PATCH] omap_hsmmc: fix missing parenthesis in pr_info

2011-10-29 Thread Juergen Kilb
In commit a3c76eb9 (mmc: replace printk with appropriate display macro) the opening parenthesis of pr_info was missing. Signed-off-by: Juergen Kilb --- drivers/mmc/host/omap_hsmmc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/

Re: [PATCH] omap_hsmmc: fix missing parenthesis in pr_info

2011-10-29 Thread Chris Ball
Hi, On Sat, Oct 29 2011, Juergen Kilb wrote: > In commit a3c76eb9 (mmc: replace printk with appropriate > display macro) the opening parenthesis of pr_info was missing. > > Signed-off-by: Juergen Kilb > --- > drivers/mmc/host/omap_hsmmc.c |2 +- > 1 files changed, 1 insertions(+), 1 deletion

Re: [PATCH] regulator: Provide dummy supply support

2011-10-29 Thread Mark Brown
On Sat, Oct 29, 2011 at 12:47:57AM +0200, Sascha Hauer wrote: > My main concern with the fixed regulator is that it needs quite much > boilerplate code just to say that we have no regulator at all for a > given device. That could also be handled with a helper function which > registers a fixed reg

Re: [PATCH] usb: ehci: report Data Buffer Error in debug mode

2011-10-29 Thread Alan Stern
On Fri, 28 Oct 2011, Vikram Pandita wrote: > From: Vikram Pandita > > Data Buffer Error as per spec section 4.15.1.1.2 > results when there is Underrun or Overrun condition. > > This error is considered non-fatal and never gets reported. > Its a very good indication on things going wrong at sys