All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Amit Daniel Kachhap <amit.daniel@samsung.com>
Cc: kgene.kim@samsung.com, linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, amit.kachhap@linaro.org
Subject: Re: [PATCH v2 0/2] ARM: exynos: Enable TMU support in exynos platforms
Date: Mon, 29 Oct 2012 21:14:58 +0900	[thread overview]
Message-ID: <508E7342.2090307@samsung.com> (raw)
In-Reply-To: <1351243746-4173-1-git-send-email-amit.daniel@samsung.com>

On 10/26/12 18:29, Amit Daniel Kachhap wrote:
> From: Amit Daniel Kachhap<amit.daniel@samsung.com>
>
> These TMU enablement patches are needed for exynos4 and exynos5 TMU
> driver already merged(drivers/thermal/exynos_thermal.c).
>
> This patchset is based on Samsung Maintainer's tree,
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git for-next
>
> Amit Daniel Kachhap (2):
>    ARM: exynos4: Add devicetree node for TMU driver
>    ARM: exynos5: Add devicetree node for TMU driver
>
>   arch/arm/boot/dts/exynos4210.dtsi        |    7 +++++++
>   arch/arm/boot/dts/exynos5250.dtsi        |    6 ++++++
>   arch/arm/mach-exynos/clock-exynos4.c     |    4 ++++
>   arch/arm/mach-exynos/clock-exynos5.c     |    5 +++++
>   arch/arm/mach-exynos/include/mach/irqs.h |    3 +++
>   arch/arm/mach-exynos/include/mach/map.h  |    3 +++
>   arch/arm/mach-exynos/mach-exynos4-dt.c   |    2 ++
>   arch/arm/mach-exynos/mach-exynos5-dt.c   |    2 ++
>   8 files changed, 32 insertions(+), 0 deletions(-)

Look good to me, will apply.

Thanks.

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

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2] ARM: exynos: Enable TMU support in exynos platforms
Date: Mon, 29 Oct 2012 21:14:58 +0900	[thread overview]
Message-ID: <508E7342.2090307@samsung.com> (raw)
In-Reply-To: <1351243746-4173-1-git-send-email-amit.daniel@samsung.com>

On 10/26/12 18:29, Amit Daniel Kachhap wrote:
> From: Amit Daniel Kachhap<amit.daniel@samsung.com>
>
> These TMU enablement patches are needed for exynos4 and exynos5 TMU
> driver already merged(drivers/thermal/exynos_thermal.c).
>
> This patchset is based on Samsung Maintainer's tree,
> git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git for-next
>
> Amit Daniel Kachhap (2):
>    ARM: exynos4: Add devicetree node for TMU driver
>    ARM: exynos5: Add devicetree node for TMU driver
>
>   arch/arm/boot/dts/exynos4210.dtsi        |    7 +++++++
>   arch/arm/boot/dts/exynos5250.dtsi        |    6 ++++++
>   arch/arm/mach-exynos/clock-exynos4.c     |    4 ++++
>   arch/arm/mach-exynos/clock-exynos5.c     |    5 +++++
>   arch/arm/mach-exynos/include/mach/irqs.h |    3 +++
>   arch/arm/mach-exynos/include/mach/map.h  |    3 +++
>   arch/arm/mach-exynos/mach-exynos4-dt.c   |    2 ++
>   arch/arm/mach-exynos/mach-exynos5-dt.c   |    2 ++
>   8 files changed, 32 insertions(+), 0 deletions(-)

Look good to me, will apply.

Thanks.

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

  parent reply	other threads:[~2012-10-29 15:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-26  9:29 [PATCH v2 0/2] ARM: exynos: Enable TMU support in exynos platforms Amit Daniel Kachhap
2012-10-26  9:29 ` Amit Daniel Kachhap
2012-10-26  9:29 ` [PATCH v2 1/2] ARM: exynos4: Add devicetree node for TMU driver Amit Daniel Kachhap
2012-10-26  9:29   ` Amit Daniel Kachhap
2012-10-26  9:29   ` [PATCH v2 2/2] ARM: exynos5: " Amit Daniel Kachhap
2012-10-26  9:29     ` Amit Daniel Kachhap
2012-10-29 12:22   ` [PATCH v2 1/2] ARM: exynos4: " Kukjin Kim
2012-10-29 12:22     ` Kukjin Kim
2012-10-30  5:53     ` Amit Daniel Kachhap
2012-10-30  5:53       ` Amit Daniel Kachhap
2012-10-29 12:14 ` Kukjin Kim [this message]
2012-10-29 12:14   ` [PATCH v2 0/2] ARM: exynos: Enable TMU support in exynos platforms Kukjin Kim

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=508E7342.2090307@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=amit.daniel@samsung.com \
    --cc=amit.kachhap@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.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.