devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] clk: mediatek: Add common clock support for Mediatek MT8135.
@ 2014-12-04  6:52 James Liao
  2014-12-04  6:52 ` [PATCH v2 1/4] clk: dts: mediatek: add Mediatek MT8135 clock bindings James Liao
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: James Liao @ 2014-12-04  6:52 UTC (permalink / raw)
  To: Rob Herring, Matthias Brugger, Mike Turquette
  Cc: Mark Rutland, jamesjj.liao, Vladimir Murzin, Russell King,
	srv_heupstream, Pawel Moll, Ian Campbell, Catalin Marinas,
	linux-kernel, henryc.chen, devicetree, Ashwin Chaugule,
	Sascha Hauer, Kumar Gala, Joe.C, eddie.huang, linux-arm-kernel

This patchset contains the initial common clock support for Mediatek SoCs.
Mediatek SoC's clock architecture comprises of various PLLs, dividers,
muxes and clock gates.

This patchset also contains a basic clock support for Mediatek MT8135.

This driver is based on 3.18-rc1 + MT8135 basic support.

James Liao (4):
  clk: dts: mediatek: add Mediatek MT8135 clock bindings
  clk: mediatek: Add initial common clock support for Mediatek SoCs.
  clk: mediatek: Add basic clocks for Mediatek MT8135.
  dts: mediatek: Enable clock support for Mediatek MT8135.

 .../bindings/clock/mediatek,mt8135-clock.txt       |   36 +
 arch/arm/boot/dts/mt8135.dtsi                      |   47 +
 drivers/clk/Makefile                               |    1 +
 drivers/clk/mediatek/Makefile                      |    2 +
 drivers/clk/mediatek/clk-gate.c                    |  151 +++
 drivers/clk/mediatek/clk-gate.h                    |   48 +
 drivers/clk/mediatek/clk-mt8135-pll.c              |  891 +++++++++++++++++
 drivers/clk/mediatek/clk-mt8135-pll.h              |   28 +
 drivers/clk/mediatek/clk-mt8135.c                  | 1012 ++++++++++++++++++++
 drivers/clk/mediatek/clk-mtk.c                     |   93 ++
 drivers/clk/mediatek/clk-mtk.h                     |   47 +
 drivers/clk/mediatek/clk-pll.c                     |   63 ++
 drivers/clk/mediatek/clk-pll.h                     |   50 +
 include/dt-bindings/clock/mt8135-clk.h             |  190 ++++
 14 files changed, 2659 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/mediatek,mt8135-clock.txt
 create mode 100644 drivers/clk/mediatek/Makefile
 create mode 100644 drivers/clk/mediatek/clk-gate.c
 create mode 100644 drivers/clk/mediatek/clk-gate.h
 create mode 100644 drivers/clk/mediatek/clk-mt8135-pll.c
 create mode 100644 drivers/clk/mediatek/clk-mt8135-pll.h
 create mode 100644 drivers/clk/mediatek/clk-mt8135.c
 create mode 100644 drivers/clk/mediatek/clk-mtk.c
 create mode 100644 drivers/clk/mediatek/clk-mtk.h
 create mode 100644 drivers/clk/mediatek/clk-pll.c
 create mode 100644 drivers/clk/mediatek/clk-pll.h
 create mode 100644 include/dt-bindings/clock/mt8135-clk.h

--
1.8.1.1.dirty

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

end of thread, other threads:[~2014-12-23  2:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-04  6:52 [PATCH v2 0/4] clk: mediatek: Add common clock support for Mediatek MT8135 James Liao
2014-12-04  6:52 ` [PATCH v2 1/4] clk: dts: mediatek: add Mediatek MT8135 clock bindings James Liao
2014-12-04  6:52 ` [PATCH v2 2/4] clk: mediatek: Add initial common clock support for Mediatek SoCs James Liao
2014-12-04  6:52 ` [PATCH v2 3/4] clk: mediatek: Add basic clocks for Mediatek MT8135 James Liao
2014-12-22 18:07   ` Matthias Brugger
2014-12-23  2:22     ` James Liao
2014-12-04  6:52 ` [PATCH v2 4/4] dts: mediatek: Enable clock support " James Liao
     [not found] ` <1417675942-10502-1-git-send-email-jamesjj.liao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2014-12-04  7:15   ` [PATCH v2 0/4] clk: mediatek: Add common " James Liao
2014-12-22  7:46   ` James Liao

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