Re: [PATCH v5 06/17] soc: qcom: Add Qualcomm APSS minidump kernel driver

2023-09-11 Thread Konrad Dybcio
On 11.09.2023 21:09, Jeff Johnson wrote: > On 9/11/2023 4:07 AM, Krzysztof Kozlowski wrote: >> On 09/09/2023 22:16, Mukesh Ojha wrote: >>> +/** >>> + * qcom_minidump_region_register() - Register region in APSS Minidump >>> table. >>> + * @region: minidump region. >>> + * >>> + * Return: On success

[PATCH] docs: submitting-patches: Introduce Test: tag

2023-10-06 Thread Konrad Dybcio
d the concept. Test: make htmldocs and manual examination Signed-off-by: Konrad Dybcio --- Documentation/process/submitting-patches.rst | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submi

Re: [PATCH] docs: submitting-patches: Introduce Test: tag

2023-10-09 Thread Konrad Dybcio
On 8.10.2023 19:18, Geert Uytterhoeven wrote: > On Sat, Oct 7, 2023 at 2:57 PM Jonathan Corbet wrote: >> Konrad Dybcio writes: >> >>> Currently, we blindly trust the submitters that they both compiled their >>> code at all, tested it on a relevant device, and

Re: [PATCH v3] docs: dt-bindings: add DTS Coding Style document

2023-11-25 Thread Konrad Dybcio
[...] >> + >> +3. Unit addresses shall use lowercase hex, without leading zeros (padding). > > I'm curious, what's the reason for this ? I think it makes the sources > less readable. If the rule is "just" because that's how DT sources are > written today and it would be too complicated to change t

Re: [PATCH v3] docs: dt-bindings: add DTS Coding Style document

2023-11-25 Thread Konrad Dybcio
: Arnd Bergmann > Cc: Bjorn Andersson > Cc: Chen-Yu Tsai > Cc: Dmitry Baryshkov > Cc: Geert Uytterhoeven > Cc: Heiko Stuebner > Cc: Jonathan Corbet > Cc: Konrad Dybcio > Cc: Matthias Brugger > Cc: Michal Simek > Cc: Neil Armstrong > Cc: Nishanth Menon >

Re: [PATCH v6 4/5] sched: Rename arch_update_thermal_pressure into arch_update_hw_pressure

2024-04-30 Thread Konrad Dybcio
On 26.03.2024 10:16 AM, Vincent Guittot wrote: > Now that cpufreq provides a pressure value to the scheduler, rename > arch_update_thermal_pressure into HW pressure to reflect that it returns > a pressure applied by HW (i.e. with a high frequency change) and not > always related to thermal mitigati

Re: [PATCH v6 4/5] sched: Rename arch_update_thermal_pressure into arch_update_hw_pressure

2024-04-30 Thread Konrad Dybcio
On 30.04.2024 2:00 PM, Vincent Guittot wrote: > H Konrad, > > On Tue, 30 Apr 2024 at 13:23, Konrad Dybcio wrote: >> >> On 26.03.2024 10:16 AM, Vincent Guittot wrote: >>> Now that cpufreq provides a pressure value to the scheduler, rename >>> arch_upda

Re: [PATCH 6/7] remoteproc: qcom_q6v5_pas: Add hwspinlock bust on stop

2024-05-21 Thread Konrad Dybcio
On 5/17/24 00:58, Chris Lew wrote: From: Richard Maina When remoteproc goes down unexpectedly this results in a state where any acquired hwspinlocks will remain locked possibly resulting in deadlock. In order to ensure all locks are freed we include a call to hwspin_lock_bust() during remote