All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alim Akhtar <alim.akhtar@samsung.com>
To: Pankaj Dubey <pankaj.dubey@samsung.com>,
	linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: krzk@kernel.org, kgene@kernel.org, thomas.ab@samsung.com
Subject: Re: [4/4] ARM: EXYNOS: Remove unused soc_is_exynos{4,5}
Date: Fri, 04 Nov 2016 19:01:02 +0530	[thread overview]
Message-ID: <581C8D96.4040507@samsung.com> (raw)
In-Reply-To: <1478230764-13748-5-git-send-email-pankaj.dubey@samsung.com>

Hi Pankaj,

On 11/04/2016 09:09 AM, Pankaj Dubey wrote:
> As no more user of soc_is_exynos{4,5} we can safely remove them.
>
> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
> ---

Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

Also I have complied tested this series, looks good.

>   arch/arm/mach-exynos/common.h | 5 -----
>   1 file changed, 5 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/common.h b/arch/arm/mach-exynos/common.h
> index 9424a8a..d19064b 100644
> --- a/arch/arm/mach-exynos/common.h
> +++ b/arch/arm/mach-exynos/common.h
> @@ -105,11 +105,6 @@ IS_SAMSUNG_CPU(exynos5800, EXYNOS5800_SOC_ID, EXYNOS5_SOC_MASK)
>   # define soc_is_exynos5800()	0
>   #endif
>
> -#define soc_is_exynos4() (soc_is_exynos4210() || soc_is_exynos4212() || \
> -			  soc_is_exynos4412())
> -#define soc_is_exynos5() (soc_is_exynos5250() || soc_is_exynos5410() || \
> -			  soc_is_exynos5420() || soc_is_exynos5800())
> -
>   extern u32 cp15_save_diag;
>   extern u32 cp15_save_power;
>
>

WARNING: multiple messages have this Message-ID (diff)
From: alim.akhtar@samsung.com (Alim Akhtar)
To: linux-arm-kernel@lists.infradead.org
Subject: [4/4] ARM: EXYNOS: Remove unused soc_is_exynos{4,5}
Date: Fri, 04 Nov 2016 19:01:02 +0530	[thread overview]
Message-ID: <581C8D96.4040507@samsung.com> (raw)
In-Reply-To: <1478230764-13748-5-git-send-email-pankaj.dubey@samsung.com>

Hi Pankaj,

On 11/04/2016 09:09 AM, Pankaj Dubey wrote:
> As no more user of soc_is_exynos{4,5} we can safely remove them.
>
> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
> ---

Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

Also I have complied tested this series, looks good.

>   arch/arm/mach-exynos/common.h | 5 -----
>   1 file changed, 5 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/common.h b/arch/arm/mach-exynos/common.h
> index 9424a8a..d19064b 100644
> --- a/arch/arm/mach-exynos/common.h
> +++ b/arch/arm/mach-exynos/common.h
> @@ -105,11 +105,6 @@ IS_SAMSUNG_CPU(exynos5800, EXYNOS5800_SOC_ID, EXYNOS5_SOC_MASK)
>   # define soc_is_exynos5800()	0
>   #endif
>
> -#define soc_is_exynos4() (soc_is_exynos4210() || soc_is_exynos4212() || \
> -			  soc_is_exynos4412())
> -#define soc_is_exynos5() (soc_is_exynos5250() || soc_is_exynos5410() || \
> -			  soc_is_exynos5420() || soc_is_exynos5800())
> -
>   extern u32 cp15_save_diag;
>   extern u32 cp15_save_power;
>
>

  reply	other threads:[~2016-11-04 13:32 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20161104033644epcas1p46d49c63576294d645c7fc131374bb49b@epcas1p4.samsung.com>
2016-11-04  3:39 ` [PATCH 0/4] Add SCU device node support for Exynos4 Pankaj Dubey
2016-11-04  3:39   ` Pankaj Dubey
2016-11-04  3:39   ` [PATCH 1/4] ARM: EXYNOS: Remove smp_init_cpus hook from platsmp.c Pankaj Dubey
2016-11-04  3:39     ` Pankaj Dubey
2016-11-04 12:53     ` [1/4] " Alim Akhtar
2016-11-04 12:53       ` Alim Akhtar
2016-11-05 15:41     ` [PATCH 1/4] " Krzysztof Kozlowski
2016-11-05 15:41       ` Krzysztof Kozlowski
2016-11-07  3:37       ` pankaj.dubey
2016-11-07  3:37         ` pankaj.dubey
2016-11-07  6:59         ` Krzysztof Kozlowski
2016-11-07  6:59           ` Krzysztof Kozlowski
2016-11-07 17:10           ` Pankaj Dubey
2016-11-07 17:10             ` Pankaj Dubey
2016-11-04  3:39   ` [PATCH 2/4] ARM: dts: exynos: Add SCU device node to exynos4.dtsi Pankaj Dubey
2016-11-04  3:39     ` Pankaj Dubey
2016-11-04 13:13     ` [2/4] " Alim Akhtar
2016-11-04 13:13       ` Alim Akhtar
2016-11-05 15:41     ` [PATCH 2/4] " Krzysztof Kozlowski
2016-11-05 15:41       ` Krzysztof Kozlowski
2016-11-04  3:39   ` [PATCH 3/4] ARM: EXYNOS: Remove static mapping of SCU SFR Pankaj Dubey
2016-11-04  3:39     ` Pankaj Dubey
2016-11-04 13:26     ` [3/4] " Alim Akhtar
2016-11-04 13:26       ` Alim Akhtar
2016-11-07  2:35       ` pankaj.dubey
2016-11-07  2:35         ` pankaj.dubey
2016-11-07  4:49         ` Alim Akhtar
2016-11-07  4:49           ` Alim Akhtar
2016-11-07 16:59           ` Pankaj Dubey
2016-11-07 16:59             ` Pankaj Dubey
2016-11-07 17:53     ` [PATCH 3/4] " Krzysztof Kozlowski
2016-11-07 17:53       ` Krzysztof Kozlowski
2016-11-08  3:14       ` pankaj.dubey
2016-11-08  3:14         ` pankaj.dubey
2016-11-04  3:39   ` [PATCH 4/4] ARM: EXYNOS: Remove unused soc_is_exynos{4,5} Pankaj Dubey
2016-11-04  3:39     ` Pankaj Dubey
2016-11-04 13:31     ` Alim Akhtar [this message]
2016-11-04 13:31       ` [4/4] " Alim Akhtar
2016-11-04  7:33   ` [PATCH 0/4] Add SCU device node support for Exynos4 Marek Szyprowski
2016-11-04  7:33     ` Marek Szyprowski

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=581C8D96.4040507@samsung.com \
    --to=alim.akhtar@samsung.com \
    --cc=kgene@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --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.