linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: OMAP2: clock data migration to DT for 3.17 merge window
@ 2014-07-03 18:18 Tero Kristo
  2014-07-09 15:43 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Tero Kristo @ 2014-07-03 18:18 UTC (permalink / raw)
  To: tony@atomide.com
  Cc: Paul Walmsley, Mike Turquette, linux-omap@vger.kernel.org,
	aaro.koskinen

Hi Tony,

Posting this pull-request also early due to my holidays. Anyway, these 
patches were supposed to go in already during 3.16 merge window, but 
they missed it due to pending dependencies. Finalizes the move of 
OMAP24xx clock data to the DT, and also removes the legacy clock data. 
Might be good to try this branch out with n800 / 2420 hardware also as I 
don't have access to those.

---------------------------------------------------------------

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-use-dt-clks

for you to fetch changes up to 6a194a6e2a8fa55e133936a124ed500aea434116:

   ARM: OMAP24xx: clock: remove legacy clock data (2014-07-02 15:59:03 
+0300)

----------------------------------------------------------------
Tero Kristo (5):
       ARM: OMAP2: convert sys_ck and osc_ck to standard clock types
       ARM: OMAP2420: clock: get rid of fixed-div property use
       ARM: OMAP2: PRM: add support for OMAP2 specific clock providers
       ARM: OMAP2: clock: use DT clock boot if available
       ARM: OMAP24xx: clock: remove legacy clock data

  .../devicetree/bindings/arm/omap/prcm.txt          |   65 +
  arch/arm/boot/dts/omap2420.dtsi                    |    3 +
  arch/arm/boot/dts/omap2430.dtsi                    |    3 +
  arch/arm/mach-omap2/Makefile                       |    6 +-
  arch/arm/mach-omap2/cclock2420_data.c              | 1931 
------------------
  arch/arm/mach-omap2/cclock2430_data.c              | 2048 
--------------------
  arch/arm/mach-omap2/clkt2xxx_osc.c                 |   69 -
  arch/arm/mach-omap2/clkt2xxx_sys.c                 |   47 -
  arch/arm/mach-omap2/clock.c                        |   21 -
  arch/arm/mach-omap2/clock.h                        |    3 -
  arch/arm/mach-omap2/clock2xxx.h                    |    2 -
  arch/arm/mach-omap2/cm-regbits-24xx.h              |    1 +
  arch/arm/mach-omap2/io.c                           |    7 +-
  arch/arm/mach-omap2/pm24xx.c                       |    4 +
  arch/arm/mach-omap2/prm_common.c                   |    2 +
  15 files changed, 85 insertions(+), 4127 deletions(-)
  create mode 100644 Documentation/devicetree/bindings/arm/omap/prcm.txt
  delete mode 100644 arch/arm/mach-omap2/cclock2420_data.c
  delete mode 100644 arch/arm/mach-omap2/cclock2430_data.c
  delete mode 100644 arch/arm/mach-omap2/clkt2xxx_osc.c
  delete mode 100644 arch/arm/mach-omap2/clkt2xxx_sys.c

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] ARM: OMAP2: clock data migration to DT for 3.17 merge window
  2014-07-03 18:18 [GIT PULL] ARM: OMAP2: clock data migration to DT for 3.17 merge window Tero Kristo
@ 2014-07-09 15:43 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2014-07-09 15:43 UTC (permalink / raw)
  To: Tero Kristo
  Cc: Paul Walmsley, Mike Turquette, linux-omap@vger.kernel.org,
	aaro.koskinen

* Tero Kristo <t-kristo@ti.com> [140703 11:19]:
> Hi Tony,
> 
> Posting this pull-request also early due to my holidays. Anyway, these
> patches were supposed to go in already during 3.16 merge window, but they
> missed it due to pending dependencies. Finalizes the move of OMAP24xx clock
> data to the DT, and also removes the legacy clock data. Might be good to try
> this branch out with n800 / 2420 hardware also as I don't have access to
> those.
> 
> ---------------------------------------------------------------
> 
> 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-use-dt-clks
> 
> for you to fetch changes up to 6a194a6e2a8fa55e133936a124ed500aea434116:
> 
>   ARM: OMAP24xx: clock: remove legacy clock data (2014-07-02 15:59:03 +0300)

OK thanks pulling this into omap-for-v3.17/dt.

Tony

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-09 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-03 18:18 [GIT PULL] ARM: OMAP2: clock data migration to DT for 3.17 merge window Tero Kristo
2014-07-09 15:43 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).