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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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_
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
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
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
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
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/
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
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
24 matches
Mail list logo