From patchwork Tue Jul 9 01:25:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 13727165 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 93D78C3DA45 for ; Tue, 9 Jul 2024 01:36:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 651D5C4AF0D; Tue, 9 Jul 2024 01:36:51 +0000 (UTC) Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.19]) by smtp.kernel.org (Postfix) with ESMTP id 26252C116B1; Tue, 9 Jul 2024 01:36:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 26252C116B1 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=yeah.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=AEUWH 4plKaCEPOBgp5vOEnmyE7XmaClMjVAFu1RppSc=; b=k1wWxPJCurQKWZYYVd6OH 3yZpNxdu66frPNIWM2zGeZGQJD+QOqI3Ms9LzLvuCq43VSHfv9TuUiXtk3n1dumE 5SEs/fDEwjLU0MJXtxZxOAZ8Vnh4JTKapdaQgrG/IlnioDA0zKrASzeVSbJxmNmA RE2fCKqYPU2FRrMQ3Tp0WU= Received: from localhost.localdomain (unknown [117.62.10.72]) by gzsmtp1 (Coremail) with SMTP id Mc8vCgCHrSWZkYxmRP93AA--.24850S2; Tue, 09 Jul 2024 09:25:45 +0800 (CST) From: Shawn Guo List-Id: To: soc@kernel.org, arm@kernel.org Cc: Shawn Guo , Fabio Estevam , kernel@pengutronix.de, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL v2 5/5] i.MX defconfig change for 6.11 Date: Tue, 9 Jul 2024 09:25:34 +0800 Message-Id: <20240709012534.3106441-1-shawnguo2@yeah.net> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CM-TRANSID: Mc8vCgCHrSWZkYxmRP93AA--.24850S2 X-Coremail-Antispam: 1Uf129KBjvJXoWrtr4UXr1kCrykCw47Cr1rZwb_yoW8JF1kpF W3urnxGr48JFWrGr47XF9F9a4rAwsrJr15Jr1UJw1rXry7A34UXr1Ut34xWFWUtr92gFW8 tF18GF1DKr1UJaDanT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x07Uq0PhUUUUU= X-Originating-IP: [117.62.10.72] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiCRoXZWZv-fa7AAAAsY From: Shawn Guo 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(+)