mbox series

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

Message ID 20240702142153.413061-5-shawnguo2@yeah.net (mailing list archive)
State New
Headers show
Series [GIT,PULL,1/5] i.MX SoC change for 6.11 | expand

Pull-request

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

Message

Shawn Guo July 2, 2024, 2:21 p.m. UTC
From: Shawn Guo <shawnguo@kernel.org>

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 3898bc187cde9ea6918d1a8a9c8e0b4f611674fd:

  arm64: defconfig: Enable the IWLWIFI driver (2024-06-27 18:38:49 +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 RAM block device and 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 (2):
      arm64: defconfig: Enable RAM block device support
      arm64: defconfig: Enable the IWLWIFI driver

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

Comments

Arnd Bergmann July 8, 2024, 4:13 p.m. UTC | #1
On Tue, Jul 2, 2024, at 16:21, 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 RAM block device and IWLWIFI driver support in arm64 defconfig
>
> Fabio Estevam (2):
>       arm64: defconfig: Enable RAM block device support

I don't really like this one change. This has pretty much been
deprecated for decades, and I don't see a reason to enable
it now without a really good explanation. 

Is there ever a reason for not using regular initramfs any more?

Shawn, can you resend the pull request without this one for
the moment?

    Arnd