linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Mediatek MT2701 SCPSYS power domain support
@ 2015-12-30  6:41 James Liao
  2015-12-30  6:41 ` [PATCH 1/4] soc: mediatek: Separate scpsys driver common code James Liao
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: James Liao @ 2015-12-30  6:41 UTC (permalink / raw)
  To: linux-arm-kernel

This patchset is based on 4.4-rc7, add scpsys power domain support for
Mediatek MT2701/MT7623.

This patchset also separate MT8173 scpsys driver into common part
(mtk-scpsys.c) and platform part (mtk-scpsys-mt8173.c), so that MT2701
scpsys driver can share most implementation with MT8173.

James Liao (2):
  soc: mediatek: Separate scpsys driver common code
  soc: mediatek: Init MT8173 scpsys driver earlier

Shunli Wang (2):
  soc: mediatek: Add MT2701 power dt-bindings
  soc: mediatek: Add MT2701/MT7623 scpsys driver

 drivers/soc/mediatek/Kconfig             |  24 ++-
 drivers/soc/mediatek/Makefile            |   2 +
 drivers/soc/mediatek/mtk-scpsys-mt2701.c | 161 +++++++++++++++++
 drivers/soc/mediatek/mtk-scpsys-mt8173.c | 190 +++++++++++++++++++
 drivers/soc/mediatek/mtk-scpsys.c        | 301 ++++++++-----------------------
 drivers/soc/mediatek/mtk-scpsys.h        |  54 ++++++
 include/dt-bindings/power/mt2701-power.h |  27 +++
 7 files changed, 531 insertions(+), 228 deletions(-)
 create mode 100644 drivers/soc/mediatek/mtk-scpsys-mt2701.c
 create mode 100644 drivers/soc/mediatek/mtk-scpsys-mt8173.c
 create mode 100644 drivers/soc/mediatek/mtk-scpsys.h
 create mode 100644 include/dt-bindings/power/mt2701-power.h

--
1.9.1

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

end of thread, other threads:[~2016-01-08 11:26 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-30  6:41 [PATCH 0/4] Mediatek MT2701 SCPSYS power domain support James Liao
2015-12-30  6:41 ` [PATCH 1/4] soc: mediatek: Separate scpsys driver common code James Liao
2015-12-30  8:52   ` Arnd Bergmann
2015-12-30 10:08     ` James Liao
2015-12-30  6:41 ` [PATCH 2/4] soc: mediatek: Init MT8173 scpsys driver earlier James Liao
2015-12-30  8:52   ` Arnd Bergmann
2015-12-30 10:12     ` James Liao
2015-12-30 10:35       ` Arnd Bergmann
2015-12-31  5:59         ` James Liao
2015-12-31  9:16           ` James Liao
2015-12-31 14:45             ` Arnd Bergmann
2016-01-04  2:52               ` James Liao
2015-12-30  6:41 ` [PATCH 3/4] soc: mediatek: Add MT2701 power dt-bindings James Liao
2015-12-30  6:41 ` [PATCH 4/4] soc: mediatek: Add MT2701/MT7623 scpsys driver James Liao
2015-12-30  9:01   ` Daniel Kurtz
2015-12-30 10:18     ` James Liao
2015-12-30 17:49       ` Matthias Brugger
2016-01-05  5:23         ` James Liao
2016-01-08 11:26           ` Matthias Brugger

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