From: Kukjin Kim <kgene.kim@samsung.com>
To: Tomasz Figa <t.figa@samsung.com>
Cc: linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org,
Mike Turquette <mturquette@linaro.org>,
Arnd Bergmann <arnd@arndb.de>,
Stephen Warren <swarren@wwwdotorg.org>,
Kyungmin Park <kyungmin.park@samsung.com>,
Kukjin Kim <kgene.kim@samsung.com>,
Thomas Abraham <thomas.abraham@linaro.org>,
Sylwester Nawrocki <s.nawrocki@samsung.com>,
Olof Johansson <olof@lixom.net>
Subject: Re: [PATCH 0/3] DW-MSHC support on Exynos4412-TRATS2 board
Date: Sat, 21 Dec 2013 07:16:14 +0900 [thread overview]
Message-ID: <52B4C1AE.4000506@samsung.com> (raw)
In-Reply-To: <1386865083-20082-1-git-send-email-t.figa@samsung.com>
On 12/13/13 01:18, Tomasz Figa wrote:
> This series fixes spotted issues with DW-MSHC support on Exynos4x12
> SoCs and then enables DW-MSHC controller to handle eMMC memory on
> Exynos4412-TRATS2 board. As opposed to using sdhci-s3c for eMMC,
> MMC 4.4 extensions can be used and in general performance is improved.
>
> Tested on Exynos4412-TRATS2 board.
>
> Tomasz Figa (3):
> clk: samsung: exynos4: Fix definition of div_mmc_pre4 divider
> ARM: dts: exynos4x12: Fix definition of MSHC device tree nodes
> ARM: dts: exynos4412-trats2: Use MSHC controller for eMMC memory
>
> arch/arm/boot/dts/exynos4412-odroidx.dts | 5 +----
> arch/arm/boot/dts/exynos4412-origen.dts | 5 +----
> arch/arm/boot/dts/exynos4412-trats2.dts | 20 ++++++++++++++++----
> arch/arm/boot/dts/exynos4412.dtsi | 8 --------
> arch/arm/boot/dts/exynos4x12.dtsi | 13 +++++++++++++
> drivers/clk/samsung/clk-exynos4.c | 3 ++-
> 6 files changed, 33 insertions(+), 21 deletions(-)
>
Looks good to me, applied.
Thanks,
Kukjin
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/3] DW-MSHC support on Exynos4412-TRATS2 board
Date: Sat, 21 Dec 2013 07:16:14 +0900 [thread overview]
Message-ID: <52B4C1AE.4000506@samsung.com> (raw)
In-Reply-To: <1386865083-20082-1-git-send-email-t.figa@samsung.com>
On 12/13/13 01:18, Tomasz Figa wrote:
> This series fixes spotted issues with DW-MSHC support on Exynos4x12
> SoCs and then enables DW-MSHC controller to handle eMMC memory on
> Exynos4412-TRATS2 board. As opposed to using sdhci-s3c for eMMC,
> MMC 4.4 extensions can be used and in general performance is improved.
>
> Tested on Exynos4412-TRATS2 board.
>
> Tomasz Figa (3):
> clk: samsung: exynos4: Fix definition of div_mmc_pre4 divider
> ARM: dts: exynos4x12: Fix definition of MSHC device tree nodes
> ARM: dts: exynos4412-trats2: Use MSHC controller for eMMC memory
>
> arch/arm/boot/dts/exynos4412-odroidx.dts | 5 +----
> arch/arm/boot/dts/exynos4412-origen.dts | 5 +----
> arch/arm/boot/dts/exynos4412-trats2.dts | 20 ++++++++++++++++----
> arch/arm/boot/dts/exynos4412.dtsi | 8 --------
> arch/arm/boot/dts/exynos4x12.dtsi | 13 +++++++++++++
> drivers/clk/samsung/clk-exynos4.c | 3 ++-
> 6 files changed, 33 insertions(+), 21 deletions(-)
>
Looks good to me, applied.
Thanks,
Kukjin
next prev parent reply other threads:[~2013-12-20 22:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-12 16:18 [PATCH 0/3] DW-MSHC support on Exynos4412-TRATS2 board Tomasz Figa
2013-12-12 16:18 ` Tomasz Figa
2013-12-12 16:18 ` [PATCH 1/3] clk: samsung: exynos4: Fix definition of div_mmc_pre4 divider Tomasz Figa
2013-12-12 16:18 ` Tomasz Figa
2013-12-12 16:18 ` [PATCH 2/3] ARM: dts: exynos4x12: Fix definition of MSHC device tree nodes Tomasz Figa
2013-12-12 16:18 ` Tomasz Figa
2013-12-12 16:18 ` [PATCH 3/3] ARM: dts: exynos4412-trats2: Use MSHC controller for eMMC memory Tomasz Figa
2013-12-12 16:18 ` Tomasz Figa
2013-12-20 22:16 ` Kukjin Kim [this message]
2013-12-20 22:16 ` [PATCH 0/3] DW-MSHC support on Exynos4412-TRATS2 board 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=52B4C1AE.4000506@samsung.com \
--to=kgene.kim@samsung.com \
--cc=arnd@arndb.de \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mturquette@linaro.org \
--cc=olof@lixom.net \
--cc=s.nawrocki@samsung.com \
--cc=swarren@wwwdotorg.org \
--cc=t.figa@samsung.com \
--cc=thomas.abraham@linaro.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.