From: Lee Jones <lee.jones@linaro.org>
To: Patrice CHOTARD <patrice.chotard@st.com>
Cc: Alexandre TORGUE <alexandre.torgue@st.com>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
"mark.rutland@arm.com" <mark.rutland@arm.com>,
"linux@armlinux.org.uk" <linux@armlinux.org.uk>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"mcoquelin.stm32@gmail.com" <mcoquelin.stm32@gmail.com>
Subject: Re: [PATCH v2 0/6] Add mmc support for STM32F7 boards
Date: Wed, 7 Mar 2018 10:57:21 +0000 [thread overview]
Message-ID: <20180307105721.yxrun3xztrgun4me@dell> (raw)
In-Reply-To: <f006750d-1fa9-4bbf-8f4d-32abee21cadd@st.com>
On Wed, 07 Mar 2018, Patrice CHOTARD wrote:
> Hi Lee
>
> On 03/07/2018 09:35 AM, Lee Jones wrote:
> > On Mon, 05 Mar 2018, Alexandre Torgue wrote:
> >
> >> Hi Patrice,
> >>
> >> On 03/01/2018 11:53 AM, patrice.chotard@st.com wrote:
> >>> From: Patrice Chotard <patrice.chotard@st.com>
> >>>
> >>> This series adds :
> >>> _ SDIO pins definition for STM32F7 SoCs family
> >>> _ add sdio1 DT entry for STM32F746 Discovery board
> >>> _ add sdio1 DT entry for STM32F746 Evaluation board
> >>> _ add sdio1 DT entry for STM32F769 Discovery board
> >>> _ add SDMMC2 entry in stm32f7-rcc.h
> >>> _ replace sdio2 hard coded value in stm32f746.dtsi
> >>>
> >>> v2: _ rename sdio_pins / sdio_od_pins to sdio_pins_a / sdio_od_pins_a
> >>> and update board dts files accordingly.
> >>>
> >>>
> >>> Patrice Chotard (6):
> >>> ARM: dts: stm32: Add sdio pins definition for stm32f7
> >>> ARM: dts: stm32: Enable sdio1 for stm32f746-disco
> >>> ARM: dts: stm32: Enable sdio1 for stm32f746-eval
> >>> ARM: dts: stm32: Enable sdio1 for stm32f769-disco
> >>> dt-bindings: mfd: Add STM32F7 SDMMC2 rcc entry
> >>> ARM: dts: stm32: Fix sdio2 rcc hard coded value
> >>>
> >>> arch/arm/boot/dts/stm32746g-eval.dts | 17 ++++++++++
> >>> arch/arm/boot/dts/stm32f7-pinctrl.dtsi | 62 ++++++++++++++++++++++++++++++++++
> >>> arch/arm/boot/dts/stm32f746-disco.dts | 19 +++++++++++
> >>> arch/arm/boot/dts/stm32f746.dtsi | 2 +-
> >>> arch/arm/boot/dts/stm32f769-disco.dts | 19 +++++++++++
> >>> include/dt-bindings/mfd/stm32f7-rcc.h | 1 +
> >>> 6 files changed, 119 insertions(+), 1 deletion(-)
> >>>
> >> Series applied on stm32-next.
> >
> > Even the MFD patch?
> >
>
> Yes, the MFD part has been taken by Alex.
You should really wait for all of the appropriate Acks. This helps to
avoid possible merge conflicts when Linus starts pulling branches
during the merge-window.
As it happens, I do not think Alex's tree and MFD will conflict this
time, but it's something to bear in mind in the future.
Please add my:
Acked-by: Lee Jones <lee.jones@linaro.org>
... to the patch.
--
Lee Jones
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2018-03-07 10:57 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-01 10:53 [PATCH v2 0/6] Add mmc support for STM32F7 boards patrice.chotard
2018-03-01 10:53 ` [PATCH v2 1/6] ARM: dts: stm32: Add sdio pins definition for stm32f7 patrice.chotard
2018-03-01 10:53 ` [PATCH v2 2/6] ARM: dts: stm32: Enable sdio1 for stm32f746-disco patrice.chotard
2018-03-01 10:53 ` [PATCH v2 3/6] ARM: dts: stm32: Enable sdio1 for stm32f746-eval patrice.chotard
2018-03-01 10:53 ` [PATCH v2 4/6] ARM: dts: stm32: Enable sdio1 for stm32f769-disco patrice.chotard
2018-03-06 2:37 ` Rob Herring
2018-03-01 10:53 ` [PATCH v2 5/6] dt-bindings: mfd: Add STM32F7 SDMMC2 rcc entry patrice.chotard
2018-03-06 2:38 ` Rob Herring
2018-03-01 10:53 ` [PATCH v2 6/6] ARM: dts: stm32: Fix sdio2 rcc hard coded value patrice.chotard
2018-03-05 8:43 ` [PATCH v2 0/6] Add mmc support for STM32F7 boards Alexandre Torgue
2018-03-07 8:35 ` Lee Jones
2018-03-07 9:11 ` Patrice CHOTARD
2018-03-07 10:57 ` Lee Jones [this message]
2018-03-08 12:51 ` Alexandre Torgue
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=20180307105721.yxrun3xztrgun4me@dell \
--to=lee.jones@linaro.org \
--cc=alexandre.torgue@st.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=mark.rutland@arm.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=patrice.chotard@st.com \
--cc=robh+dt@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox