From: Kukjin Kim <kgene@kernel.org>
To: Pankaj Dubey <pankaj.dubey@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, kgene.kim@samsung.com,
k.kozlowski@samsung.com, p.fedin@samsung.com,
thomas.ab@samsung.com, andi.shyti@samsung.com
Subject: Re: [PATCH v5 8/8] ARM: EXYNOS: Remove SROM related register settings from mach-exynos
Date: Sat, 24 Oct 2015 03:34:58 +0900 [thread overview]
Message-ID: <562A7DD2.2000000@kernel.org> (raw)
In-Reply-To: <1445332540-12814-9-git-send-email-pankaj.dubey@samsung.com>
On 10/20/15 18:15, 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>
> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@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
>
> diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
> index 3a10f1a..62c3139 100644
> --- a/arch/arm/mach-exynos/Kconfig
> +++ b/arch/arm/mach-exynos/Kconfig
> @@ -27,6 +27,8 @@ menuconfig ARCH_EXYNOS
> select SRAM
> select THERMAL
> select MFD_SYSCON
> + select SOC_SAMSUNG
> + select EXYNOS_SROM if PM
Please add them in alphabetical next time...I've changed the order in
this time.
Thanks,
Kukjin
WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 8/8] ARM: EXYNOS: Remove SROM related register settings from mach-exynos
Date: Sat, 24 Oct 2015 03:34:58 +0900 [thread overview]
Message-ID: <562A7DD2.2000000@kernel.org> (raw)
In-Reply-To: <1445332540-12814-9-git-send-email-pankaj.dubey@samsung.com>
On 10/20/15 18:15, 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>
> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@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
>
> diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
> index 3a10f1a..62c3139 100644
> --- a/arch/arm/mach-exynos/Kconfig
> +++ b/arch/arm/mach-exynos/Kconfig
> @@ -27,6 +27,8 @@ menuconfig ARCH_EXYNOS
> select SRAM
> select THERMAL
> select MFD_SYSCON
> + select SOC_SAMSUNG
> + select EXYNOS_SROM if PM
Please add them in alphabetical next time...I've changed the order in
this time.
Thanks,
Kukjin
next prev parent reply other threads:[~2015-10-23 18:34 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-20 9:15 [PATCH v5 0/8] Add support for Exynos SROM Controller driver Pankaj Dubey
2015-10-20 9:15 ` Pankaj Dubey
2015-10-20 9:15 ` [PATCH v5 1/8] ARM: EXYNOS: remove unused static mapping of CMU for exynos5 Pankaj Dubey
2015-10-20 9:15 ` Pankaj Dubey
2015-10-20 9:15 ` [PATCH v5 2/8] ARM: EXYNOS: code cleanup in map.h Pankaj Dubey
2015-10-20 9:15 ` Pankaj Dubey
2015-10-20 9:15 ` [PATCH v5 3/8] Documentation: dt-bindings: add exynos-srom binding information Pankaj Dubey
2015-10-20 9:15 ` Pankaj Dubey
2015-10-20 9:15 ` [PATCH v5 4/8] ARM: dts: add SROM device node for exynos4 Pankaj Dubey
2015-10-20 9:15 ` Pankaj Dubey
2015-10-20 9:15 ` [PATCH v5 5/8] ARM: dts: add SROM device node for exynos5 Pankaj Dubey
2015-10-20 9:15 ` Pankaj Dubey
2015-10-20 9:15 ` [PATCH v5 6/8] drivers: soc: add support for exynos SROM driver Pankaj Dubey
2015-10-20 9:15 ` Pankaj Dubey
2015-10-20 11:14 ` Andi Shyti
2015-10-20 11:14 ` Andi Shyti
2015-10-20 12:37 ` Krzysztof Kozlowski
2015-10-20 12:37 ` Krzysztof Kozlowski
2015-10-20 9:15 ` [PATCH v5 7/8] MAINTAINERS: add maintainers entry for drivers/soc/samsung Pankaj Dubey
2015-10-20 9:15 ` Pankaj Dubey
2015-10-20 9:15 ` [PATCH v5 8/8] ARM: EXYNOS: Remove SROM related register settings from mach-exynos Pankaj Dubey
2015-10-20 9:15 ` Pankaj Dubey
2015-10-23 18:34 ` Kukjin Kim [this message]
2015-10-23 18:34 ` Kukjin Kim
2015-10-21 0:34 ` [PATCH v5 0/8] Add support for Exynos SROM Controller driver Krzysztof Kozlowski
2015-10-21 0:34 ` Krzysztof Kozlowski
2015-10-23 9:49 ` Pavel Fedin
2015-10-23 9:49 ` Pavel Fedin
2015-10-23 18:18 ` Kukjin Kim
2015-10-23 18:18 ` Kukjin Kim
2015-10-26 6:45 ` Pavel Fedin
2015-10-26 6:45 ` Pavel Fedin
2015-10-27 2:15 ` Kukjin Kim
2015-10-27 2:15 ` Kukjin Kim
2015-10-27 7:17 ` Pavel Fedin
2015-10-27 7:17 ` Pavel Fedin
2015-11-17 4:59 ` pankaj.dubey
2015-11-17 4:59 ` pankaj.dubey
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=562A7DD2.2000000@kernel.org \
--to=kgene@kernel.org \
--cc=andi.shyti@samsung.com \
--cc=k.kozlowski@samsung.com \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=p.fedin@samsung.com \
--cc=pankaj.dubey@samsung.com \
--cc=thomas.ab@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.