From: Krzysztof Kozlowski <krzk@kernel.org>
To: Anand Moon <linux.amoon@gmail.com>
Cc: Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Kukjin Kim <kgene@kernel.org>,
Jaehoon Chung <jh80.chung@samsung.com>,
Ulf Hansson <ulf.hansson@linaro.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-mmc@vger.kernel.org
Subject: Re: [PATCHv4 0/6] Add support for UHS-I on Exynos5422 odroid boards
Date: Wed, 26 Sep 2018 21:07:30 +0200 [thread overview]
Message-ID: <20180926190730.GB6461@kozik-lap> (raw)
In-Reply-To: <20180922075238.884-2-linux.amoon@gmail.com>
On Sat, Sep 22, 2018 at 07:52:32AM +0000, Anand Moon wrote:
> This is series v4 since my previous patches were incomplete with driver
> changes missing.
>
> v4 changes.
> squash cd-gpios and wp-gpio changes into single patch.
> change the subject prefix to "ARM: dts: exynos:"
>
> These changes add UHS-I tuning for dw_mmc-exynos driver.
>
> Rebased on Krzysztof branch next/dt
> [0] git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git
>
Except the one about CD and WP pins (where I replied), they look ok. It
would be nice if you get tested-by tags for them.
Best regards,
Krzysztof
> Anand Moon (6):
> ARM: dts: exynos: Added UHS-I bus speed support
> ARM: dts: exynos: fix regulator min values of LDO13 for Odroid XU3/XU4
> ARM: dts: exynos: update maximum frequency for sdcard to 200MHz
> ARM: dts: exynos: Add CD and WP pins to Odroid XU3/XU4 SD card
> ARM: dts: exynos: update maximum frequency for emmc to 200MHz
> mmc: dw_mmc-exynos: Add tuning for sdr and ddr timing for USH-I mode
>
> arch/arm/boot/dts/exynos5420-pinctrl.dtsi | 8 ++++++++
> arch/arm/boot/dts/exynos5422-odroid-core.dtsi | 10 ++++++++--
> arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 1 +
> drivers/mmc/host/dw_mmc-exynos.c | 11 +++++++++++
> 4 files changed, 28 insertions(+), 2 deletions(-)
>
> --
> 2.17.1
>
WARNING: multiple messages have this Message-ID (diff)
From: krzk@kernel.org (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv4 0/6] Add support for UHS-I on Exynos5422 odroid boards
Date: Wed, 26 Sep 2018 21:07:30 +0200 [thread overview]
Message-ID: <20180926190730.GB6461@kozik-lap> (raw)
In-Reply-To: <20180922075238.884-2-linux.amoon@gmail.com>
On Sat, Sep 22, 2018 at 07:52:32AM +0000, Anand Moon wrote:
> This is series v4 since my previous patches were incomplete with driver
> changes missing.
>
> v4 changes.
> squash cd-gpios and wp-gpio changes into single patch.
> change the subject prefix to "ARM: dts: exynos:"
>
> These changes add UHS-I tuning for dw_mmc-exynos driver.
>
> Rebased on Krzysztof branch next/dt
> [0] git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git
>
Except the one about CD and WP pins (where I replied), they look ok. It
would be nice if you get tested-by tags for them.
Best regards,
Krzysztof
> Anand Moon (6):
> ARM: dts: exynos: Added UHS-I bus speed support
> ARM: dts: exynos: fix regulator min values of LDO13 for Odroid XU3/XU4
> ARM: dts: exynos: update maximum frequency for sdcard to 200MHz
> ARM: dts: exynos: Add CD and WP pins to Odroid XU3/XU4 SD card
> ARM: dts: exynos: update maximum frequency for emmc to 200MHz
> mmc: dw_mmc-exynos: Add tuning for sdr and ddr timing for USH-I mode
>
> arch/arm/boot/dts/exynos5420-pinctrl.dtsi | 8 ++++++++
> arch/arm/boot/dts/exynos5422-odroid-core.dtsi | 10 ++++++++--
> arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 1 +
> drivers/mmc/host/dw_mmc-exynos.c | 11 +++++++++++
> 4 files changed, 28 insertions(+), 2 deletions(-)
>
> --
> 2.17.1
>
next prev parent reply other threads:[~2018-09-26 19:07 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-22 7:52 [PATCHv4 0/6] Add support for UHS-I on Exynos5422 odroid boards Anand Moon
2018-09-22 7:52 ` Anand Moon
2018-09-22 7:52 ` Anand Moon
2018-09-22 7:52 ` Anand Moon
2018-09-26 19:07 ` Krzysztof Kozlowski [this message]
2018-09-26 19:07 ` Krzysztof Kozlowski
2018-09-22 7:52 ` [PATCHv4 1/6] ARM: dts: exynos: Added UHS-I bus speed support Anand Moon
2018-09-22 7:52 ` Anand Moon
2018-09-22 7:52 ` [PATCHv4 2/6] ARM: dts: exynos: fix regulator min values of LDO13 for Odroid XU3/XU4 Anand Moon
2018-09-22 7:52 ` Anand Moon
2018-09-22 7:52 ` [PATCHv4 3/6] ARM: dts: exynos: update maximum frequency for sdcard to 200MHz Anand Moon
2018-09-22 7:52 ` Anand Moon
2018-09-22 7:52 ` [PATCHv4 4/6] ARM: dts: exynos: Add CD and WP pins to Odroid XU3/XU4 SD card Anand Moon
2018-09-22 7:52 ` Anand Moon
2018-09-26 19:06 ` Krzysztof Kozlowski
2018-09-26 19:06 ` Krzysztof Kozlowski
2018-09-27 3:45 ` Anand Moon
2018-09-27 3:45 ` Anand Moon
2018-09-27 6:28 ` Krzysztof Kozlowski
2018-09-27 6:28 ` Krzysztof Kozlowski
2018-09-22 7:52 ` [PATCHv4 5/6] ARM: dts: exynos: update maximum frequency for emmc to 200MHz Anand Moon
2018-09-22 7:52 ` Anand Moon
-- strict thread matches above, loose matches on Subject: below --
2018-09-22 7:57 [PATCHv4 0/6] Add support for UHS-I on Exynos5422 odroid boards Anand Moon
2018-09-22 7:57 ` Anand Moon
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=20180926190730.GB6461@kozik-lap \
--to=krzk@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jh80.chung@samsung.com \
--cc=kgene@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux.amoon@gmail.com \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=ulf.hansson@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.