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
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
/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
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
[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
...@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
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
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/debug/irq/irqs/* per chip name.
>
> One example log show 2 duplicated hwirq in the irq debug
> file system.
>
> $ sudo cat /sys/kernel/debug/irq/irqs/1
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 o
Fix GPU frequencies missing on some speedbins
commit: 600c499f8f5297c2c91e8146a8217f299e445ef6
Best regards,
--
Bjorn Andersson
rm64: dts: qcom: qcm6490-fairphone-fp5: Add thermistor for UFS/RAM
commit: 73f9c18c341cdab3b5dfcad143787bdc2a003c2a
Best regards,
--
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:
> > > &
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
>
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
> >
nstead come up with a more generic mechanism to unload that? Or
can we perhaps postpone the tee interaction until start() to avoid the
gap?
PS. Most of the Qualcomm drivers are TEE-based...so the "tee_interface"
boolean check here is not very nice.
Regards,
Bjorn
> +
> /* Free
the only way to recover is for the user to reboot the machine?
The check for glink->edge avoids one pitfall following this, but I'd
prefer to see a solution that avoids issues in this scenario in the
remoteproc core - rather than working around side effects of this in
different places.
Regard
READ_ONCE(channel->intent_received)) ||
> + glink->abort_tx,
This looks good. But Chris and I talked about his patches posted
yesterday, and it seems like a good idea to differentiate the cases of
aborted and granted = 0.
Chris' patch
> +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
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
.
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
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
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
t; To address it, use raw_spinlock_t instead of spin_lock_t.
I think the "will never sleep" comment expresses that the function can
be called in atomic or irq context, not necessarily that it must not
sleep.
If this is the case, would it be better to fix the comment or the code?
Reg
: sdx75-idp: enable MPSS remoteproc node
commit: 42a7b7ca4d1ddc456093af434e511f540a89c8e5
Best regards,
--
Bjorn Andersson
170
[6/7] ARM: dts: qcom: msm8226: Hook up CPU cooling
commit: 807dfab845209062e4d268157cfbf0ba46652df7
[7/7] ARM: dts: qcom: msm8226: Convert APCS usages to mbox interface
commit: c47dd4a87160fd604577aca41ca8b3391b5c5d3e
Best regards,
--
Bjorn Andersson
en
> - Accelerometer
>
> [...]
Applied, thanks!
[1/2] dt-bindings: qcom: Document samsung,j3ltetw
commit: c17427c6ca5e0f7c5d1f9bd9c951cb6827c8c228
[2/2] arm64: dts: qcom: msm8916-samsung-j3ltetw: Add initial device tree
commit: 469fc2e7a995ade8b929c4e2a32c93a231a3844f
Best regards,
--
Bjorn Andersson
the mentioned commit changed ID
> table. Revert the offending commit and add generic compatible strings
> instead.
>
> [...]
Applied, thanks!
[5/5] arm64: dts: qcom: add generic compat string to RPM glink channels
commit: 0b7d94e9d15d90aa55468b3c7681558ad66c7279
Best regards,
--
Bjorn Andersson
e at
> Qualcomm.
>
> [...]
Applied, thanks!
[1/5] dt-bindings: remoteproc: qcom,sm8550-pas: document the SDX75 PAS
commit: 888583bd3543da10c4bcb90c78825168fa8e7b90
[2/5] remoteproc: qcom: pas: Add SDX75 remoteproc support
commit: 76064d8f4cd608e18cef74e810a934ce6da81b4c
Best regards,
--
Bjorn Andersson
On Mon, 05 Aug 2024 08:50:51 +0200, Stanislav Jakubek wrote:
> Convert the Spreadtrum hardware spinlock bindings to DT schema.
>
>
Applied, thanks!
[1/1] dt-bindings: hwlock: sprd-hwspinlock: convert to YAML
commit: 8dc1bffd6e15da727f7cd07e2d2e7aea728f42ff
Best regards,
On Mon, 05 Aug 2024 20:56:24 -0700, Bjorn Andersson wrote:
> When debugging interaction with remoteproc, do performance measurments
> and fix client bugs, it turns out to be very useful to have tracepoints
> throughout GLINK, so introduce this.
>
>
Applied, thanks!
[1/3] rpm
ff-by: Bjorn Andersson
---
drivers/rpmsg/Makefile| 1 +
drivers/rpmsg/qcom_glink_native.c | 96 -
drivers/rpmsg/qcom_glink_trace.h | 406 ++
3 files changed, 501 insertions(+), 2 deletions(-)
diff --git a/drivers/rpmsg/Makefile b/dr
The operation of advancing the FIFO receive pointer is sprinkled between
the interrupt handler itself, and functions being called from this.
Push all the RX advancement operations to the individual handlers, to
unify the style across the handling of the various messages.
Signed-off-by: Bjorn
Align the qcom_glink_send_close_ack() arguments with other functions to
take the struct glink_channel, so that the upcoming tracepoint patch can
access the channel attributes.
Signed-off-by: Bjorn Andersson
---
drivers/rpmsg/qcom_glink_native.c | 6 +++---
1 file changed, 3 insertions(+), 3
When debugging interaction with remoteproc, do performance measurments
and fix client bugs, it turns out to be very useful to have tracepoints
throughout GLINK, so introduce this.
Signed-off-by: Bjorn Andersson
---
Bjorn Andersson (3):
rpmsg: glink: Tidy up RX advance handling
rpmsg
commit: ccf683fa0c9b5c53534030ddc9dd8a8603f715a0
Best regards,
--
Bjorn Andersson
Enable remoteprocs
commit: e055924159df6ec2ffa0f221aa84c49429cfe6db
[11/11] arm64: dts: qcom: sm6115-pro1x: Enable ATH10K WLAN
commit: 84c1711f27509a6a5841b13ac08fc58b1d091ae8
Best regards,
--
Bjorn Andersson
commit: 2bb08c4c9adcff11855b4a8d5e2f583306da883b
Best regards,
--
Bjorn Andersson
ame for interrupt descriptions
(no commit info)
[2/2] soc: qcom: smp2p: Introduce tracepoint support
commit: 85a55eeed40db02dfe292712c1789953712f86a4
Best regards,
--
Bjorn Andersson
commit: 1e19ffdb780a43f34d5da28b7f84ae8c23b47451
Best regards,
--
Bjorn Andersson
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git
tags/rpmsg-v6.11
for you to fetch changes up to 36862eab884
omap: Use devm_rproc_alloc() helper
remoteproc: omap: Use devm action to release reserved memory
remoteproc: omap: Use devm_rproc_add() helper
AngeloGioacchino Del Regno (1):
remoteproc: mediatek: Zero out only remaining bytes of IPI buffer
Bjorn Andersson (2):
Me
e hardware spinlock framework, and the
Qualcomm TCSR mutex driver, for allowing clients to bust locks held by a
remote processor in the event that this enters a faulty state while
holding the shared lock.
----
Bjorn Andersson (1):
Me
eiss's email address
commit: 2881fcfc8f32c536a4bf708066d6fea9ba762e86
Best regards,
--
Bjorn Andersson
LG Leon LTE
commit: 88bf3be9c327f2d78c65e7e4c10c677d4b36128a
Best regards,
--
Bjorn Andersson
commit: 81008068ee4f2c4c26e97a0404405bb4b450241b
Best regards,
--
Bjorn Andersson
5-fairphone-fp4: Add PMK8003 thermals
commit: 4d37847187b3fd7ff1fac23248a8ec11d89b3e55
[2/2] arm64: dts: qcom: sm7225-fairphone-fp4: Add PM6150L thermals
commit: 8cf636a03260352853ff1c949f30c418600e7b2b
Best regards,
--
Bjorn Andersson
On Wed, 03 Jul 2024 09:01:03 +0200, Luca Weiss wrote:
> Add the ID for the PM6350 PMIC found on e.g. SM7225 Fairphone 4.
>
>
Applied, thanks!
[1/1] soc: qcom: socinfo: Add PM6350 PMIC
commit: 6e697467c4d1f07839ad934dea322fea6a460e4e
Best regards,
--
Bjorn Andersson
ms013g: Add initial device tree
commit: 2a5454d0fe5684855581f8ad958afbcdc476fd64
Best regards,
--
Bjorn Andersson
ame for interrupt descriptions
commit: e49380c155940cb47e291a4b3fcb7fdffee6aa4d
Best regards,
--
Bjorn Andersson
reason about.
>
>
Applied, thanks!
[1/1] arm64: dts: qcom: sm7225-fairphone-fp4: Name the regulators
commit: d870196e3383b92179dfc051fe6f038df9a94ea9
Best regards,
--
Bjorn Andersson
soc: qcom: smsm: Add missing mailbox dependency to Kconfig
commit: 05a21e8b5d006177bce7332523eea5e3f2ee23ab
Best regards,
--
Bjorn Andersson
commit: b89c5bc72102469a87f0c6ec0ee7112ef2eba01f
Best regards,
--
Bjorn Andersson
commit: fed1c79fc7fe10900d99a79a36e40443f3267ef3
Best regards,
--
Bjorn Andersson
and comments in the code it should
be clear what the expected flow is, why there is a 5 second timeout, why
does Linux tell the DSP to "continue boot", etc.
Regards,
Bjorn
>
> Signed-off-by: Melody Olvera
> Signed-off-by: Komal Bajaj
> ---
> drivers/remoteproc/qc
firmware was not available at
> the time pd-mapper was started but the corresponding directory is
> mounted later), etc.
>
> [...]
Applied, thanks!
[5/5] remoteproc: qcom: enable in-kernel PD mapper
commit: 5b9f51b200dcb2c3924ecbff324fa52f1faa84d3
Best regards,
--
Bjorn Andersson
oc: qcom: pdr: fix parsing of domains lists
commit: 57f20d51f35780f240ecf39d81cda23612800a92
[3/5] soc: qcom: pdr: extract PDR message marshalling data
commit: 0ac5c7d933de6570e0efa62bb5ef9e440311a6fe
[4/5] soc: qcom: add pd-mapper implementation
commit: 1ebcde047c547134e894508468ead0b7bd3b967d
Best regards,
--
Bjorn Andersson
plied, thanks!
[1/3] dt-bindings: arm: qcom: Add Sony Xperia Z3 Compact
commit: a69274e1c6f557c2fa7f35f194acb51d723adbc8
Best regards,
--
Bjorn Andersson
dts: qcom: qcm6490-fairphone-fp5: Configure PM8008 regulators
commit: 2cf5ec58e87bf4df1b360ab45c047d2b311930c8
Best regards,
--
Bjorn Andersson
...@kernel.org/
> [1]
> https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git/log/?h=drivers-for-6.11
>
> @Bjorn: I think this makes sense to only apply these patches for 6.12 so
> that also in the arm64 tree the driver will exist already, so git bisect
> is not impeded by th
regulators
commit: e160c41b96b6d6f38b8646e3c914c630da21e105
Best regards,
--
Bjorn Andersson
d, but it seems likely that we have other services doing
similar things?
> Also with devices having
> proper auto suspend feature this change may not be affecting power numbers
> significantly.
There are many types of products where you don't have auto suspend.
>
> Addit
commit: 5756101babc5334a9bc99601d1cc0d6776fa9ada
Best regards,
--
Bjorn Andersson
rt using mailbox interface
commit: 75287992f58a74271a083fef0356bc81d629f671
Best regards,
--
Bjorn Andersson
rm64: dts: qcom: qcm6490-fairphone-fp5: Use .mbn firmware for IPA
commit: ee5dcd7393af9af3494f533a6308faa539bd6718
Best regards,
--
Bjorn Andersson
On Tue, Jun 11, 2024 at 10:53:01AM -0700, Chris Lew wrote:
>
>
> On 6/11/2024 9:06 AM, Bjorn Andersson wrote:
> > On Tue, Jun 11, 2024 at 06:03:50PM +0530, Sudeepgoud Patil wrote:
> > > Add smp2p irq devname which fetches remote name from respective
> > > smp2p
kstrdup_const() is what you're looking for.
You can then go devm_kstrdup_const() and avoid the kfree() (then
kfree_const()) below.
That said, looking at /proc/interrupts, I think it would make sense to
make this devm_kasprintf(..., "smp2p-%s", name);
Regards,
Bjorn
> + i
a8ff983d1c967b93
Best regards,
--
Bjorn Andersson
: Use mboxes properties for APCS
commit: 11dff973ebe21950c7c5221919141fb0cb16354e
[6/7] arm64: dts: qcom: msm8976: Use mboxes properties for APCS
commit: a3d5570d8c8c6efc3d15d015b517f4e8bd11898f
[7/7] arm64: dts: qcom: msm8994: Use mboxes properties for APCS
commit: ba5d9a91f8c3caf6867b3b87dce080d056222561
Best regards,
--
Bjorn Andersson
with remote processor in such case.
>
I know if changes the current style for this driver, but could we drop
"drivers: " from the subject prefix, to align changes to this driver
with others?
Regards,
Bjorn
C port.
>
> To: Bjorn Andersson
> To: Konrad Dybcio
> To: Rob Herring
> To: Krzysztof Kozlowski
> To: Conor Dooley
> Cc: ~postmarketos/upstream...@lists.sr.ht
> Cc: phone-de...@vger.kernel.org
> Cc: linux-arm-...@vger.kernel.org
> Cc: devicet...@vger.kernel.org
&g
C port.
>
> To: Bjorn Andersson
> To: Konrad Dybcio
> To: Rob Herring
> To: Krzysztof Kozlowski
> To: Conor Dooley
> Cc: ~postmarketos/upstream...@lists.sr.ht
> Cc: phone-de...@vger.kernel.org
> Cc: linux-arm-...@vger.kernel.org
> Cc: devicet...@vger.kernel.org
&g
e13f264359c6117ea3186b
Best regards,
--
Bjorn Andersson
On Mon, May 27, 2024 at 02:42:44PM GMT, Dmitry Baryshkov wrote:
> On Thu, 23 May 2024 at 01:48, Bjorn Andersson
> wrote:
> >
> > On Tue, May 21, 2024 at 03:08:31PM +0200, Dmitry Baryshkov wrote:
> > > On Tue, 21 May 2024 at 13:20, Kalle Valo wrote:
> > >
commit: 839936d9676bdc2e4dde63631131feb8870fa4d2
Best regards,
--
Bjorn Andersson
gt; Related:
> https://lore.kernel.org/linux-arm-msm/20240424-apcs-mboxes-v1-0-6556c47cb...@z3ntu.xyz/
>
> [...]
Applied, thanks!
[2/2] dt-bindings: soc: qcom,smp2p: Mark qcom,ipc as deprecated
commit: 7ce966eb6f1288eb92bc2eb5df8933acee1ae6ed
Best regards,
--
Bjorn Andersson
he correct rate
> and not absurd numbers like gpll7 at ~25 GHz or gpll6 at 24 GHz.
>
> [...]
Applied, thanks!
[1/1] clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents
commit: 3414f41a13eb41db15c558fbc695466203dca4fa
Best regards,
--
Bjorn Andersson
dts: qcom: sdm632-fairphone-fp3: Enable vibrator
commit: ffaa4b5d5d07aed600d82929d8862263ce341a71
Best regards,
--
Bjorn Andersson
d, so that I don't need to keep track of it?
Regards,
Bjorn
> ---
> arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts | 36
> ++
> 1 file changed, 36 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts
> b/arch/
remoteproc-internal concern...
> +
> + ret = qcom_add_minidump_segments(rproc, subsystem, rproc_dumpfn_t);
This function changes the internal state of the remoteproc and relies on
other operations to clean things up.
I think we could come up with a better design of th
On Tue, 09 Apr 2024 20:36:35 +0200, Luca Weiss wrote:
> Resolve the dt validation failure on Nexus 5.
>
>
Applied, thanks!
[2/2] ARM: dts: qcom: msm8974-hammerhead: Update gpio hog node name
commit: 92b9ce5b11d7ba281f5bf0029185d5c891b29344
Best regards,
--
Bjorn Andersson
1 - 100 of 2585 matches
Mail list logo