RE: [PATCH] leds-lp5521: additional platform data and attributes

2012-01-15 Thread Kim, Milo
For better readability, values of LP5521_REG_ENABLE register were redefined. Signed-off-by: Milo(Woogyom) Kim --- drivers/leds/leds-lp5521.c |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/leds/leds-lp5521.c b/drivers/leds/leds-lp5521.c index 8239319..3f7c

Architectures to support when releasing binaries

2012-01-15 Thread Michael Hope
Hi there. I have a style question. For the pre-built versions of gcc-linaro, should we release a i686 version that also runs on x86_64, or do separate i686 and x86_64 builds? If we do just an i686 version then: * There's less to test * There's one 'linux' binary so less confusion on what to do

Re: [PATCH v4 3/6] clk: introduce the common clock framework

2012-01-15 Thread Saravana Kannan
On 12/17/2011 03:04 AM, Russell King - ARM Linux wrote: On Fri, Dec 16, 2011 at 04:45:48PM -0800, Turquette, Mike wrote: On Wed, Dec 14, 2011 at 5:18 AM, Thomas Gleixner wrote: On Tue, 13 Dec 2011, Mike Turquette wrote: +void __clk_unprepare(struct clk *clk) +{ + if (!clk) + r

Re: [PATCH] ARM: pl330: fix null pointer dereference in pl330_chan_ctrl()

2012-01-15 Thread Sergei Shtylyov
Hello. On 13-01-2012 16:36, Mans Rullgard wrote: This fixes the thrd->req_running field being accessed before thrd is checked for null. The error was introduced in abb959f. Please also specify summary of that commit in parens. Signed-off-by: Mans Rullgard WBR, Sergei

Re: [PATCH v4 3/6] clk: introduce the common clock framework

2012-01-15 Thread Saravana Kannan
On 01/13/2012 08:39 PM, Turquette, Mike wrote: On Fri, Jan 13, 2012 at 8:18 PM, Saravana Kannan wrote: On 12/17/2011 03:04 AM, Russell King - ARM Linux wrote: On Fri, Dec 16, 2011 at 04:45:48PM -0800, Turquette, Mike wrote: On Wed, Dec 14, 2011 at 5:18 AM, Thomas Gleixner wrote: On Tue,