Re: ux500 not booting

2013-06-07 Thread Linus Walleij
On Thu, Jun 6, 2013 at 6:15 PM, Daniel Lezcano wrote: > I tried to boot my ux500 Is this an HREF (black plastic box) or the Snowball board? > with the 3.10-rc4 kernel but it hangs at boot > time with the following messages: Hm, looks like some very real corruption, Ulf what do you say? Linus

Re: ux500 not booting

2013-06-07 Thread Daniel Lezcano
On 06/07/2013 09:34 AM, Linus Walleij wrote: > On Thu, Jun 6, 2013 at 6:15 PM, Daniel Lezcano > wrote: > >> I tried to boot my ux500 > > Is this an HREF (black plastic box) or the Snowball board? It is the snowball board. >> with the 3.10-rc4 kernel but it hangs at boot >> time with the follo

Re: [PATCH 4/8] ARM: vexpress: use generic cpu idle function for wfi

2013-06-07 Thread Linus Walleij
On Tue, Jun 4, 2013 at 5:23 PM, Sanjay Singh Rawat wrote: > hello Russell, Nicolas, > > can you please review this patch? I think you may want Pawel to look at this, he usually looks after the Vexpress. Yours, Linus Walleij ___ linaro-dev mailing lis

Re: [RFC][PATCH 4/7] USB: OHCI: make ohci-spear a separate driver

2013-06-07 Thread Viresh Kumar
you need to cc spear-de...@list.st.com list for SPEAr patches. On 7 June 2013 11:33, Manjunath Goudar wrote: > Separate the TI OHCI SPEAr host controller driver from ohci-hcd TI ?? > host code so that it can be built as a separate driver module. > This work is part of enabling multi-platform k

[GIT PULL] CPUFreq: ARM Updates for v3.11

2013-06-07 Thread Viresh Kumar
Hi Rafael, The following changes since commit d683b96b072dc4680fc74964eca77e6a23d1fa6e: Linux 3.10-rc4 (2013-06-02 17:11:17 +0900) are available in the git repository at: git://git.linaro.org/people/vireshk/linux.git cpufreq-next for you to fetch changes up to f13ad5d9829c060fffe5bf45b05cc

Re: [GIT PULL] CPUFreq: ARM Updates for v3.11

2013-06-07 Thread Rafael J. Wysocki
On Friday, June 07, 2013 04:26:36 PM Viresh Kumar wrote: > Hi Rafael, > > The following changes since commit d683b96b072dc4680fc74964eca77e6a23d1fa6e: > > Linux 3.10-rc4 (2013-06-02 17:11:17 +0900) > > are available in the git repository at: > > git://git.linaro.org/people/vireshk/linux.git

Re: [GIT PULL] CPUFreq: ARM Updates for v3.11

2013-06-07 Thread Viresh Kumar
On 7 June 2013 16:41, Rafael J. Wysocki wrote: > On Friday, June 07, 2013 04:26:36 PM Viresh Kumar wrote: >> cpufreq: bit.LITTLE needs cpufreq table > > That should be big.LITTLE I suppose? Yes. This is not the first time I face this issue where big is written as bit. Even I named one of m

Re: [GIT PULL] CPUFreq: ARM Updates for v3.11

2013-06-07 Thread Rafael J. Wysocki
On Friday, June 07, 2013 04:35:24 PM Viresh Kumar wrote: > On 7 June 2013 16:41, Rafael J. Wysocki wrote: > > On Friday, June 07, 2013 04:26:36 PM Viresh Kumar wrote: > > >> cpufreq: bit.LITTLE needs cpufreq table > > > > That should be big.LITTLE I suppose? > > Yes. This is not the first

[GIT PULL RESENT] CPUFreq: ARM Updates for v3.11

2013-06-07 Thread Viresh Kumar
Hi Rafael, The following changes since commit d683b96b072dc4680fc74964eca77e6a23d1fa6e: Linux 3.10-rc4 (2013-06-02 17:11:17 +0900) are available in the git repository at: git://git.linaro.org/people/vireshk/linux.git cpufreq-next for you to fetch changes up to ea61623fe9badd5a195b3a0878e6d

Re: [RFC][PATCH 4/7] USB: OHCI: make ohci-spear a separate driver

2013-06-07 Thread Manjunath Goudar
On 7 June 2013 16:00, Viresh Kumar wrote: > you need to cc spear-de...@list.st.com list for SPEAr patches. > > On 7 June 2013 11:33, Manjunath Goudar > wrote: > > Separate the TI OHCI SPEAr host controller driver from ohci-hcd > > TI ?? > not TI it should ST in second version. > > > host cod

Re: [GIT PULL RESENT] CPUFreq: ARM Updates for v3.11

2013-06-07 Thread Rafael J. Wysocki
On Friday, June 07, 2013 04:39:49 PM Viresh Kumar wrote: > Hi Rafael, > > The following changes since commit d683b96b072dc4680fc74964eca77e6a23d1fa6e: > > Linux 3.10-rc4 (2013-06-02 17:11:17 +0900) > > are available in the git repository at: > > git://git.linaro.org/people/vireshk/linux.git

big.LITTLE MP status June 4, 2013

2013-06-07 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 Main Project page: https://launchpad.net/linaro-big-little-system Development 1. big.LITTLE IKS IKS snapshot: git://git.l

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

2013-06-07 Thread Arnd Bergmann
On Friday 07 June 2013 11:33:27 Manjunath Goudar wrote: > > #if!IS_ENABLED(CONFIG_USB_OHCI_HCD_PCI) && \ > !IS_ENABLED(CONFIG_USB_OHCI_HCD_PLATFORM) && \ > + !IS_ENABLED(CONFIG_USB_OHCI_EXYNOS) && \ > !defined(PLATFORM_DRIVER) &&\ > !defined(OMAP1_PLATFORM_DR

Re: [RFC][PATCH 3/7] USB: OHCI: make ohci-omap3 a separate driver

2013-06-07 Thread Arnd Bergmann
On Friday 07 June 2013 11:33:29 Manjunath Goudar wrote: > + /* > + * RemoteWakeupConnected has to be set explicitly before > + * calling ohci_run. The reset value of RWC is 0. > + */ Just nitpicking, but you still use the wrong commenting style occasionally. The '*' charact

Re: [RFC][PATCH 7/7] USB: OHCI: make ohci-s3c2410 a separate driver

2013-06-07 Thread Arnd Bergmann
On Friday 07 June 2013 11:33:33 Manjunath Goudar wrote: > > + ohci_setup(hcd); > s3c2410_start_hc(dev, hcd); > > - ohci_hcd_init(hcd_to_ohci(hcd)); > - I'm not sure about this part: s3c2410_start_hc is where the clock gets enabled, presumable we are not supposed to touch the

Re: [PATCH 4/8] ARM: vexpress: use generic cpu idle function for wfi

2013-06-07 Thread Pawel Moll
On Mon, 2013-05-27 at 15:32 +0100, Sanjay Singh Rawat wrote: > use cpu_do_idle for entering the wfi mode. > > Signed-off-by: Sanjay Singh Rawat > --- > arch/arm/mach-vexpress/hotplug.c |3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/mach-vexpress/hotplug.c

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

2013-06-07 Thread Alan Stern
On Fri, 7 Jun 2013, Manjunath Goudar wrote: > Separate the Samsung OHCI EXYNOS host controller driver from ohci-hcd > host code so that it can be built as a separate driver module. > This work is part of enabling multi-platform kernels on ARM. > -static void exynos_ohci_phy_enable(struct exynos_

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

2013-06-07 Thread Alan Stern
On Fri, 7 Jun 2013, Manjunath Goudar wrote: > Separate the TI OHCI OMAP1/2 host controller driver from ohci-hcd > host code so that it can be built as a separate driver module. > This work is part of enabling multi-platform kernels on ARM. > @@ -71,6 +77,10 @@ static struct clk *usb_dc_ck; > st

Re: [RFC][PATCH 3/7] USB: OHCI: make ohci-omap3 a separate driver

2013-06-07 Thread Alan Stern
On Fri, 7 Jun 2013, Manjunath Goudar wrote: > Separate the TI OHCI OMAP3 host controller driver from ohci-hcd > host code so that it can be built as a separate driver module. > This work is part of enabling multi-platform kernels on ARM. > @@ -185,7 +118,16 @@ static int ohci_hcd_omap3_probe(str

Re: [RFC][PATCH 4/7] USB: OHCI: make ohci-spear a separate driver

2013-06-07 Thread Alan Stern
On Fri, 7 Jun 2013, Manjunath Goudar wrote: > Separate the TI OHCI SPEAr host controller driver from ohci-hcd > host code so that it can be built as a separate driver module. > This work is part of enabling multi-platform kernels on ARM. > @@ -151,16 +98,24 @@ static int spear_ohci_hcd_drv_probe

Re: [RFC][PATCH 5/7] USB: OHCI: export ohci_hub_control and ohci_hub_status_data

2013-06-07 Thread Alan Stern
On Fri, 7 Jun 2013, Manjunath Goudar wrote: > In order to make ohci-at91 and ohci-s3c2410 as a separate driver, > ohci_hub_control and ohci_hub_status_data symbol needs to be exported. > This work is part of enabling multi-platform kernels on ARM. No, we are not going to export those two routines

Re: [RFC][PATCH 6/7] USB: OHCI: make ohci-at91 a separate driver

2013-06-07 Thread Alan Stern
On Fri, 7 Jun 2013, Manjunath Goudar wrote: > Separate the TI OHCI Atmel host controller driver from ohci-hcd > host code so that it can be built as a separate driver module. > This work is part of enabling multi-platform kernels on ARM. > --- a/drivers/usb/host/Kconfig > +++ b/drivers/usb/host/

Re: [RFC][PATCH 7/7] USB: OHCI: make ohci-s3c2410 a separate driver

2013-06-07 Thread Alan Stern
On Fri, 7 Jun 2013, Manjunath Goudar wrote: > Separate the Samsung OHCI S3C host controller driver from ohci-hcd > host code so that it can be built as a separate driver module. > This work is part of enabling multi-platform kernels on ARM. > @@ -371,10 +384,9 @@ static int usb_hcd_s3c2410_pr

Re: [RFC][PATCH 0/7] USB: OHCI: more bus glues as separate modules

2013-06-07 Thread Manjunath Goudar
On 7 June 2013 11:33, Manjunath Goudar wrote: > These patches are for separating the SOC On-Chip ohci host controller > from ohci-hcd host code into its own driver module. > This work is part of enabling multi-platform kernels on ARM. > > Manjunath Goudar (7): > USB: OHCI: make ohci-exynos a se