Re: omap udc driver problem with beagle board

2010-05-30 Thread Marco Stornelli
2010/5/30 Felipe Balbi : > On Sun, May 30, 2010 at 11:53:49AM +0200, Marco Stornelli wrote: > > beagle board uses musb. You shouldn't be relying on the udc controller. > Your Kconfig is just wrong. > > -- > balbi > Mmmdoes it mean that it's not possible to use g_ether driver? I read in several

Re: [linux-pm] [PATCH 0/8] Suspend block api (version 8)

2010-05-30 Thread Igor Stoppa
ext Felipe Contreras wrote: I think this information can be obtained dynamically while the application is running, yes, that was the idea and perhaps the limits can be stored. It would be pretty difficult for the applications to give this kind of information because there are so many variab

Re: [linux-pm] [PATCH 0/8] Suspend block api (version 8)

2010-05-30 Thread Neil Brown
On Thu, 27 May 2010 23:40:29 +0200 (CEST) Thomas Gleixner wrote: > On Thu, 27 May 2010, Rafael J. Wysocki wrote: > > > On Thursday 27 May 2010, Thomas Gleixner wrote: > > > On Thu, 27 May 2010, Alan Stern wrote: > > > > > > > On Thu, 27 May 2010, Felipe Balbi wrote: > > > > > > > > > On Thu, M

Re: omap3 pm: dependency between opp layer and cpufreq

2010-05-30 Thread Nishanth Menon
On 05/30/2010 01:50 PM, Premi, Sanjeev wrote: From: Nishanth menon [menon.nisha...@gmail.com] Sent: Friday, May 28, 2010 10:16 PM To: Premi, Sanjeev; Menon, Nishanth Cc: Koen Kooi; linux-omap@vger.kernel.org; eduardo.valen...@nokia.com; Kevin Hilman Subj

Re: [linux-pm] [PATCH 0/8] Suspend block api (version 8)

2010-05-30 Thread Zygo Blaxell
On Fri, May 28, 2010 at 10:17:55AM +0100, Alan Cox wrote: > > Android does not only run on phones. It is possible that no android > > devices have ACPI, but I don't know that for a fact. What I do know is > > that people want to run Android on x86 hardware and supporting suspend > > could be very b

Re: [PATCH 3/9] OMAP2/3/4 : Dual mode timer device registration.

2010-05-30 Thread Benoit Cousson
Hi Thara, On 5/29/2010 4:37 PM, Gopinath, Thara wrote: This patch converts OMAP2/OMAP3/OMAP4 dual mode timers into platform devices using omap hwmod, omap device and runtime pm frameworks. This patch also allows GPTIMER1 and GPTIMER2 to be registered as early devices. This will allow GPTIMER1 to

[PATCH] [htcherald] Update defconfig for SPI/touchscreen

2010-05-30 Thread Cory Maccarrone
This change updates the htcherald_defconfig to add in SPI100k and ads7684 touchscreen support. Signed-off-by: Cory Maccarrone --- arch/arm/configs/htcherald_defconfig | 73 - 1 files changed, 70 insertions(+), 3 deletions(-) diff --git a/arch/arm/configs/htcher

Re: [PATCH 0/9] OMAP: DMTIMER: Convert platform driver so as to make use of hwmod + omap device framework for OMAP2 PLUS

2010-05-30 Thread Benoit Cousson
On 5/29/2010 4:37 PM, Gopinath, Thara wrote: This patch series converts the OMAP Dual Mode Timer into a platform driver. This involves using of hwmod structures and omap_device layer for OMAP2/3/4 dmtimers and generic linux platform device layer for OMAP1. As a result of this patch series the dm

Re: [linux-pm] [PATCH 0/8] Suspend block api (version 8)

2010-05-30 Thread Rafael J. Wysocki
On Saturday 29 May 2010, Arve Hjønnevåg wrote: > 2010/5/29 Rafael J. Wysocki : > > On Saturday 29 May 2010, Arve Hjønnevåg wrote: > >> 2010/5/28 Rafael J. Wysocki : > >> > On Friday 28 May 2010, Arve Hjønnevåg wrote: > >> >> On Fri, May 28, 2010 at 1:44 AM, Florian Mickler > >> >> wrote: > >> >>

Re: omap udc driver problem with beagle board

2010-05-30 Thread Felipe Balbi
On Sun, May 30, 2010 at 11:53:49AM +0200, Marco Stornelli wrote: > Hi, > > I'm using the kernel 2.6.34 with the beagle board rev. c4. I have got > some problems with the ethernet gadget to use nfs over usb. The problem > is with the usb. When the g_ether driver register itself, the omap udc > driv

RE: omap3 pm: dependency between opp layer and cpufreq

2010-05-30 Thread Premi, Sanjeev
___ From: Kevin Hilman [khil...@deeprootsystems.com] Sent: Friday, May 28, 2010 11:27 PM To: Nishanth menon Cc: Premi, Sanjeev; Menon, Nishanth; Koen Kooi; linux-omap@vger.kernel.org; eduardo.valen...@nokia.com Subject: Re: omap3 pm: dependency between opp layer

RE: omap3 pm: dependency between opp layer and cpufreq

2010-05-30 Thread Premi, Sanjeev
From: Nishanth menon [menon.nisha...@gmail.com] Sent: Friday, May 28, 2010 10:16 PM To: Premi, Sanjeev; Menon, Nishanth Cc: Koen Kooi; linux-omap@vger.kernel.org; eduardo.valen...@nokia.com; Kevin Hilman Subject: Re: omap3 pm: dependency between opp layer

omap nand driver problem with beagle board

2010-05-30 Thread Marco Stornelli
Hi, I'm using the kernel 2.6.34 with beagle board rev. c4. The omap nand driver fails the probe because the field phys_base in the omap_nand_platform_data struct is never set in the board specific code. Indeed, the driver fails because the read address is 0x0. Is it a regression? Has someone the s

omap udc driver problem with beagle board

2010-05-30 Thread Marco Stornelli
Hi, I'm using the kernel 2.6.34 with the beagle board rev. c4. I have got some problems with the ethernet gadget to use nfs over usb. The problem is with the usb. When the g_ether driver register itself, the omap udc driver returns ENODEV because the kernel didn't call the probe for this driver. L