Re: [PATCH] drivers: create a pin control subsystem v8

2011-10-24 Thread Linus Walleij
On Sat, Oct 22, 2011 at 7:44 PM, Mike Frysinger vapier@gmail.com wrote: On Tue, Oct 4, 2011 at 16:35, Grant Likely wrote: On Sat, Oct 01, 2011 at 12:39:21PM +0200, Linus Walleij wrote: 2011/9/30 Grant Likely:  I'm not convinced that the sysfs approach is actually the right interface here

Re: [PATCH] drivers: create a pin control subsystem v8

2011-10-24 Thread Grant Likely
On Mon, Oct 24, 2011 at 09:26:38AM +0200, Linus Walleij wrote: On Sat, Oct 22, 2011 at 7:44 PM, Mike Frysinger vapier@gmail.com wrote: On Tue, Oct 4, 2011 at 16:35, Grant Likely wrote: On Sat, Oct 01, 2011 at 12:39:21PM +0200, Linus Walleij wrote: 2011/9/30 Grant Likely:  I'm not

Re: [PATCH] drivers: create a pin control subsystem v8

2011-10-24 Thread Linus Walleij
On Mon, Oct 24, 2011 at 9:36 AM, Grant Likely grant.lik...@secretlab.ca wrote: On Mon, Oct 24, 2011 at 09:26:38AM +0200, Linus Walleij wrote: (...) I was more thinking along the lines of one device per GPIO controller, then you ioctl() to ask /dev/gpio0 how many pins it has or so. And there

Re: [PATCH] drivers: create a pin control subsystem v8

2011-10-24 Thread Mike Frysinger
On Mon, Oct 24, 2011 at 03:48, Linus Walleij wrote: On Mon, Oct 24, 2011 at 9:36 AM, Grant Likely wrote: On Mon, Oct 24, 2011 at 09:26:38AM +0200, Linus Walleij wrote: (...) I was more thinking along the lines of one device per GPIO controller, then you ioctl() to ask /dev/gpio0 how many pins

Re: [PATCH] drivers: create a pin control subsystem v8

2011-10-24 Thread Mike Frysinger
On Mon, Oct 24, 2011 at 03:26, Linus Walleij wrote: On Sat, Oct 22, 2011 at 7:44 PM, Mike Frysinger wrote: On Tue, Oct 4, 2011 at 16:35, Grant Likely wrote: On Sat, Oct 01, 2011 at 12:39:21PM +0200, Linus Walleij wrote: 2011/9/30 Grant Likely:  I'm not convinced that the sysfs approach is

ELC-E Linaro Android Presentation For Comment

2011-10-24 Thread Zach Pfeffer
Here's what I've got so far, More to come on Benchmarking, Andy's kernel process, LAVA and toolchain. -- Zach Pfeffer Android Platform Team Lead, Linaro Platform Teams Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro

Re: ELC-E Linaro Android Presentation For Comment

2011-10-24 Thread Loïc Minier
On Mon, Oct 24, 2011, Zach Pfeffer wrote: Here's what I've got so far, More to come on Benchmarking, Andy's kernel process, LAVA and toolchain. I stripped attachments in moderation and put them at: http://people.linaro.org/~lool/zach-elce/Linaro_Android_Presentation.odp

Re: [PATCH] drivers: create a pin control subsystem v8

2011-10-24 Thread Grant Likely
On Mon, Oct 24, 2011 at 09:48:19AM +0200, Linus Walleij wrote: On Mon, Oct 24, 2011 at 9:36 AM, Grant Likely grant.lik...@secretlab.ca wrote: On Mon, Oct 24, 2011 at 09:26:38AM +0200, Linus Walleij wrote: (...) I was more thinking along the lines of one device per GPIO controller, then

Re: [PATCH] drivers: create a pin control subsystem v8

2011-10-24 Thread Linus Walleij
On Mon, Oct 24, 2011 at 11:20 AM, Mike Frysinger vapier@gmail.com wrote: but the question here is about pinctrl.  does userspace really need to manipulate the pinmapping ?  if we agree on that, then the question is on the userspace interface. assuming we want this, i can't see the

www.linaro.org website down

2011-10-24 Thread Fathi Boudra
Hi, This message is to inform you that the server hosting www.linaro.org has suffered a hardware failure. Our provider is in the process of troubleshooting this failure and they need to take the host server offline to preserve data integrity. Once the issue has been resolved we will bring the

validation.linaro.org scheduler working again

2011-10-24 Thread Paul Larson
Upon coming in this morning I had reports of failures to schedule jobs in LAVA, and was noticing about that same time that the daily jobs that normally run seemed to be missing. There was a lingering issue with the network upgrade on Friday that was causing the problem, but once discovered it was

Re: www.linaro.org website down

2011-10-24 Thread Fathi Boudra
On 24 October 2011 17:39, Fathi Boudra fathi.bou...@linaro.org wrote: Hi, This message is to inform you that the server hosting www.linaro.org has suffered a hardware failure. Our provider is in the process of troubleshooting this failure and they need to take the host server offline to

Re: Epic Battle and substantial speed ups with Skia on 4.6

2011-10-24 Thread Ramana Radhakrishnan
a double check that this doesn't result in there being a spike in the results for 2011.10 would be good. If not, historical data needs to be measured for this change given that the said options weren't used while measuring the historical data. Neither the 2011.09 nor the soon to be

Re: Epic Battle and substantial speed ups with Skia on 4.6

2011-10-24 Thread Andy Doan
On 10/24/2011 07:01 PM, Ramana Radhakrishnan wrote: a double check that this doesn't result in there being a spike in the results for 2011.10 would be good. If not, historical data needs to be measured for this change given that the said options weren't used while measuring the historical

RE: [PATCH 2/2] pinctrl: add a generic control interface

2011-10-24 Thread Stephen Warren
Shawn Guo wrote at Sunday, October 23, 2011 2:26 AM: On Thu, Oct 20, 2011 at 10:26:43AM -0700, Stephen Warren wrote: Shawn Guo wrote at Wednesday, October 19, 2011 8:32 PM: On Wed, Oct 19, 2011 at 06:21:14PM +0200, Linus Walleij wrote: ... +int pin_config_group(struct pinctrl_dev