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

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

Regards,
Shawn

Changes since v1:
 * unify the references to clocks that could be created statically
   and dynamically, so that we do not have to duplicate functions
 * use for_each_matching_node suggested by Grant to match clock
   creating functions
 * reserve 'data' of device_node structure and use new one 'clk'
 * change macro ALLOC_CLK_LOOKUP and ADD_CLK_LOOKUP to functions
 * fix codes that will break existing board support
 * use clock provider 'src-clock' and 'dep-clock'
 * fix up aips and spba node name to remove address info (suggestion
   given by Grant on Jason's patch)

Shawn Guo (6):
      arm/dts: babbage: add all available clock nodes
      arm/mxc: add clk member 'rate' to ease dt fixed-clock support
      dt: add new member 'clk' into device_node
      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          |  501 +++++++++++-
 arch/arm/mach-mx5/Makefile             |    2 +-
 arch/arm/mach-mx5/board-dt.c           |    9 +-
 arch/arm/mach-mx5/clock-dt.c           |   52 --
 arch/arm/mach-mx5/clock-mx51-mx53.c    | 1433 +++++++++++++++++++++++++++++++-
 arch/arm/plat-mxc/include/mach/clock.h |    4 +
 drivers/of/clock.c                     |   23 +-
 include/linux/of.h                     |    1 +
 8 files changed, 1913 insertions(+), 112 deletions(-)

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

end of thread, other threads:[~2011-03-31 20:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-18 18:24 [PATCH v2 0/6] add full platform dt clock support for mx51 babbage Shawn Guo
     [not found] ` <1300472672-13392-1-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-03-18 18:24   ` [PATCH v2 1/6] arm/dts: babbage: add all available clock nodes Shawn Guo
2011-03-18 18:24   ` [PATCH v2 2/6] arm/mxc: add clk member 'rate' to ease dt fixed-clock support Shawn Guo
2011-03-18 18:24   ` [PATCH v2 3/6] dt: add new member 'clk' into device_node Shawn Guo
     [not found]     ` <1300472672-13392-4-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-03-31 19:59       ` Grant Likely
2011-03-18 18:24   ` [PATCH v2 4/6] arm/dt: mx51: dynamically add clocks per dt nodes Shawn Guo
     [not found]     ` <1300472672-13392-5-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-03-31 20:40       ` Grant Likely
2011-03-18 18:24   ` [PATCH v2 5/6] arm/dt: mx5: change timer init function to dt clock way Shawn Guo
2011-03-18 18:24   ` [PATCH v2 6/6] of/clock: eliminate function __of_clk_get_from_provider Shawn Guo
     [not found]     ` <1300472672-13392-7-git-send-email-shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2011-03-31 20:41       ` Grant Likely

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