[PATCH 5/5] clk: add a fixed factor clock

2012-05-06 Thread Mike Turquette
From: Sascha Hauer Having fixed factors/dividers in hardware is a common pattern, so add a basic clock type doing this. It basically describes a fixed factor clock using a nominator and a denominator. Signed-off-by: Sascha Hauer Reviewed-by: Viresh Kumar [mturque...@linaro.org: constify parent

[PATCH 0/5] more clk-next fixes

2012-05-06 Thread Mike Turquette
Hi all, These five patches are hopefully the final set of core framework changes for 3.5. There is the obligatory MAINTAINERS file change, three new fixes and the fixed-factor clock patch. That last patch is being reposted since three bugs were found in it (one on the list, two in my testing).

[PATCH 3/5] clk: remove COMMON_CLK_DISABLE_UNUSED

2012-05-06 Thread Mike Turquette
Exposing this option generates confusion and incorrect behavior for single-image builds across platforms. Enable this behavior permanently. Signed-off-by: Mike Turquette --- drivers/clk/Kconfig | 11 --- drivers/clk/clk.c |2 -- 2 files changed, 0 insertions(+), 13 deletions(-)

[PATCH 2/5] clk: prevent spurious parent rate propagation

2012-05-06 Thread Mike Turquette
Patch 'clk: always pass parent_rate into .round_rate' made a subtle change to the semantics of .round_rate. It is now expected for the parent's rate to always be passed in, simplifying the implemenation of various .round_rate callback definitions. However the patch also introduced a bug in clk_ca

[PATCH 4/5] clk: mux: assign init data

2012-05-06 Thread Mike Turquette
The original conversion to struct clk_hw_init failed to add the pointer assignment in clk_register_mux. Signed-off-by: Mike Turquette Reported-by: Sascha Hauer --- drivers/clk/clk-mux.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/clk/clk-mux.c b/drivers/clk/

[PATCH 1/5] MAINTAINERS: add entry for common clk framework

2012-05-06 Thread Mike Turquette
Signed-off-by: Mike Turquette --- MAINTAINERS | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1a2f8f5..164e9a1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1882,6 +1882,16 @@ F: Documentation/filesystems/coda.txt F: f

Re: linux-linaro-core-tracking tree created

2012-05-06 Thread Andy Green
On 04/26/2012 10:49 AM, Somebody in the thread at some point said: > On 04/26/2012 01:54 AM, Somebody in the thread at some point said: Hi - >> Please don't remove your dt bits! Instead let me know when I can drop >> the conflicting (== redundant) commits from my tracking-unsorted branch. > > It

Installing the armel libc on armhf

2012-05-06 Thread Michael Hope
Hi there. Hopefully an easy question but I'm stumped. How do I install the armel softfp libc6 on a new Precise armhf install? I set APT::Architectures to { "armel" } and then tried a apt-get install libc6:armel but I get errors about the package not matching the host architecture. -- Michael _