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

Re: (subset) [PATCH v4 0/5] Add MPSS remoteproc support for SDX75

2024-08-15 Thread Bjorn Andersson
: sdx75-idp: enable MPSS remoteproc node commit: 42a7b7ca4d1ddc456093af434e511f540a89c8e5 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH 0/7] Add CPU frequency scaling support for MSM8226

2024-08-15 Thread 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

Re: (subset) [PATCH v2 0/2] arm64: dts: qcom: msm8916-samsung-j3ltetw: Add initial device tree

2024-08-15 Thread 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

Re: (subset) [PATCH v2 0/5] soc: qcom: fix rpm_requests module probing

2024-08-15 Thread 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

Re: (subset) [PATCH v4 0/5] Add MPSS remoteproc support for SDX75

2024-08-15 Thread 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

Re: [PATCH v3] dt-bindings: hwlock: sprd-hwspinlock: convert to YAML

2024-08-12 Thread 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,

Re: [PATCH 0/3] rpmsg: glink: Introduce tracepoints

2024-08-12 Thread Bjorn Andersson
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

[PATCH 3/3] rpmsg: glink: Introduce packet tracepoints

2024-08-05 Thread Bjorn Andersson
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

[PATCH 1/3] rpmsg: glink: Tidy up RX advance handling

2024-08-05 Thread Bjorn Andersson
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

[PATCH 2/3] rpmsg: glink: Pass channel to qcom_glink_send_close_ack()

2024-08-05 Thread Bjorn Andersson
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

[PATCH 0/3] rpmsg: glink: Introduce tracepoints

2024-08-05 Thread Bjorn Andersson
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

Re: [PATCH] arm64: dts: qcom: msm8916-samsung-fortuna: Add touch keys

2024-07-31 Thread Bjorn Andersson
commit: ccf683fa0c9b5c53534030ddc9dd8a8603f715a0 Best regards, -- Bjorn Andersson

Re: [PATCH v3 00/11] F(x)tec Pro1X feature expansion

2024-07-31 Thread Bjorn Andersson
Enable remoteprocs commit: e055924159df6ec2ffa0f221aa84c49429cfe6db [11/11] arm64: dts: qcom: sm6115-pro1x: Enable ATH10K WLAN commit: 84c1711f27509a6a5841b13ac08fc58b1d091ae8 Best regards, -- Bjorn Andersson

Re: [PATCH] arm64: dts: qcom: msm8916-samsung-rossa: Add touchscreen

2024-07-28 Thread Bjorn Andersson
commit: 2bb08c4c9adcff11855b4a8d5e2f583306da883b Best regards, -- Bjorn Andersson

Re: [PATCH v4 0/2] Use of devname for interrupt descriptions and tracepoint support for smp2p

2024-07-28 Thread Bjorn Andersson
ame for interrupt descriptions (no commit info) [2/2] soc: qcom: smp2p: Introduce tracepoint support commit: 85a55eeed40db02dfe292712c1789953712f86a4 Best regards, -- Bjorn Andersson

Re: [PATCH v2] arm64: dts: qcom: msm8916-samsung-grandmax: Add touchscreen

2024-07-28 Thread Bjorn Andersson
commit: 1e19ffdb780a43f34d5da28b7f84ae8c23b47451 Best regards, -- Bjorn Andersson

[GIT PULL] rpmsg updates for v6.11

2024-07-23 Thread 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

[GIT PULL] remoteproc updates for v6.11

2024-07-23 Thread Bjorn Andersson
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

[GIT PULL] hwspinlock updates for v6.11

2024-07-23 Thread Bjorn Andersson
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

Re: [PATCH] mailmap: Update Luca Weiss's email address

2024-07-08 Thread Bjorn Andersson
eiss's email address commit: 2881fcfc8f32c536a4bf708066d6fea9ba762e86 Best regards, -- Bjorn Andersson

Re: [PATCH 0/3] Introduce msm8916 based LG devices

2024-07-06 Thread Bjorn Andersson
LG Leon LTE commit: 88bf3be9c327f2d78c65e7e4c10c677d4b36128a Best regards, -- Bjorn Andersson

Re: [PATCH v2] arm64: dts: qcom: sm6350: Add missing qcom,non-secure-domain property

2024-07-06 Thread Bjorn Andersson
commit: 81008068ee4f2c4c26e97a0404405bb4b450241b Best regards, -- Bjorn Andersson

Re: [PATCH v2 0/2] More thermal configuration for Fairphone 4

2024-07-06 Thread 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

Re: [PATCH] soc: qcom: socinfo: Add PM6350 PMIC

2024-07-06 Thread 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

Re: (subset) [PATCH v3 0/2] ARM: dts: qcom-msm8226-samsung-ms013g: Add initial device tree

2024-07-02 Thread Bjorn Andersson
ms013g: Add initial device tree commit: 2a5454d0fe5684855581f8ad958afbcdc476fd64 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH V3 0/2] Use of devname for interrupt descriptions and tracepoint support for smp2p

2024-07-02 Thread Bjorn Andersson
ame for interrupt descriptions commit: e49380c155940cb47e291a4b3fcb7fdffee6aa4d Best regards, -- Bjorn Andersson

Re: [PATCH] arm64: dts: qcom: sm7225-fairphone-fp4: Name the regulators

2024-07-02 Thread Bjorn Andersson
reason about. > > Applied, thanks! [1/1] arm64: dts: qcom: sm7225-fairphone-fp4: Name the regulators commit: d870196e3383b92179dfc051fe6f038df9a94ea9 Best regards, -- Bjorn Andersson

Re: [PATCH] soc: qcom: smsm: Add missing mailbox dependency to Kconfig

2024-07-02 Thread Bjorn Andersson
soc: qcom: smsm: Add missing mailbox dependency to Kconfig commit: 05a21e8b5d006177bce7332523eea5e3f2ee23ab Best regards, -- Bjorn Andersson

Re: (subset) [PATCH 0/2] qcom: fix missing dependencies for the QCOM_PD_MAPPER

2024-07-02 Thread Bjorn Andersson
commit: b89c5bc72102469a87f0c6ec0ee7112ef2eba01f Best regards, -- Bjorn Andersson

Re: [PATCH v2 0/3] ARM: dts: qcom: msm8926-motorola-peregrine: Update device tree of Motorola Moto G 4G (2013)

2024-06-25 Thread Bjorn Andersson
commit: fed1c79fc7fe10900d99a79a36e40443f3267ef3 Best regards, -- Bjorn Andersson

Re: [PATCH v3 3/4] remoteproc: qcom_q6v5_pas: Add support to attach a DSP

2024-06-25 Thread Bjorn Andersson
On Thu, Jun 20, 2024 at 05:31:42PM GMT, Komal Bajaj wrote: > From: Melody Olvera > > Some chipsets will have DSPs which will have begun running prior > to linux booting, so add support to late attach these DSPs by > adding support for: > - run-time checking of an offline or running DSP via rmb re

Re: (subset) [PATCH v9 0/5] soc: qcom: add in-kernel pd-mapper implementation

2024-06-25 Thread Bjorn Andersson
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

Re: (subset) [PATCH v9 0/5] soc: qcom: add in-kernel pd-mapper implementation

2024-06-24 Thread 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

Re: (subset) [PATCH v2 0/3] Add Sony Xperia Z3 Compact smartphone

2024-06-23 Thread Bjorn Andersson
plied, thanks! [1/3] dt-bindings: arm: qcom: Add Sony Xperia Z3 Compact commit: a69274e1c6f557c2fa7f35f194acb51d723adbc8 Best regards, -- Bjorn Andersson

Re: [PATCH 0/2] Add PM8008 regulator support for Fairphone 4 & 5

2024-06-23 Thread Bjorn Andersson
dts: qcom: qcm6490-fairphone-fp5: Configure PM8008 regulators commit: 2cf5ec58e87bf4df1b360ab45c047d2b311930c8 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH 0/5] Use mboxes in smsm node for all dtsi where possible

2024-06-23 Thread Bjorn Andersson
sm8953: Use mboxes in smsm node commit: e36402b55684c64af23575f39e0a6ce27272b5f7 [5/5] arm64: dts: qcom: msm8976: Use mboxes in smsm node commit: 585141c57a49315f6522d5f7265a3f1aa05424c1 Best regards, -- Bjorn Andersson

Re: [PATCH 0/2] Name the regulators for QCM6490 Fairphone 5 & SHIFTphone 8

2024-06-20 Thread Bjorn Andersson
regulators commit: e160c41b96b6d6f38b8646e3c914c630da21e105 Best regards, -- Bjorn Andersson

Re: [PATCH V1] rpmsg: glink: Make glink smem interrupt wakeup capable

2024-06-18 Thread Bjorn Andersson
On Thu, Jun 13, 2024 at 04:05:17PM +0530, Deepak Kumar Singh wrote: > > > On 6/3/2024 3:07 PM, Caleb Connolly wrote: > > Hi Deepak, > > > > On 03/06/2024 09:36, Deepak Kumar Singh wrote: > > > There are certain usecases which require glink interrupt to be > > > wakeup capable. For example if han

Re: [PATCH] ARM: dts: qcom: motorola-falcon: add accelerometer, magnetometer

2024-06-14 Thread Bjorn Andersson
commit: 5756101babc5334a9bc99601d1cc0d6776fa9ada Best regards, -- Bjorn Andersson

Re: [PATCH v2 0/2] Support mailbox interface in qcom,smsm driver

2024-06-14 Thread Bjorn Andersson
rt using mailbox interface commit: 75287992f58a74271a083fef0356bc81d629f671 Best regards, -- Bjorn Andersson

Re: [PATCH] arm64: dts: qcom: qcm6490-fairphone-fp5: Use .mbn firmware for IPA

2024-06-14 Thread Bjorn Andersson
rm64: dts: qcom: qcm6490-fairphone-fp5: Use .mbn firmware for IPA commit: ee5dcd7393af9af3494f533a6308faa539bd6718 Best regards, -- Bjorn Andersson

Re: [PATCH V2 1/2] soc: qcom: smp2p: Add remote name into smp2p irq devname

2024-06-11 Thread 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

Re: [PATCH V2 1/2] soc: qcom: smp2p: Add remote name into smp2p irq devname

2024-06-11 Thread Bjorn Andersson
On Tue, Jun 11, 2024 at 06:03:50PM +0530, Sudeepgoud Patil wrote: > Add smp2p irq devname which fetches remote name from respective > smp2p dtsi node, which makes the wakeup source distinguishable > in irq wakeup prints. > > Signed-off-by: Sudeepgoud Patil > --- > drivers/soc/qcom/smp2p.c | 14 +

Re: (subset) [PATCH 0/2] Add HTC One (M8) support

2024-06-05 Thread Bjorn Andersson
a8ff983d1c967b93 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH 0/7] Use mboxes instead of syscon for APCS (arm32 & arm64)

2024-06-04 Thread 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

Re: [PATCH v4] drivers: remoteproc: xlnx: add attach detach support

2024-06-04 Thread Bjorn Andersson
On Mon, Jun 03, 2024 at 01:34:38PM -0700, Tanmay Shah wrote: > It is possible that remote processor is already running before > linux boot or remoteproc platform driver probe. Implement required > remoteproc framework ops to provide resource table address and > connect or disconnect with remote pro

Re: [PATCH v3 0/3] Add TCPM support for PM7250B and Fairphone 4

2024-06-01 Thread Bjorn Andersson
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

Re: [PATCH v2 0/3] Add TCPM support for PM7250B and Fairphone 4

2024-06-01 Thread Bjorn Andersson
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

Re: [PATCH] arm64: dts: qcom: sm8550-samsung-q5q: fix typo

2024-06-01 Thread Bjorn Andersson
e13f264359c6117ea3186b Best regards, -- Bjorn Andersson

Re: [PATCH 01/12] soc: qcom: add firmware name helper

2024-05-28 Thread 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: > > >

Re: (subset) [PATCH v2 0/3] Convert qcom,hfpll documentation to yaml + related changes

2024-05-28 Thread Bjorn Andersson
commit: 839936d9676bdc2e4dde63631131feb8870fa4d2 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH 0/2] Mark qcom,ipc as deprecated in two schemas

2024-05-28 Thread 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

Re: [PATCH] clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents

2024-05-28 Thread 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

Re: [PATCH 0/2] Enable vibrator on PMI632 + Fairphone 3

2024-05-28 Thread Bjorn Andersson
dts: qcom: sdm632-fairphone-fp3: Enable vibrator commit: ffaa4b5d5d07aed600d82929d8862263ce341a71 Best regards, -- Bjorn Andersson

Re: [PATCH DNM 2/2] arm64: dts: qcom: qcm6490-fairphone-fp5: Add DisplayPort sound support

2024-05-28 Thread Bjorn Andersson
On Fri, May 10, 2024 at 02:27:09PM GMT, Luca Weiss wrote: > Add the required nodes for sound playback via a connected external > display (DisplayPort over USB-C). > > Signed-off-by: Luca Weiss > --- > Depends on a bunch of patches upstream doing bringup of Display (DSI), > DisplayPort, GPU, and t

Re: [PATCH v10] remoteproc: qcom: Move minidump related layout and API to soc/qcom directory

2024-05-28 Thread Bjorn Andersson
On Fri, May 03, 2024 at 01:48:07PM GMT, Mukesh Ojha wrote: > Currently, Qualcomm Minidump is being used to collect mini version of > remoteproc coredump with the help of boot firmware however, Minidump > as a feature is not limited to be used only for remote processor and > can also be used for App

Re: (subset) [PATCH v2 0/2] Allow gpio-hog nodes in qcom,pmic-gpio bindings (& dt fixup)

2024-05-28 Thread Bjorn Andersson
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

Re: (subset) [PATCH 0/2] Fix msm8974 apcs syscon compatible

2024-05-28 Thread Bjorn Andersson
commit: c133cfc12cd717b72ce534477415446e1c33de47 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH v2 0/3] arm64: dts: qcom: msm8996: enable fastrpc and glink-edge

2024-05-28 Thread Bjorn Andersson
d01f37fb4 [3/3] arm64: dts: msm8996: add fastrpc nodes commit: 1b80b83f893dd69efe3c3bf84cd9f661218ccfc0 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH v2 0/2] Add Samsung Galaxy Note 3 support

2024-05-27 Thread Bjorn Andersson
On Thu, 14 Mar 2024 20:00:13 +0100, Luca Weiss wrote: > Add the dts for "hlte" which is a phablet from 2013. > > Applied, thanks! [2/2] ARM: dts: qcom: msm8974: Add Samsung Galaxy Note 3 commit: b4f6c63bf34d8da1b769483bb1f4a603c53896ce Best regards, -- Bjorn Andersson

Re: (subset) [PATCH 0/2] Add basic APR sound support for SC7280 SoC

2024-05-27 Thread Bjorn Andersson
sc7280: Add APR nodes for sound commit: f44da5d8722de348ff2eb8b206c69b52809c1772 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH v3 0/2] Add samsung-milletwifi

2024-05-27 Thread Bjorn Andersson
- Cover detection > - Physical buttons > - Touchscreen and touchkeys > - Accelerometer > > [...] Applied, thanks! [2/2] ARM: dts: qcom: Add support for Samsung Galaxy Tab 4 8.0 Wi-Fi commit: 49b9981a0ecae2bbb298d8b0c2b8058220038691 Best regards, -- Bjorn Andersson

Re: [PATCH v4 0/4] MSM8976 MDSS/GPU/WCNSS support

2024-05-27 Thread Bjorn Andersson
Add Adreno GPU commit: 00e67d8e80f06bb848a3dd516d06e2f040b7d8f2 [4/4] arm64: dts: qcom: msm8976: Add WCNSS node commit: 45878973229a93f0f42aa048ac8c6223af010082 Best regards, -- Bjorn Andersson

Re: [PATCH v2 2/3] arm64: dts: qcom: pm7250b: Add a TCPM description

2024-05-27 Thread Bjorn Andersson
On Fri, Mar 29, 2024 at 01:26:20PM GMT, Luca Weiss wrote: > Type-C port management functionality lives inside of the PMIC block on > pm7250b. > > The Type-C port management logic controls orientation detection, > vbus/vconn sense and to send/receive Type-C Power Domain messages. > pm7250b is fou

Re: [PATCH 01/12] soc: qcom: add firmware name helper

2024-05-22 Thread Bjorn Andersson
On Tue, May 21, 2024 at 03:08:31PM +0200, Dmitry Baryshkov wrote: > On Tue, 21 May 2024 at 13:20, Kalle Valo wrote: > > > > Dmitry Baryshkov writes: > > > > > On Tue, 21 May 2024 at 12:52, wrote: > > >> > > >> On 21/05/2024 11:45, Dmitry Baryshkov wrote: > > >> > Qualcomm platforms have differen

Re: [PATCH 06/12] remoteproc: qcom_q6v5_pas: switch to mbn files by default

2024-05-21 Thread Bjorn Andersson
On Tue, May 21, 2024 at 11:49:42AM +0200, neil.armstr...@linaro.org wrote: > On 21/05/2024 11:45, Dmitry Baryshkov wrote: > > We have been pushing userspace to use mbn files by default for ages. > > As a preparation for making the firmware-name optional, make the driver > > use .mbn instead of .mdt

[GIT PULL] remoteproc updates for v6.10

2024-05-20 Thread Bjorn Andersson
The following changes since commit 4cece764965020c22cff7665b18a012006359095: Linux 6.9-rc1 (2024-03-24 14:10:05 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rproc-v6.10 for you to fetch changes up to 4d5ba6ead1dc

[GIT PULL] rpmsg updates for v6.10

2024-05-20 Thread Bjorn Andersson
The following changes since commit 4cece764965020c22cff7665b18a012006359095: Linux 6.9-rc1 (2024-03-24 14:10:05 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rpmsg-v6.10 for you to fetch changes up to bcbab579f968

Re: [PATCH 0/3] Fix up qcom,halt-regs definition in various schemas

2024-05-07 Thread Bjorn Andersson
com,sdm845-adsp-pil: Fix qcom,halt-regs definition commit: 4d5ba6ead1dc9fa298d727e92db40cd98564d1ac Best regards, -- Bjorn Andersson

Re: (subset) [PATCH 0/2] Mark qcom,ipc as deprecated in two schemas

2024-05-07 Thread Bjorn Andersson
gt; Related: > https://lore.kernel.org/linux-arm-msm/20240424-apcs-mboxes-v1-0-6556c47cb...@z3ntu.xyz/ > > [...] Applied, thanks! [1/2] dt-bindings: remoteproc: qcom,smd-edge: Mark qcom,ipc as deprecated commit: 335617f0d502f80c9b9410c518222b2cb33878e8 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH v2 0/3] arm64: dts: qcom: msm8996: enable fastrpc and glink-edge

2024-05-07 Thread Bjorn Andersson
commit: a0acdef561d1699b020ab932a0edb556c4829533 Best regards, -- Bjorn Andersson

Re: [PATCH V1] soc: qcom: smp2p: Introduce tracepoint support

2024-04-30 Thread Bjorn Andersson
On Tue, Apr 30, 2024 at 04:18:27PM -0700, Chris Lew wrote: > On 4/29/2024 12:55 AM, Sudeepgoud Patil wrote: > > Introduce tracepoint support for smp2p providing useful logging > > for communication between clients. > > > > Let's add some more description as to why these tracepoint are useful. Do

Re: [PATCH v9 1/3] soc: qcom: Add qcom_rproc_minidump module

2024-04-30 Thread Bjorn Andersson
On Tue, Mar 26, 2024 at 07:43:12PM +0530, Mukesh Ojha wrote: > Add qcom_rproc_minidump module in a preparation to remove > minidump specific code from driver/remoteproc/qcom_common.c > and provide needed exported API, this as well helps to > abstract minidump specific data layout from qualcomm's >

Re: (subset) [PATCH v2 0/3] Convert qcom,hfpll documentation to yaml + related changes

2024-04-27 Thread Bjorn Andersson
0f [2/3] clk: qcom: hfpll: Add QCS404-specific compatible commit: 3db0f3b9ff5adb6a5e8564a32fadb2af1216810d Best regards, -- Bjorn Andersson

Re: [PATCH 0/7] Use mboxes instead of syscon for APCS (arm32 & arm64)

2024-04-24 Thread Bjorn Andersson
On Wed, Apr 24, 2024 at 06:23:53PM +0200, Luca Weiss wrote: > The first patch is for removing a bogus error warning I've noticed while > developing this on msm8226 - there the patches are also coming later for > this SoC since apcs is getting hooked up to cpufreq there also. > > Apart from usages

Re: [PATCH 1/7] rpmsg: qcom_smd: Don't print error during probe deferral

2024-04-24 Thread Bjorn Andersson
On Wed, Apr 24, 2024 at 06:23:54PM +0200, Luca Weiss wrote: > When the mailbox driver has not probed yet, skip printing the error > message since it's just going to confuse users. > > Signed-off-by: Luca Weiss > --- > drivers/rpmsg/qcom_smd.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletio

Re: [PATCH] arm64: dts: qcom: qcm6490-fairphone-fp5: Add USB-C orientation GPIO

2024-04-21 Thread Bjorn Andersson
lled USB_PHY_PS. > > > [...] Applied, thanks! [1/1] arm64: dts: qcom: qcm6490-fairphone-fp5: Add USB-C orientation GPIO commit: e788ef2bdac7fdbd61b626f65fdf7528a1c6fd3b Best regards, -- Bjorn Andersson

Re: [PATCH] ARM: dts: qcom: msm8974-sony-shinano: Enable vibrator

2024-04-11 Thread Bjorn Andersson
Best regards, -- Bjorn Andersson

Re: [PATCH v2 3/4] arm64: dts: qcom: msm8976: Add Adreno GPU

2024-04-09 Thread Bjorn Andersson
On Mon, Apr 01, 2024 at 07:21:52PM +0200, Adam Skladowski wrote: > Add Adreno GPU node. > > Signed-off-by: Adam Skladowski > --- > arch/arm64/boot/dts/qcom/msm8976.dtsi | 65 +++ > 1 file changed, 65 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/msm8976.dtsi >

Re: [PATCH v2 2/4] arm64: dts: qcom: msm8976: Add MDSS nodes

2024-04-09 Thread Bjorn Andersson
On Mon, Apr 01, 2024 at 07:21:51PM +0200, Adam Skladowski wrote: > diff --git a/arch/arm64/boot/dts/qcom/msm8976.dtsi > b/arch/arm64/boot/dts/qcom/msm8976.dtsi [..] > + mdss: display-subsystem@1a0 { [..] > + mdss_dsi0: dsi@1a94000 { > +

Re: (subset) [PATCH v3 1/2] dt-bindings: arm: qcom: Add Motorola Moto G (2013)

2024-04-07 Thread Bjorn Andersson
7dbdf2ea6bae [2/2] ARM: dts: qcom: Add support for Motorola Moto G (2013) commit: 49481b6a8f35017af23e9fdfb644095f50a474e3 Best regards, -- Bjorn Andersson

Re: [PATCH 0/2] Small fixes for MSM8974 SoC dtsi

2024-04-07 Thread Bjorn Andersson
Add empty chosen node commit: 7018981366d496db4b7d5f6a5c2673683d2b1639 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH v2 0/3] Split sony-castor into shinano-common and add Sony Xperia Z3

2024-04-04 Thread Bjorn Andersson
6eaf85...@z3ntu.xyz/T/ > > [...] Applied, thanks! [1/3] ARM: dts: qcom: msm8974-sony-castor: Split into shinano-common commit: 53426f53eda5e4a17197a8bc7dd1045601db407e [3/3] ARM: dts: qcom: Add Sony Xperia Z3 smartphone commit: 8d91a5a4a6f5aff714a14ac4a86931aa789655d8 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH 1/1] clk: qcom: smd-rpm: Restore msm8976 num_clk

2024-04-04 Thread Bjorn Andersson
On Mon, 01 Apr 2024 19:16:39 +0200, Adam Skladowski wrote: > During rework somehow msm8976 num_clk got removed, restore it. > > Applied, thanks! [1/1] clk: qcom: smd-rpm: Restore msm8976 num_clk commit: 0d4ce2458cd7d1d66a5ee2f3c036592fb663d5bc Best regards, -- Bjorn Andersson

Re: [PATCH 64/64] i2c: reword i2c_algorithm in drivers according to newest specification

2024-03-22 Thread Bjorn Andersson
e > needed. For the others more work needs to be done but this will be > performed incrementally along with API changes/improvements. All these > changes here are simple search/replace results. > > Signed-off-by: Wolfram Sang Reviewed-by: Bjorn Andersson Regards, Bjorn

Re: [GIT PULL] remoteproc updates for v6.9

2024-03-21 Thread Bjorn Andersson
On Thu, Mar 21, 2024 at 05:55:13AM -0700, Bjorn Andersson wrote: > I'm sorry for the late pull request, I apparently had managed to get git > send-email to only deliver my mail to /dev/null on the machine where I > prepared > this. > I was further notified that this conf

[GIT PULL] hwspinlock updates for v6.9

2024-03-21 Thread Bjorn Andersson
The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/hwlock-v6.9 for you to fetch changes up to cebaa386d5ee

[GIT PULL] rpmsg updates for v6.9

2024-03-21 Thread Bjorn Andersson
The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rpmsg-v6.9 for you to fetch changes up to b03aa6d4e9a74

  1   2   3   4   5   6   7   8   9   10   >