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 drive

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 > Signed-off-by: Mike Turquette > Acked

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 wrote: > From 71e9a676b2b2f0dc2bb0cc395e8325cf38f4808b Mon Sep 17 00:00:00 2001 > From: Andrew Lunn > Date: Sun, 4 Mar 2012 16:31:14 +0100 > Subject: [PATCH] [clk] Fix compile errors in DEFINE_CLK_GATE() > > Signed-off-by: Andrew Lunn Thanks Andrew.

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 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 types

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 wrote: >> +#define DEFINE_CLK_GATE(_name, _parent_name, _parent_ptr,    \ >> +                             _flags, _reg, _bit_idx,         \ >> +                             _gate_flags, _lock)             \ >> +     static struct clk _name;            

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 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 wrote: >> > On Sat, Mar 03, 2012 at 12:29:00AM -0800, Mike Turquette wrote: >> >> The common clock framework defines a common stru

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 *_name##_parent

[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 Date: Sun, 4 Mar 2012 16:31:14 +0100 Subject: [PATCH] [clk] Fix compile errors in DEFINE_CLK_GATE() Signed-off-by: Andrew Lunn --- include/linux/clk-private.h |4 ++-- 1 files changed, 2 insertions(+),

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 commo

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 *_name##_parent

Single zImage and KVM

2012-03-04 Thread Michael Hope
I'd like to have one KVM kernel image which is suitable for the real hardware host and the virtio based guest. The single zImage plus Device Tree work seem like a great way to do this. We're currently using the vexpress-a15 on a Fast Model as the host and a vexpress-a15 as the guest. Device Tree

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) > > +

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 wrote: > >> I am starting with fastmodel and getting Android booting on it .I am >> currently using RTSM_VE for A15 to start with and NFS filesystem. U

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 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 well as an imp