All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomasz Figa <t.figa@samsung.com>
To: Pankaj Dubey <pankaj.dubey@samsung.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org
Subject: Re: [PATCH v2 1/4] clk: samsung: add new Kconfig for Samsung common clock options
Date: Wed, 19 Mar 2014 13:19:47 +0100	[thread overview]
Message-ID: <53298B63.40005@samsung.com> (raw)
In-Reply-To: <1394598781-3848-2-git-send-email-pankaj.dubey@samsung.com>

Hi Pankaj,

On 12.03.2014 05:32, Pankaj Dubey wrote:
> This patch adds new Kconfig file for adding new config option
> as COMMON_CLK_SAMSUNG for Samsung common clock. This patch also
> moves S3C24XX specific clock options here in this file.
>
> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
> ---
>   drivers/clk/samsung/Kconfig |   11 +++++++++++
>   1 file changed, 11 insertions(+)
>   create mode 100644 drivers/clk/samsung/Kconfig
>
> diff --git a/drivers/clk/samsung/Kconfig b/drivers/clk/samsung/Kconfig
> new file mode 100644
> index 0000000..26eb446
> --- /dev/null
> +++ b/drivers/clk/samsung/Kconfig
> @@ -0,0 +1,11 @@
> +config COMMON_CLK_SAMSUNG
> +	bool
> +	select COMMON_CLK
> +
> +config S3C2412_COMMON_CLK
> +	bool
> +	select COMMON_CLK_SAMSUNG
> +
> +config S3C2443_COMMON_CLK
> +	bool
> +	select COMMON_CLK_SAMSUNG
>

This patch adds S3C2412_COMMON_CLK and S3C2443_COMMON_CLK to 
drivers/clk/samsung/Kconfig, but they are still present in 
arch/arm/mach-s3c24xx/Kconfig, so after this patch there are duplicate 
definitions.

Best regards,
Tomasz

WARNING: multiple messages have this Message-ID (diff)
From: t.figa@samsung.com (Tomasz Figa)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/4] clk: samsung: add new Kconfig for Samsung common clock options
Date: Wed, 19 Mar 2014 13:19:47 +0100	[thread overview]
Message-ID: <53298B63.40005@samsung.com> (raw)
In-Reply-To: <1394598781-3848-2-git-send-email-pankaj.dubey@samsung.com>

Hi Pankaj,

On 12.03.2014 05:32, Pankaj Dubey wrote:
> This patch adds new Kconfig file for adding new config option
> as COMMON_CLK_SAMSUNG for Samsung common clock. This patch also
> moves S3C24XX specific clock options here in this file.
>
> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
> ---
>   drivers/clk/samsung/Kconfig |   11 +++++++++++
>   1 file changed, 11 insertions(+)
>   create mode 100644 drivers/clk/samsung/Kconfig
>
> diff --git a/drivers/clk/samsung/Kconfig b/drivers/clk/samsung/Kconfig
> new file mode 100644
> index 0000000..26eb446
> --- /dev/null
> +++ b/drivers/clk/samsung/Kconfig
> @@ -0,0 +1,11 @@
> +config COMMON_CLK_SAMSUNG
> +	bool
> +	select COMMON_CLK
> +
> +config S3C2412_COMMON_CLK
> +	bool
> +	select COMMON_CLK_SAMSUNG
> +
> +config S3C2443_COMMON_CLK
> +	bool
> +	select COMMON_CLK_SAMSUNG
>

This patch adds S3C2412_COMMON_CLK and S3C2443_COMMON_CLK to 
drivers/clk/samsung/Kconfig, but they are still present in 
arch/arm/mach-s3c24xx/Kconfig, so after this patch there are duplicate 
definitions.

Best regards,
Tomasz

  reply	other threads:[~2014-03-19 12:19 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-12  4:32 [PATCH v2 0/4] Introduce new Kconfig for Samsung common clock Pankaj Dubey
2014-03-12  4:32 ` Pankaj Dubey
2014-03-12  4:32 ` [PATCH v2 1/4] clk: samsung: add new Kconfig for Samsung common clock options Pankaj Dubey
2014-03-12  4:32   ` Pankaj Dubey
2014-03-19 12:19   ` Tomasz Figa [this message]
2014-03-19 12:19     ` Tomasz Figa
2014-03-20  4:27     ` Pankaj Dubey
2014-03-20  4:27       ` Pankaj Dubey
2014-03-12  4:32 ` [PATCH v2 2/4] drivers: clk: use CONFIG_COMMON_CLK_SAMSUNG for Samsung clock support Pankaj Dubey
2014-03-12  4:32   ` Pankaj Dubey
2014-03-19 12:18   ` Tomasz Figa
2014-03-19 12:18     ` Tomasz Figa
2014-03-20  4:23     ` Pankaj Dubey
2014-03-20  4:23       ` Pankaj Dubey
2014-03-12  4:33 ` [PATCH v2 3/4] ARM: select COMMON_CLK_SAMSUNG for ARCH_EXYNOS and ARCH_S3C64XX Pankaj Dubey
2014-03-12  4:33   ` Pankaj Dubey
2014-03-12  4:33 ` [PATCH v2 4/4] ARM: S3C24XX: remove S3C24XX specific clock Kconfig options Pankaj Dubey
2014-03-12  4:33   ` Pankaj Dubey
2014-03-19 10:39 ` [PATCH v2 0/4] Introduce new Kconfig for Samsung common clock Pankaj Dubey
2014-03-19 10:39   ` Pankaj Dubey
2014-03-20  4:55 ` [PATCH v3 " Pankaj Dubey
2014-03-20  4:55   ` Pankaj Dubey
2014-03-20  4:55   ` [PATCH v3 1/4] clk: samsung: add new Kconfig for Samsung common clock option Pankaj Dubey
2014-03-20  4:55     ` Pankaj Dubey
2014-03-20  4:55   ` [PATCH v3 2/4] ARM: select COMMON_CLK_SAMSUNG for ARCH_EXYNOS and ARCH_S3C64XX Pankaj Dubey
2014-03-20  4:55     ` Pankaj Dubey
2014-03-20  4:55   ` [PATCH v3 3/4] ARM: S3C24XX: move S3C24XX clock Kconfig options to Samsung clock Kconfig file Pankaj Dubey
2014-03-20  4:55     ` Pankaj Dubey
2014-03-20  4:55   ` [PATCH v3 4/4] drivers: clk: use COMMON_CLK_SAMSUNG for Samsung clock support Pankaj Dubey
2014-03-20  4:55     ` Pankaj Dubey
2014-04-10  7:42   ` [PATCH v3 0/4] Introduce new Kconfig for Samsung common clock Pankaj Dubey
2014-04-10  7:42     ` 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=53298B63.40005@samsung.com \
    --to=t.figa@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=pankaj.dubey@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.