Re: [PATCH 1/2] dt-bindings: usb: add NXP PTN36502 Type-C redriver bindings

2023-10-15 Thread Krzysztof Kozlowski
On 13/10/2023 16:24, Luca Weiss wrote: > Document bindings for this Type-C USB 3.1 Gen 1 and DisplayPort v1.2 > combo redriver. > > The PTN36502 can also run in GPIO mode where it is configured > differently, without any I2C connection, but this is not supported yet. > > Signed-off-by: Luca

Re: [PATCH] soc: qcom: pmic_glink_altmode: Print error when retimer setup fails

2023-10-15 Thread Bjorn Andersson
On Fri, Oct 13, 2023 at 03:56:40PM +0200, Luca Weiss wrote: > It can be useful to know with which return value the retimer_set call > failed, so include this info in the dev_err print. > Is this useful during development, or during normal execution etc. How about using kretprobe or similar

Re: [PATCH v10 1/5] lib: objpool added: ring-array based lockless MPMC

2023-10-15 Thread wuqiang.matt
On 2023/10/16 07:26, Masami Hiramatsu (Google) wrote: On Mon, 16 Oct 2023 00:06:11 +0800 "wuqiang.matt" wrote: On 2023/10/15 23:43, Masami Hiramatsu (Google) wrote: On Sun, 15 Oct 2023 13:32:47 +0800 "wuqiang.matt" wrote: objpool is a scalable implementation of high performance queue for

Re: [PATCH] set_thread_area.2: Add C-SKY document

2023-10-15 Thread Guo Ren
On Mon, Oct 16, 2023 at 2:00 AM Alejandro Colomar wrote: > > Hi Guo, > > On Sun, Oct 15, 2023 at 11:07:32AM -0400, guo...@kernel.org wrote: > > From: Guo Ren > > > > C-SKY only needs set_thread_area, no need for get_thread_area, the > > same as MIPS. > > > > Signed-off-by: Guo Ren > >

Re: [PATCH v10 1/5] lib: objpool added: ring-array based lockless MPMC

2023-10-15 Thread Google
On Mon, 16 Oct 2023 00:06:11 +0800 "wuqiang.matt" wrote: > On 2023/10/15 23:43, Masami Hiramatsu (Google) wrote: > > On Sun, 15 Oct 2023 13:32:47 +0800 > > "wuqiang.matt" wrote: > > > >> objpool is a scalable implementation of high performance queue for > >> object allocation and reclamation,

[PATCH 1/2] arm64: dts: qcom: msm8953: Set initial address for memory

2023-10-15 Thread Luca Weiss
The dtbs_check really doesn't like having memory without reg set. Address this by setting it to 0x1000 which seems to be the value filled in by the bootloader. Signed-off-by: Luca Weiss --- arch/arm64/boot/dts/qcom/msm8953.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[PATCH 2/2] arm64: dts: qcom: msm8953: Use non-deprecated qcom,domain in LPASS

2023-10-15 Thread Luca Weiss
Use the qcom,domain property instead of the deprecated qcom,apr-domain, which in turn also fixes a bunch of dtbs_checks warnings. Signed-off-by: Luca Weiss --- arch/arm64/boot/dts/qcom/msm8953.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 0/2] Small dtsi fixes for msm8953 SoC

2023-10-15 Thread Luca Weiss
/qcom/msm8953.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- base-commit: 2933a1156742d8c47550493a77af8e2d81cf3c84 change-id: 20231015-msm8953-misc-fixes-87f373203f98 Best regards, -- Luca Weiss

[PATCH 4/4] arm64: dts: qcom: sdm632-fairphone-fp3: Enable WiFi/Bluetooth

2023-10-15 Thread Luca Weiss
Configure and enable the WCNSS which provides WiFi and Bluetooth on this device. Signed-off-by: Luca Weiss --- arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts

[PATCH] arm64: dts: qcom: sdm632-fairphone-fp3: Enable LPASS

2023-10-15 Thread Luca Weiss
= ; --- base-commit: 2933a1156742d8c47550493a77af8e2d81cf3c84 change-id: 20231015-fp3-lpass-b2d520d365ab Best regards, -- Luca Weiss

[PATCH 2/4] remoteproc: qcom_wcnss: Add WCN3680B compatible

2023-10-15 Thread Luca Weiss
Add a compatible for the WCN3680B chip used with some Qualcomm SoCs. It shares the same regulator setup as WCN3680, so we can reuse the driver data for that. Signed-off-by: Luca Weiss --- drivers/remoteproc/qcom_wcnss_iris.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 0/4] Add WCN3680B WiFi/Bluetooth and enable it on Fairphone 3

2023-10-15 Thread Luca Weiss
changed, 19 insertions(+), 1 deletion(-) --- base-commit: 09eda82818c490a6fb24f1374bd704ea5c3b577a change-id: 20231015-fp3-wcnss-23e83b8235f5 Best regards, -- Luca Weiss

[PATCH 1/4] dt-bindings: remoteproc: qcom: wcnss: Add WCN3680B compatible

2023-10-15 Thread Luca Weiss
Add a compatible for the iris subnode in the WCNSS PIL. Signed-off-by: Luca Weiss --- Documentation/devicetree/bindings/remoteproc/qcom,wcnss-pil.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,wcnss-pil.yaml

[PATCH 3/4] wifi: wcn36xx: Add check for WCN3680B

2023-10-15 Thread Luca Weiss
Add a check for the WCN3680B compatible next to the WCN3680 compatible. Signed-off-by: Luca Weiss --- drivers/net/wireless/ath/wcn36xx/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/wcn36xx/main.c b/drivers/net/wireless/ath/wcn36xx/main.c

Re: [PATCH] set_thread_area.2: Add C-SKY document

2023-10-15 Thread Alejandro Colomar
Hi Guo, On Sun, Oct 15, 2023 at 11:07:32AM -0400, guo...@kernel.org wrote: > From: Guo Ren > > C-SKY only needs set_thread_area, no need for get_thread_area, the > same as MIPS. > > Signed-off-by: Guo Ren > Signed-off-by: Guo Ren > --- Patch applied.

Re: [PATCH v10 1/5] lib: objpool added: ring-array based lockless MPMC

2023-10-15 Thread wuqiang.matt
On 2023/10/15 23:43, Masami Hiramatsu (Google) wrote: On Sun, 15 Oct 2023 13:32:47 +0800 "wuqiang.matt" wrote: objpool is a scalable implementation of high performance queue for object allocation and reclamation, such as kretprobe instances. With leveraging percpu ring-array to mitigate hot

Re: [PATCH] riscv: ftrace: Fix to pass correct ftrace_regs to ftrace_func_t functions

2023-10-15 Thread Google
Hi, Sorry please ignore this. I found that the arch/riscv doesn't support HAVE_DYNAMIC_FTRACE_WITH_ARGS. Thus this might add a new feature support. Let me update it. Thank you, On Sun, 15 Oct 2023 23:15:23 +0900 Masami Hiramatsu (Google) wrote: > Hi, > > Gentry ping. > > I think this should

Re: [PATCH v10 1/5] lib: objpool added: ring-array based lockless MPMC

2023-10-15 Thread Google
On Sun, 15 Oct 2023 13:32:47 +0800 "wuqiang.matt" wrote: > objpool is a scalable implementation of high performance queue for > object allocation and reclamation, such as kretprobe instances. > > With leveraging percpu ring-array to mitigate hot spots of memory > contention, it delivers

Re: set_thread_area.2: csky architecture undocumented

2023-10-15 Thread Guo Ren
On Sun, Oct 15, 2023 at 01:20:42AM +0200, Alejandro Colomar wrote: > Hi Guo, > > On Tue, Nov 24, 2020 at 08:07:07PM +0800, Guo Ren wrote: > > Huh, 3 years already! I've had this in my head for all this time; just > didn't find the energy to act on it. > > > Thx Michael & Alejandro, > > > >

[PATCH] set_thread_area.2: Add C-SKY document

2023-10-15 Thread guoren
From: Guo Ren C-SKY only needs set_thread_area, no need for get_thread_area, the same as MIPS. Signed-off-by: Guo Ren Signed-off-by: Guo Ren --- man2/set_thread_area.2 | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man2/set_thread_area.2

Re: [PATCH] riscv: ftrace: Fix to pass correct ftrace_regs to ftrace_func_t functions

2023-10-15 Thread Google
Hi, Gentry ping. I think this should be an important fix because if a fprobe handler without FTRACE_OPS_FL_SAVE_REGS tries to access any register via ftrace_regs, that will get a wrong value. Thank you, On Mon, 2 Oct 2023 21:50:34 +0900 "Masami Hiramatsu (Google)" wrote: > From: Masami

Re: (subset) [PATCH v2 0/2] m68k/powerpc: Kill references to non-existent README.legal

2023-10-15 Thread Michael Ellerman
On Mon, 18 Sep 2023 12:14:42 +0200, Geert Uytterhoeven wrote: > Note that the "COPYING" file at that time corresponded to the version > from upstream Linux v0.99.11 until v2.1.104, and thus predated the > addition of the "only valid GPL version is v2" clause in v2.4.0-test8. > > This patch series