Re: [PATCH v5 3/4] clk: introduce the common clock framework

2012-03-04 Thread Sascha Hauer
On Sat, Mar 03, 2012 at 09:14:43AM -0800, Turquette, Mike wrote: On Sat, Mar 3, 2012 at 5:31 AM, Sascha Hauer s.ha...@pengutronix.de wrote: On Sat, Mar 03, 2012 at 12:29:00AM -0800, Mike Turquette wrote: The common clock framework defines a common struct clk useful across most platforms as

Re: 3, 2, 1....BLASTOFF

2012-03-04 Thread Vishal Bhoj
Hi Alexander, On 3 March 2012 05:15, Alexander Spyridakis a.spyrida...@virtualopensystems.com wrote: On 29 February 2012 14:25, Vishal Bhoj vishal.b...@linaro.org wrote: I am starting with fastmodel and getting Android booting on it .I am currently using RTSM_VE for A15 to start with and

Re: [PATCH v6 2/2] Regulator: Add Anatop regulator driver

2012-03-04 Thread Mark Brown
On Sun, Mar 04, 2012 at 02:51:48PM +0800, Shawn Guo wrote: + sreg = devm_kzalloc(dev, sizeof(struct anatop_regulator), GFP_KERNEL); + if (!sreg) + return -EINVAL; + rdesc = devm_kzalloc(dev, sizeof(struct regulator_desc), GFP_KERNEL); + if (!rdesc) + return

Re: [PATCH v5 4/4] clk: basic clock hardware types

2012-03-04 Thread Andrew Lunn
+#define DEFINE_CLK_GATE(_name, _parent_name, _parent_ptr,\ + _flags, _reg, _bit_idx, \ + _gate_flags, _lock) \ + static struct clk _name;\ + static char

[PATCH] clk: Fix compile errors in DEFINE_CLK_GATE

2012-03-04 Thread Andrew Lunn
From 71e9a676b2b2f0dc2bb0cc395e8325cf38f4808b Mon Sep 17 00:00:00 2001 From: Andrew Lunn and...@lunn.ch Date: Sun, 4 Mar 2012 16:31:14 +0100 Subject: [PATCH] [clk] Fix compile errors in DEFINE_CLK_GATE() Signed-off-by: Andrew Lunn and...@lunn.ch --- include/linux/clk-private.h |4 ++-- 1

Re: [PATCH v5 4/4] clk: basic clock hardware types

2012-03-04 Thread Andrew Lunn
On Sat, Mar 03, 2012 at 12:29:01AM -0800, Mike Turquette wrote: Many platforms support simple gateable clocks, fixed-rate clocks, adjustable divider clocks and multi-parent multiplexer clocks. This patch introduces basic clock types for the above-mentioned hardware which share some common

Re: [PATCH v5 3/4] clk: introduce the common clock framework

2012-03-04 Thread Turquette, Mike
On Sun, Mar 4, 2012 at 3:52 AM, Sascha Hauer s.ha...@pengutronix.de wrote: On Sat, Mar 03, 2012 at 09:14:43AM -0800, Turquette, Mike wrote: On Sat, Mar 3, 2012 at 5:31 AM, Sascha Hauer s.ha...@pengutronix.de wrote: On Sat, Mar 03, 2012 at 12:29:00AM -0800, Mike Turquette wrote: The common

Re: [PATCH v5 4/4] clk: basic clock hardware types

2012-03-04 Thread Turquette, Mike
On Sun, Mar 4, 2012 at 6:35 AM, Andrew Lunn and...@lunn.ch wrote: +#define DEFINE_CLK_GATE(_name, _parent_name, _parent_ptr,    \ +                             _flags, _reg, _bit_idx,         \ +                             _gate_flags, _lock)             \ +     static struct clk _name;      

Re: [PATCH v5 4/4] clk: basic clock hardware types

2012-03-04 Thread Turquette, Mike
On Sun, Mar 4, 2012 at 9:42 AM, Andrew Lunn and...@lunn.ch wrote: On Sat, Mar 03, 2012 at 12:29:01AM -0800, Mike Turquette wrote: Many platforms support simple gateable clocks, fixed-rate clocks, adjustable divider clocks and multi-parent multiplexer clocks. This patch introduces basic clock

Re: [PATCH] clk: Fix compile errors in DEFINE_CLK_GATE

2012-03-04 Thread Turquette, Mike
On Sun, Mar 4, 2012 at 12:33 PM, Andrew Lunn and...@lunn.ch wrote: From 71e9a676b2b2f0dc2bb0cc395e8325cf38f4808b Mon Sep 17 00:00:00 2001 From: Andrew Lunn and...@lunn.ch Date: Sun, 4 Mar 2012 16:31:14 +0100 Subject: [PATCH] [clk] Fix compile errors in DEFINE_CLK_GATE() Signed-off-by: Andrew

Re: [PATCH v5 2/4] clk: Kconfig: add entry for HAVE_CLK_PREPARE

2012-03-04 Thread Richard Zhao
On Sat, Mar 03, 2012 at 12:28:59AM -0800, Mike Turquette wrote: The common clk framework provides clk_prepare and clk_unprepare implementations. Create an entry for HAVE_CLK_PREPARE so that COMMON_CLK can select it. Signed-off-by: Mike Turquette mturque...@linaro.org Signed-off-by: Mike

Re: [PATCH v2 0/6] mmc: omap_hsmmc: Clean up use/abuse of pdev-id

2012-03-04 Thread Rajendra Nayak
On Friday 24 February 2012 03:40 PM, Rajendra Nayak wrote: Chris, On Thursday 23 February 2012 04:56 PM, Rajendra Nayak wrote: Re-sending as these patches did not make it to the lists due to issues with my 'git send-email' This series mainly cleans up all instances of hardcoding's in the