mbox series

[GIT,PULL,v2,5/5] i.MX defconfig change for 6.11

Message ID 20240709012534.3106441-1-shawnguo2@yeah.net (mailing list archive)
State New
Headers show
Series None | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-6.11

Message

Shawn Guo July 9, 2024, 1:25 a.m. UTC
From: Shawn Guo <shawnguo@kernel.org>

Changes for v2:
- Drop the commit that enables RAM block device for arm64 defconfig


The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-6.11

for you to fetch changes up to 465830ad25346aa7945e8e0ac5b8ca7d53217043:

  arm64: defconfig: Enable the IWLWIFI driver (2024-07-09 09:18:05 +0800)

----------------------------------------------------------------
i.MX defconfig change for 6.11:

- Enable a few drivers needed by TQMa7x/MBa7x and i.MX53 QSB/QSRB in
  imx_v6_v7_defconfig
- Enable IWLWIFI driver support in arm64 defconfig

----------------------------------------------------------------
Alexander Stein (1):
      ARM: imx_v6_v7_defconfig: Enable drivers for TQMa7x/MBa7x

Dmitry Baryshkov (1):
      ARM: imx_v6_v7_defconfig: enable DRM_SII902X and DRM_DISPLAY_CONNECTOR

Fabio Estevam (1):
      arm64: defconfig: Enable the IWLWIFI driver

 arch/arm/configs/imx_v6_v7_defconfig | 7 +++++++
 arch/arm64/configs/defconfig         | 3 +++
 2 files changed, 10 insertions(+)

Comments

Arnd Bergmann July 9, 2024, 2:05 p.m. UTC | #1
On Tue, Jul 9, 2024, at 03:25, Shawn Guo wrote:
> ----------------------------------------------------------------
> i.MX defconfig change for 6.11:
>
> - Enable a few drivers needed by TQMa7x/MBa7x and i.MX53 QSB/QSRB in
>   imx_v6_v7_defconfig
> - Enable IWLWIFI driver support in arm64 defconfig

Hi Shawn,

I have queued all five pull requests now. I think patchwork
got confused by the v2, so you did not get an automated email
for them.

      Arnd
Shawn Guo July 10, 2024, 2:34 a.m. UTC | #2
On Tue, Jul 09, 2024 at 04:05:29PM +0200, Arnd Bergmann wrote:
> On Tue, Jul 9, 2024, at 03:25, Shawn Guo wrote:
> > ----------------------------------------------------------------
> > i.MX defconfig change for 6.11:
> >
> > - Enable a few drivers needed by TQMa7x/MBa7x and i.MX53 QSB/QSRB in
> >   imx_v6_v7_defconfig
> > - Enable IWLWIFI driver support in arm64 defconfig
> 
> Hi Shawn,
> 
> I have queued all five pull requests now. I think patchwork
> got confused by the v2, so you did not get an automated email
> for them.

Great!  Thank you, Arnd!

Shawn