From: Shawn Guo <shawnguo@kernel.org>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, Sascha Hauer <s.hauer@pengutronix.de>,
linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
NXP Linux Team <linux-imx@nxp.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <fabio.estevam@nxp.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/9] Improvements for i.MX7D PICO SoM and its baseboards
Date: Thu, 6 Dec 2018 09:40:01 +0800 [thread overview]
Message-ID: <20181206013959.GV3987@dragon> (raw)
In-Reply-To: <20181202212520.16650-1-otavio@ossystems.com.br>
On Sun, Dec 02, 2018 at 07:25:11PM -0200, Otavio Salvador wrote:
> This patchset rework the imx7d-pico SoM, its Pi baseboard
> and add the Hobbit baseboard support as well.
>
>
> Fabio Estevam (8):
> ARM: dts: imx7d-pico: Do not harcode the memory size
> ARM: dts: imx7d-pico: Switch to SPDX identifier
> ARM: dts: imx7d-pico-pi: Move SoM related part to imx7d-pico.dtsi
The applying fails on this patch. Please rebase the series on imx/dt
branch.
Shawn
> ARM: dts: imx7d-pico: Pass the USBOTG1_PWR pinctrl
> ARM: dts: imx7d-pico: Pass the Ethernet PHY reset GPIO
> ARM: dts: imx7d-pico: Extend peripherals support
> ARM: dts: imx7d-pico-pi: Extend peripherals support
> ARM: dts: imx7d-pico: Add the imx7d-pico-hobbit variant
>
> Otavio Salvador (1):
> ARM: dts: imx7d-pico: Improve WiFi regulator name
>
> arch/arm/boot/dts/Makefile | 1 +
> arch/arm/boot/dts/imx7d-pico-hobbit.dts | 105 +++++++
> arch/arm/boot/dts/imx7d-pico-pi.dts | 180 +++---------
> arch/arm/boot/dts/imx7d-pico.dtsi | 355 ++++++++++++++++++++----
> 4 files changed, 457 insertions(+), 184 deletions(-)
> create mode 100644 arch/arm/boot/dts/imx7d-pico-hobbit.dts
>
> --
> 2.19.2
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: linux-arm-kernel@lists.infradead.org,
Fabio Estevam <fabio.estevam@nxp.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Rob Herring <robh+dt@kernel.org>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Mark Rutland <mark.rutland@arm.com>,
Sascha Hauer <s.hauer@pengutronix.de>,
NXP Linux Team <linux-imx@nxp.com>
Subject: Re: [PATCH 0/9] Improvements for i.MX7D PICO SoM and its baseboards
Date: Thu, 6 Dec 2018 09:40:01 +0800 [thread overview]
Message-ID: <20181206013959.GV3987@dragon> (raw)
In-Reply-To: <20181202212520.16650-1-otavio@ossystems.com.br>
On Sun, Dec 02, 2018 at 07:25:11PM -0200, Otavio Salvador wrote:
> This patchset rework the imx7d-pico SoM, its Pi baseboard
> and add the Hobbit baseboard support as well.
>
>
> Fabio Estevam (8):
> ARM: dts: imx7d-pico: Do not harcode the memory size
> ARM: dts: imx7d-pico: Switch to SPDX identifier
> ARM: dts: imx7d-pico-pi: Move SoM related part to imx7d-pico.dtsi
The applying fails on this patch. Please rebase the series on imx/dt
branch.
Shawn
> ARM: dts: imx7d-pico: Pass the USBOTG1_PWR pinctrl
> ARM: dts: imx7d-pico: Pass the Ethernet PHY reset GPIO
> ARM: dts: imx7d-pico: Extend peripherals support
> ARM: dts: imx7d-pico-pi: Extend peripherals support
> ARM: dts: imx7d-pico: Add the imx7d-pico-hobbit variant
>
> Otavio Salvador (1):
> ARM: dts: imx7d-pico: Improve WiFi regulator name
>
> arch/arm/boot/dts/Makefile | 1 +
> arch/arm/boot/dts/imx7d-pico-hobbit.dts | 105 +++++++
> arch/arm/boot/dts/imx7d-pico-pi.dts | 180 +++---------
> arch/arm/boot/dts/imx7d-pico.dtsi | 355 ++++++++++++++++++++----
> 4 files changed, 457 insertions(+), 184 deletions(-)
> create mode 100644 arch/arm/boot/dts/imx7d-pico-hobbit.dts
>
> --
> 2.19.2
>
next prev parent reply other threads:[~2018-12-06 1:41 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-02 21:25 [PATCH 0/9] Improvements for i.MX7D PICO SoM and its baseboards Otavio Salvador
2018-12-02 21:25 ` Otavio Salvador
2018-12-02 21:25 ` [PATCH 1/9] ARM: dts: imx7d-pico: Do not harcode the memory size Otavio Salvador
2018-12-02 21:25 ` Otavio Salvador
2018-12-02 21:25 ` [PATCH 2/9] ARM: dts: imx7d-pico: Switch to SPDX identifier Otavio Salvador
2018-12-02 21:25 ` Otavio Salvador
2018-12-02 21:25 ` [PATCH 3/9] ARM: dts: imx7d-pico-pi: Move SoM related part to imx7d-pico.dtsi Otavio Salvador
2018-12-02 21:25 ` Otavio Salvador
2018-12-02 21:25 ` [PATCH 4/9] ARM: dts: imx7d-pico: Pass the USBOTG1_PWR pinctrl Otavio Salvador
2018-12-02 21:25 ` Otavio Salvador
2018-12-02 21:25 ` [PATCH 5/9] ARM: dts: imx7d-pico: Pass the Ethernet PHY reset GPIO Otavio Salvador
2018-12-02 21:25 ` Otavio Salvador
2018-12-02 21:25 ` [PATCH 6/9] ARM: dts: imx7d-pico: Improve WiFi regulator name Otavio Salvador
2018-12-02 21:25 ` Otavio Salvador
2018-12-02 21:25 ` [PATCH 7/9] ARM: dts: imx7d-pico: Extend peripherals support Otavio Salvador
2018-12-02 21:25 ` Otavio Salvador
2018-12-06 1:38 ` Shawn Guo
2018-12-06 1:38 ` Shawn Guo
2018-12-02 21:25 ` [PATCH 8/9] ARM: dts: imx7d-pico-pi: " Otavio Salvador
2018-12-02 21:25 ` Otavio Salvador
2018-12-02 21:25 ` [PATCH 9/9] ARM: dts: imx7d-pico: Add the imx7d-pico-hobbit variant Otavio Salvador
2018-12-02 21:25 ` Otavio Salvador
2018-12-06 1:40 ` Shawn Guo [this message]
2018-12-06 1:40 ` [PATCH 0/9] Improvements for i.MX7D PICO SoM and its baseboards Shawn Guo
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=20181206013959.GV3987@dragon \
--to=shawnguo@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=fabio.estevam@nxp.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=otavio@ossystems.com.br \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
/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.