All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Thomas Abraham <thomas.ab@samsung.com>
Cc: linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com
Subject: Re: [RFC][PATCH 0/7] ARM: Add clkdev support for Samsung's platforms
Date: Wed, 25 May 2011 14:52:50 -0700	[thread overview]
Message-ID: <4DDD7A32.80309@samsung.com> (raw)
In-Reply-To: <1305839906-1815-1-git-send-email-thomas.ab@samsung.com>

On 05/19/11 14:18, Thomas Abraham wrote:
> Thomas Abraham (7):
>    ARM: SAMSUNG: Add clkdev infrastructure
>    ARM: S3C24XX: Add clkdev support
>    ARM: S3C64XX: Add clkdev support
>    ARM: S5P64X0: Add clkdev support
>    ARM: S5PC100: Add clkdev support
>    ARM: S5PV210: Add clkdev support
>    ARM: Exynos4: Add clkdev support
>
>   arch/arm/Kconfig                            |    6 ++
>   arch/arm/mach-exynos4/clock.c               |   63 +++++++++++++++++++-
>   arch/arm/mach-exynos4/include/mach/clkdev.h |    7 ++
>   arch/arm/mach-exynos4/time.c                |    2 +
>   arch/arm/mach-s3c2412/clock.c               |    3 +
>   arch/arm/mach-s3c2416/clock.c               |    5 ++
>   arch/arm/mach-s3c2443/clock.c               |    4 +
>   arch/arm/mach-s3c64xx/clock.c               |   25 ++++++++
>   arch/arm/mach-s3c64xx/include/mach/clkdev.h |    7 ++
>   arch/arm/mach-s5p64x0/clock-s5p6440.c       |   20 +++++++
>   arch/arm/mach-s5p64x0/clock-s5p6450.c       |   19 ++++++
>   arch/arm/mach-s5p64x0/include/mach/clkdev.h |    7 ++
>   arch/arm/mach-s5pc100/clock.c               |   42 +++++++++++++-
>   arch/arm/mach-s5pc100/include/mach/clkdev.h |    7 ++
>   arch/arm/mach-s5pv210/clock.c               |   42 +++++++++++++-
>   arch/arm/mach-s5pv210/include/mach/clkdev.h |    7 ++
>   arch/arm/plat-s3c24xx/include/mach/clkdev.h |    7 ++
>   arch/arm/plat-s3c24xx/s3c2410-clock.c       |    3 +
>   arch/arm/plat-s3c24xx/s3c2443-clock.c       |    4 +
>   arch/arm/plat-s5p/s5p-time.c                |    9 +++
>   arch/arm/plat-samsung/clock.c               |   83 ++-------------------------
>   arch/arm/plat-samsung/include/plat/clock.h  |    3 +
>   arch/arm/plat-samsung/pwm-clock.c           |   10 +++
>   arch/arm/plat-samsung/time.c                |    2 +
>   24 files changed, 303 insertions(+), 84 deletions(-)
>   create mode 100644 arch/arm/mach-exynos4/include/mach/clkdev.h
>   create mode 100644 arch/arm/mach-s3c64xx/include/mach/clkdev.h
>   create mode 100644 arch/arm/mach-s5p64x0/include/mach/clkdev.h
>   create mode 100644 arch/arm/mach-s5pc100/include/mach/clkdev.h
>   create mode 100644 arch/arm/mach-s5pv210/include/mach/clkdev.h
>   create mode 100644 arch/arm/plat-s3c24xx/include/mach/clkdev.h
>
Hi Thomas,

Thanks for this patches :)

There are some comments in each patches and I need to check again about 
the devname like following.

s5p-fimc vs. s5pv210-fimc
sdhci-s3c vs. s3c-sdhci
and so on...

Since I'm out of office now, don't have all regarding materials. I will 
back this soon.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

  parent reply	other threads:[~2011-05-25 21:52 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-19 21:18 [RFC][PATCH 0/7] ARM: Add clkdev support for Samsung's platforms Thomas Abraham
2011-05-19 21:18 ` [PATCH 1/7] ARM: SAMSUNG: Add clkdev infrastructure Thomas Abraham
2011-05-19 21:18 ` [PATCH 2/7] ARM: S3C24XX: Add clkdev support Thomas Abraham
2011-05-19 21:18 ` [PATCH 3/7] ARM: S3C64XX: " Thomas Abraham
2011-05-19 21:18 ` [PATCH 4/7] ARM: S5P64X0: " Thomas Abraham
2011-05-25 21:45   ` Kukjin Kim
2011-05-26  3:10     ` Thomas Abraham
2011-05-19 21:18 ` [PATCH 5/7] ARM: S5PC100: " Thomas Abraham
2011-05-25 21:42   ` Kukjin Kim
2011-05-19 21:18 ` [PATCH 6/7] ARM: S5PV210: " Thomas Abraham
2011-05-25 21:39   ` Kukjin Kim
2011-05-19 21:18 ` [PATCH 7/7] ARM: Exynos4: " Thomas Abraham
2011-05-25 21:34   ` Kukjin Kim
2011-05-26  2:51     ` Thomas Abraham
2011-05-25 21:52 ` Kukjin Kim [this message]
2011-05-26  3:11   ` [RFC][PATCH 0/7] ARM: Add clkdev support for Samsung's platforms Thomas Abraham

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=4DDD7A32.80309@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --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.