linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Add support for Exynos SROM Controller driver
@ 2015-04-29  8:38 Pankaj Dubey
  2015-04-29  8:38 ` [PATCH 1/5] drivers: soc: add support for exynos SROM driver Pankaj Dubey
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Pankaj Dubey @ 2015-04-29  8:38 UTC (permalink / raw)
  To: linux-arm-kernel, linux-samsung-soc, linux-kernel, devicetree
  Cc: kgene, heiko, linux, thomas.ab, Pankaj Dubey

This patch set adds support for Exynos SROM controller DT based driver.
Currently SROM register sets are used only during S2R, so driver
basically added for taking care of S2R. It will help us in removing
static mapping from exynos.c and other extra code handline during S2R.

This patch set also updated exynos4 and exynos5 dtsi files for with device
node for srom, and added binding documentation for the same.

Pankaj Dubey (5):
  drivers: soc: add support for exynos SROM driver
  ARM: EXYNOS: Remove SROM related register settings from mach-exynos
  ARM: EXYNOS: DTS: add SROM device node for exynos4
  ARM: EXYNOS: DTS: add SROM device node for exynos5
  Documentation: dt-bindings: add exynos-srom binding information

 .../bindings/arm/samsung/exynos-srom.txt           |  12 ++
 arch/arm/boot/dts/exynos4.dtsi                     |   5 +
 arch/arm/boot/dts/exynos5.dtsi                     |   5 +
 arch/arm/mach-exynos/Kconfig                       |   2 +
 arch/arm/mach-exynos/exynos.c                      |  10 --
 arch/arm/mach-exynos/include/mach/map.h            |   3 -
 arch/arm/mach-exynos/suspend.c                     |  20 +--
 arch/arm/plat-samsung/include/plat/map-s5p.h       |   1 -
 arch/arm/plat-samsung/include/plat/regs-srom.h     |  54 --------
 drivers/soc/Kconfig                                |   1 +
 drivers/soc/Makefile                               |   1 +
 drivers/soc/samsung/Kconfig                        |  14 ++
 drivers/soc/samsung/Makefile                       |   1 +
 drivers/soc/samsung/exynos-srom.c                  | 142 +++++++++++++++++++++
 drivers/soc/samsung/exynos-srom.h                  |  51 ++++++++
 15 files changed, 236 insertions(+), 86 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/samsung/exynos-srom.txt
 delete mode 100644 arch/arm/plat-samsung/include/plat/regs-srom.h
 create mode 100644 drivers/soc/samsung/Kconfig
 create mode 100644 drivers/soc/samsung/Makefile
 create mode 100644 drivers/soc/samsung/exynos-srom.c
 create mode 100644 drivers/soc/samsung/exynos-srom.h

-- 
2.2.0


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

end of thread, other threads:[~2015-08-21  1:27 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-29  8:38 [PATCH 0/5] Add support for Exynos SROM Controller driver Pankaj Dubey
2015-04-29  8:38 ` [PATCH 1/5] drivers: soc: add support for exynos SROM driver Pankaj Dubey
2015-05-27 11:52   ` Krzysztof Kozlowski
2015-08-20 11:34     ` Pankaj Dubey
2015-08-21  1:27       ` Krzysztof Kozlowski
2015-04-29  8:38 ` [PATCH 2/5] ARM: EXYNOS: Remove SROM related register settings from mach-exynos Pankaj Dubey
2015-05-27 11:56   ` Krzysztof Kozlowski
2015-08-20 11:36     ` Pankaj Dubey
2015-04-29  8:38 ` [PATCH 3/5] ARM: EXYNOS: DTS: add SROM device node for exynos4 Pankaj Dubey
2015-05-27 12:02   ` Krzysztof Kozlowski
2015-08-20 11:37     ` Pankaj Dubey
2015-04-29  8:38 ` [PATCH 4/5] ARM: EXYNOS: DTS: add SROM device node for exynos5 Pankaj Dubey
2015-05-27 12:03   ` Krzysztof Kozlowski
2015-04-29  8:38 ` [PATCH 5/5] Documentation: dt-bindings: add exynos-srom binding information Pankaj Dubey
2015-05-27 11:21   ` Krzysztof Kozlowski
2015-08-20 11:39     ` 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).