From: khilman@baylibre.com (Kevin Hilman)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v2 1/2] ARM64: dts: meson-gxbb: add MMC support
Date: Fri, 05 Aug 2016 08:22:13 -0700 [thread overview]
Message-ID: <m2fuqjmeai.fsf@baylibre.com> (raw)
In-Reply-To: <20160805034623.GA1883@excalibur.cnev.de> (Karsten Merker's message of "Fri, 5 Aug 2016 05:46:23 +0200")
Karsten Merker <merker@debian.org> writes:
> On Wed, Aug 03, 2016 at 04:18:42PM -0700, Kevin Hilman wrote:
>
>> Add binding and basic support for the SD/eMMC controller on Amlogic
>> S905/GXBB devices.
>>
>> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
>> ---
>> .../devicetree/bindings/mmc/amlogic,meson-gxbb.txt | 29 +++++++++
>> .../arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 74 ++++++++++++++++++++++
>> arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 71 +++++++++++++++++++++
>> arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 36 ++++++++++-
>> 4 files changed, 209 insertions(+), 1 deletion(-)
>> create mode 100644 Documentation/devicetree/bindings/mmc/amlogic,meson-gxbb.txt
>>
>> diff --git a/Documentation/devicetree/bindings/mmc/amlogic,meson-gxbb.txt b/Documentation/devicetree/bindings/mmc/amlogic,meson-gxbb.txt
>> new file mode 100644
>> index 000000000000..2bfdf47018c5
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/mmc/amlogic,meson-gxbb.txt
>> @@ -0,0 +1,29 @@
>> +Amlogic SD / eMMC controller for S905/GXBB family SoCs
>> +
>> +The MMC 5.1 compliant host controller on Amlogic provides the
>> +interface for SD, eMMC and SDIO devices.
>> +
>> +This file documents the properties in addition to those available in
>> +the MMC core bindings, documented by mmc.txt.
>> +
>> +Required properties:
>> +- compatible : contains "amlogic,meson-gxbb"
>
> I assume that should be "amlogic,meson-gxbb-mmc" instead of
> "amlogic,meson-gxbb", shouldn't it?
Correct, thanks for the review.
Kevin
WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Karsten Merker <merker@debian.org>
Cc: Ulf Hansson <ulf.hansson@linaro.org>,
linux-mmc@vger.kernel.org, devicetree@vger.kernel.org,
Xing Wu <xing.xu@amlogic.com>,
Victor Wan <victor.wan@amlogic.com>,
linux-amlogic@lists.infradead.org,
Jerry Cao <jerry.cao@amlogic.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/2] ARM64: dts: meson-gxbb: add MMC support
Date: Fri, 05 Aug 2016 08:22:13 -0700 [thread overview]
Message-ID: <m2fuqjmeai.fsf@baylibre.com> (raw)
In-Reply-To: <20160805034623.GA1883@excalibur.cnev.de> (Karsten Merker's message of "Fri, 5 Aug 2016 05:46:23 +0200")
Karsten Merker <merker@debian.org> writes:
> On Wed, Aug 03, 2016 at 04:18:42PM -0700, Kevin Hilman wrote:
>
>> Add binding and basic support for the SD/eMMC controller on Amlogic
>> S905/GXBB devices.
>>
>> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
>> ---
>> .../devicetree/bindings/mmc/amlogic,meson-gxbb.txt | 29 +++++++++
>> .../arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 74 ++++++++++++++++++++++
>> arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 71 +++++++++++++++++++++
>> arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 36 ++++++++++-
>> 4 files changed, 209 insertions(+), 1 deletion(-)
>> create mode 100644 Documentation/devicetree/bindings/mmc/amlogic,meson-gxbb.txt
>>
>> diff --git a/Documentation/devicetree/bindings/mmc/amlogic,meson-gxbb.txt b/Documentation/devicetree/bindings/mmc/amlogic,meson-gxbb.txt
>> new file mode 100644
>> index 000000000000..2bfdf47018c5
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/mmc/amlogic,meson-gxbb.txt
>> @@ -0,0 +1,29 @@
>> +Amlogic SD / eMMC controller for S905/GXBB family SoCs
>> +
>> +The MMC 5.1 compliant host controller on Amlogic provides the
>> +interface for SD, eMMC and SDIO devices.
>> +
>> +This file documents the properties in addition to those available in
>> +the MMC core bindings, documented by mmc.txt.
>> +
>> +Required properties:
>> +- compatible : contains "amlogic,meson-gxbb"
>
> I assume that should be "amlogic,meson-gxbb-mmc" instead of
> "amlogic,meson-gxbb", shouldn't it?
Correct, thanks for the review.
Kevin
WARNING: multiple messages have this Message-ID (diff)
From: khilman@baylibre.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/2] ARM64: dts: meson-gxbb: add MMC support
Date: Fri, 05 Aug 2016 08:22:13 -0700 [thread overview]
Message-ID: <m2fuqjmeai.fsf@baylibre.com> (raw)
In-Reply-To: <20160805034623.GA1883@excalibur.cnev.de> (Karsten Merker's message of "Fri, 5 Aug 2016 05:46:23 +0200")
Karsten Merker <merker@debian.org> writes:
> On Wed, Aug 03, 2016 at 04:18:42PM -0700, Kevin Hilman wrote:
>
>> Add binding and basic support for the SD/eMMC controller on Amlogic
>> S905/GXBB devices.
>>
>> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
>> ---
>> .../devicetree/bindings/mmc/amlogic,meson-gxbb.txt | 29 +++++++++
>> .../arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 74 ++++++++++++++++++++++
>> arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 71 +++++++++++++++++++++
>> arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 36 ++++++++++-
>> 4 files changed, 209 insertions(+), 1 deletion(-)
>> create mode 100644 Documentation/devicetree/bindings/mmc/amlogic,meson-gxbb.txt
>>
>> diff --git a/Documentation/devicetree/bindings/mmc/amlogic,meson-gxbb.txt b/Documentation/devicetree/bindings/mmc/amlogic,meson-gxbb.txt
>> new file mode 100644
>> index 000000000000..2bfdf47018c5
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/mmc/amlogic,meson-gxbb.txt
>> @@ -0,0 +1,29 @@
>> +Amlogic SD / eMMC controller for S905/GXBB family SoCs
>> +
>> +The MMC 5.1 compliant host controller on Amlogic provides the
>> +interface for SD, eMMC and SDIO devices.
>> +
>> +This file documents the properties in addition to those available in
>> +the MMC core bindings, documented by mmc.txt.
>> +
>> +Required properties:
>> +- compatible : contains "amlogic,meson-gxbb"
>
> I assume that should be "amlogic,meson-gxbb-mmc" instead of
> "amlogic,meson-gxbb", shouldn't it?
Correct, thanks for the review.
Kevin
next prev parent reply other threads:[~2016-08-05 15:22 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-03 23:18 [PATCH v2 1/2] ARM64: dts: meson-gxbb: add MMC support Kevin Hilman
2016-08-03 23:18 ` Kevin Hilman
2016-08-03 23:18 ` Kevin Hilman
2016-08-03 23:18 ` [PATCH v2 2/2] MMC: meson: initial support for GXBB platforms Kevin Hilman
2016-08-03 23:18 ` Kevin Hilman
2016-08-03 23:18 ` Kevin Hilman
2016-08-23 1:21 ` Stephen Boyd
2016-08-23 1:21 ` Stephen Boyd
2016-08-23 1:21 ` Stephen Boyd
2016-09-07 23:02 ` Kevin Hilman
2016-09-07 23:02 ` Kevin Hilman
2016-09-07 23:02 ` Kevin Hilman
2016-09-08 1:18 ` Stephen Boyd
2016-09-08 1:18 ` Stephen Boyd
2016-09-08 1:18 ` Stephen Boyd
2016-09-08 1:18 ` Stephen Boyd
2016-08-24 11:53 ` Ulf Hansson
2016-08-24 11:53 ` Ulf Hansson
2016-08-24 11:53 ` Ulf Hansson
2016-08-24 12:53 ` Karsten Merker
2016-09-13 15:53 ` Kevin Hilman
2016-09-13 15:53 ` Kevin Hilman
2016-09-13 15:53 ` Kevin Hilman
2016-08-04 18:15 ` [PATCH v2 1/2] ARM64: dts: meson-gxbb: add MMC support Rob Herring
2016-08-04 18:15 ` Rob Herring
2016-08-04 18:15 ` Rob Herring
2016-08-04 22:58 ` Kevin Hilman
2016-08-04 22:58 ` Kevin Hilman
2016-08-04 22:58 ` Kevin Hilman
[not found] ` <m2oa58nntc.fsf-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
2016-08-05 2:45 ` Rob Herring
2016-08-05 2:45 ` Rob Herring
2016-08-05 2:45 ` Rob Herring
[not found] ` <20160803231843.23012-1-khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
2016-08-05 3:46 ` Karsten Merker
2016-08-05 15:22 ` Kevin Hilman [this message]
2016-08-05 15:22 ` Kevin Hilman
2016-08-05 15:22 ` Kevin Hilman
2016-08-14 5:25 ` kbuild test robot
2016-08-14 5:25 ` kbuild test robot
2016-08-14 5:25 ` kbuild test robot
2016-08-15 21:33 ` Kevin Hilman
2016-08-15 21:33 ` Kevin Hilman
2016-08-15 21:33 ` Kevin Hilman
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=m2fuqjmeai.fsf@baylibre.com \
--to=khilman@baylibre.com \
--cc=linus-amlogic@lists.infradead.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.