From: Vladimir Zapolskiy <vz@mleia.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Piotr Wojtaszczyk <piotr.wojtaszczyk@timesys.com>,
Krzysztof Kozlowski <krzk@kernel.org>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: [PATCH 1/2] soc: Sort the list of subfolders alphabetically
Date: Fri, 2 Jan 2026 01:56:46 +0200 [thread overview]
Message-ID: <20260101235647.2411062-2-vz@mleia.com> (raw)
In-Reply-To: <20260101235647.2411062-1-vz@mleia.com>
Move 'amlogic' to the top, it will allow to keep the alphabetical order
of subfolders.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
---
drivers/soc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/soc/Makefile b/drivers/soc/Makefile
index c9e689080ceb..47a3925ff84c 100644
--- a/drivers/soc/Makefile
+++ b/drivers/soc/Makefile
@@ -3,6 +3,7 @@
# Makefile for the Linux Kernel SOC specific device drivers.
#
+obj-y += amlogic/
obj-y += apple/
obj-y += aspeed/
obj-$(CONFIG_ARCH_AT91) += atmel/
@@ -24,7 +25,6 @@ obj-y += mediatek/
obj-y += microchip/
obj-y += nuvoton/
obj-y += pxa/
-obj-y += amlogic/
obj-y += qcom/
obj-y += renesas/
obj-y += rockchip/
--
2.43.0
next prev parent reply other threads:[~2026-01-01 23:57 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-01 23:56 [PATCH 0/2] soc: nxp: Add a simple NXP LPC32xx socinfo driver Vladimir Zapolskiy
2026-01-01 23:56 ` Vladimir Zapolskiy [this message]
2026-01-01 23:56 ` [PATCH 2/2] " Vladimir Zapolskiy
2026-01-02 9:34 ` Arnd Bergmann
2026-01-02 9:58 ` Krzysztof Kozlowski
2026-01-02 12:36 ` Vladimir Zapolskiy
2026-01-02 12:54 ` Krzysztof Kozlowski
2026-01-02 13:21 ` Vladimir Zapolskiy
2026-01-03 12:43 ` Krzysztof Kozlowski
2026-01-03 22:14 ` Vladimir Zapolskiy
2026-01-05 7:18 ` Krzysztof Kozlowski
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=20260101235647.2411062-2-vz@mleia.com \
--to=vz@mleia.com \
--cc=arnd@arndb.de \
--cc=krzk@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=piotr.wojtaszczyk@timesys.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).