Re: [RFC][PATCH 1/2] ARM: OMAP4: clock: Add device tree support for AUXCLKs

2013-04-10 Thread Mike Turquette
Quoting Nishanth Menon (2013-04-09 13:49:00) > On 10:43-20130409, Tony Lindgren wrote: > > * Tony Lindgren [130409 09:54]: > > > * Roger Quadros [130409 03:00]: > > > > On 04/05/2013 06:58 PM, Tony Lindgren wrote: > > > > > > > > > > Can't you just use the clock name there to get it? > > > > >

Re: [RFC][PATCH 1/2] ARM: OMAP4: clock: Add device tree support for AUXCLKs

2013-04-11 Thread Mike Turquette
Quoting Nishanth Menon (2013-04-10 10:39:21) > diff --git a/drivers/clk/omap/clk.c b/drivers/clk/omap/clk.c > new file mode 100644 > index 000..63a4cce > --- /dev/null > +++ b/drivers/clk/omap/clk.c > @@ -0,0 +1,94 @@ > +/* > + * Texas Instruments OMAP Clock driver > + * > + * Copyright (C) 201

Re: [PATCH v4 00/17] ARM: at91: move to common clk framework

2013-11-07 Thread Mike Turquette
n of this > series and I guess that we have finalized it. > > So gentlemen, It can be good for us if you can give us your "review" or > "acknowledgement" tags... I guess you want to take this through your tree? If so please add: Acked-by: Mike Turquette Regards

Re: [PATCH v5 06/17] clk: at91: add PMC pll clocks

2013-11-27 Thread Mike Turquette
Quoting Boris BREZILLON (2013-11-12 13:57:19) > +static const struct clk_ops pll_ops = { > + .prepare = clk_pll_prepare, > + .is_prepared = clk_pll_is_ready, > + .disable = clk_pll_disable, > + .is_enabled = clk_pll_is_ready, > + .recalc_rate = clk_pll_recalc_rate, > +

Re: [PATCH v5 08/17] clk: at91: add PMC system clocks

2013-11-27 Thread Mike Turquette
Quoting Boris BREZILLON (2013-11-12 14:05:35) > This patch adds new at91 system clock implementation using common clk > framework. > > Some peripherals need to enable a "system" clock in order to work properly. > Each system clock is given an id based on the bit position in SCER/SCDR > registers.

Re: [PATCH v5 00/17] ARM: at91: move to common clk framework

2013-11-30 Thread Mike Turquette
Quoting Boris BREZILLON (2013-11-12 12:51:52) > Hello, > > This patch series is the 5th version of the at91 clk implementations > using the Common Clk Framework. Thanks for sending this latest version. A couple recurring themes to be addressed: 1) Some clocks implement .prepare and .disable but

Re: [PATCH v6 00/16] ARM: at91: move to common clk framework

2013-11-30 Thread Mike Turquette
Quoting Boris BREZILLON (2013-11-28 04:36:24) > Hello, > > This patch series is the 5th version of the at91 clk implementations > using the Common Clk Framework. Oops, I just replied to v5 of this series. Thanks for the fixes. Which tree do you want this to go through? Regards, Mike > > Most o

Re: [PATCH v3 2/8] clk: samsung: pll: Add support for PLL6552 and PLL6553

2013-08-02 Thread Mike Turquette
Quoting Tomasz Figa (2013-07-28 05:38:25) > On Sunday 28 of July 2013 13:30:51 Mark Brown wrote: > > On Wed, Jul 24, 2013 at 01:52:19AM +0200, Tomasz Figa wrote: > > > Changes since v2: > > > - Reworked to use new PLL registration method introduced by Yadwinder > > > > > >Singh Brar's patch

Re: [PATCH v2 0/8] Common Clock Framework support for Samsung S3C64xx

2013-08-05 Thread Mike Turquette
agement code. > > > > Depends on: > > - [PATCH v4 00/20] Samsung PWM support cleanup > > http://thread.gmane.org/gmane.linux.kernel.samsung-soc/20856 > > > > On S3C6410-based Tiny6410 board (Mini6410-compatible): > > > > Tested-by: Tomasz Figa >

Re: RE: [PATCH v2 0/8] Common Clock Framework support for Samsung S3C64xx

2013-08-19 Thread Mike Turquette
Quoting Kukjin Kim (2013-08-17 03:30:11) > Tomasz Figa wrote: > > [...] > > > > > > > > > > > > > Basically, this series looks good to me, but I'm not sure how this > > > > > > should be handled because of dependency with PWM cleanup and clk > > > > > > stuff > > > > > > in clk tree now... > > >

Re: [PATCH v9 20/20] mdf: omap-usb-host: get rid of build warning

2013-01-23 Thread Mike Turquette
Quoting Roger Quadros (2013-01-23 02:38:12) > Fixes the below build warning when driver is built-in. > > drivers/mfd/omap-usb-host.c:750:12: warning: > ‘usbhs_omap_remove’ defined but not used [-Wunused-function] > > Signed-off-by: Roger Quadros > Reviewed-by: Felipe Balbi Hi Roger, I just no

Re: [PATCH 1/7] clk: samsung: pll: Add support for PLL6552 and PLL6553

2013-06-11 Thread Mike Turquette
Quoting Tomasz Figa (2013-06-05 16:57:25) > This patch adds support for PLL6552 and PLL6553 PLLs present on Samsung > S3C64xx SoCs. > > Signed-off-by: Tomasz Figa Acked-by: Mike Turquette or I can take it into clk-next. > --- > drivers/clk/samsu

Re: [PATCH 2/7] clk: samsung: Add clock driver for S3C64xx SoCs

2013-06-11 Thread Mike Turquette
Quoting Tomasz Figa (2013-06-05 16:57:26) > This patch adds new, Common Clock Framework-based clock driver for Samsung > S3C64xx SoCs. The driver is just added, without actually letting the > platforms use it yet, since this requires more intermediate steps. > It seems like there is an awful lot

Re: [PATCH v8 06/14] CLK: TI: OMAP3: Get rid of unused USB Host dummy clocks

2014-02-26 Thread Mike Turquette
Quoting Roger Quadros (2014-02-25 01:32:19) > Hi Mike, > > On 02/25/2014 10:43 AM, Mike Turquette wrote: > > Quoting Roger Quadros (2014-02-20 03:40:01) > >> The OMAP USB Host MFD driver no longer expects these non-existing > >> clocks from the OMAP3 platform, s

Re: [PATCH 00/10] Convert MSM to common clock framework

2012-09-21 Thread Mike Turquette
Quoting Stephen Boyd (2012-09-20 19:26:48) > This patchset moves the existing MSM clock code and affected drivers to the > common clock framework. A prerequisite of moving to the common clock > framework is to use clk_prepare() and clk_enable() so the first > few patches migrate drivers to that cal

Re: [PATCH v8 06/14] CLK: TI: OMAP3: Get rid of unused USB Host dummy clocks

2014-02-25 Thread Mike Turquette
Quoting Roger Quadros (2014-02-20 03:40:01) > The OMAP USB Host MFD driver no longer expects these non-existing > clocks from the OMAP3 platform, so get rid of them. Looks good to me. Regards, Mike > > CC: Tero Kristo > CC: Mike Turquette > Signed-off-by: Roger Quadros

Re: [PATCH v3 1/8] clk: sunxi: Implement A31 USB clock

2014-05-12 Thread Mike Turquette
s de Goede Acked-by: Mike Turquette > --- > drivers/clk/sunxi/clk-sunxi.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/drivers/clk/sunxi/clk-sunxi.c b/drivers/clk/sunxi/clk-sunxi.c > index bd7dc733c1ca..d9bab75f128b 100644 > --- a/drivers/clk/sunxi