Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1251167

Re: [PATCH v4 8/8] ARM: EXYNOS: Remove SROM related register settings from mach-exynos

From Krzysztof Kozlowski <k.kozlowski@samsung.com>
Newsgroups linux.kernel
Subject Re: [PATCH v4 8/8] ARM: EXYNOS: Remove SROM related register settings from mach-exynos
Date 2015-10-20 02:20 +0200
Message-ID <qlsOK-3LO-3@gated-at.bofh.it> (permalink)
References <qlh6W-3hs-21@gated-at.bofh.it> <qlhgD-3tQ-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 19.10.2015 20:46, Pankaj Dubey wrote:
> As now we have dedicated driver for SROM controller, it will take care
> of saving register banks during S2R so we can safely remove these
> settings from mach-exynos.
> 
> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
> ---
>  arch/arm/mach-exynos/Kconfig                 |  2 ++
>  arch/arm/mach-exynos/exynos.c                | 17 ---------
>  arch/arm/mach-exynos/include/mach/map.h      |  3 --
>  arch/arm/mach-exynos/regs-srom.h             | 53 ----------------------------
>  arch/arm/mach-exynos/suspend.c               | 20 ++---------
>  arch/arm/plat-samsung/include/plat/map-s5p.h |  1 -
>  6 files changed, 4 insertions(+), 92 deletions(-)
>  delete mode 100644 arch/arm/mach-exynos/regs-srom.h
> 

Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

Best regards,
Krzysztof

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/8] Add support for Exynos SROM Controller driver Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-10-19 13:50 +0200
  [PATCH v4 2/8] ARM: EXYNOS: code cleanup in map.h Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-10-19 14:00 +0200
  [PATCH v4 3/8] Documentation: dt-bindings: add exynos-srom binding  information Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-10-19 14:00 +0200
  [PATCH v4 7/8] MAINTAINERS: add maintainers entry for  drivers/soc/samsung Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-10-19 14:00 +0200
    Re: [PATCH v4 7/8] MAINTAINERS: add maintainers entry for  drivers/soc/samsung Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-10-20 02:10 +0200
  [PATCH v4 8/8] ARM: EXYNOS: Remove SROM related register settings from  mach-exynos Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-10-19 14:00 +0200
    Re: [PATCH v4 8/8] ARM: EXYNOS: Remove SROM related register settings  from mach-exynos Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-10-20 02:20 +0200
  [PATCH v4 5/8] ARM: dts: add SROM device node for exynos5 Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-10-19 14:00 +0200
  [PATCH v4 6/8] drivers: soc: add support for exynos SROM driver Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-10-19 14:00 +0200
    Re: [PATCH v4 6/8] drivers: soc: add support for exynos SROM driver Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-10-20 02:20 +0200
      Re: [PATCH v4 6/8] drivers: soc: add support for exynos SROM driver Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-10-20 05:50 +0200
        Re: [PATCH v4 6/8] drivers: soc: add support for exynos SROM driver Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-10-20 06:20 +0200
          RE: [PATCH v4 6/8] drivers: soc: add support for exynos SROM driver Pavel Fedin <p.fedin@samsung.com> - 2015-10-20 08:40 +0200
            Re: [PATCH v4 6/8] drivers: soc: add support for exynos SROM driver Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-10-20 08:50 +0200
              RE: [PATCH v4 6/8] drivers: soc: add support for exynos SROM driver Pavel Fedin <p.fedin@samsung.com> - 2015-10-20 10:20 +0200
                Re: [PATCH v4 6/8] drivers: soc: add support for exynos SROM driver Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-10-20 10:30 +0200
              Re: [PATCH v4 6/8] drivers: soc: add support for exynos SROM driver Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-10-20 10:30 +0200
            Re: [PATCH v4 6/8] drivers: soc: add support for exynos SROM driver Andi Shyti <andi.shyti@samsung.com> - 2015-10-20 10:30 +0200
              RE: [PATCH v4 6/8] drivers: soc: add support for exynos SROM driver Pavel Fedin <p.fedin@samsung.com> - 2015-10-21 09:40 +0200
  [PATCH v4 1/8] ARM: EXYNOS: remove unused static mapping of CMU for  exynos5 Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-10-19 14:00 +0200
  [PATCH v4 4/8] ARM: dts: add SROM device node for exynos4 Pankaj Dubey <pankaj.dubey@samsung.com> - 2015-10-19 14:00 +0200

csiph-web