All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pankaj Dubey <pankaj.dubey@samsung.com>
To: Pankaj Dubey <pankaj.dubey@samsung.com>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org
Subject: Re: [PATCH v3 0/4] Introduce new Kconfig for Samsung common clock
Date: Thu, 10 Apr 2014 16:42:54 +0900	[thread overview]
Message-ID: <53464B7E.8080507@samsung.com> (raw)
In-Reply-To: <1395291325-4043-1-git-send-email-pankaj.dubey@samsung.com>

On 03/20/2014 01:55 PM, Pankaj Dubey wrote:
> Introduce a new Kconfig file for Samsung common clock infrastructure
> related config options. As current Samsung common clock gets compiled
> based on PLAT_SAMSUNG, but moving ahead with ARM64 we can not have any
> more such config options, so this patch introduce new COMMON_CLK_SAMSUNG
> invisible option. This option also select COMMON_CLK so ARCH Kconfig just
> need to select COMMON_CLK_SAMSUNG in case they want to use Samsung common
> clock.
>
> This series is based on Kukjin's for-next branch.
>
> V3:
>   1) Re-organized patches for preventing bisect issues.
>   2) Rebase on top of latest Kukjin's for-next branch.
>   3) Compile tested exynos_defconfig, s3c6400_defconfig and s3c2410_defconfig
>      after each commit.
>
> V2:
>   1) Adding new Kconfig file for Samsung common clock.
>   2) Make COMMON_CLK_SAMSUNG option invisible. (as suggested by Tomasz Figa)
>   3) Let COMMON_CLK_SAMSUNG select COMMON_CLK. (as suggested by Tomasz Figa)
>   4) Move S3C24XX clock config option in new Kconfig file.
>
> Pankaj Dubey (4):
>    clk: samsung: add new Kconfig for Samsung common clock option
>    ARM: select COMMON_CLK_SAMSUNG for ARCH_EXYNOS and ARCH_S3C64XX
>    ARM: S3C24XX: move S3C24XX clock Kconfig options to Samsung clock
>      Kconfig file
>    drivers: clk: use COMMON_CLK_SAMSUNG for Samsung clock support
>
>   arch/arm/Kconfig              |    4 ++--
>   arch/arm/mach-s3c24xx/Kconfig |   14 --------------
>   drivers/clk/Kconfig           |    2 ++
>   drivers/clk/Makefile          |    2 +-
>   drivers/clk/samsung/Kconfig   |   12 ++++++++++++
>   5 files changed, 17 insertions(+), 17 deletions(-)
>   create mode 100644 drivers/clk/samsung/Kconfig
>

Gentle Ping.

-- 
Best Regards,
Pankaj Dubey

WARNING: multiple messages have this Message-ID (diff)
From: pankaj.dubey@samsung.com (Pankaj Dubey)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/4] Introduce new Kconfig for Samsung common clock
Date: Thu, 10 Apr 2014 16:42:54 +0900	[thread overview]
Message-ID: <53464B7E.8080507@samsung.com> (raw)
In-Reply-To: <1395291325-4043-1-git-send-email-pankaj.dubey@samsung.com>

On 03/20/2014 01:55 PM, Pankaj Dubey wrote:
> Introduce a new Kconfig file for Samsung common clock infrastructure
> related config options. As current Samsung common clock gets compiled
> based on PLAT_SAMSUNG, but moving ahead with ARM64 we can not have any
> more such config options, so this patch introduce new COMMON_CLK_SAMSUNG
> invisible option. This option also select COMMON_CLK so ARCH Kconfig just
> need to select COMMON_CLK_SAMSUNG in case they want to use Samsung common
> clock.
>
> This series is based on Kukjin's for-next branch.
>
> V3:
>   1) Re-organized patches for preventing bisect issues.
>   2) Rebase on top of latest Kukjin's for-next branch.
>   3) Compile tested exynos_defconfig, s3c6400_defconfig and s3c2410_defconfig
>      after each commit.
>
> V2:
>   1) Adding new Kconfig file for Samsung common clock.
>   2) Make COMMON_CLK_SAMSUNG option invisible. (as suggested by Tomasz Figa)
>   3) Let COMMON_CLK_SAMSUNG select COMMON_CLK. (as suggested by Tomasz Figa)
>   4) Move S3C24XX clock config option in new Kconfig file.
>
> Pankaj Dubey (4):
>    clk: samsung: add new Kconfig for Samsung common clock option
>    ARM: select COMMON_CLK_SAMSUNG for ARCH_EXYNOS and ARCH_S3C64XX
>    ARM: S3C24XX: move S3C24XX clock Kconfig options to Samsung clock
>      Kconfig file
>    drivers: clk: use COMMON_CLK_SAMSUNG for Samsung clock support
>
>   arch/arm/Kconfig              |    4 ++--
>   arch/arm/mach-s3c24xx/Kconfig |   14 --------------
>   drivers/clk/Kconfig           |    2 ++
>   drivers/clk/Makefile          |    2 +-
>   drivers/clk/samsung/Kconfig   |   12 ++++++++++++
>   5 files changed, 17 insertions(+), 17 deletions(-)
>   create mode 100644 drivers/clk/samsung/Kconfig
>

Gentle Ping.

-- 
Best Regards,
Pankaj Dubey

  parent reply	other threads:[~2014-04-10  7:25 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
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   ` Pankaj Dubey [this message]
2014-04-10  7:42     ` [PATCH v3 0/4] Introduce new Kconfig for Samsung common clock 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=53464B7E.8080507@samsung.com \
    --to=pankaj.dubey@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    /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.