From: Ahmad Fatoum <a.fatoum@barebox.org>
To: barebox@lists.infradead.org
Cc: Adrian Negreanu <adrian.negreanu@nxp.com>
Subject: [PATCH v2 2/4] firmware: qemu_fw_cfg: register at device initcall level
Date: Fri, 6 Jun 2025 09:29:37 +0200 [thread overview]
Message-ID: <20250606072939.2082971-3-a.fatoum@barebox.org> (raw)
In-Reply-To: <20250606072939.2082971-1-a.fatoum@barebox.org>
From: Ahmad Fatoum <ahmad@a3f.at>
Registration at postmmu_initcall is too early for automounts to be
created.
Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
---
drivers/firmware/qemu_fw_cfg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/firmware/qemu_fw_cfg.c b/drivers/firmware/qemu_fw_cfg.c
index 8928cc5bf2aa..ab34f999ceaa 100644
--- a/drivers/firmware/qemu_fw_cfg.c
+++ b/drivers/firmware/qemu_fw_cfg.c
@@ -313,4 +313,4 @@ static int qemu_fw_cfg_init(void)
return of_devices_ensure_probed_by_dev_id(qemu_fw_cfg_of_match);
}
-postmmu_initcall(qemu_fw_cfg_init);
+device_initcall(qemu_fw_cfg_init);
--
2.39.5
next prev parent reply other threads:[~2025-06-06 7:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-06 7:29 [PATCH v2 0/4] firmware: qemu_fw_cfg: implement file system Ahmad Fatoum
2025-06-06 7:29 ` [PATCH v2 1/4] fs: add qemu_fw_cfg " Ahmad Fatoum
2025-06-06 7:29 ` Ahmad Fatoum [this message]
2025-06-06 7:29 ` [PATCH v2 3/4] video: ramfb: use new qemu fw_cfg FS Ahmad Fatoum
2025-06-06 7:29 ` [PATCH v2 4/4] fs: qemu_fw_cfg: support populating environment via QEMU fw_cfg Ahmad Fatoum
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=20250606072939.2082971-3-a.fatoum@barebox.org \
--to=a.fatoum@barebox.org \
--cc=adrian.negreanu@nxp.com \
--cc=barebox@lists.infradead.org \
/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