Re: [RFC PATCH 1/2] USB: OHCI: make ohci-platform a separate driver

2013-05-30 Thread Sergei Shtylyov
Hello. On 05/30/2013 09:23 PM, Alan Stern wrote: This patch splits the ohci-platform code from ohci-hcd out into its own separate driver module.This work is part of enabling multi-platform kernels on ARM. Okay, except... +static const struct ohci_driver_overrides platform_overrides = { +

Re: Tiny BL switcher compatibility issue with PMU on non-BL SoC

2013-05-30 Thread Dave Martin
On Thu, May 30, 2013 at 12:21:07PM -0400, Nicolas Pitre wrote: > On Thu, 30 May 2013, Dave Martin wrote: > > > So, the problem is the hacked DT bindings we're using for vexpress, > > which aren't compatible with upstream -- the perf changes assume > > these non-standard bindings are in use. > > >

Re: [RFC PATCH 2/2] USB: OHCI: add a name for the platform-private field

2013-05-30 Thread Alan Stern
On Thu, 30 May 2013, Manjunath Goudar wrote: > This patch adds an ohci->priv field for private use by OHCI > platform drivers. > > Until now none of the platform drivers has used this private space, > but that's about to change in the next patch of this series. As far as I'm concerned, this does

Re: [RFC PATCH 1/2] USB: OHCI: make ohci-platform a separate driver

2013-05-30 Thread Alan Stern
On Thu, 30 May 2013, Manjunath Goudar wrote: > This patch splits the ohci-platform code from ohci-hcd out > into its own separate driver module.This work is part of enabling > multi-platform kernels on ARM. Okay, except... > +static const struct ohci_driver_overrides platform_overrides = { > +

Re: [PATCH 7/8] ARM: msm: use generic cpu idle function for wfi

2013-05-30 Thread David Brown
On Mon, May 27, 2013 at 08:02:44PM +0530, Sanjay Singh Rawat wrote: use cpu_do_idle for entering the wfi mode. Signed-off-by: Sanjay Singh Rawat --- arch/arm/mach-msm/hotplug.c |9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) Acked-by: David Brown -- sent by an employee of t

Re: Tiny BL switcher compatibility issue with PMU on non-BL SoC

2013-05-30 Thread Nicolas Pitre
On Thu, 30 May 2013, Dave Martin wrote: > So, the problem is the hacked DT bindings we're using for vexpress, > which aren't compatible with upstream -- the perf changes assume > these non-standard bindings are in use. > > Your fix won't work for platforms which describe multiple CPU PMUs in > th

Re: Test Result Summary of Linaro 13.05 Release for Linux Linaro ubuntu Raring.

2013-05-30 Thread Botao Sun
[Update] TI Panda has been added back to Linaro 13.05 release list, with the new image, build 347: http://snapshots.linaro.org/raring/pre-built/panda/347/panda-raring_developer_20130529-347.img.gz 1. TI Panda 4430 + Linux Linaro Raring (Column Y): https://docs.google.com/a/linaro.org/spreadshee

Re: Tiny BL switcher compatibility issue with PMU on non-BL SoC

2013-05-30 Thread Dave Martin
On Thu, May 30, 2013 at 06:58:53PM +0800, Andy Green wrote: > On 30/05/13 18:50, the mail apparently from Dave Martin included: > >On Thu, May 30, 2013 at 10:06:20AM +0800, Andy Green wrote: > >>Hi - > >> > >>We're using one kernel binary with BL Switcher enabled in config, > >>but able to work on

Re: Tiny BL switcher compatibility issue with PMU on non-BL SoC

2013-05-30 Thread Andy Green
On 30/05/13 18:50, the mail apparently from Dave Martin included: On Thu, May 30, 2013 at 10:06:20AM +0800, Andy Green wrote: Hi - We're using one kernel binary with BL Switcher enabled in config, but able to work on SoC without Big Little. This is OK except where the BL patches touch the PMU

Re: Tiny BL switcher compatibility issue with PMU on non-BL SoC

2013-05-30 Thread Dave Martin
On Thu, May 30, 2013 at 10:06:20AM +0800, Andy Green wrote: > Hi - > > We're using one kernel binary with BL Switcher enabled in config, > but able to work on SoC without Big Little. > > This is OK except where the BL patches touch the PMU driver. It > makes an assumption about BL configured ==

[RFC PATCH 1/2] USB: OHCI: make ohci-platform a separate driver

2013-05-30 Thread Manjunath Goudar
This patch splits the ohci-platform code from ohci-hcd out into its own separate driver module.This work is part of enabling multi-platform kernels on ARM. Signed-off-by: Manjunath Goudar Cc: Arnd Bergmann Cc: Greg KH Cc: Alan Stern Cc: linux-...@vger.kernel.org --- drivers/usb/host/Kconfig

[RFC PATCH 2/2] USB: OHCI: add a name for the platform-private field

2013-05-30 Thread Manjunath Goudar
This patch adds an ohci->priv field for private use by OHCI platform drivers. Until now none of the platform drivers has used this private space, but that's about to change in the next patch of this series. Signed-off-by: Manjunath Goudar Cc: Arnd Bergmann Cc: Greg KH Cc: Alan Stern Cc: linux

[PATCH 0/2] USB: OHCI: Splitting ohci-platform into independent driver

2013-05-30 Thread Manjunath Goudar
This series patch begins the process of splitting ohci-platform up into independent driver modules and add a name for the platform-private field. Patch 1/2 separate ohci-platform into independent driver modules. Patch 2/2 adds an ohci->priv field for private use by OHCI platform drivers. Ma

Re: [PATCH 6/8] ARM: ux500: use generic cpu idle function for wfi

2013-05-30 Thread Srinidhi Kasagar
On Mon, May 27, 2013 at 16:32:43 +0200, Sanjay Singh Rawat wrote: > use cpu_do_idle for entering the wfi mode. > > Signed-off-by: Sanjay Singh Rawat > --- > arch/arm/mach-ux500/hotplug.c |5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/mach-ux500/hotplug