From nobody Thu Oct 2 04:44:14 2025 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.subspace.kernel.org (Postfix) with ESMTPS id DEBCB2E7197 for ; Mon, 22 Sep 2025 15:32:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758555122; cv=none; b=LrmUaOqPeIVPWYk39+ZKBFtRSojulif7+xRFlvGxul93zGyTqLPZvfLkXunvRbKwTibbLa2ybUliKRE8lPs0CYbmVHP47HdV41pei8KdcfmHyp/o9wwzxUt/g06SUljenr3xL3teKrPDmzKuTDTtJ5CvgRjyzh4rmlh/LyHfpFM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758555122; c=relaxed/simple; bh=ddj8UKH4huUFJGE9FKRdTHGDb0ml3M9Cy1EDisYFHSA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Lw6pgiGGmeffCCTI5U54tUwgITlOEgwt28MXgkz929EdnNTpt0AICBuxFcFU18JeYbAd5xY2XWlgmTkC/us2Oe2kdeEP/ewptm9J/qcHnB5Uv1apmdsaNGNm9t+/LtwQGgL6xoPl7cl3zHlBazrtq4Vx6j8US+ps0G51C/Wti8w= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FrUriq6d; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FrUriq6d" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 89129C113D0; Mon, 22 Sep 2025 15:32:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758555122; bh=ddj8UKH4huUFJGE9FKRdTHGDb0ml3M9Cy1EDisYFHSA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FrUriq6dOL/U5p1ZoLTASDcX/reFEHmxCrFfd4GeEJ6vo/si7FzS9T//a2p0ZMI+n XthIUEbWDO28X37aAONIIHYiHpGmq92fNuXlrFYu0Fk6wVgyHuZGK/euI5bYIbdZ2Y ZR/DujimGuVWfrd3Bk1oqk5Lq7WlG3MZM6+gaBufmGKC0416lFmhWMpbYdcq3t7t5+ /JZGksW3IOgiTjOYeE6v890sYL4m2Q8K3KQDZ/88rpsET52bYLH5uCpgGf6jE92/NU YhFGXIVGPGMIGSEysQWC9f5WrH8o0hJDtVXfBwTG6bnt3gvrhR6imTMsyzOHq4Vo0x xVexMxioj8S3A== Received: from johan by xi.lan with local (Exim 4.98.2) (envelope-from ) id 1v0iWC-000000004Hg-0DB6; Mon, 22 Sep 2025 17:31:56 +0200 From: Johan Hovold To: Miquel Raynal Cc: Tudor Ambarus , Richard Weinberger , Vignesh Raghavendra , Kyungmin Park , Michal Simek , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Heiko Stuebner , Maxime Coquelin , Alexandre Torgue , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 1/8] mtd: hyperbus: hbmc-am654: drop unused module alias Date: Mon, 22 Sep 2025 17:31:00 +0200 Message-ID: <20250922153107.16381-2-johan@kernel.org> X-Mailer: git-send-email 2.49.1 In-Reply-To: <20250922153107.16381-1-johan@kernel.org> References: <20250922153107.16381-1-johan@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The driver has never supported anything but OF probing so drop the unused platform module alias. Signed-off-by: Johan Hovold --- drivers/mtd/hyperbus/hbmc-am654.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/hyperbus/hbmc-am654.c b/drivers/mtd/hyperbus/hbmc-= am654.c index 82a1e7b7e4d8..9d31464046b2 100644 --- a/drivers/mtd/hyperbus/hbmc-am654.c +++ b/drivers/mtd/hyperbus/hbmc-am654.c @@ -272,5 +272,4 @@ module_platform_driver(am654_hbmc_platform_driver); =20 MODULE_DESCRIPTION("HBMC driver for AM654 SoC"); MODULE_LICENSE("GPL v2"); -MODULE_ALIAS("platform:hbmc-am654"); MODULE_AUTHOR("Vignesh Raghavendra "); --=20 2.49.1 From nobody Thu Oct 2 04:44:14 2025 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.subspace.kernel.org (Postfix) with ESMTPS id 0C4E62E7631 for ; Mon, 22 Sep 2025 15:32:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758555123; cv=none; b=XD5ktecOrIozkQg349LDgdsTojEqI+x7/y1ScLiMhzEMu24crpe1WKIxzxfhqHbA34xgvyG5/B0UDFGjyielooL49brEmhwPolSFlGTpEtCiO7N/WybJLouxdxcyU5vSHM4Gg5LjW/cLbVaK74I9DAGAgiJSZmVJXsYT+wplKbs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758555123; c=relaxed/simple; bh=F/QqHKTdDoP1uBZAZZjnrrOZP/fFFhBzGoiYO8vzUdE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=UE3SXZhSEra9X17pXHGrMMR1cLejX1VvPqVd02HzOKMHo9YwGU1StcpTwfOM2f0+6Vy5XBp7Ac6z+n3qXoxgxHuJHe+eLJL1sKNXFr7jasek4dNOVA1ZxzaqqEl3UycYaVzVBvfzdbfHQpSl1MHo26rlSEDRNtHyrcOG5g0aNj0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FGwUgvxI; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FGwUgvxI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9C545C4CEF7; Mon, 22 Sep 2025 15:32:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758555122; bh=F/QqHKTdDoP1uBZAZZjnrrOZP/fFFhBzGoiYO8vzUdE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FGwUgvxIZtJT38NmYLl9PjbwLyElyqNSTIz1Fdp9HXKdVD2eDrzuibq2qz2bI/Q1N rHJstbynpjUW23il3TUbAiCd8ETSiFHwSRb3VKlFyRgVSV18Nuc2RKnEkz3Htmw4qz tagOr2QMpvnmg0qs1VJQcOBlVjQOFdvj6B5qpZfHn6U5GVfITY6byi3YDI5vIpqRDk 6TWsr0ZPZS+XBtBVNI2l5FlL5KJYQeenyInL11YD72HicHr4vmbu1m74oYr43RWNk7 Lkjh4KGbsy7rSsFhD6FQfK7F9V/iOnyjlzRPrbV4nxhYCHq9qQydjEmjFmEkx3oDyI nN2FrUNsjRfqA== Received: from johan by xi.lan with local (Exim 4.98.2) (envelope-from ) id 1v0iWC-000000004Hi-0e4V; Mon, 22 Sep 2025 17:31:56 +0200 From: Johan Hovold To: Miquel Raynal Cc: Tudor Ambarus , Richard Weinberger , Vignesh Raghavendra , Kyungmin Park , Michal Simek , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Heiko Stuebner , Maxime Coquelin , Alexandre Torgue , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 2/8] mtd: onenand: omap2: drop unused module alias Date: Mon, 22 Sep 2025 17:31:01 +0200 Message-ID: <20250922153107.16381-3-johan@kernel.org> X-Mailer: git-send-email 2.49.1 In-Reply-To: <20250922153107.16381-1-johan@kernel.org> References: <20250922153107.16381-1-johan@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The driver only supports OF probing since commit a758f50f10cf ("mtd: onenand: omap2: Configure driver from DT") so drop the unused platform module alias. Signed-off-by: Johan Hovold --- drivers/mtd/nand/onenand/onenand_omap2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/nand/onenand/onenand_omap2.c b/drivers/mtd/nand/on= enand/onenand_omap2.c index f9a386b69050..0793251ada3b 100644 --- a/drivers/mtd/nand/onenand/onenand_omap2.c +++ b/drivers/mtd/nand/onenand/onenand_omap2.c @@ -603,7 +603,6 @@ static struct platform_driver omap2_onenand_driver =3D { =20 module_platform_driver(omap2_onenand_driver); =20 -MODULE_ALIAS("platform:" DRIVER_NAME); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Jarkko Lavinen "); MODULE_DESCRIPTION("Glue layer for OneNAND flash on OMAP2 / OMAP3"); --=20 2.49.1 From nobody Thu Oct 2 04:44:14 2025 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.subspace.kernel.org (Postfix) with ESMTPS id 24BF22E764A for ; Mon, 22 Sep 2025 15:32:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758555123; cv=none; b=CwF3iPd0mH9UNy77ulS4E+2gIxrZZOe9MHMdk4twrHW9xzyFsBcW8/xXO0MNXnXu4WAvpPz+KdM2Pdqsk3zeap3+Fu+XMqShlJ5AHOqtNhhnInPRtJ3+3uIpiZVuCeJ2wZKi53llmljPexAUXAoxTrlkJV1hnLIB0t3v9vdQ1lU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758555123; c=relaxed/simple; bh=K2Jx9BZnG+1brk58AH7l9lttwi2IYYooNAGrB6W3v7I=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=IA+fCQtRjAzsLcu9LwEAAfVdo2/rL3VaS5ARzT86D5hGNz7nLnLAil1lX17TtVRMjvi5hmI3ZtxHb2y0q+h4R7X5Gp8ZvTspXd8Ce1HA8U7eRt2kyM2MONm5Ce8jDBTjsi3h/vM80iNt2Q314wHo0bf1mwfZq4xs+fTM8vkxY70= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oLleysYm; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oLleysYm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B7D70C116D0; Mon, 22 Sep 2025 15:32:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758555122; bh=K2Jx9BZnG+1brk58AH7l9lttwi2IYYooNAGrB6W3v7I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oLleysYm8tMn61SqI+EdCtDkI4JMBll4THA8PsVy6EqflzIUEQ6pWTa72KiQKMSQX DJWTq9yxyV5gQP7NpfLfyJKPU6YkdDEZPw3MY2EJhe+ey6CtNeURoqAEAUDzKDnVsI dSzKw8R+4AnQ/T3goBgbLApDfw2TLRDrrwkxytTeRWIiq3QoEkf7e6aYDSeNDcrXTf HX6mek7Rz3VUSmKt8flauLFkHXZVQQfgkKtX8pgBEYrygobKuGjZ79rz520mJBOHgW KhyUhADPJ+045pswEj0uaKXAB7IdaT6n8fMILFLPm14SIsdoR1J1eqjWJtKwFmvyqD TzwbTuF/VOgBQ== Received: from johan by xi.lan with local (Exim 4.98.2) (envelope-from ) id 1v0iWC-000000004Hk-13sj; Mon, 22 Sep 2025 17:31:56 +0200 From: Johan Hovold To: Miquel Raynal Cc: Tudor Ambarus , Richard Weinberger , Vignesh Raghavendra , Kyungmin Park , Michal Simek , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Heiko Stuebner , Maxime Coquelin , Alexandre Torgue , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 3/8] mtd: rawnand: atmel: drop unused module alias Date: Mon, 22 Sep 2025 17:31:02 +0200 Message-ID: <20250922153107.16381-4-johan@kernel.org> X-Mailer: git-send-email 2.49.1 In-Reply-To: <20250922153107.16381-1-johan@kernel.org> References: <20250922153107.16381-1-johan@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The driver only supports OF probing since commit f88fc122cc34 ("mtd: nand: Cleanup/rework the atmel_nand driver") so drop the unused platform module alias. Signed-off-by: Johan Hovold --- drivers/mtd/nand/raw/atmel/pmecc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/nand/raw/atmel/pmecc.c b/drivers/mtd/nand/raw/atme= l/pmecc.c index 0b402823b619..1d0e93e4edb1 100644 --- a/drivers/mtd/nand/raw/atmel/pmecc.c +++ b/drivers/mtd/nand/raw/atmel/pmecc.c @@ -1010,4 +1010,3 @@ module_platform_driver(atmel_pmecc_driver); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Boris Brezillon "); MODULE_DESCRIPTION("PMECC engine driver"); -MODULE_ALIAS("platform:atmel_pmecc"); --=20 2.49.1 From nobody Thu Oct 2 04:44:14 2025 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.subspace.kernel.org (Postfix) with ESMTPS id 3A7E72E7BDC for ; Mon, 22 Sep 2025 15:32:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758555123; cv=none; b=KQq2OiYswy2nyCRe5Lpf3Da3eT8yrAx3saYNpW9f+LoU6gKa4Vn988SpM+YjSvQik5E2u98mDx7awYDKVGrmDALzZUKeYCylLqUIrk4EPoWyG7NzxY7DtnxhYQSdu1eQtl7QeJW89C80TG8S2XOC2RP4RV1EnptbNLwMdO6Zj/Y= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758555123; c=relaxed/simple; bh=bClmoRfRjjOnU9fmAIB3gBoOykMbWx45Ktd4MD4g5Ew=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Hhr5NFyEdAG2YaZkx9FRDg7UEbjZPKwF6nYjwAXpJ9tWMR1msf6tY+1mQ1LcnV+gki8prbIPqhKZBMqTrIiKUKVPpJfzNnyd0FDNXNMCmyhdeMzJJoZFQwn4tattoUw3lt7rcNkZnhol8tsHjco3iZg6nEaO4weuX8I/yiyOIrg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Uyq2eQkc; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Uyq2eQkc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DB8EDC19425; Mon, 22 Sep 2025 15:32:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758555122; bh=bClmoRfRjjOnU9fmAIB3gBoOykMbWx45Ktd4MD4g5Ew=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Uyq2eQkc8WJECeQgTxdjUWWuCtoxtnjjeTtJbwif/K+LgqdFe6CdNrek2IIRAzCEc 5EeeQ5lZJsSWJDSD60fzTU1EfkjBvcjrhlCchYrUOmRKatPjWV+xVGHS/7UYH+oBnR qqTaQmPKmtunFKo3hNNIE6xGAKEeOO4TOGyId7paV3+F1O+1+6WUE9TMSDW2jRNGJt tAihBprq3oqUSDSf+6C3CiH9G8hjhibigfm6PNlmNsjU5vOMxAcXCc6OfwrPWMMKdx QFtjUaKVew8XFyWKpBh93zLcFgX0a4mAq8PmxMlfQg93OoPMDgfCaOxxjw7FNe+SzJ 5ImZrgw3fdaHg== Received: from johan by xi.lan with local (Exim 4.98.2) (envelope-from ) id 1v0iWC-000000004Hm-1Tv3; Mon, 22 Sep 2025 17:31:56 +0200 From: Johan Hovold To: Miquel Raynal Cc: Tudor Ambarus , Richard Weinberger , Vignesh Raghavendra , Kyungmin Park , Michal Simek , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Heiko Stuebner , Maxime Coquelin , Alexandre Torgue , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 4/8] mtd: rawnand: omap2: drop unused module alias Date: Mon, 22 Sep 2025 17:31:03 +0200 Message-ID: <20250922153107.16381-5-johan@kernel.org> X-Mailer: git-send-email 2.49.1 In-Reply-To: <20250922153107.16381-1-johan@kernel.org> References: <20250922153107.16381-1-johan@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The driver only supports OF probing since commit 086c321ec57b ("mtd: nand: omap2: Remove omap_nand_platform_data") so drop the unused platform module alias. Signed-off-by: Johan Hovold --- drivers/mtd/nand/raw/omap2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/nand/raw/omap2.c b/drivers/mtd/nand/raw/omap2.c index 61fd98ad5c78..39e297486721 100644 --- a/drivers/mtd/nand/raw/omap2.c +++ b/drivers/mtd/nand/raw/omap2.c @@ -2332,6 +2332,5 @@ static struct platform_driver omap_nand_driver =3D { =20 module_platform_driver(omap_nand_driver); =20 -MODULE_ALIAS("platform:" DRIVER_NAME); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Glue layer for NAND flash on TI OMAP boards"); --=20 2.49.1 From nobody Thu Oct 2 04:44:14 2025 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.subspace.kernel.org (Postfix) with ESMTPS id 3A76F2E764B for ; Mon, 22 Sep 2025 15:32:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758555123; cv=none; b=Xvrcac+MvfGnsk3adOnSgfh3v2uc96bO+UBIi7V5yX0S+WRooCKpuhJjuh6O10RTpKgoj7kalrput6IrHPjW1PVQiRpTSzBUubPjCTWmk6lvFG1crPY5Zo8em6ZHa96FLkbmqHLD9dW0hvGKQL+BWXsdpkoXikhOjk9EAbt97J0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758555123; c=relaxed/simple; bh=SfaFrl4QZz0bkddp7YAsKSPz8h9hoenE26+Qxca49Cg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=eNADlpOh/ScnWknTv56HOu8Wt8biH607I5QMM5vm31C5J5rNxsaDnjsK0UzYuw7E44DQMaHworCr/1TJI/rYkxjj6GFfONXT42Plo7Fhbfnj3Hc79XHAw06J4KdvFaeZD0NGEpRusjNJy/oE5tEtvkA3gw2D6SSPXY3YHyRUEwE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RSPOkrAw; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="RSPOkrAw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DB861C19424; Mon, 22 Sep 2025 15:32:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758555122; bh=SfaFrl4QZz0bkddp7YAsKSPz8h9hoenE26+Qxca49Cg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RSPOkrAwxVhlLva+kII+0FJHAR0eNKTqECqic4+PAVCuE4eqk7ooafrFxWCnltglU tMVsBTMGWAYkbapenkNHfeZef6UQJhu2w300uk+hEmCwGfxv2VXzbueMe1++4EU1Px QFw1Kx4f25xVrmUEGsvK0AvqiENk5Lzj86gODINbeNV+hb3JkXkquSeEm1khf5usU8 mmiIyMuF3/0eK8PmV1veEFGDj16Z3md+IUbWyjj8YwWsW56B/NTPK4oDL6cyGsDW7e qXvWEvsp6CCFAAsViFmxyybQrX0hvXH5w54S5sH+7L4ILJcPbC7Sa34uqFF+ywT5Ql 7Ir4Ztfd20jBg== Received: from johan by xi.lan with local (Exim 4.98.2) (envelope-from ) id 1v0iWC-000000004Hp-1rny; Mon, 22 Sep 2025 17:31:56 +0200 From: Johan Hovold To: Miquel Raynal Cc: Tudor Ambarus , Richard Weinberger , Vignesh Raghavendra , Kyungmin Park , Michal Simek , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Heiko Stuebner , Maxime Coquelin , Alexandre Torgue , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 5/8] mtd: rawnand: pl353: drop unused module alias Date: Mon, 22 Sep 2025 17:31:04 +0200 Message-ID: <20250922153107.16381-6-johan@kernel.org> X-Mailer: git-send-email 2.49.1 In-Reply-To: <20250922153107.16381-1-johan@kernel.org> References: <20250922153107.16381-1-johan@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The driver has never supported anything but OF probing so drop the unused platform module alias. Signed-off-by: Johan Hovold --- drivers/mtd/nand/raw/pl35x-nand-controller.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/nand/raw/pl35x-nand-controller.c b/drivers/mtd/nan= d/raw/pl35x-nand-controller.c index 09440ed4652e..a7dc45c7f214 100644 --- a/drivers/mtd/nand/raw/pl35x-nand-controller.c +++ b/drivers/mtd/nand/raw/pl35x-nand-controller.c @@ -1193,6 +1193,5 @@ static struct platform_driver pl35x_nandc_driver =3D { module_platform_driver(pl35x_nandc_driver); =20 MODULE_AUTHOR("Xilinx, Inc."); -MODULE_ALIAS("platform:" PL35X_NANDC_DRIVER_NAME); MODULE_DESCRIPTION("ARM PL35X NAND controller driver"); MODULE_LICENSE("GPL"); --=20 2.49.1 From nobody Thu Oct 2 04:44:14 2025 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.subspace.kernel.org (Postfix) with ESMTPS id 91E1D2E765E for ; Mon, 22 Sep 2025 15:32:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758555123; cv=none; b=FrX5I+Ftc3bBA7KT7n3B7Zcd+q0LoHWFXkcC7mL3+IN55n9MMfmU352lq/dnI+yF8Njap6J4YFWBDn5EZuFCQDsPqFL9M9LV05Izj+zsCMZE6gCjlG2qBhfaTfW2j1jdiYWj6QdEobCtXteGRJ9xsRDX7b404I69pbHwD8ztpWo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758555123; c=relaxed/simple; bh=/46VNVTt4hRRDh5qNYXbGvkTgn2zbGiWAxCXIl/j0UM=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Exbzt/1Vlqbkst9BR5SCwShmG/22h9mjUADSFiGdd8vL1i6POSi6E8V/BWgDGt+Q+dxnze2toKuXTkJISs2rD8sU6vCwpkZcO+nBFG2A0uL+kaxiOlX4ggzUrHh6TNy16F47q94uWOt0QloOqrBGtPGatRIY4xG838RwJ8Vyubo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qAb746ai; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="qAb746ai" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 30C1DC4CEF0; Mon, 22 Sep 2025 15:32:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758555123; bh=/46VNVTt4hRRDh5qNYXbGvkTgn2zbGiWAxCXIl/j0UM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qAb746ait+z7U0VtEUwrdGoN50aXNUR2tNbPZA1ft84qr0fGqd+96zVb/GPcdmyzO FV7h66ZEcbdsclu20Yq52/2I747nwx878AgDhQDtDHXgmIRrPkLg6dmcLh/449UuaU VId6JLnKV5QQP24bu9APR9QPYVYH7CIdOSwCN9aNZrdrNHRMgFxKvllI4ZNtzB4hID p9pa+Hg61tQvX/O4ruXL2fb+IHje3+qJqgXdpnqExUiiY6WMHjB18A7QoWqXEgzRak l6VYm7y/pgrdb5bX+DTB6+S7nqxsrq0u9/F4++8I0mt/Gjg8vQm19t8RAulX6JLBYM nNaWxWTLTenOw== Received: from johan by xi.lan with local (Exim 4.98.2) (envelope-from ) id 1v0iWC-000000004Hs-2I78; Mon, 22 Sep 2025 17:31:56 +0200 From: Johan Hovold To: Miquel Raynal Cc: Tudor Ambarus , Richard Weinberger , Vignesh Raghavendra , Kyungmin Park , Michal Simek , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Heiko Stuebner , Maxime Coquelin , Alexandre Torgue , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 6/8] mtd: rawnand: rockchip: drop unused module alias Date: Mon, 22 Sep 2025 17:31:05 +0200 Message-ID: <20250922153107.16381-7-johan@kernel.org> X-Mailer: git-send-email 2.49.1 In-Reply-To: <20250922153107.16381-1-johan@kernel.org> References: <20250922153107.16381-1-johan@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The driver has never supported anything but OF probing so drop the unused platform module alias. Signed-off-by: Johan Hovold --- drivers/mtd/nand/raw/rockchip-nand-controller.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/nand/raw/rockchip-nand-controller.c b/drivers/mtd/= nand/raw/rockchip-nand-controller.c index c5d7cd8a6cab..9444ba02696d 100644 --- a/drivers/mtd/nand/raw/rockchip-nand-controller.c +++ b/drivers/mtd/nand/raw/rockchip-nand-controller.c @@ -1505,4 +1505,3 @@ module_platform_driver(rk_nfc_driver); MODULE_LICENSE("Dual MIT/GPL"); MODULE_AUTHOR("Yifeng Zhao "); MODULE_DESCRIPTION("Rockchip Nand Flash Controller Driver"); -MODULE_ALIAS("platform:rockchip-nand-controller"); --=20 2.49.1 From nobody Thu Oct 2 04:44:14 2025 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.subspace.kernel.org (Postfix) with ESMTPS id 728752E7F1D for ; Mon, 22 Sep 2025 15:32:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758555123; cv=none; b=H3/zOOyZPNqeTHcVpc+lqXndnb8rkNkRBMNCT76o0PRNjua0aJpgJGIPVQHU7ka4956oX+Ode9JCNQJ6AnGkrWvlqozhyEKbMF+tXU1vArV7XFGD/xqIgcHT8FpsFZuHH2xeHsUKfkrJAg6fjM3SsfvJbaW9RGV79Tltv65kr04= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758555123; c=relaxed/simple; bh=feNJQYv7PInY8I5BenFb+SjBP4yk4Vqx0u5EFIvIY3Y=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=utuma1Cddi6/7HFj+nxJDHtlk/8P9ett+sCZcdyEBr1SEQkvNodVX9FbhrNFZI8wmToCMFDybmKQ/xdil3EFHzeLkGu+8ziF0V8gJYnvxg46x2txsTP9bQx5Xx9NHdk2aOJN6IBMxfdHuZwTsnU8AoCfj7H/a5LwKG/f7eggXe0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Gz62KBYA; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Gz62KBYA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4D9C3C113D0; Mon, 22 Sep 2025 15:32:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758555123; bh=feNJQYv7PInY8I5BenFb+SjBP4yk4Vqx0u5EFIvIY3Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Gz62KBYA4icXkq8LRLecHE6hFGtBxR2ZKAkf74n7Yfm5t8WTKoQam2QUNVsE41lol MnMykPy4iMoleAUuZB2Vugf2iHe3Ggzt52/ng/dg8VZNnGUg2XUj9HA/8FD7ORNc22 SU3VjwfxwwGKtSs2uGBd7kVKPIkMzeI1fCj6gvtt4AJEuIGpuq5/d54XMS65PMuM5f zWyufuxmGw1ZDSW4gVfxvTW4IdWWRik0aMOKC1Ts+I4nF+KkI2qi/3V+rf4b9zg7i9 FxJTEPZloVjPxCd9LIvVDfe6VFrcpERCLx/rK68yPuhEIS0esYnvpzSuhGmDdddii6 ShTj+K7svTvHQ== Received: from johan by xi.lan with local (Exim 4.98.2) (envelope-from ) id 1v0iWC-000000004Hv-2hcA; Mon, 22 Sep 2025 17:31:56 +0200 From: Johan Hovold To: Miquel Raynal Cc: Tudor Ambarus , Richard Weinberger , Vignesh Raghavendra , Kyungmin Park , Michal Simek , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Heiko Stuebner , Maxime Coquelin , Alexandre Torgue , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 7/8] mtd: rawnand: stm32_fmc2: drop unused module alias Date: Mon, 22 Sep 2025 17:31:06 +0200 Message-ID: <20250922153107.16381-8-johan@kernel.org> X-Mailer: git-send-email 2.49.1 In-Reply-To: <20250922153107.16381-1-johan@kernel.org> References: <20250922153107.16381-1-johan@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The driver has never supported anything but OF probing so drop the unused platform module alias. Signed-off-by: Johan Hovold --- drivers/mtd/nand/raw/stm32_fmc2_nand.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/nand/raw/stm32_fmc2_nand.c b/drivers/mtd/nand/raw/= stm32_fmc2_nand.c index d957327fb4fa..c08d6b176372 100644 --- a/drivers/mtd/nand/raw/stm32_fmc2_nand.c +++ b/drivers/mtd/nand/raw/stm32_fmc2_nand.c @@ -2158,7 +2158,6 @@ static struct platform_driver stm32_fmc2_nfc_driver = =3D { }; module_platform_driver(stm32_fmc2_nfc_driver); =20 -MODULE_ALIAS("platform:stm32_fmc2_nfc"); MODULE_AUTHOR("Christophe Kerello "); MODULE_DESCRIPTION("STMicroelectronics STM32 FMC2 NFC driver"); MODULE_LICENSE("GPL v2"); --=20 2.49.1 From nobody Thu Oct 2 04:44:14 2025 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.subspace.kernel.org (Postfix) with ESMTPS id 7D89A2E7F22 for ; Mon, 22 Sep 2025 15:32:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758555123; cv=none; b=tusZeBPEzhG/qew3yJZ+iGnH604Bo1oXs/S+M3zCjcRYqDIpI3L7UT8XFSlOF5XFpOXkAOCz5j9oFSoZbcnTX7IYfV5lrfktzwd3CA2Qnfsmb5cyBJNChUjkp/qqeEQrXNsAGou/VEZ7wz3jz1Hh8WufCVGbap7ql3gVpShBnp8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758555123; c=relaxed/simple; bh=I9Zhr/ncIXq/m3dpt8T77ukTpAxt82yNYfe1wjICwFE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=ApwCkDLJocyaY07IpRbdzc9uDwccki2bVPOzwJStfDhDAm9WDeGW3i3Y2rWHFj2jXMcn0gXtFad4THp+Nw+BALipPY+CpO/T+cd9jskoE/eC52fcAdH31l6t9ID/DIzq2wUqgMjAxFwzOnIeorDlfH6S+AAHlgZY/kH7U4TQZZU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=l0v40rMt; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="l0v40rMt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5BBADC19421; Mon, 22 Sep 2025 15:32:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758555123; bh=I9Zhr/ncIXq/m3dpt8T77ukTpAxt82yNYfe1wjICwFE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=l0v40rMtUuCWItO0Sc01keGjKU8iGrhe5gVrS4BiJ48e1TdRGzdaRNq2EJDeVm2QV AjSPfqG0lk4YclZhLk8YioWPhrD+7YnGJRKSfbi/ghPLhE6wYs00Py+TbXTb66tf6+ x2S28vHktHwCTYoHhY+ghoUhRMNHW4nHg0y7kLLp9doZbLeklnUpLxbEebpJ39fU7r TnApx1atpPeIyv9xaBZ/8Ox2f8ow1Q4LkDp1wIzp54MK5VZMLFAu/cbKfu8tJbRo4O jsXUW9+OKLdv6lMmnHKmjHNjkxXD5ILlaz9Gu3ZViy79BdJywHqdKNqH6xwWgJS5Sf h5ugw+9h7brEA== Received: from johan by xi.lan with local (Exim 4.98.2) (envelope-from ) id 1v0iWC-000000004Hy-34zZ; Mon, 22 Sep 2025 17:31:56 +0200 From: Johan Hovold To: Miquel Raynal Cc: Tudor Ambarus , Richard Weinberger , Vignesh Raghavendra , Kyungmin Park , Michal Simek , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Heiko Stuebner , Maxime Coquelin , Alexandre Torgue , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 8/8] mtd: rawnand: sunxi: drop unused module alias Date: Mon, 22 Sep 2025 17:31:07 +0200 Message-ID: <20250922153107.16381-9-johan@kernel.org> X-Mailer: git-send-email 2.49.1 In-Reply-To: <20250922153107.16381-1-johan@kernel.org> References: <20250922153107.16381-1-johan@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" The driver has never supported anything but OF probing so drop the unused platform module alias. Signed-off-by: Johan Hovold --- drivers/mtd/nand/raw/sunxi_nand.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mtd/nand/raw/sunxi_nand.c b/drivers/mtd/nand/raw/sunxi= _nand.c index 162cd5f4f234..f6a8e8ae819d 100644 --- a/drivers/mtd/nand/raw/sunxi_nand.c +++ b/drivers/mtd/nand/raw/sunxi_nand.c @@ -2205,4 +2205,3 @@ module_platform_driver(sunxi_nfc_driver); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Boris BREZILLON"); MODULE_DESCRIPTION("Allwinner NAND Flash Controller driver"); -MODULE_ALIAS("platform:sunxi_nand"); --=20 2.49.1