linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] Add support for Exynos PMU driver
@ 2014-04-02  8:24 Pankaj Dubey
  2014-04-02  8:24 ` [RFC PATCH 1/2] drivers: mfd: Add support of exynos-pmu driver Pankaj Dubey
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Pankaj Dubey @ 2014-04-02  8:24 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series tries to remove machine specific implementation
of Power Management Unit from "mach-exynos" to driver form.
In case of ARM32 we had machine folder such as "mach-exynos" but
moving forward with ARM64 SoC support we can not have any more such
machine folders, keeping that in mind we have planned to move PMU
implementation out of machine folder and give it driver form.
Since PMU binding already exist as "samsung, exynosxxx-pmu, syscon"
and Syscon driver is located under "drivers/mfd" we are moving 
Exynos PMU driver under "drivers/mfd", but suggestions are welcome.

This patch series is based on kgene for-next and depends on following
patch series
1) ARM: Exynos: PMU cleanup and refactoring for using DT
   http://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg27875.html

We have tested this driver for System boot and PMU initialization on Exynos5250
and Exynos5260 (with support of some internal patches).

Pankaj Dubey (1):
  ARM: EXYNOS: remove arch specific PMU implementation

Younggun Jang (1):
  drivers: mfd: Add support of exynos-pmu driver

 arch/arm/mach-exynos/Kconfig                |    2 +
 arch/arm/mach-exynos/Makefile               |    2 -
 arch/arm/mach-exynos/common.h               |   22 +-
 arch/arm/mach-exynos/pmu.c                  |  426 ---------------------
 arch/arm/mach-exynos/regs-pmu.h             |  310 ----------------
 drivers/mfd/Kconfig                         |    9 +
 drivers/mfd/Makefile                        |    2 +
 drivers/mfd/exynos-pmu.c                    |  534 +++++++++++++++++++++++++++
 include/linux/mfd/samsung/exynos-pmu.h      |   31 ++
 include/linux/mfd/samsung/exynos-regs-pmu.h |  308 +++++++++++++++
 10 files changed, 890 insertions(+), 756 deletions(-)
 delete mode 100644 arch/arm/mach-exynos/pmu.c
 delete mode 100644 arch/arm/mach-exynos/regs-pmu.h
 create mode 100644 drivers/mfd/exynos-pmu.c
 create mode 100644 include/linux/mfd/samsung/exynos-pmu.h
 create mode 100644 include/linux/mfd/samsung/exynos-regs-pmu.h

-- 
1.7.10.4

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

end of thread, other threads:[~2014-04-28 12:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-02  8:24 [RFC PATCH 0/2] Add support for Exynos PMU driver Pankaj Dubey
2014-04-02  8:24 ` [RFC PATCH 1/2] drivers: mfd: Add support of exynos-pmu driver Pankaj Dubey
2014-04-03 11:56   ` Bartlomiej Zolnierkiewicz
2014-04-11  6:00     ` Pankaj Dubey
2014-04-22 13:19   ` Vikas Sajjan
2014-04-24  2:42     ` Pankaj Dubey
2014-04-02  8:24 ` [RFC PATCH 2/2] ARM: EXYNOS: remove arch specific PMU implementation Pankaj Dubey
2014-04-25 13:05 ` [RFC PATCH v2 0/3] Add support for Exynos PMU driver Pankaj Dubey
2014-04-25 13:05   ` [RFC PATCH v2 1/3] ARM: EXYNOS: Move PMU specific definitions from common.h Pankaj Dubey
2014-04-25 13:05   ` [RFC PATCH v2 2/3] ARM: EXYNOS: Move pmu specific header files under "linux/mfd/samsung" Pankaj Dubey
2014-04-28 11:21     ` Lee Jones
2014-04-25 13:05   ` [RFC PATCH v2 3/3] drivers: mfd: Add support for Exynos PMU driver Pankaj Dubey
2014-04-28 11:21     ` Lee Jones
2014-04-28 12:08       ` Pankaj Dubey

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