[GIT PULL] clk: changes for 3.14, part 2

2014-01-27 Thread Mike Turquette
clocks support clk: shmobile: Add DIV6 clock support clk: shmobile: Add MSTP clock support Mark Zhang (3): clk: tegra: Correct sbc mux width parent clk: tegra: Fix vde/2d/3d clock src offset clk: tegra: Set the clock parent of gr2d/gr3d to pll_c2 Mike Turquette (17

Re: [PATCH 0/2] Enable clock controllers on MSM

2014-01-27 Thread Mike Turquette
Quoting Kumar Gala (2014-01-23 13:57:58) On Jan 23, 2014, at 2:43 PM, Olof Johansson o...@lixom.net wrote: On Thu, Jan 23, 2014 at 11:59 AM, Kumar Gala ga...@codeaurora.org wrote: On Jan 23, 2014, at 11:25 AM, Kevin Hilman khil...@linaro.org wrote: Stephen Boyd

[GIT PULL] clk: changes for 3.14, part 1

2014-01-23 Thread Mike Turquette
obile: Add DIV6 clock support clk: shmobile: Add MSTP clock support Mark Zhang (3): clk: tegra: Correct sbc mux width & parent clk: tegra: Fix vde/2d/3d clock src offset clk: tegra: Set the clock parent of gr2d/gr3d to pll_c2 Mike Turquette (15): Merge tag 'sunx

[GIT PULL] clk: changes for 3.14, part 1

2014-01-23 Thread Mike Turquette
DIV6 clock support clk: shmobile: Add MSTP clock support Mark Zhang (3): clk: tegra: Correct sbc mux width parent clk: tegra: Fix vde/2d/3d clock src offset clk: tegra: Set the clock parent of gr2d/gr3d to pll_c2 Mike Turquette (15): Merge tag 'sunxi-clk-for-3.13

Re: [PATCH] clk: export __clk_get_hw for re-use in others

2014-01-22 Thread Mike Turquette
On Wed, Jan 22, 2014 at 9:59 AM, Stephen Boyd wrote: > On 01/21/14 21:23, SeongJae Park wrote: >> On Wed, Jan 22, 2014 at 1:59 PM, Greg KH wrote: >>> On Wed, Jan 22, 2014 at 12:05:57PM +0900, SeongJae Park wrote: Dear Greg, Mike, May I ask your answer or other opinion, please? >>>

Re: [PATCH] clk: export __clk_get_hw for re-use in others

2014-01-22 Thread Mike Turquette
On Wed, Jan 22, 2014 at 9:59 AM, Stephen Boyd sb...@codeaurora.org wrote: On 01/21/14 21:23, SeongJae Park wrote: On Wed, Jan 22, 2014 at 1:59 PM, Greg KH gre...@linuxfoundation.org wrote: On Wed, Jan 22, 2014 at 12:05:57PM +0900, SeongJae Park wrote: Dear Greg, Mike, May I ask your answer

Re: [PATCH] clk: export __clk_get_hw for re-use in others

2014-01-19 Thread Mike Turquette
On Sun, Jan 19, 2014 at 9:37 AM, Greg KH wrote: > On Sun, Jan 19, 2014 at 02:55:07PM +0900, SeongJae Park wrote: >> Following build comes while modprobe process: >> > ERROR: "__clk_get_hw" [drivers/clk/clk-max77686.ko] undefined! >> > make[2]: *** [__modpost] Error 1 >> > make[1]: *** [modules]

Re: [PATCH] clk: export __clk_get_hw for re-use in others

2014-01-19 Thread Mike Turquette
On Sun, Jan 19, 2014 at 9:37 AM, Greg KH gre...@linuxfoundation.org wrote: On Sun, Jan 19, 2014 at 02:55:07PM +0900, SeongJae Park wrote: Following build comes while modprobe process: ERROR: __clk_get_hw [drivers/clk/clk-max77686.ko] undefined! make[2]: *** [__modpost] Error 1 make[1]: ***

Re: [PATCH 1/4] clk: sunxi: Add support for PLL6 on the A31

2014-01-17 Thread Mike Turquette
Quoting Maxime Ripard (2014-01-16 09:11:22) > The A31 has a slightly different PLL6 clock. Add support for this new clock in > our driver. > > Signed-off-by: Maxime Ripard This looks good to me. I guess it will be going in for 3.15 based on the comments in the coverletter. Regards, Mike > ---

Re: [PATCH 1/4] clk: sunxi: Add support for PLL6 on the A31

2014-01-17 Thread Mike Turquette
Quoting Maxime Ripard (2014-01-16 09:11:22) The A31 has a slightly different PLL6 clock. Add support for this new clock in our driver. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com This looks good to me. I guess it will be going in for 3.15 based on the comments in the

Re: [PATCH v2] clk: sirf: re-arch to make the codes support both prima2 and atlas6

2014-01-14 Thread Mike Turquette
Quoting Barry Song (2014-01-05 21:38:19) > diff --git a/drivers/clk/sirf/clk-atlas6.c b/drivers/clk/sirf/clk-atlas6.c > new file mode 100644 > index 000..21e776a > --- /dev/null > +++ b/drivers/clk/sirf/clk-atlas6.c > @@ -0,0 +1,153 @@ > +/* > + * Clock tree for CSR SiRFatlasVI > + * > + *

Re: [PATCH v2] clk: sirf: re-arch to make the codes support both prima2 and atlas6

2014-01-14 Thread Mike Turquette
Quoting Barry Song (2014-01-05 21:38:19) diff --git a/drivers/clk/sirf/clk-atlas6.c b/drivers/clk/sirf/clk-atlas6.c new file mode 100644 index 000..21e776a --- /dev/null +++ b/drivers/clk/sirf/clk-atlas6.c @@ -0,0 +1,153 @@ +/* + * Clock tree for CSR SiRFatlasVI + * + * Copyright (c)

[GIT PULL] clk: fixes for 3.13

2014-01-09 Thread Mike Turquette
ung: exynos5250: Add CLK_IGNORE_UNUSED flag for the sysreg clock Andrew Bresticker (1): clk: exynos5250: fix sysmmu_mfc{l,r} gate clocks James Hogan (1): clk: clk-divider: fix divisor > 255 bug Krzysztof Kozlowski (1): clk: exynos: File scope reg_save array should depend on PM_SLEEP

[GIT PULL] clk: fixes for 3.13

2014-01-09 Thread Mike Turquette
: exynos5250: Add CLK_IGNORE_UNUSED flag for the sysreg clock Andrew Bresticker (1): clk: exynos5250: fix sysmmu_mfc{l,r} gate clocks James Hogan (1): clk: clk-divider: fix divisor 255 bug Krzysztof Kozlowski (1): clk: exynos: File scope reg_save array should depend on PM_SLEEP Mike

Re: [PATCH] MAINTAINERS: Add entry for Samsung SoC clock drivers

2014-01-08 Thread Mike Turquette
ith me taking the maintainer role. > > > > Signed-off-by: Tomasz Figa > > Acked-by: Kyungmin Park > > Acked-by: Mike Turquette > > Acked-by: Sachin Kamat > > Acked-by: Sylwester Nawrocki > > Acked-by: Kukjin Kim > > --- > > MAINTAINERS | 6

Re: linux-next: manual merge of the renesas tree with the arm-soc tree

2014-01-08 Thread Mike Turquette
Quoting Nicolas Ferre (2014-01-06 01:44:27) > On 04/01/2014 06:11, Olof Johansson : > > On Mon, Dec 16, 2013 at 2:00 AM, Nicolas Ferre > > wrote: > >> On 16/12/2013 00:47, Stephen Rothwell : > >>> Hi Simon, > >>> > >>> Today's linux-next merge of the renesas tree got a conflict in > >>>

Re: linux-next: manual merge of the renesas tree with the arm-soc tree

2014-01-08 Thread Mike Turquette
Quoting Nicolas Ferre (2014-01-06 01:44:27) On 04/01/2014 06:11, Olof Johansson : On Mon, Dec 16, 2013 at 2:00 AM, Nicolas Ferre nicolas.fe...@atmel.com wrote: On 16/12/2013 00:47, Stephen Rothwell : Hi Simon, Today's linux-next merge of the renesas tree got a conflict in

Re: [PATCH] MAINTAINERS: Add entry for Samsung SoC clock drivers

2014-01-08 Thread Mike Turquette
. Signed-off-by: Tomasz Figa t.f...@samsung.com Acked-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Mike Turquette mturque...@linaro.org Acked-by: Sachin Kamat sachin.ka...@linaro.org Acked-by: Sylwester Nawrocki s.nawro...@samsung.com Acked-by: Kukjin Kim kgene@samsung.com

Re: [PATCH RESEND 1/4] clk: clk-s2mps11: Refactor for including support for other MFD clocks

2013-12-31 Thread Mike Turquette
Quoting Mark Brown (2013-12-31 08:09:16) > On Mon, Dec 30, 2013 at 09:33:50AM +0530, Tushar Behera wrote: > > > Commit 1b1ccee1e821 "mfd: s2mps11: Fix build after regmap field rename > > in sec-core.c" is also touching this file, which is in Mark's tree > > right now. If I rebase > > It's been

Re: [PATCH RESEND 1/4] clk: clk-s2mps11: Refactor for including support for other MFD clocks

2013-12-31 Thread Mike Turquette
Quoting Mark Brown (2013-12-31 08:09:16) On Mon, Dec 30, 2013 at 09:33:50AM +0530, Tushar Behera wrote: Commit 1b1ccee1e821 mfd: s2mps11: Fix build after regmap field rename in sec-core.c is also touching this file, which is in Mark's tree right now. If I rebase It's been in Linus'

Re: [PATCH RESEND 1/4] clk: clk-s2mps11: Refactor for including support for other MFD clocks

2013-12-29 Thread Mike Turquette
icate driver altogether. Can you rebase patches #1 & #2 onto clk-next? They do not apply cleanly as-is. Regards, Mike > > Signed-off-by: Tushar Behera > Reviewed-by: Tomasz Figa > Reviewed-by: Yadwinder Singh Brar > CC: Mike Turquette > --- > drivers/clk/clk-s2mps11.c

Re: [PATCH 0/7] misc Tegra clock fixes

2013-12-29 Thread Mike Turquette
Quoting Andrew Bresticker (2013-12-26 16:44:20) > Fixes for various clock-related issues found during bringup of > Tegra124-based Venice2 and Norrin boards. Acked-by: Mike Turquette > > Andrew Bresticker (3): > clk: tegra: fix sdmmc clks on Tegra1x4 > clk: tegra: cc

Re: [PATCH v5 Resend 1/3] clk: samsung: Add clock driver for s5pc110/s5pv210

2013-12-29 Thread Mike Turquette
Kyungmin Park Acked-by: Mike Turquette > --- > .../bindings/clock/samsung,s5pv210-clock.txt | 75 +++ > drivers/clk/samsung/Makefile | 3 + > drivers/clk/samsung/clk-s5pv210.c | 673 > + > include/dt-bindin

Re: [PATCH v5 Resend 1/3] clk: samsung: Add clock driver for s5pc110/s5pv210

2013-12-29 Thread Mike Turquette
...@partner.samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Acked-by: Mike Turquette mturque...@linaro.org --- .../bindings/clock/samsung,s5pv210-clock.txt | 75 +++ drivers/clk/samsung/Makefile | 3 + drivers/clk/samsung/clk-s5pv210.c

Re: [PATCH 0/7] misc Tegra clock fixes

2013-12-29 Thread Mike Turquette
Quoting Andrew Bresticker (2013-12-26 16:44:20) Fixes for various clock-related issues found during bringup of Tegra124-based Venice2 and Norrin boards. Acked-by: Mike Turquette mturque...@linaro.org Andrew Bresticker (3): clk: tegra: fix sdmmc clks on Tegra1x4 clk: tegra: cclk_lp has

Re: [PATCH RESEND 1/4] clk: clk-s2mps11: Refactor for including support for other MFD clocks

2013-12-29 Thread Mike Turquette
altogether. Can you rebase patches #1 #2 onto clk-next? They do not apply cleanly as-is. Regards, Mike Signed-off-by: Tushar Behera tushar.beh...@linaro.org Reviewed-by: Tomasz Figa t.f...@samsung.com Reviewed-by: Yadwinder Singh Brar yadi.b...@samsung.com CC: Mike Turquette mturque...@linaro.org

Re: [GIT PULL] clk: initial support for Broadcom Kona clocks

2013-12-26 Thread Mike Turquette
Quoting Alex Elder (2013-12-16 07:26:29) > Mike, please pull the following for 3.14. It adds clock support > for Broadcom SoCs having "Kona" clock control units. Thanks. Pulled into clk-next. Thanks! Mike > > -Alex > > The following changes since

Re: [GIT PULL] clk: initial support for Broadcom Kona clocks

2013-12-26 Thread Mike Turquette
Quoting Alex Elder (2013-12-16 07:26:29) Mike, please pull the following for 3.14. It adds clock support for Broadcom SoCs having Kona clock control units. Thanks. Pulled into clk-next. Thanks! Mike -Alex The following changes since commit

Re: [RFC 12/18] clk: versatile: Split config options for sp810 and vexpress_osc

2013-12-23 Thread Mike Turquette
> > Signed-off-by: Pawel Moll > Cc: Mike Turquette Is there a reason to continue to expose these as user-visible config options? I guess that with Device Tree we can just include clock nodes (or not) for boards that use these clocks (or do not use them). And it seems for many configurat

Re: [RFC 12/18] clk: versatile: Split config options for sp810 and vexpress_osc

2013-12-23 Thread Mike Turquette
Moll pawel.m...@arm.com Cc: Mike Turquette mturque...@linaro.org Is there a reason to continue to expose these as user-visible config options? I guess that with Device Tree we can just include clock nodes (or not) for boards that use these clocks (or do not use them). And it seems for many

Re: [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2013-12-22 Thread Mike Turquette
>> >> > > > > >> >> Signed-off-by: Takashi Yoshii > > > > >> > > > > > >> > Thanks. > > > > >> > > > > > >> > I plan to add this patch to a new topic branch, > > >

Re: [PATCH v2] MAINTAINERS: take maintainership for Energy Micro efm32 SoCs

2013-12-22 Thread Mike Turquette
Quoting Uwe Kleine-König (2013-12-20 12:21:59) > Acked-by: Greg Kroah-Hartman > Acked-by: Mark Brown > Signed-off-by: Uwe Kleine-König > --- > Hello, > > On Fri, Dec 20, 2013 at 11:55:30PM +0400, Alexander Shiyan wrote: > > [...] > > > +F: arch/arm/boot/dts/efm32* > > > +F:

Re: [PATCH v2] MAINTAINERS: take maintainership for Energy Micro efm32 SoCs

2013-12-22 Thread Mike Turquette
Quoting Uwe Kleine-König (2013-12-20 12:21:59) Acked-by: Greg Kroah-Hartman gre...@linuxfoundation.org Acked-by: Mark Brown broo...@linaro.org Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de --- Hello, On Fri, Dec 20, 2013 at 11:55:30PM +0400, Alexander Shiyan wrote: [...]

Re: [PATCH v2 3/3] ARM: shmobile: kzm9d: Use common clock framework

2013-12-22 Thread Mike Turquette
. I plan to add this patch to a new topic branch, topic/emev2-common-clock, in the renesas tree and queue it up from there for inclusion in mainline if/when the first patch of this series is accepted by Mike Turquette. Thanks for picking up patches, Simon

Re: [PATCH] clk: tegra: Add missing Tegra20 fuse clks

2013-12-19 Thread Mike Turquette
tch and the other series touching fuses that > showed up today? (or the dependencies will be resolved by deferring > dependant patches to 3.15...) > Acked-by: Mike Turquette Quick note: now that we're using pull requests for the Nvidia clock patches I'll just Ack patches that look good to

Re: [PATCH] clk: at91: fix pmc_clk_ids data type attriubte

2013-12-19 Thread Mike Turquette
Quoting Boris BREZILLON (2013-12-16 13:25:27) > Fix pmc_clk_ids data type attribute (__initdata -> __initconst). > > Signed-off-by: Boris BREZILLON > Reported-by: Fengguang Wu Acked-by: Mike Turquette > --- > drivers/clk/at91/pmc.c |2 +- > 1 file changed, 1

Re: [PATCH] clk: at91: fix pmc_clk_ids data type attriubte

2013-12-19 Thread Mike Turquette
Quoting Boris BREZILLON (2013-12-16 13:25:27) Fix pmc_clk_ids data type attribute (__initdata - __initconst). Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Reported-by: Fengguang Wu fengguang...@intel.com Acked-by: Mike Turquette mturque...@linaro.org --- drivers/clk/at91/pmc.c

Re: [PATCH] clk: tegra: Add missing Tegra20 fuse clks

2013-12-19 Thread Mike Turquette
series touching fuses that showed up today? (or the dependencies will be resolved by deferring dependant patches to 3.15...) Acked-by: Mike Turquette mturque...@linaro.org Quick note: now that we're using pull requests for the Nvidia clock patches I'll just Ack patches that look good to me

Re: [PATCH] clk: at91: fix pmc_clk_ids data type attriubte

2013-12-18 Thread Mike Turquette
Quoting Nicolas Ferre (2013-12-17 01:33:04) > On 16/12/2013 22:25, Boris BREZILLON : > > Fix pmc_clk_ids data type attribute (__initdata -> __initconst). > > > > Signed-off-by: Boris BREZILLON > > Reported-by: Fengguang Wu > > Acked-by: Nicolas Ferre > > I take it in at91-3.14-cleanup2

Re: [PATCH] clk: exynos: File scope reg_save array should depend on PM_SLEEP

2013-12-18 Thread Mike Turquette
g_save’ defined but > not used [-Wunused-variable] > > Signed-off-by: Krzysztof Kozlowski Acked-by: Mike Turquette > --- > drivers/clk/samsung/clk-exynos-audss.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/drivers/clk/samsung/clk-exyn

[PATCH] clk: remove CONFIG_COMMON_CLK_DEBUG

2013-12-18 Thread Mike Turquette
Populate ${DEBUGS_MOUNT_POINT}/clk if CONFIG_DEBUG_FS is set. This eliminates the extra (annoying) step of enabling the config option manually. Signed-off-by: Mike Turquette --- drivers/clk/Kconfig | 10 -- drivers/clk/clk.c | 2 +- include/linux/clk-private.h | 2

[PATCH] clk: remove CONFIG_COMMON_CLK_DEBUG

2013-12-18 Thread Mike Turquette
Populate ${DEBUGS_MOUNT_POINT}/clk if CONFIG_DEBUG_FS is set. This eliminates the extra (annoying) step of enabling the config option manually. Signed-off-by: Mike Turquette mturque...@linaro.org --- drivers/clk/Kconfig | 10 -- drivers/clk/clk.c | 2 +- include/linux

Re: [PATCH] clk: exynos: File scope reg_save array should depend on PM_SLEEP

2013-12-18 Thread Mike Turquette
[-Wunused-variable] Signed-off-by: Krzysztof Kozlowski k.kozlow...@samsung.com Acked-by: Mike Turquette mturque...@linaro.org --- drivers/clk/samsung/clk-exynos-audss.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/clk/samsung/clk-exynos-audss.c

Re: [PATCH] clk: at91: fix pmc_clk_ids data type attriubte

2013-12-18 Thread Mike Turquette
Quoting Nicolas Ferre (2013-12-17 01:33:04) On 16/12/2013 22:25, Boris BREZILLON : Fix pmc_clk_ids data type attribute (__initdata - __initconst). Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Reported-by: Fengguang Wu fengguang...@intel.com Acked-by: Nicolas Ferre

Re: [PATCH v5] clk: si570: Add a driver for SI570 oscillators

2013-12-17 Thread Mike Turquette
Quoting Guenter Roeck (2013-12-14 08:33:27) > On 10/02/2013 04:17 PM, Mike Turquette wrote: > > Quoting Sören Brinkmann (2013-10-02 10:20:38) > >> Hi Mike, > >> > >> could you please comment on this/apply it to clk-next? > > > > It looks good and is

Re: [PATCH v5] clk: si570: Add a driver for SI570 oscillators

2013-12-17 Thread Mike Turquette
Quoting Guenter Roeck (2013-12-14 08:33:27) On 10/02/2013 04:17 PM, Mike Turquette wrote: Quoting Sören Brinkmann (2013-10-02 10:20:38) Hi Mike, could you please comment on this/apply it to clk-next? It looks good and is in the queue. Will show up in clk-next in a few days. Hi

Re: [PATCH v2 2/3] clk: bcm281xx: add initial clock framework support

2013-12-15 Thread Mike Turquette
On Sun, Dec 15, 2013 at 8:29 PM, Alex Elder wrote: > In the mean time, I have created a new branch that > is based on v3.13-rc4 (and includes Tim's prerequisite > patches). Pull request (still wrapped my my mailer) > is below. Hi Alex, This isn't a mess but is pretty normal. Can you create a

Re: [PATCH v2 2/3] clk: bcm281xx: add initial clock framework support

2013-12-15 Thread Mike Turquette
On Sun, Dec 15, 2013 at 8:29 PM, Alex Elder alex.el...@linaro.org wrote: In the mean time, I have created a new branch that is based on v3.13-rc4 (and includes Tim's prerequisite patches). Pull request (still wrapped my my mailer) is below. Hi Alex, This isn't a mess but is pretty normal.

Re: [PATCH] drivers: clk: Fix build break introduced in 3e1e4a5f

2013-12-14 Thread Mike Turquette
Quoting Rashika Kheria (2013-12-13 23:46:06) > This patch fixes the build break introduced by 3e1e4a5f. The mentioned > commit id makes the changes in file "include/linux/mfd/samsung/core.h" > by changing the members of structure sec_pmic_dev. > > The patch replaces "regmap" with "regmap_pmic"

Re: [PATCH v2 2/3] clk: bcm281xx: add initial clock framework support

2013-12-14 Thread Mike Turquette
Quoting Alex Elder (2013-12-04 07:33:35) > + return true; > +} > + > +/* A bit position must be less than the number of bits in a 32-bit > register. */ Hi Alex, The patch is corrupt at line 634 and several other places below. Did you edit it manually? I'm happy with the series after

Re: [PATCH v2 2/3] clk: bcm281xx: add initial clock framework support

2013-12-14 Thread Mike Turquette
Quoting Alex Elder (2013-12-04 07:33:35) + return true; +} + +/* A bit position must be less than the number of bits in a 32-bit register. */ Hi Alex, The patch is corrupt at line 634 and several other places below. Did you edit it manually? I'm happy with the series after reviewing

Re: [PATCH] drivers: clk: Fix build break introduced in 3e1e4a5f

2013-12-14 Thread Mike Turquette
Quoting Rashika Kheria (2013-12-13 23:46:06) This patch fixes the build break introduced by 3e1e4a5f. The mentioned commit id makes the changes in file include/linux/mfd/samsung/core.h by changing the members of structure sec_pmic_dev. The patch replaces regmap with regmap_pmic because

Re: [PATCH 22/41] clk: ux500: Copy u8500_clk_init() ready for DT enablement

2013-12-12 Thread Mike Turquette
when booting with Device Tree. > > > > Cc: Mike Turquette > > Signed-off-by: Lee Jones > > I *really* like the looks of this! Mike can we have your ACK on this? Acked-by: Mike Turquette > > Yours, > Linus Walleij -- To unsubscribe from this list: send the

Re: [PATCH] MAINTAINERS: Add maintainer for the ARM Ux500 clock driver

2013-12-12 Thread Mike Turquette
Quoting Linus Walleij (2013-11-18 02:49:37) > On Tue, Nov 12, 2013 at 11:41 AM, Ulf Hansson wrote: > > Cc: Linus Walleij > > Cc: Mike Turquette > > Signed-off-by: Ulf Hansson > > --- > > MAINTAINERS |8 > > 1 file changed, 8 insertions(+)

Re: [PATCH] MAINTAINERS: Add maintainer for the ARM Ux500 clock driver

2013-12-12 Thread Mike Turquette
Quoting Linus Walleij (2013-11-18 02:49:37) On Tue, Nov 12, 2013 at 11:41 AM, Ulf Hansson ulf.hans...@linaro.org wrote: Cc: Linus Walleij linus.wall...@linaro.org Cc: Mike Turquette mturque...@linaro.org Signed-off-by: Ulf Hansson ulf.hans...@linaro.org --- MAINTAINERS |8

Re: [PATCH 22/41] clk: ux500: Copy u8500_clk_init() ready for DT enablement

2013-12-12 Thread Mike Turquette
with Device Tree. Cc: Mike Turquette mturque...@linaro.org Signed-off-by: Lee Jones lee.jo...@linaro.org I *really* like the looks of this! Mike can we have your ACK on this? Acked-by: Mike Turquette mturque...@linaro.org Yours, Linus Walleij -- To unsubscribe from this list: send

Re: [PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-12-04 Thread Mike Turquette
Quoting Jason Cooper (2013-12-01 19:15:58) > On Thu, Nov 28, 2013 at 09:02:58AM +0100, boris brezillon wrote: > > On 27/11/2013 19:10, Mike Turquette wrote: > > >Quoting boris brezillon (2013-11-27 09:19:08) > > >>>On Wed, Nov 27, 2013 at 01:44:45PM +0100, Bori

Re: pull request for clk-tegra-next

2013-12-04 Thread Mike Turquette
Quoting Stephen Warren (2013-12-03 09:35:21) > On 11/28/2013 07:18 AM, Peter De Schrijver wrote: > > The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: > > > > Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) > > > > are available in the git repository at: > >

Re: pull request for clk-tegra-next

2013-12-04 Thread Mike Turquette
Quoting Stephen Warren (2013-12-03 09:35:21) On 11/28/2013 07:18 AM, Peter De Schrijver wrote: The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) are available in the git repository at:

Re: [PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-12-04 Thread Mike Turquette
Quoting Jason Cooper (2013-12-01 19:15:58) On Thu, Nov 28, 2013 at 09:02:58AM +0100, boris brezillon wrote: On 27/11/2013 19:10, Mike Turquette wrote: Quoting boris brezillon (2013-11-27 09:19:08) On Wed, Nov 27, 2013 at 01:44:45PM +0100, Boris BREZILLON wrote: ... I would also prefer

Re: pull request for clk-tegra-next

2013-12-03 Thread Mike Turquette
On Tue, Dec 3, 2013 at 9:35 AM, Stephen Warren wrote: > On 11/28/2013 07:18 AM, Peter De Schrijver wrote: >> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: >> >> Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) >> >> are available in the git repository at: >>

Re: pull request for clk-tegra-next

2013-12-03 Thread Mike Turquette
On Tue, Dec 3, 2013 at 9:35 AM, Stephen Warren swar...@wwwdotorg.org wrote: On 11/28/2013 07:18 AM, Peter De Schrijver wrote: The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) are available in the git repository at:

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

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

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 of the

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 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 V4 1/6] clk: exynos-audss: convert to platform device

2013-11-27 Thread Mike Turquette
can initialize it later as a platform device. > > Signed-off-by: Andrew Bresticker > Acked-by: Tomasz Figa > Reviewed-by: Sylwester Nawrocki Acked-by: Mike Turquette > --- > Changes since v3: > - __init -> __exit for module exit function > - fixed nits from Sylwester &

Re: [PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-11-27 Thread Mike Turquette
Quoting boris brezillon (2013-11-27 09:19:08) > Hi Jason, > > On 27/11/2013 15:56, Jason Cooper wrote: > > Boris, > > > > Thanks for posting this series. Bear with me as I'm attempting to give > > MikeT a hand. > Nice to hear. > Mike already took a look at this series, but I'm happy to get more

Re: [PATCH v2 2/2] clk: add accuracy support for fixed clock

2013-11-27 Thread Mike Turquette
Quoting boris brezillon (2013-11-27 09:19:08) Hi Jason, On 27/11/2013 15:56, Jason Cooper wrote: Boris, Thanks for posting this series. Bear with me as I'm attempting to give MikeT a hand. Nice to hear. Mike already took a look at this series, but I'm happy to get more feedbacks.

Re: [PATCH V4 1/6] clk: exynos-audss: convert to platform device

2013-11-27 Thread Mike Turquette
device. Signed-off-by: Andrew Bresticker abres...@chromium.org Acked-by: Tomasz Figa t.f...@samsung.com Reviewed-by: Sylwester Nawrocki s.nawro...@samsung.com Acked-by: Mike Turquette mturque...@linaro.org --- Changes since v3: - __init - __exit for module exit function - fixed nits from

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: [RFC PATCH RESEND 1/2] clk: add clk accuracy retrieval support

2013-11-15 Thread Mike Turquette
Quoting Boris BREZILLON (2013-10-13 10:17:10) > diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h > index 73bdb69..942811d 100644 > --- a/include/linux/clk-provider.h > +++ b/include/linux/clk-provider.h ... > @@ -194,6 +204,7 @@ struct clk_hw { > struct clk_fixed_rate { >

Re: [RFC PATCH RESEND 1/2] clk: add clk accuracy retrieval support

2013-11-15 Thread Mike Turquette
Quoting boris brezillon (2013-11-08 00:54:45) > Hello Mike, > > On 08/11/2013 01:51, Mike Turquette wrote: > > Quoting Boris BREZILLON (2013-10-13 10:17:10) > >> +/** > >> + * clk_get_accuracy - return the accuracy of clk > >> + * @clk

Re: [RFC PATCH RESEND 1/2] clk: add clk accuracy retrieval support

2013-11-15 Thread Mike Turquette
Quoting boris brezillon (2013-11-08 00:54:45) Hello Mike, On 08/11/2013 01:51, Mike Turquette wrote: Quoting Boris BREZILLON (2013-10-13 10:17:10) +/** + * clk_get_accuracy - return the accuracy of clk + * @clk: the clk whose accuracy is being returned + * + * Simply returns

Re: [RFC PATCH RESEND 1/2] clk: add clk accuracy retrieval support

2013-11-15 Thread Mike Turquette
Quoting Boris BREZILLON (2013-10-13 10:17:10) diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index 73bdb69..942811d 100644 --- a/include/linux/clk-provider.h +++ b/include/linux/clk-provider.h ... @@ -194,6 +204,7 @@ struct clk_hw { struct clk_fixed_rate {

[GIT PULL] clk: changes for 3.13

2013-11-11 Thread Mike Turquette
rm64: Add DTS clock entry for APM X-Gene Storm SoC Documentation: Add documentation for APM X-Gene clock binding Mike Turquette (1): clk: of: helper for determining number of parent clocks Santosh Shilimkar (3): clk: keystone: add Keystone PLL clock driver clk: keystone: Add

[GIT PULL] clk: changes for 3.13

2013-11-11 Thread Mike Turquette
DTS clock entry for APM X-Gene Storm SoC Documentation: Add documentation for APM X-Gene clock binding Mike Turquette (1): clk: of: helper for determining number of parent clocks Santosh Shilimkar (3): clk: keystone: add Keystone PLL clock driver clk: keystone: Add gate

Re: [RFC PATCH RESEND 1/2] clk: add clk accuracy retrieval support

2013-11-07 Thread Mike Turquette
Quoting Boris BREZILLON (2013-10-13 10:17:10) > The clock accuracy is expressed in ppb (parts per billion) and represents > the possible clock drift. > Say you have a clock (e.g. an oscillator) which provides a fixed clock of > 20MHz with an accuracy of +- 20Hz. This accuracy expressed in ppb is >

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

2013-11-07 Thread Mike Turquette
sion 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 v4 00/17] ARM: at91: move to common clk framework

2013-11-07 Thread Mike Turquette
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 mturque...@linaro.org Regards, Mike Thanks, best regards, Most of the clock provided by the PMC (Power Management

Re: [RFC PATCH RESEND 1/2] clk: add clk accuracy retrieval support

2013-11-07 Thread Mike Turquette
Quoting Boris BREZILLON (2013-10-13 10:17:10) The clock accuracy is expressed in ppb (parts per billion) and represents the possible clock drift. Say you have a clock (e.g. an oscillator) which provides a fixed clock of 20MHz with an accuracy of +- 20Hz. This accuracy expressed in ppb is

[GIT PULL] clk: fixes for 3.12

2013-10-31 Thread Mike Turquette
The following changes since commit 15c03dd4859ab16f9212238f29dd315654aa94f6: Linux 3.12-rc3 (2013-09-29 15:02:38 -0700) are available in the git repository at: git://git.linaro.org/people/mturquette/linux.git tags/clk-fixes-for-linus for you to fetch changes up to

[GIT PULL] clk: fixes for 3.12

2013-10-31 Thread Mike Turquette
The following changes since commit 15c03dd4859ab16f9212238f29dd315654aa94f6: Linux 3.12-rc3 (2013-09-29 15:02:38 -0700) are available in the git repository at: git://git.linaro.org/people/mturquette/linux.git tags/clk-fixes-for-linus for you to fetch changes up to

Re: [PATCH] clk: mux: Return a sane value on error

2013-10-30 Thread Mike Turquette
Quoting Russ Dill (2013-10-21 01:59:50) > The get_parent op is defined as returning u8, but clk-mux is > returning negative values on error. Code within drivers/clk/clk.c > uses this return value as an index into an array which could > cause an oops. > > Signed-off-by: Russ Dill Hi Russ,

Re: [PATCH] clk: mux: fix the return value of get_parent

2013-10-30 Thread Mike Turquette
Quoting Haojian Zhuang (2013-10-20 00:48:55) > If there're no parents on the clock mux node, it should return 0, not an > errnor code. > > The orphan clock node is using get_parent() to get the index of its > parents in__clk_init(). If the return value is negative, it'll be > transformed to a u8

Re: [PATCH v7 0/5] clk: clock deregistration support

2013-10-30 Thread Mike Turquette
Quoting Sylwester Nawrocki (2013-10-29 12:51:03) > This patch series implements clock deregistration in the common clock > framework. Detailed changes are listed at each patch. I have included > an additional patch in this series for the omap3isp driver, required > to avoid regressions. Taken

Re: [PATCH v7 0/5] clk: clock deregistration support

2013-10-30 Thread Mike Turquette
Quoting Sylwester Nawrocki (2013-10-29 12:51:03) This patch series implements clock deregistration in the common clock framework. Detailed changes are listed at each patch. I have included an additional patch in this series for the omap3isp driver, required to avoid regressions. Taken into

Re: [PATCH] clk: mux: fix the return value of get_parent

2013-10-30 Thread Mike Turquette
Quoting Haojian Zhuang (2013-10-20 00:48:55) If there're no parents on the clock mux node, it should return 0, not an errnor code. The orphan clock node is using get_parent() to get the index of its parents in__clk_init(). If the return value is negative, it'll be transformed to a u8 value

Re: [PATCH] clk: mux: Return a sane value on error

2013-10-30 Thread Mike Turquette
Quoting Russ Dill (2013-10-21 01:59:50) The get_parent op is defined as returning u8, but clk-mux is returning negative values on error. Code within drivers/clk/clk.c uses this return value as an index into an array which could cause an oops. Signed-off-by: Russ Dill russ.d...@ti.com Hi

Re: [PATCH v6 0/5] clk: clock deregistration support

2013-10-28 Thread Mike Turquette
Quoting Sylwester Nawrocki (2013-10-15 13:04:17) > Hi, > > (adding linux-media mailing list at Cc) > > On 09/25/2013 11:47 AM, Laurent Pinchart wrote: > > On Tuesday 24 September 2013 23:38:44 Sylwester Nawrocki wrote: > [...] > >> The only issue I found might be at the omap3isp driver, which

Re: [PATCH v6 0/5] clk: clock deregistration support

2013-10-28 Thread Mike Turquette
Quoting Sylwester Nawrocki (2013-10-15 13:04:17) Hi, (adding linux-media mailing list at Cc) On 09/25/2013 11:47 AM, Laurent Pinchart wrote: On Tuesday 24 September 2013 23:38:44 Sylwester Nawrocki wrote: [...] The only issue I found might be at the omap3isp driver, which provides

Re: [RFC] clk: add flags to distinguish xtal clocks

2013-10-23 Thread Mike Turquette
n Mon, Oct 07, 2013 at 12:44:24AM -0700, Mike Turquette wrote: > > > Quoting Luciano Coelho (2013-07-29 06:50:42) > > > > Hi Mike, > > > > > > > > On Fri, 2013-07-05 at 10:54 +0300, Luciano Coelho wrote: > > > > > On Thu, 2013-

Re: [RFC] clk: add flags to distinguish xtal clocks

2013-10-23 Thread Mike Turquette
Turquette wrote: Quoting Luciano Coelho (2013-07-29 06:50:42) Hi Mike, On Fri, 2013-07-05 at 10:54 +0300, Luciano Coelho wrote: On Thu, 2013-07-04 at 16:19 -0700, Mike Turquette wrote: Quoting Luciano Coelho (2013-07-04 15:37:45) On Thu, 2013-07-04 at 15:25 -0700, Mike

Re: pull request for tegra clocks (resend with some CCs added this time)

2013-10-22 Thread Mike Turquette
Quoting Thierry Reding (2013-10-16 08:56:21) > On Wed, Oct 16, 2013 at 06:53:36PM +0300, Peter De Schrijver wrote: > > On Wed, Oct 16, 2013 at 05:35:51PM +0200, Thierry Reding wrote: > > > * PGP Signed by an unknown key > > > > > > On Tue, Oct 15, 2013 at 06:36:20PM +0300, Peter De Schrijver

Re: [PATCH v2 2/4] clk: exynos5410: register clocks using common clock framework

2013-10-22 Thread Mike Turquette
Quoting Vyacheslav Tyrtov (2013-10-14 08:08:23) > From: Tarek Dakhran > > The EXYNOS5410 clocks are statically listed and registered > using the Samsung specific common clock helper functions. > > Signed-off-by: Tarek Dakhran > Signed-off-by: Vyacheslav Tyrtov Looks good to me. Any

Re: [PATCH v2 2/4] clk: exynos5410: register clocks using common clock framework

2013-10-22 Thread Mike Turquette
Quoting Vyacheslav Tyrtov (2013-10-14 08:08:23) From: Tarek Dakhran t.dakh...@samsung.com The EXYNOS5410 clocks are statically listed and registered using the Samsung specific common clock helper functions. Signed-off-by: Tarek Dakhran t.dakh...@samsung.com Signed-off-by: Vyacheslav

Re: pull request for tegra clocks (resend with some CCs added this time)

2013-10-22 Thread Mike Turquette
Quoting Thierry Reding (2013-10-16 08:56:21) On Wed, Oct 16, 2013 at 06:53:36PM +0300, Peter De Schrijver wrote: On Wed, Oct 16, 2013 at 05:35:51PM +0200, Thierry Reding wrote: * PGP Signed by an unknown key On Tue, Oct 15, 2013 at 06:36:20PM +0300, Peter De Schrijver wrote: The

<    3   4   5   6   7   8   9   10   11   12   >