From: Shawn Guo <shawnguo@kernel.org>
To: Li Yang <leoyang.li@nxp.com>
Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 00/15] Enable drivers for NXP/FSL QorIQ arm64 boards
Date: Mon, 16 Mar 2020 09:33:13 +0800 [thread overview]
Message-ID: <20200316013312.GQ17221@dragon> (raw)
In-Reply-To: <20200311225317.11198-1-leoyang.li@nxp.com>
On Wed, Mar 11, 2020 at 05:53:02PM -0500, Li Yang wrote:
> The series enables necessary drivers for the QorIQ reference boards
> supported in mainline.
>
> Li Yang (15):
> arm64: defconfig: run through savedefconfig for ordering
> arm64: defconfig: Enable NXP flexcan driver
> arm64: defconfig: Enable QorIQ DPAA1 drivers
> arm64: defconfig: Enable QorIQ DPAA2 drivers
> arm64: defconfig: Enable ENETC Ethernet controller and FELIX switch
> arm64: defconfig: Enable NXP/FSL SPI controller drivers
> arm64: defconfig: Enable QorIQ cpufreq driver
> arm64: defconfig: Enable ARM SBSA watchdog driver
> arm64: defconfig: Enable QorIQ IFC NAND controller driver
> arm64: defconfig: Enable QorIQ GPIO driver
> arm64: defconfig: Enable ARM Mali display driver
> arm64: defconfig: Enable flash device drivers for QorIQ boards
> arm64: defconfig: Enable RTC devices for QorIQ boards
> arm64: defconfig: Enable PHY devices used on QorIQ boards
> arm64: defconfig: Enable e1000 device
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: Li Yang <leoyang.li@nxp.com>
Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 00/15] Enable drivers for NXP/FSL QorIQ arm64 boards
Date: Mon, 16 Mar 2020 09:33:13 +0800 [thread overview]
Message-ID: <20200316013312.GQ17221@dragon> (raw)
In-Reply-To: <20200311225317.11198-1-leoyang.li@nxp.com>
On Wed, Mar 11, 2020 at 05:53:02PM -0500, Li Yang wrote:
> The series enables necessary drivers for the QorIQ reference boards
> supported in mainline.
>
> Li Yang (15):
> arm64: defconfig: run through savedefconfig for ordering
> arm64: defconfig: Enable NXP flexcan driver
> arm64: defconfig: Enable QorIQ DPAA1 drivers
> arm64: defconfig: Enable QorIQ DPAA2 drivers
> arm64: defconfig: Enable ENETC Ethernet controller and FELIX switch
> arm64: defconfig: Enable NXP/FSL SPI controller drivers
> arm64: defconfig: Enable QorIQ cpufreq driver
> arm64: defconfig: Enable ARM SBSA watchdog driver
> arm64: defconfig: Enable QorIQ IFC NAND controller driver
> arm64: defconfig: Enable QorIQ GPIO driver
> arm64: defconfig: Enable ARM Mali display driver
> arm64: defconfig: Enable flash device drivers for QorIQ boards
> arm64: defconfig: Enable RTC devices for QorIQ boards
> arm64: defconfig: Enable PHY devices used on QorIQ boards
> arm64: defconfig: Enable e1000 device
Applied all, thanks.
next prev parent reply other threads:[~2020-03-16 1:33 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-11 22:53 [PATCH v2 00/15] Enable drivers for NXP/FSL QorIQ arm64 boards Li Yang
2020-03-11 22:53 ` Li Yang
2020-03-11 22:53 ` [PATCH v2 01/15] arm64: defconfig: run through savedefconfig for ordering Li Yang
2020-03-11 22:53 ` Li Yang
2020-03-11 22:53 ` [PATCH v2 02/15] arm64: defconfig: Enable NXP flexcan driver Li Yang
2020-03-11 22:53 ` Li Yang
2020-03-11 22:53 ` [PATCH v2 03/15] arm64: defconfig: Enable QorIQ DPAA1 drivers Li Yang
2020-03-11 22:53 ` Li Yang
2020-03-11 22:53 ` [PATCH v2 04/15] arm64: defconfig: Enable QorIQ DPAA2 drivers Li Yang
2020-03-11 22:53 ` Li Yang
2020-03-11 22:53 ` [PATCH v2 05/15] arm64: defconfig: Enable ENETC Ethernet controller and FELIX switch Li Yang
2020-03-11 22:53 ` Li Yang
2020-03-11 22:53 ` [PATCH v2 06/15] arm64: defconfig: Enable NXP/FSL SPI controller drivers Li Yang
2020-03-11 22:53 ` Li Yang
2020-03-11 22:53 ` [PATCH v2 07/15] arm64: defconfig: Enable QorIQ cpufreq driver Li Yang
2020-03-11 22:53 ` Li Yang
2020-03-11 22:53 ` [PATCH v2 08/15] arm64: defconfig: Enable ARM SBSA watchdog driver Li Yang
2020-03-11 22:53 ` Li Yang
2020-03-11 22:53 ` [PATCH v2 09/15] arm64: defconfig: Enable QorIQ IFC NAND controller driver Li Yang
2020-03-11 22:53 ` Li Yang
2020-03-11 22:53 ` [PATCH v2 10/15] arm64: defconfig: Enable QorIQ GPIO driver Li Yang
2020-03-11 22:53 ` Li Yang
2020-03-11 22:53 ` [PATCH v2 11/15] arm64: defconfig: Enable ARM Mali display driver Li Yang
2020-03-11 22:53 ` Li Yang
2020-03-11 22:53 ` [PATCH v2 12/15] arm64: defconfig: Enable flash device drivers for QorIQ boards Li Yang
2020-03-11 22:53 ` Li Yang
2020-03-11 22:53 ` [PATCH v2 13/15] arm64: defconfig: Enable RTC devices " Li Yang
2020-03-11 22:53 ` Li Yang
2020-03-11 22:53 ` [PATCH v2 14/15] arm64: defconfig: Enable PHY devices used on " Li Yang
2020-03-11 22:53 ` Li Yang
2020-03-11 22:53 ` [PATCH v2 15/15] arm64: defconfig: Enable e1000 device Li Yang
2020-03-11 22:53 ` Li Yang
2020-03-16 1:33 ` Shawn Guo [this message]
2020-03-16 1:33 ` [PATCH v2 00/15] Enable drivers for NXP/FSL QorIQ arm64 boards 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=20200316013312.GQ17221@dragon \
--to=shawnguo@kernel.org \
--cc=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.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.