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
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
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.
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
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;
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
> +#define DEFINE_CLK_GATE(_name, _parent_name, _parent_ptr,\
> + _flags, _reg, _bit_idx, \
> + _gate_flags, _lock) \
> + static struct clk _name;\
> + static char *_name##_parent
>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(+),
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
> +#define DEFINE_CLK_GATE(_name, _parent_name, _parent_ptr,\
> + _flags, _reg, _bit_idx, \
> + _gate_flags, _lock) \
> + static struct clk _name;\
> + static char *_name##_parent
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
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)
> > +
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
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
14 matches
Mail list logo