From: Shawn Guo <shawnguo@kernel.org>
To: Adrien Grassein <adrien.grassein@gmail.com>
Cc: robh+dt@kernel.org, s.hauer@pengutronix.de,
kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com,
catalin.marinas@arm.com, will@kernel.org,
bjorn.andersson@linaro.org, krzk@kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 0/4] Add peripheral support to imx8mq-nitrogen board
Date: Thu, 13 May 2021 09:57:11 +0800 [thread overview]
Message-ID: <20210513015710.GH3425@dragon> (raw)
In-Reply-To: <20210511193601.2584324-1-adrien.grassein@gmail.com>
On Tue, May 11, 2021 at 09:35:57PM +0200, Adrien Grassein wrote:
> Hi,
>
> this patch set aims is to add support of multiple peripheral of the
> Boundary8M board:
> - USB Host;
> - USB device;
> - DB_DSIHD sub board for MIPI-DSI to HDMI output (via lt8912b chip).
>
>
> Updates in v2:
> - Use a GPIO hog to handle the USB HOST reset line;
> - Remove useless GPIO hog for lt8912b.
>
> Update in v3:
> - Fix bad squash in git commits.
>
> Updtaes in v4:
> - Fix issues found during review (bad DTS style);
> - Fix comment for the USB HOST.
>
> Thanks,
>
> Adrien Grassein (4):
> arm64: dts: imx8mq-nitrogen: add USB OTG support
> arm64: dts: imx8mq-nitrogen: add USB HOST support
> arm64: dts: imx8mq-nitrogen: add lt8912 MIPI-DSI to HDMI
> arm64: defconfig: Enable LT8912B DRM bridge driver
Applied all, thanks.
_______________________________________________
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: Adrien Grassein <adrien.grassein@gmail.com>
Cc: robh+dt@kernel.org, s.hauer@pengutronix.de,
kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com,
catalin.marinas@arm.com, will@kernel.org,
bjorn.andersson@linaro.org, krzk@kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 0/4] Add peripheral support to imx8mq-nitrogen board
Date: Thu, 13 May 2021 09:57:11 +0800 [thread overview]
Message-ID: <20210513015710.GH3425@dragon> (raw)
In-Reply-To: <20210511193601.2584324-1-adrien.grassein@gmail.com>
On Tue, May 11, 2021 at 09:35:57PM +0200, Adrien Grassein wrote:
> Hi,
>
> this patch set aims is to add support of multiple peripheral of the
> Boundary8M board:
> - USB Host;
> - USB device;
> - DB_DSIHD sub board for MIPI-DSI to HDMI output (via lt8912b chip).
>
>
> Updates in v2:
> - Use a GPIO hog to handle the USB HOST reset line;
> - Remove useless GPIO hog for lt8912b.
>
> Update in v3:
> - Fix bad squash in git commits.
>
> Updtaes in v4:
> - Fix issues found during review (bad DTS style);
> - Fix comment for the USB HOST.
>
> Thanks,
>
> Adrien Grassein (4):
> arm64: dts: imx8mq-nitrogen: add USB OTG support
> arm64: dts: imx8mq-nitrogen: add USB HOST support
> arm64: dts: imx8mq-nitrogen: add lt8912 MIPI-DSI to HDMI
> arm64: defconfig: Enable LT8912B DRM bridge driver
Applied all, thanks.
next prev parent reply other threads:[~2021-05-13 1:59 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-11 19:35 [PATCH v4 0/4] Add peripheral support to imx8mq-nitrogen board Adrien Grassein
2021-05-11 19:35 ` Adrien Grassein
2021-05-11 19:35 ` [PATCH v4 1/4] arm64: dts: imx8mq-nitrogen: add USB OTG support Adrien Grassein
2021-05-11 19:35 ` Adrien Grassein
2021-05-11 19:35 ` [PATCH v4 2/4] arm64: dts: imx8mq-nitrogen: add USB HOST support Adrien Grassein
2021-05-11 19:35 ` Adrien Grassein
2021-05-11 19:36 ` [PATCH v4 3/4] arm64: dts: imx8mq-nitrogen: add lt8912 MIPI-DSI to HDMI Adrien Grassein
2021-05-11 19:36 ` Adrien Grassein
2021-05-11 19:36 ` [PATCH v4 4/4] arm64: defconfig: Enable LT8912B DRM bridge driver Adrien Grassein
2021-05-11 19:36 ` Adrien Grassein
2021-05-11 20:50 ` Robert Foss
2021-05-11 20:50 ` Robert Foss
2021-05-13 1:57 ` Shawn Guo [this message]
2021-05-13 1:57 ` [PATCH v4 0/4] Add peripheral support to imx8mq-nitrogen board 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=20210513015710.GH3425@dragon \
--to=shawnguo@kernel.org \
--cc=adrien.grassein@gmail.com \
--cc=bjorn.andersson@linaro.org \
--cc=catalin.marinas@arm.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=krzk@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=will@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 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.