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>,
Marek Szyprowski <m.szyprowski@samsung.com>,
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: [PATCHv5 4/6] ARM: dts: exynos: Add pin configuration for SD write protect on Odroid XU3/XU4
Date: Tue, 13 Nov 2018 20:54:56 +0100 [thread overview]
Message-ID: <20181113195456.GF2418@kozik-lap> (raw)
In-Reply-To: <20180927140738.1006-5-linux.amoon@gmail.com>
On Thu, Sep 27, 2018 at 02:07:36PM +0000, Anand Moon wrote:
> Add SD card write-protect pin configuration to be sure that it will be
> properly pulled down to indicate write access.
>
> Suggested-by: Krzysztof Kozlowski <krzk@kernel.org>
> Signed-off-by: Anand Moon <linux.amoon@gmail.com>
> ---
> Changes since v4:
> 1. Remove cd-gpios and wp-gpios leaving only WP pin configuration (after
> Marek Szyprowski feedback).
> 2. Pull pin down.
> 3. change the subject and commit message.
> Sorry Krzysztof if I have copied your commit message to describe the
> changes.
Thanks, applied.
Best regards,
Krzysztof
WARNING: multiple messages have this Message-ID (diff)
From: krzk@kernel.org (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv5 4/6] ARM: dts: exynos: Add pin configuration for SD write protect on Odroid XU3/XU4
Date: Tue, 13 Nov 2018 20:54:56 +0100 [thread overview]
Message-ID: <20181113195456.GF2418@kozik-lap> (raw)
In-Reply-To: <20180927140738.1006-5-linux.amoon@gmail.com>
On Thu, Sep 27, 2018 at 02:07:36PM +0000, Anand Moon wrote:
> Add SD card write-protect pin configuration to be sure that it will be
> properly pulled down to indicate write access.
>
> Suggested-by: Krzysztof Kozlowski <krzk@kernel.org>
> Signed-off-by: Anand Moon <linux.amoon@gmail.com>
> ---
> Changes since v4:
> 1. Remove cd-gpios and wp-gpios leaving only WP pin configuration (after
> Marek Szyprowski feedback).
> 2. Pull pin down.
> 3. change the subject and commit message.
> Sorry Krzysztof if I have copied your commit message to describe the
> changes.
Thanks, applied.
Best regards,
Krzysztof
next prev parent reply other threads:[~2018-11-13 19:54 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-27 14:07 [PATCHv5 0/6] Add support for UHS-I on Exynos5422 odroid boards Anand Moon
2018-09-27 14:07 ` Anand Moon
2018-09-27 14:07 ` [PATCHv5 1/6] ARM: dts: exynos: Added UHS-I bus speed support Anand Moon
2018-09-27 14:07 ` Anand Moon
2018-11-13 19:29 ` Krzysztof Kozlowski
2018-11-13 19:29 ` Krzysztof Kozlowski
2018-09-27 14:07 ` [PATCHv5 2/6] ARM: dts: exynos: fix regulator min values of LDO13 for Odroid XU3/XU4 Anand Moon
2018-09-27 14:07 ` Anand Moon
2018-11-13 19:32 ` Krzysztof Kozlowski
2018-11-13 19:32 ` Krzysztof Kozlowski
2018-09-27 14:07 ` [PATCHv5 3/6] ARM: dts: exynos: update maximum frequency for sdcard to 200MHz Anand Moon
2018-09-27 14:07 ` Anand Moon
2018-11-13 19:38 ` Krzysztof Kozlowski
2018-11-13 19:38 ` Krzysztof Kozlowski
2018-09-27 14:07 ` [PATCHv5 4/6] ARM: dts: exynos: Add pin configuration for SD write protect on Odroid XU3/XU4 Anand Moon
2018-09-27 14:07 ` Anand Moon
2018-11-13 19:54 ` Krzysztof Kozlowski [this message]
2018-11-13 19:54 ` Krzysztof Kozlowski
2018-09-27 14:07 ` [PATCHv5 5/6] ARM: dts: exynos: update maximum frequency for emmc to 200MHz Anand Moon
2018-09-27 14:07 ` Anand Moon
2018-11-13 19:49 ` Krzysztof Kozlowski
2018-11-13 19:49 ` Krzysztof Kozlowski
2018-09-27 14:07 ` [PATCHv5 6/6] mmc: dw_mmc-exynos: Add tuning for sdr and ddr timing for USH-I mode Anand Moon
2018-09-27 14:07 ` Anand Moon
2018-10-08 11:51 ` [PATCHv5 0/6] Add support for UHS-I on Exynos5422 odroid boards Ulf Hansson
2018-10-08 11:51 ` Ulf Hansson
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=20181113195456.GF2418@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=m.szyprowski@samsung.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.