devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] add full platform dt clock support for mx51 babbage
@ 2011-03-14 13:18 Shawn Guo
       [not found] ` <1300108722-3254-1-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Shawn Guo @ 2011-03-14 13:18 UTC (permalink / raw)
  To: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	linaro-dev-cunTk1MwBs8s++Sfvej+rw
  Cc: patches-QSEj5FYQhm4dnm+yROfE0A

This patch set is to add full platform dt clock support for mx51
babbage, based on Jason's basic-mx51-dt patch.  All mx51 non-dt clocks
in clock-mx51-mx53.c are translated to dt ones.

Shawn Guo (5):
      arm/dts: babbage: add all available clock nodes
      arm/mxc: add clk member 'rate' to ease dt fixed-clock support
      arm/dt: mx51: dynamically add clocks per dt nodes
      arm/dt: mx5: change timer init function to dt clock way
      of/clock: eliminate function __of_clk_get_from_provider

 arch/arm/boot/dts/babbage.dts          |  495 +++++++++++-
 arch/arm/mach-mx5/board-dt.c           |    9 +-
 arch/arm/mach-mx5/clock-mx51-mx53.c    | 1401 +++++++++++++++++++++++++++++++-
 arch/arm/plat-mxc/include/mach/clock.h |    4 +
 drivers/of/clock.c                     |   23 +-
 5 files changed, 1886 insertions(+), 46 deletions(-)

Regards,
Shawn

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH RFC 0/5] Dynamically add clk to clkdev per dt clock nodes
@ 2011-03-07 16:22 Shawn Guo
       [not found] ` <1299514932-13558-1-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Shawn Guo @ 2011-03-07 16:22 UTC (permalink / raw)
  To: linaro-dev-cunTk1MwBs8s++Sfvej+rw,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ
  Cc: patches-QSEj5FYQhm4dnm+yROfE0A

Before translating all mx5 clocks from static adding way to dynamic
way, I would send this out for review and comment, so that I can turn
around in case that I'm on a wrong direction.

It's based on Jason's mx51-basic-dt-support patch set, and only adds
gpt and uart related clocks, but it's enough to get the system at
where Jason's patch can get.

 [PATCH 1/5] arm/dts: babbage: add gpt and uart related clock nodes
 [PATCH 2/5] arm/mxc: add clk members to ease dt clock support
 [PATCH 3/5] arm/dt: mx51: dynamically add gpt and uart related clocks per dt nodes
 [PATCH 4/5] arm/dt: mx5: change timer init function to dt clock way
 [PATCH 5/5] of/clock: eliminate function __of_clk_get_from_provider

 arch/arm/boot/dts/babbage.dts          |  162 ++++++++++++-
 arch/arm/mach-mx5/board-dt.c           |    9 +-
 arch/arm/mach-mx5/clock-mx51-mx53.c    |  436 +++++++++++++++++++++++++++++++-
 arch/arm/plat-mxc/include/mach/clock.h |    4 +
 drivers/of/clock.c                     |   23 +--
 drivers/tty/serial/imx.c               |   79 +++++-
 6 files changed, 661 insertions(+), 52 deletions(-)

Regards,
Shawn

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

end of thread, other threads:[~2011-03-16 14:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-14 13:18 [PATCH 0/5] add full platform dt clock support for mx51 babbage Shawn Guo
     [not found] ` <1300108722-3254-1-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-03-14 13:18   ` [PATCH 1/5] arm/dts: babbage: add all available clock nodes Shawn Guo
2011-03-14 13:18   ` [PATCH 2/5] arm/mxc: add clk member 'rate' to ease dt fixed-clock support Shawn Guo
2011-03-14 13:18   ` [PATCH 3/5] arm/dt: mx51: dynamically add clocks per dt nodes Shawn Guo
     [not found]     ` <1300108722-3254-4-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-03-15  7:48       ` Grant Likely
     [not found]         ` <20110315074808.GI23050-MrY2KI0G/OVr83L8+7iqerDks+cytr/Z@public.gmane.org>
2011-03-16 14:08           ` Shawn Guo
2011-03-14 13:18   ` [PATCH 4/5] arm/dt: mx5: change timer init function to dt clock way Shawn Guo
2011-03-14 13:18   ` [PATCH 5/5] of/clock: eliminate function __of_clk_get_from_provider Shawn Guo
     [not found]     ` <1300108722-3254-6-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-03-15  7:54       ` Grant Likely
     [not found]         ` <20110315075405.GJ23050-MrY2KI0G/OVr83L8+7iqerDks+cytr/Z@public.gmane.org>
2011-03-15  7:59           ` Shawn Guo
     [not found]             ` <20110315075916.GI11098-+NayF8gZjK2ctlrPMvKcciBecyulp+rMXqFh9Ls21Oc@public.gmane.org>
2011-03-15  8:04               ` Grant Likely
2011-03-16 14:25           ` Shawn Guo
  -- strict thread matches above, loose matches on Subject: below --
2011-03-07 16:22 [PATCH RFC 0/5] Dynamically add clk to clkdev per dt clock nodes Shawn Guo
     [not found] ` <1299514932-13558-1-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-03-07 16:22   ` [PATCH 5/5] of/clock: eliminate function __of_clk_get_from_provider Shawn Guo

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).