From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [GIT PULL] ARM: OMAP2+: clock cleanup for v3.17 merge window Date: Fri, 4 Jul 2014 00:04:21 -0700 Message-ID: <20140704070421.GB28884@atomide.com> References: <53B59C5D.7010405@ti.com> <20140704064813.GA28884@atomide.com> <53B65189.4070807@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:53567 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750855AbaGDHEV (ORCPT ); Fri, 4 Jul 2014 03:04:21 -0400 Content-Disposition: inline In-Reply-To: <53B65189.4070807@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tero Kristo Cc: Paul Walmsley , Mike Turquette , "linux-omap@vger.kernel.org" * Tero Kristo [140704 00:03]: > On 07/04/2014 09:48 AM, Tony Lindgren wrote: > >* Tero Kristo [140703 11:10]: > >>Hi Tony, > >> > >>Posting this early, as I will be going for vacation from next week and might > >>miss the merge window myself. Small cleanup set for the clock drivers > >>residing under mach-omap2 folder to prepare their move under drivers/clk. > >>I'll leave it for your judgement whether you pull this or not based on the > >>potential feedback. > >> > >>---------------------------------------------------------------- > >> > >>The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f: > >> > >> Linux 3.16-rc1 (2014-06-15 17:45:28 -1000) > >> > >>are available in the git repository at: > >> > >> git@github.com:t-kristo/linux-pm.git for-v3.17/omap2-clk-cleanup > >> > >>for you to fetch changes up to 4eccc64a2bc25514754c30cdfc985207aee8b2fd: > >> > >> ARM: OMAP2+: clock/interface: remove some headers from clkt_iclk.c file > >>(2014-07-01 17:46:27 +0300) > > > >This would be best queued by Paul if OK. I'm assuming all these > >pull requests are independet of each other, right? > > Yea this is fine with me. All the pull-requests are independent. OK great. Regards, Tony > >>---------------------------------------------------------------- > >>Tero Kristo (13): > >> ARM: OMAP2+: clock/dpll: fix _dpll_test_fint arithmetics overflow > >> ARM: OMAP4+: clock: remove DEFINE_CLK_OMAP_HSDIVIDER macro > >> ARM: OMAP4+: dpll: remove cpu_is_omap44xx checks > >> ARM: OMAP4+: dpll44xx: remove cm-regbits-44xx.h and clock44xx.h > >>includes > >> ARM: OMAP2+: clock: introduce ti_clk_features flags > >> ARM: OMAP2+: clock: add fint values to the ti_clk_features struct > >> ARM: OMAP2+: clock/dpll: add private API for checking if DPLL is in > >>bypass > >> ARM: OMAP2+: clock/dpll: convert bypass check to use clk_features > >> ARM: OMAP2+: clock/dpll: add jitter correction behind clk_features > >> ARM: OMAP2+: clock/interface: add a clk_features definition for idlest > >>value > >> ARM: OMAP2+: clock/dpll: remove unused header includes from > >>clkt_dpll.c > >> ARM: OMAP2+: clock/dpll: remove unused header includes from dpll3xxx.c > >> ARM: OMAP2+: clock/interface: remove some headers from clkt_iclk.c > >>file > >> > >> arch/arm/mach-omap2/clkt_dpll.c | 100 > >>++++++++++++++++++--------------------- > >> arch/arm/mach-omap2/clkt_iclk.c | 8 ++-- > >> arch/arm/mach-omap2/clock.c | 76 ++++++++++++++++++++++++++--- > >> arch/arm/mach-omap2/clock.h | 44 ++++++++--------- > >> arch/arm/mach-omap2/dpll3xxx.c | 7 +-- > >> arch/arm/mach-omap2/dpll44xx.c | 19 +++++--- > >> arch/arm/mach-omap2/io.c | 2 + > >> 7 files changed, 155 insertions(+), 101 deletions(-) >