From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Turquette Subject: Re: [PATCH v6 00/16] clk: exynos4/5: migrate to common clock framework Date: Tue, 19 Mar 2013 11:49:38 -0700 Message-ID: <20130319184938.8663.18115@quantum> References: <1361175686-19400-1-git-send-email-thomas.abraham@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Return-path: Received: from mail-pb0-f41.google.com ([209.85.160.41]:39150 "EHLO mail-pb0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756755Ab3CSSts convert rfc822-to-8bit (ORCPT ); Tue, 19 Mar 2013 14:49:48 -0400 Received: by mail-pb0-f41.google.com with SMTP id um15so672026pbc.14 for ; Tue, 19 Mar 2013 11:49:48 -0700 (PDT) In-Reply-To: <1361175686-19400-1-git-send-email-thomas.abraham@linaro.org> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Thomas Abraham , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Cc: devicetree-discuss@lists.ozlabs.org, kgene.kim@samsung.com, t.figa@samsung.com, sylvester.nawrocki@gmail.com Quoting Thomas Abraham (2013-02-18 00:21:10) > Changes since v5: > - Squashed several Exynos4 fixes patch from Tomasz Figa > - Included support for Exynos5250 and Exynos5440, thus converting all > Exynos4 and Exynos5 platforms to common clock framework. > - Depends on the following patch series. > - http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg15849.html > - http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg15852.html > > Changes since v4: > - Rebased to linux-3.8-rc1. > > Changes since v3: > - Includes changes suggested by Tomasz Figa > > This patch series migrates the Samsung Exynos4/5 SoC clock code to adopt the > common clock framework. The use of Samsung specific clock structures has > been removed and all board support code has been updated. imx-style of > clock registration and lookup has been adopted for device tree based > exynos4/5 platforms. Thomas, Are you planning a V7 series which includes the clock alias bits from patch #1? Regards, Mike From mboxrd@z Thu Jan 1 00:00:00 1970 From: mturquette@linaro.org (Mike Turquette) Date: Tue, 19 Mar 2013 11:49:38 -0700 Subject: [PATCH v6 00/16] clk: exynos4/5: migrate to common clock framework In-Reply-To: <1361175686-19400-1-git-send-email-thomas.abraham@linaro.org> References: <1361175686-19400-1-git-send-email-thomas.abraham@linaro.org> Message-ID: <20130319184938.8663.18115@quantum> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Quoting Thomas Abraham (2013-02-18 00:21:10) > Changes since v5: > - Squashed several Exynos4 fixes patch from Tomasz Figa > - Included support for Exynos5250 and Exynos5440, thus converting all > Exynos4 and Exynos5 platforms to common clock framework. > - Depends on the following patch series. > - http://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg15849.html > - http://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg15852.html > > Changes since v4: > - Rebased to linux-3.8-rc1. > > Changes since v3: > - Includes changes suggested by Tomasz Figa > > This patch series migrates the Samsung Exynos4/5 SoC clock code to adopt the > common clock framework. The use of Samsung specific clock structures has > been removed and all board support code has been updated. imx-style of > clock registration and lookup has been adopted for device tree based > exynos4/5 platforms. Thomas, Are you planning a V7 series which includes the clock alias bits from patch #1? Regards, Mike