From: Markuss Broks <markuss.broks@gmail.com>
To: Daniel Lezcano <daniel.lezcano@linaro.org>,
Krzysztof Kozlowski <krzk@kernel.org>
Cc: Tudor Ambarus <tudor.ambarus@linaro.org>,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
alim.akhtar@samsung.com, linux-kernel@vger.kernel.org,
linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, andre.draszik@linaro.org,
kernel-team@android.com, willmcvicker@google.com,
peter.griffin@linaro.org, javierm@redhat.com,
tzimmermann@suse.de, vincent.guittot@linaro.org,
ulf.hansson@linaro.org, arnd@arndb.de
Subject: Re: [PATCH v3 2/3] firmware: add exynos ACPM protocol driver
Date: Sun, 8 Dec 2024 18:38:50 +0200 [thread overview]
Message-ID: <0ba62a72-8247-447f-b710-234385a29d14@gmail.com> (raw)
In-Reply-To: <2eedbbe1-6b4c-427b-a369-5b08dc27deaf@linaro.org>
On 12/6/24 9:50 PM, Daniel Lezcano wrote:
> On 12/6/24 14:28, Krzysztof Kozlowski wrote:
>> On Fri, Dec 06, 2024 at 12:39:56AM +0100, Daniel Lezcano wrote:
>>>> +# SPDX-License-Identifier: GPL-2.0-only
>>>> +
>>>> +config EXYNOS_ACPM_PROTOCOL
>>>> + tristate "Exynos Alive Clock and Power Manager (ACPM) Message
>>>> Protocol"
>>>
>>> Given the importance of this driver where a lot of PM services rely
>>> on, does
>>> it really make sense to allow it as a module ?
>>>
>>> Some PM services may be needed very early in the boot process
>>>
>>
>> If it works as module e.g. on Android, it is beneficial. I think the
>> platform was booting fine without it, at least to some shell, so I can
>> imagine this can be loaded a bit later.
>
> Usually the firmware sets the frequency to the maximum in order to
> boot the kernel as fast as possible. That may lead to thermal issues
> at boot time where the thermal framework won't be able to kick in as
> some components will depends on ACPM while the system stays at its
> highest performance state.
Also, as far as I understand, ACPM is used here as an interface to the
PMIC, so every driver which would need power management from the main
SoC PMIC would get deferred until the ACPM module has been loaded. This
would make it impossible to e.g. initialize the UFS or the MMC card
before initramfs.
>
>
- Markuss
next prev parent reply other threads:[~2024-12-08 16:38 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-05 17:53 [PATCH v3 0/3] firmware: add exynos ACPM protocol driver Tudor Ambarus
2024-12-05 17:53 ` [PATCH v3 1/3] dt-bindings: firmware: add samsung,exynos-acpm-ipc bindings Tudor Ambarus
2024-12-09 8:03 ` Krzysztof Kozlowski
2024-12-09 8:19 ` Tudor Ambarus
2024-12-05 17:53 ` [PATCH v3 2/3] firmware: add exynos ACPM protocol driver Tudor Ambarus
2024-12-05 23:39 ` Daniel Lezcano
2024-12-06 13:28 ` Krzysztof Kozlowski
2024-12-06 19:50 ` Daniel Lezcano
2024-12-08 16:38 ` Markuss Broks [this message]
2024-12-09 8:29 ` Krzysztof Kozlowski
2024-12-11 12:13 ` Peter Griffin
2024-12-06 6:47 ` Arnd Bergmann
2024-12-06 11:59 ` Tudor Ambarus
2024-12-06 13:02 ` Arnd Bergmann
2024-12-05 17:53 ` [PATCH v3 3/3] MAINTAINERS: add entry for the samsung exynos ACPM mailbox protocol Tudor Ambarus
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=0ba62a72-8247-447f-b710-234385a29d14@gmail.com \
--to=markuss.broks@gmail.com \
--cc=alim.akhtar@samsung.com \
--cc=andre.draszik@linaro.org \
--cc=arnd@arndb.de \
--cc=conor+dt@kernel.org \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=javierm@redhat.com \
--cc=kernel-team@android.com \
--cc=krzk+dt@kernel.org \
--cc=krzk@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=peter.griffin@linaro.org \
--cc=robh@kernel.org \
--cc=tudor.ambarus@linaro.org \
--cc=tzimmermann@suse.de \
--cc=ulf.hansson@linaro.org \
--cc=vincent.guittot@linaro.org \
--cc=willmcvicker@google.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