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

2011-10-23 Thread Shawn Guo
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 *pctldev, const char *pin_group, > > > + enu

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

2011-10-23 Thread Shawn Guo
On Thu, Oct 20, 2011 at 04:18:49PM +0200, Linus Walleij wrote: > On Thu, Oct 20, 2011 at 3:10 PM, Shawn Guo wrote: > > >> without the common definition from  PIN_CONFIG_PULL to > >> PIN_CONFIG_USER, many platforms will need to definite them repeatedly. > >> that is what we hate. > >> > > I prefer

Re: request/suggestion to work together to get hardfp/OSS ARM GPU drivers and/or to get documentation

2011-10-23 Thread Joop Boonen
On Sat, October 22, 2011 3:52 pm, Konstantinos Margaritis wrote: > On 22 October 2011 16:17, Joop Boonen wrote: >> Hi all, >> >> Most of the (ARM) distros are currently working on or in the transition >> to >> hardfp, but until now most GPU's in de ARM Cortex SOCs don't have any >> hardfp drivers

Re: [PATCH v2 1/7] clk: Add a generic clock infrastructure

2011-10-23 Thread Shawn Guo
Hi Mike, Some random comments/nits ... On Thu, Sep 22, 2011 at 03:26:56PM -0700, Mike Turquette wrote: > +struct clk *clk_register(const struct clk_hw_ops *ops, struct clk_hw *hw, > + const char *name) > +{ > + struct clk *clk; > + > + clk = kzalloc(sizeof(*clk), GFP_KERNEL);

Re: [PATCH v2 2/7] clk: Implement clk_set_rate

2011-10-23 Thread Shawn Guo
On Thu, Sep 22, 2011 at 03:26:57PM -0700, Mike Turquette wrote: > From: Jeremy Kerr > > Implement clk_set_rate by adding a set_rate callback to clk_hw_ops. > Rates are propagated down the clock tree and recalculated. Also adds a > flag for signaling that parents must change rates to achieve the

Re: [PATCH v2 3/7] clk: Add fixed-rate clock

2011-10-23 Thread Shawn Guo
On Thu, Sep 22, 2011 at 03:26:58PM -0700, Mike Turquette wrote: > From: Jeremy Kerr > > Signed-off-by: Jeremy Kerr > Signed-off-by: Mark Brown > Signed-off-by: Mike Turquette > --- > Changes since v1: > Add copyright header > > drivers/clk/Kconfig |4 > drivers/clk/Makefile|

Re: [PATCH v2 1/7] clk: Add a generic clock infrastructure

2011-10-23 Thread Turquette, Mike
On Sun, Oct 23, 2011 at 5:55 AM, Shawn Guo wrote: > Hi Mike, > > Some random comments/nits ... Thanks for reviewing Shawn. Will roll changes into V3. Regards, Mike ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailma

Re: [PATCH v2 2/7] clk: Implement clk_set_rate

2011-10-23 Thread Turquette, Mike
On Sun, Oct 23, 2011 at 7:24 AM, Shawn Guo wrote: > On Thu, Sep 22, 2011 at 03:26:57PM -0700, Mike Turquette wrote: >> From: Jeremy Kerr > [...] > >> + * @set_rate Change the rate of this clock. If this callback returns >> + *           CLK_SET_RATE_PROPAGATE, the rate change will be propagated t

Re: [PATCH v2 3/7] clk: Add fixed-rate clock

2011-10-23 Thread Turquette, Mike
On Sun, Oct 23, 2011 at 7:30 AM, Shawn Guo wrote: > On Thu, Sep 22, 2011 at 03:26:58PM -0700, Mike Turquette wrote: >> From: Jeremy Kerr >> +/* Base clock implementations. Platform clock implementations can use these >> + * directly, or 'subclass' as approprate */ >> + > /* >  * Multiple lines co

Final 11.10 Android Release Candidate Images

2011-10-23 Thread Zach Pfeffer
Due to ELC-E the Android team has been working hard to get its RC out and tested. The following Images are available for the 11.10 release: https://android-build.linaro.org/builds/~linaro-android/tracking-panda-11.10-release/#build=5, 4460, panda https://android-build.linaro.org/builds/~linaro-an

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

2011-10-23 Thread Mike Frysinger
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 (I'm certainly not a fan of the gpio >> > sysfs i/f), and I'd rather

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

2011-10-23 Thread Andy Doan
On 10/22/2011 01:31 PM, Ramana Radhakrishnan wrote: > > > On Sat, 22 Oct 2011, Zach Pfeffer wrote: > >> After an epic battle the tips of each Android build are ready to be >> released. >> >> >> skia: Add -ffast-math, -flto >> http://review.android.git.linaro.org/#change,773 > > Good to see that

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

2011-10-23 Thread Zach Pfeffer
On 23 October 2011 20:48, Andy Doan wrote: > On 10/22/2011 01:31 PM, Ramana Radhakrishnan wrote: >> >> >> On Sat, 22 Oct 2011, Zach Pfeffer wrote: >> >>> After an epic battle the tips of each Android build are ready to be >>> released. >>> >>> >>> skia: Add -ffast-math, -flto >>> http://review.and