Re: (subset) [PATCH v2 0/4] Add video clock controller for SM6350

2025-06-11 Thread Bjorn Andersson
: qcom: sm6350: Add video clock controller commit: 67081281bb0dffd09e5f11c991088e6ac546a4ae Best regards, -- Bjorn Andersson

Re: [PATCH v2 0/4] Add support for Sony Xperia Z Ultra (togari)

2025-06-11 Thread Bjorn Andersson
71cf2bfd99da15ca [4/4] ARM: dts: qcom: Add initial support for Sony Xperia Z Ultra (togari) commit: 3d8663cb9e21912ad9554701bfb3a8254cf0a4ef Best regards, -- Bjorn Andersson

Re: [PATCH v2 0/3] Add devicetree aliases for mmc on multiple MSM8974 devices

2025-06-11 Thread Bjorn Andersson
5e733df08f0430 [3/3] ARM: dts: qcom: msm8974-sony-xperia-rhine: Add alias for mmc0 & mmc1 commit: fb84f0ec527c50c54ab662d45c441f6789ec3550 Best regards, -- Bjorn Andersson

Re: [PATCH v4 3/3] remoteproc: imx_rproc: detect and attach to pre-booted remote cores

2025-06-11 Thread Bjorn Andersson
On Wed, Jun 04, 2025 at 03:19:52AM +, Peng Fan wrote: > > Subject: [PATCH v4 3/3] remoteproc: imx_rproc: detect and attach to > > pre-booted remote cores > > > > From: Hiago De Franco > > > > When the remote core is started before Linux boots (e.g., by the > > bootloader), the driver current

Re: [PATCH v4 1/3] pmdomain: core: introduce dev_pm_genpd_is_on

2025-06-11 Thread Bjorn Andersson
On Mon, Jun 02, 2025 at 10:19:03AM -0300, Hiago De Franco wrote: > From: Hiago De Franco > > This helper function returns the current power status of a given generic > power domain. > Please correct me if I'm wrong, but this returns the momentary status of the device's associated genpd, and as

Re: [RESEND PATCH] rpmsg: Use strscpy() instead of strscpy_pad()

2025-06-10 Thread Bjorn Andersson
On Tue, Jun 10, 2025 at 12:38:14PM +0200, Thorsten Blum wrote: > Hi Mathieu, > > On 30. Apr 2025, at 16:59, Mathieu Poirier wrote: > > On Tue, 29 Apr 2025 at 04:46, Thorsten Blum wrote: > >> > >> kzalloc() already zero-initializes the destination buffer, making > >> strscpy() sufficient for safel

Re: [PATCH v2] remoteproc: qcom: pas: Conclude the rename from adsp

2025-06-10 Thread Bjorn Andersson
On Thu, 05 Jun 2025 17:17:47 -0500, Bjorn Andersson wrote: > The change that renamed the driver from "adsp" to "pas" didn't change > any of the implementation. The result is an aesthetic eyesore, and > confusing to many. > > Conclude the rename of the

[PATCH v2 3/3] soc: qcom: mdt_loader: Actually use the e_phoff

2025-06-10 Thread Bjorn Andersson
Rather than relying/assuming that the tools generating the firmware places the program headers immediately following the ELF header, use e_phoff as intended to find the program headers. Reviewed-by: Dmitry Baryshkov Signed-off-by: Bjorn Andersson --- drivers/soc/qcom/mdt_loader.c | 10

[PATCH v2 2/3] soc: qcom: mdt_loader: Rename mdt_phdr_valid()

2025-06-10 Thread Bjorn Andersson
reflect what it does. Reviewed-by: Dmitry Baryshkov Signed-off-by: Bjorn Andersson --- drivers/soc/qcom/mdt_loader.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/soc/qcom/mdt_loader.c b/drivers/soc/qcom/mdt_loader.c index b2c97

[PATCH v2 0/3] soc: qcom: mdt_loader: Validation and cleanup fixes

2025-06-10 Thread Bjorn Andersson
Signed-off-by: Bjorn Andersson --- Changes in v2: - Validate e_phentsize and and e_shentsize as well --- Bjorn Andersson (3): soc: qcom: mdt_loader: Ensure we don't read past the ELF header soc: qcom: mdt_loader: Rename mdt_phdr_valid() soc: qcom: mdt_loader: Actually us

[PATCH v2 1/3] soc: qcom: mdt_loader: Ensure we don't read past the ELF header

2025-06-10 Thread Bjorn Andersson
lidated as well, to ensure that the assumptions about step size in the traversal are valid. Fixes: 2aad40d911ee ("remoteproc: Move qcom_mdt_loader into drivers/soc/qcom") Cc: Reported-by: Doug Anderson Signed-off-by: Bjorn Andersson --- drivers/soc/qc

[PATCH v2] remoteproc: qcom: pas: Conclude the rename from adsp

2025-06-05 Thread Bjorn Andersson
ually is. The "Hexagon v5" is also dropped from the name and Kconfig, as this isn't correct either. No functional change. Fixes: 9e004f97161d ("remoteproc: qcom: Rename Hexagon v5 PAS driver") Signed-off-by: Bjorn Andersson --- Changes in v2: - Dropped unwanted change

Re: [PATCH] remoteproc: qcom: pas: Conclude the rename from adsp

2025-06-05 Thread Bjorn Andersson
On Thu, Jun 05, 2025 at 03:27:19PM -0500, Bjorn Andersson wrote: > On Thu, Jun 05, 2025 at 06:01:07PM +0200, Luca Weiss wrote: > > Hi Bjorn, > > > > Awesome to see this being cleaned up! > > > > On 05-06-2025 5:23 p.m., Bjorn Andersson wrote: > > > The

Re: [PATCH] remoteproc: qcom: pas: Conclude the rename from adsp

2025-06-05 Thread Bjorn Andersson
On Thu, Jun 05, 2025 at 09:37:42PM +0530, Wasim Nazir wrote: > On Thu, Jun 05, 2025 at 10:23:51AM -0500, Bjorn Andersson wrote: > > The change that renamed the driver from "adsp" to "pas" didn't change > > any of the implementation. The result is an aest

Re: [PATCH] remoteproc: qcom: pas: Conclude the rename from adsp

2025-06-05 Thread Bjorn Andersson
On Thu, Jun 05, 2025 at 06:01:07PM +0200, Luca Weiss wrote: > Hi Bjorn, > > Awesome to see this being cleaned up! > > On 05-06-2025 5:23 p.m., Bjorn Andersson wrote: > > The change that renamed the driver from "adsp" to "pas" didn't change &

Re: [PATCH 1/3] soc: qcom: mdt_loader: Ensure we don't read past the ELF header

2025-06-05 Thread Bjorn Andersson
On Thu, Jun 05, 2025 at 06:57:41PM +0300, Dmitry Baryshkov wrote: > On Thu, Jun 05, 2025 at 08:43:00AM -0500, Bjorn Andersson wrote: > > When the MDT loader is used in remoteproc, the ELF header is sanitized > > beforehand, but that's not necessary the case for other clients. &

[PATCH] remoteproc: qcom: pas: Conclude the rename from adsp

2025-06-05 Thread Bjorn Andersson
ually is. The "Hexagon v5" is also dropped from the name and Kconfig, as this isn't correct either. No functional change. Fixes: 9e004f97161d ("remoteproc: qcom: Rename Hexagon v5 PAS driver") Signed-off-by: Bjorn Andersson --- drivers/remoteproc/Kconfig |

[PATCH 0/3] (no cover subject)

2025-06-05 Thread Bjorn Andersson
Signed-off-by: Bjorn Andersson --- Bjorn Andersson (3): soc: qcom: mdt_loader: Ensure we don't read past the ELF header soc: qcom: mdt_loader: Rename mdt_phdr_valid() soc: qcom: mdt_loader: Actually use the e_phoff drivers/soc/qcom/mdt_loader.c

[PATCH 1/3] soc: qcom: mdt_loader: Ensure we don't read past the ELF header

2025-06-05 Thread Bjorn Andersson
emoteproc: Move qcom_mdt_loader into drivers/soc/qcom") Cc: Reported-by: Doug Anderson Signed-off-by: Bjorn Andersson --- drivers/soc/qcom/mdt_loader.c | 37 + 1 file changed, 37 insertions(+) diff --git a/drivers/soc/qcom/mdt_loader.c b/drivers/soc/qco

[PATCH 3/3] soc: qcom: mdt_loader: Actually use the e_phoff

2025-06-05 Thread Bjorn Andersson
Rather than relying/assuming that the tools generating the firmware places the program headers immediately following the ELF header, use e_phoff as intended to find the program headers. Signed-off-by: Bjorn Andersson --- drivers/soc/qcom/mdt_loader.c | 10 +- 1 file changed, 5

[PATCH 2/3] soc: qcom: mdt_loader: Rename mdt_phdr_valid()

2025-06-05 Thread Bjorn Andersson
eflect what it does. Signed-off-by: Bjorn Andersson --- drivers/soc/qcom/mdt_loader.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/soc/qcom/mdt_loader.c b/drivers/soc/qcom/mdt_loader.c index 1da22b23d19d28678ec78cccdf8c328b50d3ffda..dd3875dd7ef68d1f135

[GIT PULL] remoteproc updates for v6.16

2025-06-02 Thread Bjorn Andersson
s into common driver remoteproc: k3: Refactor release_tsp() functions into common driver Bjorn Andersson (1): Revert "remoteproc: core: Clear table_sz when rproc_shutdown" Dan Carpenter (1): remoteproc: qcom_wcnss_iris: Add missing put_device() on error in probe Iulian

[GIT PULL] rpmsg updates for v6.16

2025-06-02 Thread Bjorn Andersson
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8: Linux 6.15-rc1 (2025-04-06 13:11:33 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rpmsg-v6.16 for you to fetch changes up to 5de775df336

[GIT PULL] remoteproc fix for v6.15

2025-05-20 Thread Bjorn Andersson
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8: Linux 6.15-rc1 (2025-04-06 13:11:33 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rproc-v6.15-fixes for you to fetch changes up to 4ca45

Re: (subset) [PATCH v2 0/5] SC8280XP SLPI

2025-05-19 Thread Bjorn Andersson
c [5/5] arm64: dts: qcom: sc8280xp-crd: Enable SLPI commit: f285543c5a00b4329a321edfd674010c874e3862 Best regards, -- Bjorn Andersson

Re: [PATCH RESEND2 v2] clk: qcom: gcc-msm8939: Fix mclk0 & mclk1 for 24 MHz

2025-05-14 Thread Bjorn Andersson
24 MHz commit: 9e7acf70cf6aa7b22f67d911f50a8cd510e8fb00 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH v4 0/5] Add DisplayPort sound support for Fairphone 5 smartphone

2025-05-13 Thread Bjorn Andersson
5-pmic-glink-dp-v2-0-a55927749...@fairphone.com/ > > [...] Applied, thanks! [5/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Add DisplayPort sound support commit: 8fc88fbd471044d66cb2fd85dc0d431866ed7448 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH 1/1] remoteproc: qcom_wcnss: Fix on platforms without fallback regulators

2025-05-13 Thread Bjorn Andersson
gt; the number of fallback voltage regulators before using the code which > handles single power domain situation. > > > [...] Applied, thanks! [1/1] remoteproc: qcom_wcnss: Fix on platforms without fallback regulators commit: 4ca45af0a56d00b86285d6fdd720dca3215059a7 Best regards, -- Bjorn Andersson

Re: [PATCH v3] rpmsg: qcom_smd: Improve error handling for qcom_smd_parse_edge

2025-05-13 Thread Bjorn Andersson
ing for qcom_smd_parse_edge commit: 75499b3232b6b9194de3cce4ccd60e49c6b70cc0 Best regards, -- Bjorn Andersson

Re: [PATCH] dt-bindings: remoteproc: qcom,sm8150-pas: Add missing SC8180X compatible

2025-05-13 Thread Bjorn Andersson
es > section making the entire binding un-selectable (no-op) for SC8180X PAS. > > Applied, thanks! [1/1] dt-bindings: remoteproc: qcom,sm8150-pas: Add missing SC8180X compatible commit: b278981b5ac109e6f6986b20a5cb19654aba8f68 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH 0/3] SC8280XP SLPI

2025-05-13 Thread Bjorn Andersson
c: qcom,sm8350-pas: Add SC8280XP commit: 6a4adb7349241c00cefde8c765c1f64382b17563 Best regards, -- Bjorn Andersson

Re: [PATCH] remoteproc: qcom_wcnss_iris: Add missing put_device() on error in probe

2025-05-13 Thread Bjorn Andersson
ror in probe commit: 0cb4b1b97041d8a1f773425208ded253c1cb5869 Best regards, -- Bjorn Andersson

[PATCH] Revert "remoteproc: core: Clear table_sz when rproc_shutdown"

2025-05-13 Thread Bjorn Andersson
Signed-off-by: Bjorn Andersson --- drivers/remoteproc/remoteproc_core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c index 48d146e1fa560397c11eeb8f824ae0fb844a022b..81b2ccf988e852ac79cee375c7e3f118c2a4b41a 10

Re: [PATCH 0/4] Moto G (2013) DTS updates

2025-05-12 Thread Bjorn Andersson
8226-motorola-falcon: limit TPS65132 to 5.4V commit: 7bce56fd73ee7264ed04418dab1719164e42f113 [4/4] ARM: dts: qcom: msm8226-motorola-falcon: specify vddio_disp output voltage commit: e41ece7cd173486f6767de050deb2d8f0882a82a Best regards, -- Bjorn Andersson

Re: (subset) [PATCH v2 0/4] Add video clock controller for SM6350

2025-05-12 Thread Bjorn Andersson
s: clock: add SM6350 QCOM video clock bindings commit: b887afb9b2362b15c1ee5585df1fb8cf3a3384c6 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH v3 0/4] Fairphone 5 DisplayPort over USB-C support

2025-05-11 Thread Bjorn Andersson
USB-C commit: 6b51f5e1811398dce5c1d67b746dde74c75f6ce7 Best regards, -- Bjorn Andersson

Re: [PATCH] arm64: dts: qcom: sc7280: Stop setting dmic01 pinctrl for va-macro

2025-05-11 Thread Bjorn Andersson
some boards with disabled > va-macro are losing the pinctrl (herobrine-r1, villager-r0, zombie*). > > [...] Applied, thanks! [1/1] arm64: dts: qcom: sc7280: Stop setting dmic01 pinctrl for va-macro commit: 8881698cbd8df8966bcc5fd6b500f2b048d5f0fe Best regards, -- Bjorn Andersson

Re: [PATCH 00/11] Use q6asm defines for reg for all qcom boards

2025-05-11 Thread Bjorn Andersson
sm8350: Use q6asm defines for reg commit: 5e170ce69d204b59116539d8b3a789c4d5d82563 Best regards, -- Bjorn Andersson

Re: [PATCH] arm64: dts: qcom: msm8953: Add uart_5

2025-05-11 Thread Bjorn Andersson
On Sun, 06 Apr 2025 15:52:02 +0200, Luca Weiss wrote: > Add the node and pinctrl for uart_5 found on the MSM8953 SoC. > > Applied, thanks! [1/1] arm64: dts: qcom: msm8953: Add uart_5 commit: b7bc69b90736a281490d535c6786b6c23c1b22e8 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH 0/2] Fix fallback qcom,ipc parse

2025-05-09 Thread Bjorn Andersson
ENODEV was checked before fallback to parse qcom,ipc property. > > [...] Applied, thanks! [2/2] soc: qcom: smp2p: Fix fallback to qcom,ipc parse commit: 421777a02bbd9cdabe0ae05a69ee06253150589d Best regards, -- Bjorn Andersson

Re: [PATCH 0/4] Add *_wait_val values for GDSCs in all SM6350 clock drivers

2025-05-06 Thread Bjorn Andersson
On Fri, 25 Apr 2025 14:12:54 +0200, Luca Weiss wrote: > As described in the commit messages, keep the GDSC configs aligned with > the downstream kernel. > > For reference, this was checked using the following code: > > To: Bjorn Andersson > To: Michael Turquette >

Re: [PATCH 1/3] ARM: dts: qcom: msm8974-oneplus-bacon: Add alias for mmc0

2025-04-22 Thread Bjorn Andersson
On Sun, Apr 20, 2025 at 07:14:12PM +0200, Luca Weiss wrote: > Hi Bjorn, > > On 20-04-2025 7:05 p.m., Bjorn Andersson wrote: > > On Sat, Apr 19, 2025 at 11:03:57AM +0200, Luca Weiss wrote: > > > Add an alias for the internal storage so it always becomes mmcblk

Re: [PATCH 1/3] ARM: dts: qcom: msm8974-oneplus-bacon: Add alias for mmc0

2025-04-20 Thread Bjorn Andersson
On Sat, Apr 19, 2025 at 11:03:57AM +0200, Luca Weiss wrote: > Add an alias for the internal storage so it always becomes mmcblk0. > https://docs.kernel.org/process/submitting-patches.html#describe-your-changes calls for a problem description to start your commit message. Sometimes the problem is

Re: [PATCH] arm64: dts: qcom: sdm660-xiaomi-lavender: Add missing SD card detect GPIO

2025-04-16 Thread Bjorn Andersson
gt; > Fixes: cf85e9aee210 ("arm64: dts: qcom: sdm660-xiaomi-lavender: Add eMMC and > SD") > > > [...] Applied, thanks! [1/1] arm64: dts: qcom: sdm660-xiaomi-lavender: Add missing SD card detect GPIO commit: 2eca6af66709de0d1ba14cdf8b6d200a1337a3a2 Best regards, -- Bjorn Andersson

Re: [PATCH] arm64: dts: qcom: Remove unnecessary MM_[UD]L audio routes

2025-04-15 Thread Bjorn Andersson
ore and can be removed from the dts files. It also helps to stop > anyone copying these into new dts files. > > > [...] Applied, thanks! [1/1] arm64: dts: qcom: Remove unnecessary MM_[UD]L audio routes commit: e8acfc1bbcda6978d952d0c18b0b5cebd6dcc3cf Best regards, -- Bjorn Andersson

Re: [PATCH V2] remoteproc: core: Clear table_sz when rproc_shutdown

2025-04-02 Thread Bjorn Andersson
On Wed, Apr 02, 2025 at 09:43:55AM +0800, Peng Fan wrote: > On Tue, Apr 01, 2025 at 10:05:03AM -0600, Mathieu Poirier wrote: > >On Tue, Apr 01, 2025 at 09:41:24AM +0800, Peng Fan wrote: ... > > > >The core is already checking if @loaded_table is valid in rproc_start(), why > >can't that be used ins

[GIT PULL] remoteproc updates for v6.15

2025-03-28 Thread Bjorn Andersson
The following changes since commit a64dcfb451e254085a7daee5fe51bf22959d52d3: Linux 6.14-rc2 (2025-02-09 12:45:03 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rproc-v6.15 for you to fetch changes up to e917b73234b

[GIT PULL] hwspinlock updates for v6.15

2025-03-28 Thread Bjorn Andersson
The following changes since commit a64dcfb451e254085a7daee5fe51bf22959d52d3: Linux 6.14-rc2 (2025-02-09 12:45:03 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/hwlock-v6.15 for you to fetch changes up to fec04edb74

Re: [PATCH v3] remoteproc: Add device awake calls in rproc boot and shutdown path

2025-03-21 Thread Bjorn Andersson
On Mon, Mar 17, 2025 at 05:10:57PM +0530, Souradeep Chowdhury wrote: > Add device awake calls in case of rproc boot and rproc shutdown path. > Currently, device awake call is only present in the recovery path > of remoteproc. If a user stops and starts rproc by using the sysfs > interface, then on

Re: [PATCH] arm64: dts: qcom: sm8650: Fix domain-idle-state for CPU2

2025-03-16 Thread Bjorn Andersson
e 2. > > Applied, thanks! [1/1] arm64: dts: qcom: sm8650: Fix domain-idle-state for CPU2 commit: 9bb5ca464100e7c8f2d740148088f60e04fed8ed Best regards, -- Bjorn Andersson

Re: (subset) [PATCH v5 00/13] Modem support for MSM8226

2025-03-16 Thread Bjorn Andersson
e MSM8926 commit: fc532eb25c0aeca1d20e7d3c8d8a24b3ff39e3a9 [12/13] ARM: dts: qcom: msm8926-htc-memul: Enable modem commit: 36663812eeb5e57f1d167c33bcb1dc970333bef1 [13/13] ARM: dts: qcom: msm8226-samsung-matisse-common: Enable modem commit: 32768db9cfc56554d1570ac71aa204f0751bd12e

Re: [PATCH RFC v2 1/2] dt-bindings: remoteproc: Add SM8750 MPSS

2025-03-15 Thread Bjorn Andersson
: Add SM8750 MPSS commit: 89f95f2108de52431bbf0ca432e337fc1f40ee00 [2/2] remoteproc: qcom: pas: Add SM8750 MPSS commit: 6174206a4b5bebc0b4e01a684672e2bf79df38d8 Best regards, -- Bjorn Andersson

Re: [PATCH] remoteproc: qcom: pas: add minidump_id to SC7280 WPSS

2025-03-15 Thread Bjorn Andersson
On Fri, 14 Mar 2025 09:24:31 +0100, Luca Weiss wrote: > Add the minidump ID to the wpss resources, based on msm-5.4 devicetree. > > Applied, thanks! [1/1] remoteproc: qcom: pas: add minidump_id to SC7280 WPSS commit: d2909538bff0189d4d038f4e903c70be5f5c2bfc Best regards,

Re: [PATCH v2] arm64: dts: qcom: qcm6490-fairphone-fp5: Add touchscreen node

2025-03-14 Thread Bjorn Andersson
d019e0 Best regards, -- Bjorn Andersson

Re: [PATCH 0/4] Some cleanups for Fairphone 3, set firmware-name, enable modem

2025-03-04 Thread Bjorn Andersson
dm632-fairphone-fp3: Add firmware-name for adsp & wcnss commit: 9ab813d5191f61301dbaeaf8e82d21e689b080f4 [4/4] arm64: dts: qcom: sdm632-fairphone-fp3: Enable modem commit: d0c38cbe3556fea446b9350ec597a8e9c2cdaf36 Best regards, -- Bjorn Andersson

Re: [PATCH v15 2/8] remoteproc: Add TEE support

2025-03-04 Thread Bjorn Andersson
On Wed, Feb 12, 2025 at 02:42:28PM +0100, Arnaud POULIQUEN wrote: > Hello, > > On 2/12/25 04:18, Bjorn Andersson wrote: > > On Tue, Dec 10, 2024 at 09:57:40AM +0100, Arnaud POULIQUEN wrote: > >> Hello Bjorn, > >> > >> On 12/6/24 23:07, Bjorn Andersson

Re: [PATCH v15 3/8] remoteproc: Introduce load_fw and release_fw optional operation

2025-03-04 Thread Bjorn Andersson
On Wed, Feb 12, 2025 at 02:48:30PM +0100, Arnaud POULIQUEN wrote: > > > On 2/12/25 04:54, Bjorn Andersson wrote: > > On Tue, Dec 10, 2024 at 11:33:31AM +0100, Arnaud POULIQUEN wrote: > >> > >> > >> On 12/10/24 00:14, Bjorn Andersson wrote: > >&

Re: [PATCH 0/2] Enable panel and GPU on Fairphone 5

2025-02-26 Thread Bjorn Andersson
@somainline.org/ > > Applied, thanks! [1/2] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable display commit: c365a026155ca926f878dee528715be8a02dabc7 [2/2] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable the GPU commit: 984748d30cd3ce0e11d63b0ba16dcbd61f7b4b9d Best regards, -- Bjorn Andersson

Re: (subset) [PATCH v3 0/3] Add missing SDCC resets for SDM630/660

2025-02-26 Thread Bjorn Andersson
: qcom: sdm630: Add missing resets to mmc blocks commit: 0e2a500eff87c710f3947926e274fd83d0cabb02 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH v3 0/3] Add missing SDCC resets for SDM630/660

2025-02-14 Thread Bjorn Andersson
cc-sdm660: Add missing SDCC block resets commit: 497457f61fd6d375c7615926956793286f631f7f Best regards, -- Bjorn Andersson

Re: [PATCH v15 3/8] remoteproc: Introduce load_fw and release_fw optional operation

2025-02-11 Thread Bjorn Andersson
On Tue, Dec 10, 2024 at 11:33:31AM +0100, Arnaud POULIQUEN wrote: > > > On 12/10/24 00:14, Bjorn Andersson wrote: > > On Thu, Nov 28, 2024 at 09:42:10AM GMT, Arnaud Pouliquen wrote: > >> This patch updates the rproc_ops structures to include two new optional > >

Re: [PATCH v15 2/8] remoteproc: Add TEE support

2025-02-11 Thread Bjorn Andersson
On Tue, Dec 10, 2024 at 09:57:40AM +0100, Arnaud POULIQUEN wrote: > Hello Bjorn, > > On 12/6/24 23:07, Bjorn Andersson wrote: > > On Thu, Nov 28, 2024 at 09:42:09AM GMT, Arnaud Pouliquen wrote: > >> Add a remoteproc TEE (Trusted Execution Environment) driver > >&g

[GIT PULL] remoteproc updates for v6.14

2025-01-25 Thread Bjorn Andersson
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37: Linux 6.13-rc1 (2024-12-01 14:28:56 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rproc-v6.14 for you to fetch changes up to 3a53ff95b0b

Re: [PATCH] arm64: dts: qcom: msm8916-samsung-serranove: Add display panel

2025-01-09 Thread Bjorn Andersson
; node to correct that. > > Applied, thanks! [1/1] arm64: dts: qcom: msm8916-samsung-serranove: Add display panel commit: 46316370e9257647d81c13782a6201a2256d6f1d Best regards, -- Bjorn Andersson

Re: [PATCH] soc: qcom: pd_mapper: Add SM7225 compatible

2025-01-08 Thread Bjorn Andersson
Best regards, -- Bjorn Andersson

Re: [PATCH V3 1/8] firmware: qcom_scm: ipq5332: add support to pass metadata size

2025-01-07 Thread Bjorn Andersson
On Tue, Jan 07, 2025 at 03:46:40PM +0530, Gokul Sriram Palanisamy wrote: > From: Manikanta Mylavarapu > > IPQ5332 security software running under trustzone requires metadata size. > With new command support added in TrustZone that includes a size parameter, > pass metadata size as well. This new

Re: [PATCH V3 4/8] remoteproc: qcom: add hexagon based WCSS secure PIL driver

2025-01-07 Thread Bjorn Andersson
On Tue, Jan 07, 2025 at 03:46:43PM +0530, Gokul Sriram Palanisamy wrote: > From: Vignesh Viswanathan > > Add support to bring up hexagon based WCSS secure PIL remoteproc. > IPQ5332, IPQ9574 supports secure PIL remoteproc. I'd love for this to be extended with a short description of what the WCSS

Re: (subset) [PATCH 0/5] Add EEPROMs found in the camera sensors on Fairphone 5

2025-01-07 Thread Bjorn Andersson
ne-fp5: Enable camera EEPROMs commit: 14b77dc81213b35a7028d2cb52389473665b6d48 Best regards, -- Bjorn Andersson

Re: [PATCH] arm64: dts: qcom: sm7225-fairphone-fp4: Drop extra qcom,msm-id value

2024-12-26 Thread Bjorn Andersson
commit: 7fb88e0d4dc1a40a29d49b603faa1484334c60f3 Best regards, -- Bjorn Andersson

Re: [PATCH 0/2] Add missing parent_map to clocks in SM6350 clock drivers

2024-12-26 Thread Bjorn Andersson
50 and dispcc-sm6350. > > > [...] Applied, thanks! [1/2] clk: qcom: gcc-sm6350: Add missing parent_map for two clocks commit: 96fe1a7ee477d701cfc98ab9d3c730c35d966861 [2/2] clk: qcom: dispcc-sm6350: Add missing parent_map for a clock commit: d4cdb196f182d2fbe336c968228be00d8c3fed05 Best regards, -- Bjorn Andersson

Re: [PATCH] arm64: dts: qcom: sm6350: Fix uart1 interconnect path

2024-12-26 Thread Bjorn Andersson
> Applied, thanks! [1/1] arm64: dts: qcom: sm6350: Fix uart1 interconnect path commit: be2f81eaa2c8e81d3de5b73dca5e133f63384cb3 Best regards, -- Bjorn Andersson

Re: [PATCH v15 3/8] remoteproc: Introduce load_fw and release_fw optional operation

2024-12-09 Thread Bjorn Andersson
On Thu, Nov 28, 2024 at 09:42:10AM GMT, Arnaud Pouliquen wrote: > This patch updates the rproc_ops structures to include two new optional > operations. > > - The load_fw() op is responsible for loading the remote processor > non-ELF firmware image before starting the boot sequence. This ops will >

Re: [PATCH v15 2/8] remoteproc: Add TEE support

2024-12-06 Thread Bjorn Andersson
On Thu, Nov 28, 2024 at 09:42:09AM GMT, Arnaud Pouliquen wrote: > Add a remoteproc TEE (Trusted Execution Environment) driver > that will be probed by the TEE bus. If the associated Trusted > application is supported on secure part this driver offers a client > interface to load a firmware by the s

[GIT PULL] remoteproc updates for v6.13

2024-11-26 Thread Bjorn Andersson
remoteproc: k3-r5: Force cast from iomem address space remoteproc: k3-dsp: Force cast from iomem address space Arnd Bergmann (1): mailbox, remoteproc: k3-m4+: fix compile testing Balaji Pothunoori (1): remoteproc: qcom_q6v5_pas: disable auto boot for wpss Bjorn Andersson (1

[GIT PULL] rpmsg updates for v6.13

2024-11-26 Thread Bjorn Andersson
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc: Linux 6.12-rc1 (2024-09-29 15:06:19 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rpmsg-v6.13 for you to fetch changes up to 06c59d97f63

Re: [PATCH v2 0/2] soc: qcom: pmic_glink: Resolve failures to bring up pmic_glink

2024-10-24 Thread Bjorn Andersson
On Wed, 23 Oct 2024 17:24:31 +, Bjorn Andersson wrote: > With the transition of pd-mapper into the kernel, the timing was altered > such that on some targets the initial rpmsg_send() requests from > pmic_glink clients would be attempted before the firmware had announced > inte

Re: [PATCH v2 2/2] soc: qcom: pmic_glink: Handle GLINK intent allocation rejections

2024-10-24 Thread Bjorn Andersson
On Thu, Oct 24, 2024 at 08:39:25AM GMT, Johan Hovold wrote: > On Wed, Oct 23, 2024 at 05:24:33PM +0000, Bjorn Andersson wrote: > > Some versions of the pmic_glink firmware does not allow dynamic GLINK > > intent allocations, attempting to send a message before the firmware has &g

Re: [PATCH 2/2] soc: qcom: pmic_glink: Handle GLINK intent allocation rejections

2024-10-23 Thread Bjorn Andersson
On Tue, Oct 22, 2024 at 05:30:55PM GMT, Johan Hovold wrote: > On Tue, Oct 22, 2024 at 04:17:12AM +0000, Bjorn Andersson wrote: [..] > > Reported-by: Johan Hovold > > Closes: https://lore.kernel.org/all/zqet8iinndhnx...@hovoldconsulting.com/#t > > This indeed seems to fix t

[PATCH v2 0/2] soc: qcom: pmic_glink: Resolve failures to bring up pmic_glink

2024-10-23 Thread Bjorn Andersson
ed a small sleep in the send-loop in patch 2, and by that refactored the loop completely. - Link to v1: https://lore.kernel.org/r/20241022-pmic-glink-ecancelled-v1-0-9e26fc74e...@oss.qualcomm.com --- Bjorn Andersson (2): rpmsg: glink: Handle rejected intent request better soc: qcom:

[PATCH v2 1/2] rpmsg: glink: Handle rejected intent request better

2024-10-23 Thread Bjorn Andersson
8.1163183-1-quic_dee...@quicinc.com/ Fixes: c05dfce0b89e ("rpmsg: glink: Wait for intent, not just request ack") Cc: sta...@vger.kernel.org Tested-by: Johan Hovold Signed-off-by: Bjorn Andersson --- drivers/rpmsg/qcom_glink_native.c | 10 +++--- 1 file changed, 7 insertions(+), 3 dele

[PATCH v2 2/2] soc: qcom: pmic_glink: Handle GLINK intent allocation rejections

2024-10-23 Thread Bjorn Andersson
/zqet8iinndhnx...@hovoldconsulting.com/#t Cc: sta...@vger.kernel.org # rpmsg: glink: Handle rejected intent request better Fixes: 58ef4ece1e41 ("soc: qcom: pmic_glink: Introduce base PMIC GLINK driver") Tested-by: Johan Hovold Reviewed-by: Johan Hovold Signed-off-by: Bjorn Andersson --- d

[PATCH] remoteproc: qcom: pas: Make remoteproc name human friendly

2024-10-21 Thread Bjorn Andersson
e typical names used when we speak about each instance, while still being unique. Signed-off-by: Bjorn Andersson --- drivers/remoteproc/qcom_q6v5_pas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/remoteproc/qcom_q6v5_pas.c b/drivers/remoteproc/qcom_q6v5_pas.c in

[PATCH 1/2] rpmsg: glink: Handle rejected intent request better

2024-10-21 Thread Bjorn Andersson
[1] https://lore.kernel.org/all/20240925072328.1163183-1-quic_dee...@quicinc.com/ Fixes: c05dfce0b89e ("rpmsg: glink: Wait for intent, not just request ack") Cc: sta...@vger.kernel.org Signed-off-by: Bjorn Andersson --- drivers/rpmsg/qcom_glink_native.c | 10 +++--- 1 file c

[PATCH 2/2] soc: qcom: pmic_glink: Handle GLINK intent allocation rejections

2024-10-21 Thread Bjorn Andersson
...@vger.kernel.org Signed-off-by: Bjorn Andersson --- drivers/soc/qcom/pmic_glink.c | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/drivers/soc/qcom/pmic_glink.c b/drivers/soc/qcom/pmic_glink.c index 9606222993fd78e80d776ea299cad024a0197e91

[PATCH 0/2] soc: qcom: pmic_glink: Resolve failures to bring up pmic_glink

2024-10-21 Thread Bjorn Andersson
Andersson --- Bjorn Andersson (2): rpmsg: glink: Handle rejected intent request better soc: qcom: pmic_glink: Handle GLINK intent allocation rejections drivers/rpmsg/qcom_glink_native.c | 10 +++--- drivers/soc/qcom/pmic_glink.c | 18 +++--- 2 files changed, 22

Re: [PATCH] remoteproc: elf_loader: redundant check remove

2024-10-14 Thread Bjorn Andersson
On Sun, Oct 13, 2024 at 10:48:20PM GMT, anish kumar wrote: > offset will always be positive number and adding > and comparing to the same variable 'size' will > always result in check being false always. > Remove this superfluous check. > What if offset + size overflows? Regards, Bjorn > Signed

Re: [PATCH] arm64: dts: qcom: sm6350: Fix GPU frequencies missing on some speedbins

2024-10-07 Thread Bjorn Andersson
Fix GPU frequencies missing on some speedbins commit: 600c499f8f5297c2c91e8146a8217f299e445ef6 Best regards, -- Bjorn Andersson

Re: [PATCH] arm64: dts: qcom: qcm6490-fairphone-fp5: Add thermistor for UFS/RAM

2024-10-07 Thread Bjorn Andersson
rm64: dts: qcom: qcm6490-fairphone-fp5: Add thermistor for UFS/RAM commit: 73f9c18c341cdab3b5dfcad143787bdc2a003c2a Best regards, -- Bjorn Andersson

Re: [PATCH] remoteproc: qcom: Fix NULL pointer in glink_subdev_stop()

2024-10-01 Thread Bjorn Andersson
On Tue, Oct 01, 2024 at 12:06:17PM +0530, Mukesh Ojha wrote: > On Fri, Sep 27, 2024 at 02:59:09PM -0700, Bjorn Andersson wrote: > > On Sat, Sep 28, 2024 at 01:07:43AM +0530, Mukesh Ojha wrote: > > > On Wed, Sep 25, 2024 at 08:41:55PM -0700, Bjorn Andersson wrote: > > > &

Re: [PATCH v2] selftest: remoteproc: Add basic test for start/stop sequence

2024-09-29 Thread Bjorn Andersson
ting/selftests/remoteproc/ > > REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM > M: Bjorn Andersson > diff --git a/tools/testing/selftests/Makefile > b/tools/testing/selftests/Makefile > index b38199965f99..0c8a0f427d01 100644 > --- a/tools/testing/selftests/Makefile >

Re: [PATCH] remoteproc: qcom: Fix NULL pointer in glink_subdev_stop()

2024-09-27 Thread Bjorn Andersson
On Sat, Sep 28, 2024 at 01:07:43AM +0530, Mukesh Ojha wrote: > On Wed, Sep 25, 2024 at 08:41:55PM -0700, Bjorn Andersson wrote: > > On Wed, Sep 25, 2024 at 04:03:51PM +0530, Mukesh Ojha wrote: > > > Multiple call to glink_subdev_stop() for the same remoteproc can happen > >

Re: [PATCH v9 4/7] remoteproc: core: Add TEE interface support for firmware release

2024-09-25 Thread Bjorn Andersson
On Fri, Aug 30, 2024 at 11:51:44AM GMT, Arnaud Pouliquen wrote: > Add support for releasing remote processor firmware through > the Trusted Execution Environment (TEE) interface. > > The tee_rproc_release_fw() function is called in the following cases: > > - An error occurs in rproc_start() betwe

Re: [PATCH] remoteproc: qcom: Fix NULL pointer in glink_subdev_stop()

2024-09-25 Thread Bjorn Andersson
On Wed, Sep 25, 2024 at 04:03:51PM +0530, Mukesh Ojha wrote: > Multiple call to glink_subdev_stop() for the same remoteproc can happen > if rproc_stop() fails from Process-A that leaves the rproc state to > RPROC_CRASHED state later a call to recovery_store from user space in > Process B triggers r

Re: [PATCH V2] rpmsg: glink: Add abort_tx check in intent wait

2024-09-25 Thread Bjorn Andersson
On Wed, Sep 25, 2024 at 12:53:28PM +0530, Deepak Kumar Singh wrote: > From: Sarannya S > > On remote susbsystem restart rproc will stop glink subdev which will "When stopping or restarting a remoteproc the glink subdev stop will invoke qcom_glink_native_remove(). Any ..." > trigger qcom_glink_n

Re: [PATCH] selftest: remoteproc: Add basic test for start/stop sequence

2024-09-24 Thread Bjorn Andersson
> +F: tools/testing/selftests/remoteproc/ > > REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM > M: Bjorn Andersson > diff --git a/tools/testing/selftests/Makefile > b/tools/testing/selftests/Makefile > index 697f13bbbc32..31db0311efdc 100644 > --- a/tools/testing/selftests

[GIT PULL] hwspinlock update for v6.12

2024-09-23 Thread Bjorn Andersson
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/hwlock-v6.12 for you to fetch changes up to 8dc1bffd6e

[GIT PULL] rpmsg updates for v6.12

2024-09-23 Thread Bjorn Andersson
. Bjorn Andersson (3): rpmsg: glink: Tidy up RX advance handling rpmsg: glink: Pass channel to qcom_glink_send_close_ack() rpmsg: glink: Introduce packet tracepoints Gustavo A. R. Silva (1): rpmsg: glink: Avoid -Wflex-array-member-not-at-end warnings

[GIT PULL] remoteproc updates for v6.12

2024-09-23 Thread Bjorn Andersson
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rproc-v6.12 for you to fetch changes up to 38a0e38b31d

Re: [PATCH] Revert "arm64: dts: qcom: msm8939-longcheer-l9100: Add rear flash"

2024-08-30 Thread Bjorn Andersson
ongcheer-l9100: Add rear flash") > > > [...] Applied, thanks! [1/1] Revert "arm64: dts: qcom: msm8939-longcheer-l9100: Add rear flash" commit: 4b520e4983c37b2e33ea0dd5171cb8a79fd7e022 Best regards, -- Bjorn Andersson

Re: [PATCH] hwspinlock: improve locking safety by using raw_spinlock_t

2024-08-26 Thread Bjorn Andersson
ards, Bjorn > > Signed-off-by: Wen Yang > Cc: Bjorn Andersson > Cc: Baolin Wang > Cc: Dave Young > Cc: linux-remotep...@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > --- > drivers/hwspinlock/hwspinlock_core.c | 20 ++-- > drivers/hw

  1   2   3   4   5   6   7   8   9   10   >