Correction. Re: Linaro Virtualization status 29 May 2013 (Weeks 20-22)

2013-05-31 Thread Serge Broslavsky
On 31.05.13 20:23 +0400, Serge Broslavsky wrote: > Linaro Virtualization Team's Weekly Report - Weeks 20-22 2013 > = > > Starting from 28 May 2013, Christoffer Dall, an effective co-maintainer > of KVM ARMv7, Joined Linaro and stepped in

Linaro Virtualization status 29 May 2013 (Weeks 20-22)

2013-05-31 Thread Serge Broslavsky
Linaro Virtualization Team's Weekly Report - Weeks 20-22 2013 = Starting from 28 May 2013, Christoffer Dall, an effective co-maintainer of KVM ARMv7, Joined Linaro and stepped in as a Technical Lead for Virtualization and gradual knowled

Re: [PATCH V8 0/3] USB: OHCI: Start splitting up the driver

2013-05-31 Thread Arnd Bergmann
On Friday 31 May 2013 10:12:38 Alan Stern wrote: > On Thu, 30 May 2013, Arnd Bergmann wrote: > > > > I'll try to replicate your result. I don't have my USB audio device > > > here today, so it will have to wait until tomorrow. > > > > Strange enough, it seems to be working now, on a different b

Re: [PATCH V8 0/3] USB: OHCI: Start splitting up the driver

2013-05-31 Thread Alan Stern
On Thu, 30 May 2013, Arnd Bergmann wrote: > > I'll try to replicate your result. I don't have my USB audio device > > here today, so it will have to wait until tomorrow. > > Strange enough, it seems to be working now, on a different base. > > The kernel I tried last (based on yesterday's linux

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

2013-05-31 Thread Alan Stern
On Fri, 31 May 2013, Manjunath Goudar wrote: > On 30 May 2013 22:56, Alan Stern wrote: > > > 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

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

2013-05-31 Thread Alan Stern
On Fri, 31 May 2013 manjunath.gou...@linaro.org wrote: > From: 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. > > In V2: > -Passed "hcd" argment instead of "oh

big.LITTLE MP status May 28, 2013

2013-05-31 Thread Serge Broslavsky
https://wiki.linaro.org/projects/big.LITTLE.MP Work Items for functional completion: https://wiki.linaro.org/projects/big.LITTLE.MP/WorkItems Roadmap Cards: Epic big.LITTLE MP card - http://cards.linaro.org/browse/CARD-190 The card is being reworked to split the work that is completed a

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

2013-05-31 Thread manjunath . goudar
From: 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. In V2: No changes. Signed-off-by: Manjunath Goudar Cc: Arnd Ber

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

2013-05-31 Thread manjunath . goudar
From: 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. V1 to V2: Passed "hcd" argment instead of "ohci" in ohci_set

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

2013-05-31 Thread manjunath . goudar
From: 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. In V2: -Passed "hcd" argment instead of "ohci" in ohci_setup() because it is using "struct usb_hcd" argment. Si

Re: [PATCH V2 Resend 4/4] timer: Migrate running timer

2013-05-31 Thread Viresh Kumar
On 22 May 2013 14:04, Viresh Kumar wrote: > Sorry for being late in replying to your queries. > > On 13 May 2013 16:05, Thomas Gleixner wrote: >> Which mechanism is migrating the timer away? > > It will be the same: get_nohz_timer_target() which will decide target > cpu for migration. > >> I have

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

2013-05-31 Thread Manjunath Goudar
On 30 May 2013 22:56, Alan Stern wrote: > 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 pat