From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Figa Subject: Re: [PATCH v2 00/16] Exynos clock clean-up for 3.12 Date: Tue, 08 Oct 2013 10:14:42 +0200 Message-ID: <1420472.dtQcHAW6Qs@amdn883> References: <1377536951-9307-1-git-send-email-t.figa@samsung.com> <1920907.Hu7ncHu6EC@amdc1227> <20131008055730.7445.77726@quantum> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Return-path: In-reply-to: <20131008055730.7445.77726@quantum> Sender: linux-samsung-soc-owner@vger.kernel.org To: Mike Turquette Cc: Tomasz Figa , linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Kukjin Kim , Daniel Lezcano , Mark Rutland , Pawel Moll , Rob Herring , Stephen Warren , Thomas Abraham , Thomas Gleixner , Tushar Behera , Yadwinder Singh Brar , Doug Anderson , Kumar Gala List-Id: devicetree@vger.kernel.org Hi Mike, On Monday 07 of October 2013 22:57:30 Mike Turquette wrote: > Quoting Tomasz Figa (2013-08-30 06:51:20) > > > Hi Mike, > > > > On Monday 26 of August 2013 19:08:55 Tomasz Figa wrote: > > > This series fixes various functional and non-functional (e.g. stylistic) > > > issues in Common Clock Framework drivers for Samsung Exynos SoCs. See > > > particular patches for more detailed descriptions. > > > > > > Changes since v1: > > > [http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg21665. > > > h > > > > > > tml] - Addressed comments from Yadwinder Singh Brar: > > > - added missing __initdata keywords, > > > - various typoes fixed, > > > - other minor stylistic improvements. > > > > > > Tomasz Figa (16): > > > pwm: samsung: Update DT bindings documentation to cover clocks > > > ARM: dts: exynos4: Specify PWM clocks in PWM node > > > clocksource: samsung_pwm_timer: Get clock from device tree > > > clk: samsung: exynos4: Use separate aliases for cpufreq related clocks > > > clk: samsung: Modify _get_rate() helper to use __clk_lookup() > > > clk: samsung: exynos4: Remove unused static clkdev aliases > > > clk: samsung: exynos4: Remove checks for DT node > > > clk: samsung: exynos4: Rename exynos4_plls to exynos4x12_plls > > > clk: samsung: pll: Use new registration method for PLL45xx > > > clk: samsung: pll: Add support for rate configuration of PLL45xx > > > clk: samsung: pll: Use new registration method for PLL46xx > > > clk: samsung: pll: Add support for rate configuration of PLL46xx > > > clk: samsung: exynos4: Reorder registration of mout_vpllsrc > > > clk: samsung: exynos4: Register PLL rate tables for Exynos4210 > > > clk: samsung: exynos4: Register PLL rate tables for Exynos4x12 > > > clk: samsung: exynos5250: Simplify registration of PLL rate tables > > > > > > .../devicetree/bindings/pwm/pwm-samsung.txt | 12 + > > > arch/arm/boot/dts/exynos4.dtsi | 2 + > > > drivers/clk/samsung/clk-exynos4.c | 539 > > > > > > ++++++++++++--------- drivers/clk/samsung/clk-exynos5250.c > > > > > > | 12 +- > > > > > > drivers/clk/samsung/clk-exynos5440.c | 2 +- > > > drivers/clk/samsung/clk-pll.c | 285 ++++++++--- > > > drivers/clk/samsung/clk-pll.h | 59 ++- > > > drivers/clk/samsung/clk.c | 10 +- > > > drivers/clocksource/samsung_pwm_timer.c | 12 +- > > > 9 files changed, 602 insertions(+), 331 deletions(-) > > > > Any chance to still have this merged for 3.12? AFAIK this should apply > > cleanly on your clk-next without any dependencies from other trees. > > Sorry, this came a bit too late for 3.12. But just in time for 3.13! Oh, that's a shame... > Can you refresh this based on clk-next? Fortunately you have already merged this series and it's present in 3.12. ;) Best regards, Tomasz