All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Tomasz Figa <tomasz.figa@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org,
	Kukjin Kim <kgene.kim@samsung.com>,
	Mark Brown <broonie@kernel.org>,
	Mike Turquette <mturquette@linaro.org>,
	Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	stern@rowland.harvard.edu, gregkh@linuxfoundation.org,
	linux-usb@vger.kernel.org
Subject: Re: [PATCH 0/7] Common Clock Framework support for Samsung S3C64xx
Date: Wed, 19 Jun 2013 23:17:06 +0900	[thread overview]
Message-ID: <51C1BD62.8050007@samsung.com> (raw)
In-Reply-To: <1370476651-6743-1-git-send-email-tomasz.figa@gmail.com>

On 06/06/13 08:57, Tomasz Figa wrote:
> This series is an attempt to move clock support on Samsung S3C64xx SoCs
> to Common Clock Framework.
>
Looks good :)

> First, support for PLL types present on S3C64xx SoCs is added to Samsung
> Common Clock Framework driver. Then the main clock driver for mentioned
> SoCs is introduced. Further patches contain fixes for drivers to make them
> compliant with CCF semantics, migration of platform code to use the new
> clock driver and removal of old clock management code.
>
> Depends on:
>   - [PATCH 0/6] Samsung watchdog support clean-up
>     http://thread.gmane.org/gmane.linux.kernel.samsung-soc/18736/focus=18989
>   - [PATCH 00/15] Final Samsung PWM support cleanup
>     http://www.spinics.net/lists/arm-kernel/msg248725.html

BTW, Tomasz, so how was going on above PWM patches?

>
> On S3C6410-based Tiny6410 board (Mini6410-compatible):
>
> Tested-by: Tomasz Figa<tomasz.figa@gmail.com>
>
> Tomasz Figa (7):
>    clk: samsung: pll: Add support for PLL6552 and PLL6553
>    clk: samsung: Add clock driver for S3C64xx SoCs
>    ARM: SAMSUNG: Add soc_is_s3c6400/s3c6410 macros
>    ARM: s3c64xx: dma: Use clk_prepare_enable/clk_disable_unprepare
>    usb: host: ohci-s3c2410 Use clk_prepare_enable/clk_disable_unprepare
>    ARM: s3c64xx: Migrate clock handling to Common Clock Framework
>    ARM: s3c64xx: Remove old clock management code

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/7] Common Clock Framework support for Samsung S3C64xx
Date: Wed, 19 Jun 2013 23:17:06 +0900	[thread overview]
Message-ID: <51C1BD62.8050007@samsung.com> (raw)
In-Reply-To: <1370476651-6743-1-git-send-email-tomasz.figa@gmail.com>

On 06/06/13 08:57, Tomasz Figa wrote:
> This series is an attempt to move clock support on Samsung S3C64xx SoCs
> to Common Clock Framework.
>
Looks good :)

> First, support for PLL types present on S3C64xx SoCs is added to Samsung
> Common Clock Framework driver. Then the main clock driver for mentioned
> SoCs is introduced. Further patches contain fixes for drivers to make them
> compliant with CCF semantics, migration of platform code to use the new
> clock driver and removal of old clock management code.
>
> Depends on:
>   - [PATCH 0/6] Samsung watchdog support clean-up
>     http://thread.gmane.org/gmane.linux.kernel.samsung-soc/18736/focus=18989
>   - [PATCH 00/15] Final Samsung PWM support cleanup
>     http://www.spinics.net/lists/arm-kernel/msg248725.html

BTW, Tomasz, so how was going on above PWM patches?

>
> On S3C6410-based Tiny6410 board (Mini6410-compatible):
>
> Tested-by: Tomasz Figa<tomasz.figa@gmail.com>
>
> Tomasz Figa (7):
>    clk: samsung: pll: Add support for PLL6552 and PLL6553
>    clk: samsung: Add clock driver for S3C64xx SoCs
>    ARM: SAMSUNG: Add soc_is_s3c6400/s3c6410 macros
>    ARM: s3c64xx: dma: Use clk_prepare_enable/clk_disable_unprepare
>    usb: host: ohci-s3c2410 Use clk_prepare_enable/clk_disable_unprepare
>    ARM: s3c64xx: Migrate clock handling to Common Clock Framework
>    ARM: s3c64xx: Remove old clock management code

  parent reply	other threads:[~2013-06-19 14:17 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-05 23:57 [PATCH 0/7] Common Clock Framework support for Samsung S3C64xx Tomasz Figa
2013-06-05 23:57 ` Tomasz Figa
2013-06-05 23:57 ` [PATCH 1/7] clk: samsung: pll: Add support for PLL6552 and PLL6553 Tomasz Figa
2013-06-05 23:57   ` Tomasz Figa
     [not found]   ` <1370476651-6743-2-git-send-email-tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-06-12  2:53     ` Mike Turquette
2013-06-12  2:53       ` Mike Turquette
2013-06-05 23:57 ` [PATCH 3/7] ARM: SAMSUNG: Add soc_is_s3c6400/s3c6410 macros Tomasz Figa
2013-06-05 23:57   ` Tomasz Figa
2013-06-05 23:57 ` [PATCH 5/7] usb: host: ohci-s3c2410 Use clk_prepare_enable/clk_disable_unprepare Tomasz Figa
2013-06-05 23:57   ` Tomasz Figa
     [not found] ` <1370476651-6743-1-git-send-email-tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-06-05 23:57   ` [PATCH 2/7] clk: samsung: Add clock driver for S3C64xx SoCs Tomasz Figa
2013-06-05 23:57     ` Tomasz Figa
     [not found]     ` <1370476651-6743-3-git-send-email-tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-06-12  2:54       ` Mike Turquette
2013-06-12  2:54         ` Mike Turquette
2013-06-12  6:26         ` Tomasz Figa
2013-06-12  6:26           ` Tomasz Figa
2013-06-12 16:51           ` Mike Turquette
2013-06-12 16:51             ` Mike Turquette
2013-06-12 21:38             ` Tomasz Figa
2013-06-12 21:38               ` Tomasz Figa
2013-06-19 14:18               ` Kukjin Kim
2013-06-19 14:18                 ` Kukjin Kim
2013-06-05 23:57   ` [PATCH 4/7] ARM: s3c64xx: dma: Use clk_prepare_enable/clk_disable_unprepare Tomasz Figa
2013-06-05 23:57     ` Tomasz Figa
2013-06-05 23:57   ` [PATCH 6/7] ARM: s3c64xx: Migrate clock handling to Common Clock Framework Tomasz Figa
2013-06-05 23:57     ` Tomasz Figa
2013-06-05 23:57 ` [PATCH 7/7] ARM: s3c64xx: Remove old clock management code Tomasz Figa
2013-06-05 23:57   ` Tomasz Figa
2013-06-19 14:17 ` Kukjin Kim [this message]
2013-06-19 14:17   ` [PATCH 0/7] Common Clock Framework support for Samsung S3C64xx Kukjin Kim
     [not found]   ` <51C1BD62.8050007-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2013-06-19 14:23     ` Tomasz Figa
2013-06-19 14:23       ` Tomasz Figa

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=51C1BD62.8050007@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=arnd@arndb.de \
    --cc=broonie@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=mturquette@linaro.org \
    --cc=olof@lixom.net \
    --cc=stern@rowland.harvard.edu \
    --cc=tomasz.figa@gmail.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.