Re: Does anybody know how to make Ethernet work on Snowball?

2012-07-04 Thread Daniel Lezcano
On 07/04/2012 05:16 AM, Hongbo Zhang wrote: > Hi all, > I am running the Community kernel on Snowball, as far as I know, v3.4-rc3 > Ethernet works, but later version such as v3.4-rc6 and v3.5-rc*, the > Ethernet doesn't work, does anybody know how to make the Ethernet work? > Thanks. Yes, AFAIK, t

Re: [PATCH 1/2] mfd: Add Freescale's PMIC MC34708 support

2012-07-04 Thread Uwe Kleine-König
Hello, On Fri, Apr 20, 2012 at 12:38:40AM +0800, Ying-Chun Liu (PaulLiu) wrote: > From: "Ying-Chun Liu (PaulLiu)" > > Freescale MC34708 is a PMIC which supports the following features: > * 6 multi-mode buck regulators > * Boost regulator for USB OTG. > * 8 regulators for thermal budget optimi

perf sched replay again

2012-07-04 Thread Dmitry Antipov
I remember that this was rejected some time ago. Nevertheless, is it possible to accept this until we will have a better solution? Dmitry From 7b394670bee55ca694f921bd96f210b0d4c7dfe0 Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Wed, 4 Jul 2012 13:20:59 +0400 Subject: [PATCH] perf sched r

Re: Ubuntu config fragment

2012-07-04 Thread Jon Medhurst (Tixy)
Adding in Linaro Dev list for more visibility... On Tue, 2012-07-03 at 14:08 -0300, Ricardo Salveti wrote: > On Tue, Jul 3, 2012 at 10:22 AM, Jon Medhurst (Tixy) wrote: > > Hi Ricardo > > > > I notice the new ubuntu.conf seems to contain everything including the > > kitchen sink. It has things wh

No space left on device at linaro-android-media-create

2012-07-04 Thread Chunsang Jeong
Hello all, I've found that linaro android images are getting bigger and I got error messages when I tried to put images to sdcard. i.e. "No space left on device" by using linaro-android-media-create. I've been using 4GB sdcard onto Origen and linaro-android-media-create by "apt-get install linaro-

Re: Does anybody know how to make Ethernet work on Snowball?

2012-07-04 Thread Hongbo Zhang
Thanks, waiting for the patch... On 4 July 2012 15:17, Daniel Lezcano wrote: > On 07/04/2012 05:16 AM, Hongbo Zhang wrote: > > Hi all, > > I am running the Community kernel on Snowball, as far as I know, v3.4-rc3 > > Ethernet works, but later version such as v3.4-rc6 and v3.5-rc*, the > > Ethern

Re: [PATCH 1/2] mfd: Add Freescale's PMIC MC34708 support

2012-07-04 Thread Shawn Guo
On 4 July 2012 15:37, Uwe Kleine-König wrote: > I want to push that forward. What is the state of these patches on your > end? Did you start to address the comments? Are there more recent > patches than the ones in this thread? > > Whatever you might have it would be great if you could share it to

Re: Ubuntu config fragment

2012-07-04 Thread Christian Robottom Reis
On Wed, Jul 04, 2012 at 11:01:20AM +0100, Jon Medhurst (Tixy) wrote: > > > I notice the new ubuntu.conf seems to contain everything including the > > > kitchen sink. It has things which (as people found out at release time) > > > breaks networking and MMC on vexpress (CONFIG_REGULATORS) and it > >

Experimental big.LITTLE MP tree

2012-07-04 Thread Amit Kucheria
Hi all, Git Location: http://git.linaro.org/gitweb?p=arm/big.LITTLE/mp.git;a=summary Branch: big-LITTLE-MP-v1 We're announcing a kernel tree to track the various topics of the big.LITTLE MP project. The aim of this tree is to help consolidate the various topic patchsets that improve the behaviour

Re: Experimental big.LITTLE MP tree

2012-07-04 Thread Zach Pfeffer
On 4 July 2012 10:09, Amit Kucheria wrote: > Hi all, > > Git Location: http://git.linaro.org/gitweb?p=arm/big.LITTLE/mp.git;a=summary > Branch: big-LITTLE-MP-v1 > > We're announcing a kernel tree to track the various topics of the > big.LITTLE MP project. The aim of this tree is to help consolidat

Re: Nexus 7/Jellybean Kernel Config

2012-07-04 Thread Marcin Juszkiewicz
W dniu 04.07.2012 22:19, Christian Robottom Reis pisze: > Hey there, > > I stumbled onto a thread on xdadevelopers where they are looking at > the Nexus 7; apart from partition and df output, there's a 3.1.10 kernel > config, which I'm attaching here for convenience and analysis. > > ls -

Re: [PATCH 2/2] db8500 thermal dirver

2012-07-04 Thread Linus Walleij
On Wed, Jun 20, 2012 at 3:04 PM, hongbo.zhang wrote: > /* > + * Thermal Sensor > + */ > + > +#ifdef CONFIG_DB8500_THERMAL Please don't #ifdef the platform data like this, Documentation/CodingStyle dislikes #ifdefs unless needed and this just saves a very marginal piece of code in footprint, and

Re: [PATCH 1/2] mfd: Add Freescale's PMIC MC34708 support

2012-07-04 Thread Ying-Chun Liu (PaulLiu)
(2012年07月04日 21:44), Shawn Guo wrote: > On 4 July 2012 15:37, Uwe Kleine-König wrote: >> I want to push that forward. What is the state of these patches on your >> end? Did you start to address the comments? Are there more recent >> patches than the ones in this thread? >> >> Whatever you might ha

Re: [PATCH 1/2] mfd: Add Freescale's PMIC MC34708 support

2012-07-04 Thread Ying-Chun Liu (PaulLiu)
(2012年07月04日 21:44), Shawn Guo wrote: > On 4 July 2012 15:37, Uwe Kleine-König wrote: >> I want to push that forward. What is the state of these patches on your >> end? Did you start to address the comments? Are there more recent >> patches than the ones in this thread? >> >> Whatever you might ha