msm8976: Add sdc2 GPIOs
commit: cf3dcd80dbe45f1915bd9630f3e20bcdbf6360ac
[4/4] arm64: dts: qcom: msm8976-longcheer-l9360: Add initial device tree
commit: 79b896e7da7e2743fc930d260bcecd1e84a003c4
Best regards,
--
Bjorn Andersson
> Stop acknowledge interrupt - 3
>
> [...]
Applied, thanks!
[2/2] arm64: dts: qcom: sa8775p: Correct the interrupt for remoteproc
commit: 7bd7209e9cb11c8864e601d915008da088476f0c
Best regards,
--
Bjorn Andersson
ses gets frozen, why does this cause an issue for the starting
remoteproc?
Why does it cause issues during shutdown?
Regards,
Bjorn
> Add device awake calls in the rproc boot and shutdown path
> to fix this.
>
> Signed-off-by: Souradeep Chowdhury
> Reviewed-by: Mukesh Ojha
> -
fa89d98726
Best regards,
--
Bjorn Andersson
17f1bff937a8
Best regards,
--
Bjorn Andersson
us of the remote core to properly set "attached" or
> "offline" modes.
>
> Suggested-by: Ulf Hansson
> Signed-off-by: Hiago De Franco
Reviewed-by: Bjorn Andersson
Regards,
Bjorn
> ---
> v4 -> v5:
> - s/dev_pm_genpd_is_on/dev_pm_genpd_is_on()/ in func
the hardware differences. Additionally, and add a PIL region
> in IMEM so that post mortem debug tools can collect ramdumps.
>
>
> [...]
Applied, thanks!
[2/6] dt-bindings: soc: qcom: add qcom,qcs615-imem compatible
commit: b0123a8aa9dda9c89f0fe7d30a87c03fcddfc505
Best regards,
--
Bjorn Andersson
ething doesn't quite look right, it probably wasn't done
> on purpose.
>
> [...]
Applied, thanks!
[3/3] arm64: dts: qcom: sdm632-fairphone-fp3: Add AW8898 amplifier
commit: 87ab84799a90bb73f3f42ae636b213ac4564e237
Best regards,
--
Bjorn Andersson
On Tue, 10 Jun 2025 21:58:27 -0500, Bjorn Andersson wrote:
>
Applied, thanks!
[1/3] soc: qcom: mdt_loader: Ensure we don't read past the ELF header
commit: 9f9967fed9d066ed3dae9372b45ffa4f6fccfeef
[2/3] soc: qcom: mdt_loader: Rename mdt_phdr_valid()
ead of strscpy_pad()
commit: 28b825975b8feb352e996d77f679e790b4d84913
Best regards,
--
Bjorn Andersson
proc: Don't use %pK through printk
commit: b0dc512ab7ba177442cfec4a65b2681355d7cb64
Best regards,
--
Bjorn Andersson
> Stop acknowledge interrupt - 3
>
> [...]
Applied, thanks!
[1/2] dt-bindings: remoteproc: qcom,sa8775p-pas: Correct the interrupt number
commit: f6588dea0ab2873760b87b3ffbd02316e7826ee0
Best regards,
--
Bjorn Andersson
oblem, not the word "Add".
Regards,
Bjorn
> Signed-off-by: Souradeep Chowdhury
> Reviewed-by: Mukesh Ojha
> ---
> Changes in v5
>
> *Added more details to commit description
>
> Changes in v4
>
> *Remove stability from mailing list
> *Remove the extra
+ return 0;
> +}
> +
> +MODULE_DEVICE_TABLE(tee, rproc_tee_id_table);
> +
> +static struct tee_client_driver rproc_tee_fw_driver = {
> + .id_table = rproc_tee_id_table,
> + .driver = {
> + .name = KBUILD_MODNAME,
> +
are,
> called after
> + * stopping the remote processor or in case of error
The struct firmware is released at the end of startup and the typical
carveout memory where the firmware is loaded into is released at
rproc_shutdown().
As such, this won't help anyone understand the
: qcom: sm6350: Add video clock controller
commit: 67081281bb0dffd09e5f11c991088e6ac546a4ae
Best regards,
--
Bjorn Andersson
71cf2bfd99da15ca
[4/4] ARM: dts: qcom: Add initial support for Sony Xperia Z Ultra (togari)
commit: 3d8663cb9e21912ad9554701bfb3a8254cf0a4ef
Best regards,
--
Bjorn Andersson
5e733df08f0430
[3/3] ARM: dts: qcom: msm8974-sony-xperia-rhine: Add alias for mmc0 & mmc1
commit: fb84f0ec527c50c54ab662d45c441f6789ec3550
Best regards,
--
Bjorn Andersson
detached = false;
> > + break;
> > + }
> > + }
> > +
> > + if (detached)
> > + priv->rproc->state = RPROC_DETACHED;
> > +
> > return ret < 0 ? ret : 0;
> > }
> >
> > @
+ *
> + * @dev: Device to get the current power status
> + *
> + * This function checks whether the generic power domain is on or not by
> + * verifying if genpd_status_on equals GENPD_STATE_ON.
> + *
If my understanding is correct, I'd like a warning here saying that this
is da
-
> >> drivers/rpmsg/qcom_glink_native.c | 2 +-
> >> drivers/rpmsg/qcom_smd.c | 2 +-
> >> 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> >
> > I will let Bjorn take care of this one.
>
> This one didn't make it into the last merge
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
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
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
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
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
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
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
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
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
&
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.
&
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 |
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
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
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
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
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
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
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
c
[5/5] arm64: dts: qcom: sc8280xp-crd: Enable SLPI
commit: f285543c5a00b4329a321edfd674010c874e3862
Best regards,
--
Bjorn Andersson
24 MHz
commit: 9e7acf70cf6aa7b22f67d911f50a8cd510e8fb00
Best regards,
--
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
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
ing for qcom_smd_parse_edge
commit: 75499b3232b6b9194de3cce4ccd60e49c6b70cc0
Best regards,
--
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
c: qcom,sm8350-pas: Add SC8280XP
commit: 6a4adb7349241c00cefde8c765c1f64382b17563
Best regards,
--
Bjorn Andersson
ror in probe
commit: 0cb4b1b97041d8a1f773425208ded253c1cb5869
Best regards,
--
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
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
s: clock: add SM6350 QCOM video clock bindings
commit: b887afb9b2362b15c1ee5585df1fb8cf3a3384c6
Best regards,
--
Bjorn Andersson
USB-C
commit: 6b51f5e1811398dce5c1d67b746dde74c75f6ce7
Best regards,
--
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
sm8350: Use q6asm defines for reg
commit: 5e170ce69d204b59116539d8b3a789c4d5d82563
Best regards,
--
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
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
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
>
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
lem is obvious, but here &sdhc_2 is disable on this board, so
when does this not become mmcblk0? What is the problem you're solving?
Regards,
Bjorn
> Signed-off-by: Luca Weiss
> ---
> arch/arm/boot/dts/qcom/qcom-msm8974pro-oneplus-bacon.dts | 1 +
> 1 file changed, 1 ins
On Thu, Apr 17, 2025 at 03:45:29PM +0300, Ilpo Järvinen wrote:
> The commit df6f8c4d72ae ("selftests/pcie_bwctrl: Add
> 'set_pcie_speed.sh' to TEST_PROGS") added set_pcie_speed.sh into
> TEST_PROGS but that script is a helper that is only being called by
> set_pcie_cooling_state.sh, not a test case
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
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
oid leaving stale
data behind.
But clearing table_sz during stop in order to hide the fact that the
future table_ptr will contain valid data that shouldn't be used, that's
just a bug waiting to show up again in the future.
Regards,
Bjorn
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
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
_core.c
> @@ -1916,7 +1916,8 @@ int rproc_boot(struct rproc *rproc)
> pr_err("invalid rproc handle\n");
> return -EINVAL;
> }
> -
> +
You're replacing an empty line with a tab...
Other than that, the change looks sensible.
Regards,
e 2.
>
>
Applied, thanks!
[1/1] arm64: dts: qcom: sm8650: Fix domain-idle-state for CPU2
commit: 9bb5ca464100e7c8f2d740148088f60e04fed8ed
Best regards,
--
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
: Add SM8750 MPSS
commit: 89f95f2108de52431bbf0ca432e337fc1f40ee00
[2/2] remoteproc: qcom: pas: Add SM8750 MPSS
commit: 6174206a4b5bebc0b4e01a684672e2bf79df38d8
Best regards,
--
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,
d019e0
Best regards,
--
Bjorn Andersson
On Fri, Feb 28, 2025 at 03:00:59PM +0800, Yi Lai wrote:
> The test shell script "set_pcie_speed.sh" is not installed in
> INSTALL_PATH. Attempting to execute set_pcie_cooling_state.sh shows
> warning:
>
> "
> ./set_pcie_cooling_state.sh: line 119: ./set_pcie_speed.sh: No such file or
> directory
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
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
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:
> >&
@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
: qcom: sdm630: Add missing resets to mmc blocks
commit: 0e2a500eff87c710f3947926e274fd83d0cabb02
Best regards,
--
Bjorn Andersson
cc-sdm660: Add missing SDCC block resets
commit: 497457f61fd6d375c7615926956793286f631f7f
Best regards,
--
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
> >
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
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
On Thu, Jan 16, 2025 at 10:46:46PM +0530, Manivannan Sadhasivam wrote:
> Hi,
>
> This series carries forward the effort to add Kselftest for PCI Endpoint
> Subsystem started by Aman Gupta [1] a while ago. I reworked the initial
> version
> based on another patch that fixes the return values of IO
; node to correct that.
>
>
Applied, thanks!
[1/1] arm64: dts: qcom: msm8916-samsung-serranove: Add display panel
commit: 46316370e9257647d81c13782a6201a2256d6f1d
Best regards,
--
Bjorn Andersson
Best regards,
--
Bjorn Andersson
red in one (two) place(s).
>
> + if (__qcom_scm_is_call_available(__scm->dev, QCOM_SCM_SVC_PIL,
> + QCOM_SCM_PAS_INIT_IMAGE_V2)) {
> + desc.cmd = QCOM_SCM_PAS_INIT_IMAGE_V2;
> + desc.arginfo =
> + QCOM_SCM_ARGS(3,
reasonable
to acquire mbox_chan prior to registering the remoteproc.
> + if (ret)
> + return ret;
> +
> + platform_set_drvdata(pdev, rproc);
> +
> + wcss->mbox_client.dev = wcss->dev;
> + wcss->mbox_client.knows_txdone = true;
> + wcs
ne-fp5: Enable camera EEPROMs
commit: 14b77dc81213b35a7028d2cb52389473665b6d48
Best regards,
--
Bjorn Andersson
commit: 7fb88e0d4dc1a40a29d49b603faa1484334c60f3
Best regards,
--
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
>
Applied, thanks!
[1/1] arm64: dts: qcom: sm6350: Fix uart1 interconnect path
commit: be2f81eaa2c8e81d3de5b73dca5e133f63384cb3
Best regards,
--
Bjorn Andersson
TEE - which means that you need rproc_release_fw() to eventually clean
up the state if rproc_start() fails - and upon shutdown.
If we improve the definition of rproc_load_segments() to mean
"remoteproc (or remoteproc driver) is loading segments", then in your
case there's no "load
t rproc - represents a physical remote processor device
> * @node: list node of this rproc object
> @@ -545,6 +547,7 @@ enum rproc_features {
> * @cdev: character device of the rproc
> * @cdev_put_on_release: flag to indicate if remoteproc should be shutdown
> on @char_dev release
&
On Mon, Dec 02, 2024 at 06:28:45PM +0530, Manivannan Sadhasivam wrote:
> On Fri, Nov 29, 2024 at 01:55:37PM -0600, Bjorn Helgaas wrote:
> > On Fri, Nov 29, 2024 at 02:54:12PM +0530, Manivannan Sadhasivam wrote:
> > > On all Qcom endpoint SoCs, BAR0/BAR2 are 64bit BARs by default
On Fri, Nov 29, 2024 at 02:54:12PM +0530, Manivannan Sadhasivam wrote:
> On all Qcom endpoint SoCs, BAR0/BAR2 are 64bit BARs by default and software
> cannot change the type. So mark the those BARs as 64bit BARs and also mark
> the successive BAR1/BAR3 as RESERVED BARs so that the EPF drivers canno
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
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
On Mon, Nov 11, 2024 at 03:21:36PM +0800, Joseph Jang wrote:
> On 2024/10/19 3:34 AM, Bjorn Helgaas wrote:
> > On Tue, Sep 03, 2024 at 06:44:26PM -0700, Joseph Jang wrote:
> > > Validate there are no duplicate hwirq from the irq debug
> > > file system /sys/kernel/deb
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
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
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
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
intents, and the firmware reject intent requests.
Fix this
Signed-off-by: Bjorn
1 - 100 of 2664 matches
Mail list logo