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

2025-06-16 Thread Dmitry Baryshkov
Cc: > Reported-by: Doug Anderson > Signed-off-by: Bjorn Andersson > --- > drivers/soc/qcom/mdt_loader.c | 43 > +++ Reviewed-by: Dmitry Baryshkov Nit: in theory we don't need to validate section headers since we don't use them in

Re: [PATCH 1/2] dt-bindings: remoteproc: qcom,sa8775p-pas: Correct the interrupt number

2025-06-13 Thread Dmitry Baryshkov
Signed-off-by: Lijuan Gao > --- > Documentation/devicetree/bindings/remoteproc/qcom,sa8775p-pas.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH v2 1/4] ARM: dts: qcom: msm8974-sony-xperia-rhine: Enable USB charging

2025-06-10 Thread Dmitry Baryshkov
om/qcom-msm8974-sony-xperia-rhine.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

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

2025-06-05 Thread Dmitry Baryshkov
On Thu, Jun 05, 2025 at 02:29:53PM -0500, Bjorn Andersson wrote: > 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 sanitize

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

2025-06-05 Thread Dmitry Baryshkov
Bjorn Andersson > --- > drivers/soc/qcom/mdt_loader.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

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

2025-06-05 Thread Dmitry Baryshkov
d", but rather > if it's "loadable". > > Rename the function to reflect what it does. > > Signed-off-by: Bjorn Andersson > --- > drivers/soc/qcom/mdt_loader.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

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

2025-06-05 Thread Dmitry Baryshkov
w->data; > phdrs = (struct elf32_phdr *)(ehdr + 1); > > @@ -310,6 +344,9 @@ static int __qcom_mdt_load(struct device *dev, const > struct firmware *fw, > if (!fw || !mem_region || !mem_phys || !mem_size) > return -EINVAL; > > + if (!mdt_header_valid(fw)) > + return -EINVAL; > + > is_split = qcom_mdt_bins_are_split(fw, fw_name); > ehdr = (struct elf32_hdr *)fw->data; > phdrs = (struct elf32_phdr *)(ehdr + 1); > > -- > 2.49.0 > -- With best wishes Dmitry

[PATCH v3] selftests/ptrace/get_syscall_info: fix for MIPS n32

2025-06-02 Thread Dmitry V. Levin
est on all 64-bit architectures by choosing constants that don't fit into 32-bit integers. Signed-off-by: Dmitry V. Levin Acked-by: Shuah Khan --- v3: Added Acked-by: https://lore.kernel.org/all/b2e62143-fa68-4cd1-bf6c-67f0ad49c...@linuxfoundation.org/ v2: Fixed MIPS #i

Re: [PATCH v2] selftests/ptrace/get_syscall_info: fix for MIPS n32

2025-06-02 Thread Dmitry V. Levin
On Sat, Mar 29, 2025 at 02:02:28PM +, Maciej W. Rozycki wrote: > On Sat, 29 Mar 2025, Dmitry V. Levin wrote: > > > > > +#if defined(_MIPS_SIM) && _MIPS_SIM == _MIPS_SIM_NABI32 > > > > +/* > > > > + * MIPS N32 is the only architecture whe

Re: [PATCH 4/4] arm64: dts: qcom: msm8939: Add camss and cci

2025-05-20 Thread Dmitry Baryshkov
0 0x200>, > <0x01b0ac00 0x0 0x200 0x0> No. #address-cells = <1>; #size-cells = <1>; -- With best wishes Dmitry

Re: [PATCH 4/4] arm64: dts: qcom: msm8939: Add camss and cci

2025-05-20 Thread Dmitry Baryshkov
> > +&camss { > > + vdda-supply = <&pm8916_l2>; > > +}; > > + > > What is the benefit of enabling CAMSS on a board without any sensors > connected to the SoC? Likely the board specific change has to be removed. This is not a board, it's a PMIC-related include file which just wires the supplies. -- With best wishes Dmitry

Re: [PATCH 2/4] media: qcom: camss: Add support for MSM8939

2025-05-20 Thread Dmitry Baryshkov
ret); > + } > } This chunk should probably go to the previous patch. > > static void vfe_set_ds(struct vfe_device *vfe) -- With best wishes Dmitry

Re: [PATCH v2 0/5] SC8280XP SLPI

2025-05-20 Thread Dmitry Baryshkov
it from Windows should be OK. We shouldn't expect non-developers to have the CRD on hand, right? ;) Non-developers without Windows can extract the firmware from the corresponding cabinet file. -- With best wishes Dmitry

Re: [PATCH v3 5/6] arm64: dts: qcom: qcs615: add ADSP and CDSP nodes

2025-05-19 Thread Dmitry Baryshkov
On Mon, May 19, 2025 at 03:12:39PM +0800, Lijuan Gao wrote: > > > 在 5/18/2025 12:59 AM, Konrad Dybcio 写道: > > On 5/17/25 12:11 AM, Dmitry Baryshkov wrote: > > > On Fri, May 16, 2025 at 11:27:06AM +0800, Lijuan Gao wrote: > > > > Add nodes for remoteprocs: AD

Re: [PATCH v2 2/5] arm64: dts: qcom: sc8280xp: Fix node order

2025-05-18 Thread Dmitry Baryshkov
-- > 1 file changed, 287 insertions(+), 287 deletions(-) Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH v2 5/5] arm64: dts: qcom: sc8280xp-crd: Enable SLPI

2025-05-18 Thread Dmitry Baryshkov
tions(+) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH v2 3/5] arm64: dts: qcom: sc8280xp: Add SLPI

2025-05-18 Thread Dmitry Baryshkov
++ > 1 file changed, 99 insertions(+) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH v3 5/6] arm64: dts: qcom: qcs615: add ADSP and CDSP nodes

2025-05-16 Thread Dmitry Baryshkov
qcom/qcs615.dtsi | 86 > > 1 file changed, 86 insertions(+) Is the MPSS not present on the QCS615? It was a part of the SM6150 design. -- With best wishes Dmitry

Re: [GIT PULL] Modules fixes for v6.15-rc6

2025-05-12 Thread Dmitry Antipov
mmits. OTOH replying with "please adjust commit message and send v2" could be the way faster. Dmitry

Re: [PATCH 0/3] SC8280XP SLPI

2025-05-05 Thread Dmitry Baryshkov
-- > Konrad Dybcio (3): > dt-bindings: remoteproc: qcom,sm8350-pas: Add SC8280XP > arm64: dts: qcom: sc8280xp: Fix node order > arm64: dts: qcom: sc8280xp: Add SLPI > Tested-by: Dmitry Baryshkov # Lenovo X13s -- With best wishes Dmitry

Re: [PATCH 3/3] arm64: dts: qcom: sc8280xp: Add SLPI

2025-05-02 Thread Dmitry Baryshkov
On 03/05/2025 01:57, Konrad Dybcio wrote: On 5/3/25 12:55 AM, Dmitry Baryshkov wrote: On Sat, May 03, 2025 at 12:38:01AM +0200, Konrad Dybcio wrote: From: Konrad Dybcio SC8280XP features a SLPI (Sensor Low Power Island) core. Describe it. Signed-off-by: Konrad Dybcio Have your tried

Re: [PATCH 3/3] arm64: dts: qcom: sc8280xp: Add SLPI

2025-05-02 Thread Dmitry Baryshkov
On Sat, May 03, 2025 at 12:57:26AM +0200, Konrad Dybcio wrote: > On 5/3/25 12:55 AM, Dmitry Baryshkov wrote: > > On Sat, May 03, 2025 at 12:38:01AM +0200, Konrad Dybcio wrote: > >> From: Konrad Dybcio > >> > >> SC8280XP features a SLPI (Sensor Low Power Island)

Re: [PATCH 3/3] arm64: dts: qcom: sc8280xp: Add SLPI

2025-05-02 Thread Dmitry Baryshkov
-state-names = "stop"; > + > + status = "disabled"; > + > + glink-edge { > + interrupts-extended = <&ipcc IPCC_CLIENT_SLPI > + > IPCC_MPROC_SIGNAL_GLINK_QMP > + IRQ_TYPE_EDGE_RISING>; > + mboxes = <&ipcc IPCC_CLIENT_SLPI > + IPCC_MPROC_SIGNAL_GLINK_QMP>; > + > + label = "slpi"; > + qcom,remote-pid = <3>; No fastrpc contexts? > + }; > + }; > + > remoteproc_adsp: remoteproc@300 { > compatible = "qcom,sc8280xp-adsp-pas"; > reg = <0 0x0300 0 0x1>; > > -- > 2.49.0 > -- With best wishes Dmitry

Re: [PATCH 4/6] ASoC: qcom: sm8250: Add Fairphone 4 soundcard compatible

2025-04-25 Thread Dmitry Baryshkov
On Fri, Apr 25, 2025 at 12:44:54PM +0200, Luca Weiss wrote: > Add a compatible for the SM7225-based Fairphone 4 which can use this > machine driver. > > Signed-off-by: Luca Weiss > --- > sound/soc/qcom/sm8250.c | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Dmi

Re: [PATCH 10/11] arm64: dts: qcom: sm7325-nothing-spacewar: Use q6asm defines for reg

2025-04-25 Thread Dmitry Baryshkov
t; 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 5/6] arm64: dts: qcom: sm6350: Add q6usbdai node

2025-04-25 Thread Dmitry Baryshkov
h/arm64/boot/dts/qcom/sm6350.dtsi | 8 > 1 file changed, 8 insertions(+) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 6/6] arm64: dts: qcom: sm7225-fairphone-fp4: Enable USB audio offload support

2025-04-25 Thread Dmitry Baryshkov
by: Luca Weiss > --- > arch/arm64/boot/dts/qcom/sm6350.dtsi | 3 ++ > arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts | 37 > +++ > 2 files changed, 40 insertions(+) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 06/11] arm64: dts: qcom: sc7180-acer-aspire1: Use q6asm defines for reg

2025-04-25 Thread Dmitry Baryshkov
t; 1 file changed, 4 insertions(+), 4 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 11/11] arm64: dts: qcom: sm8350: Use q6asm defines for reg

2025-04-25 Thread Dmitry Baryshkov
changed, 4 insertions(+), 3 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 09/11] arm64: dts: qcom: sdm850*: Use q6asm defines for reg

2025-04-25 Thread Dmitry Baryshkov
> arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts | 6 +++--- > 2 files changed, 6 insertions(+), 6 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 07/11] arm64: dts: qcom: sc7280: Use q6asm defines for reg

2025-04-25 Thread Dmitry Baryshkov
changed, 4 insertions(+), 3 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 08/11] arm64: dts: qcom: sdm845*: Use q6asm defines for reg

2025-04-25 Thread Dmitry Baryshkov
, 16 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 05/11] arm64: dts: qcom: qrb5165-rb5: Use q6asm defines for reg

2025-04-25 Thread Dmitry Baryshkov
changed, 4 insertions(+), 4 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 04/11] arm64: dts: qcom: msm8996*: Use q6asm defines for reg

2025-04-25 Thread Dmitry Baryshkov
> arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dts | 6 +++--- > arch/arm64/boot/dts/qcom/msm8996pro-xiaomi-natrium.dts | 6 +++--- > arch/arm64/boot/dts/qcom/msm8996pro-xiaomi-scorpio.dts | 6 +++--- > 4 files changed, 12 insertions(+), 12 deletions(-) > Reviewed-by: Dmitry

Re: [PATCH 03/11] arm64: dts: qcom: msm8953: Use q6asm defines for reg

2025-04-25 Thread Dmitry Baryshkov
changed, 4 insertions(+), 4 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 02/11] arm64: dts: qcom: msm8916-modem-qdsp6: Use q6asm defines for reg

2025-04-25 Thread Dmitry Baryshkov
t; 1 file changed, 4 insertions(+), 4 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 01/11] arm64: dts: qcom: apq8096-db820c: Use q6asm defines for reg

2025-04-25 Thread Dmitry Baryshkov
t; 1 file changed, 3 insertions(+), 3 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH v3 4/4] arm64: dts: qcom: qcm6490-fairphone-fp5: Hook up DisplayPort over USB-C

2025-04-25 Thread Dmitry Baryshkov
ertions(+), 6 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH v3 3/5] ASoC: qcom: sm8250: add DisplayPort Jack support

2025-04-25 Thread Dmitry Baryshkov
, 10 insertions(+), 7 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 1/2] rpmsg: qcom_smd: Fix fallback to qcom,ipc parse

2025-04-24 Thread Dmitry Baryshkov
On Mon, Apr 21, 2025 at 01:40:50PM +0200, barnabas.cze...@mainlining.org wrote: > On 2025-04-21 12:38, Dmitry Baryshkov wrote: > > On Mon, Apr 21, 2025 at 04:04:16AM +0200, Barnabás Czémán wrote: > > > mbox_request_channel() returning value was changed in case of error. >

Re: [PATCH 6/6] arm64: dts: qcom: qcs615-ride: enable remoteprocs

2025-04-23 Thread Dmitry Baryshkov
ties. > +}; > + > +&remoteproc_cdsp { > + firmware-name = "qcom/qcs615/cdsp.mbn"; > + status = "okay"; > +}; > + > &rpmhcc { > clocks = <&xo_board_clk>; > }; > > -- > 2.46.0 > -- With best wishes Dmitry

Re: [PATCH 4/4] ARM: dts: qcom: Add initial support for Sony Xperia Z Ultra (togari)

2025-04-21 Thread Dmitry Baryshkov
ny-xperia-rhine.dtsi| 2 +- > 3 files changed, 18 insertions(+), 1 deletion(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 2/4] ARM: dts: qcom: sony-xperia-rhine: Move camera buttons to amami & honami

2025-04-21 Thread Dmitry Baryshkov
ine.dtsi| 14 -- > 3 files changed, 32 insertions(+), 14 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 1/4] ARM: dts: qcom: sony-xperia-rhine: Enable USB charging

2025-04-21 Thread Dmitry Baryshkov
harge-low-threshold-voltage = <340>; I'd say it's a strange placement of the property. Usually generic properties come before vendor-specific props. > > -- > 2.49.0 > -- With best wishes Dmitry

Re: [PATCH 1/2] rpmsg: qcom_smd: Fix fallback to qcom,ipc parse

2025-04-21 Thread Dmitry Baryshkov
if (PTR_ERR(edge->mbox_chan) != -ENOENT) { > ret = PTR_ERR(edge->mbox_chan); > goto put_node; > } > > -- > 2.49.0 > -- With best wishes Dmitry

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

2025-04-18 Thread Dmitry Baryshkov
t; ++ > 1 file changed, 31 insertions(+) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH v2 4/5] ASoC: qcom: sm8250: Add Fairphone 5 soundcard compatible

2025-04-18 Thread Dmitry Baryshkov
ed-off-by: Luca Weiss > --- > sound/soc/qcom/sm8250.c | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH v2 3/5] ASoC: qcom: sm8250: add DisplayPort Jack support

2025-04-18 Thread Dmitry Baryshkov
> + default: > + break; I'd say, just move return qcom_snd_wcd_jack_setup here. > + } > + > + return qcom_snd_wcd_jack_setup(rtd, &data->jack, &data->jack_setup); > } > > static void sm8250_snd_exit(struct snd_soc_pcm_runtime *rtd) > > -- > 2.49.0 > -- With best wishes Dmitry

Re: [PATCH v2 2/5] ASoC: qcom: sm8250: set card driver name from match data

2025-04-18 Thread Dmitry Baryshkov
r match data as sound card driver > name. > > Also while we're already touching these lines, sort the compatibles > alphabetically. > > Signed-off-by: Luca Weiss > --- > sound/soc/qcom/sm8250.c | 9 - > 1 file changed, 4 insertions(+), 5 deletions(-) &g

Re: [PATCH v2 0/3] Fairphone 5 DisplayPort over USB-C support

2025-04-18 Thread Dmitry Baryshkov
On Fri, Apr 18, 2025 at 03:27:22PM +0200, Luca Weiss wrote: > Hi Krzysztof, hi Dmitry, > > Any feedback on the below proposed patch? > > I can also send out a v3 with this patch included soon if that makes it > easier to review. > > Regards > Luca > > On Tue A

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

2025-04-15 Thread Dmitry Baryshkov
d by this. > > Fixes: cf85e9aee210 ("arm64: dts: qcom: sdm660-xiaomi-lavender: Add eMMC and > SD") > > Signed-off-by: Alexey Minnekhanov Please drop empty line between tags. With that fixed: Reviewed-by: Dmitry Baryshkov > --- > arch/arm64/boot/dts/qcom/sdm660-xiaomi-

Re: [PATCH 3/3] arm64: dts: qcom: sm6350: Add video clock controller

2025-04-05 Thread Dmitry Baryshkov
cci0: cci@ac4a000 { > compatible = "qcom,sm6350-cci", "qcom,msm8996-cci"; > reg = <0 0x0ac4a000 0 0x1000>; > > -- > 2.49.0 > -- With best wishes Dmitry

Re: [PATCH] arm64: dts: qcom: sm6350: add APR and some audio-related services

2025-04-04 Thread Dmitry Baryshkov
> 1 file changed, 59 insertions(+) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH net-next v2 0/7] selftests/net: Mixed select()+polling mode for TCP-AO tests

2025-04-04 Thread Dmitry Safonov
On Wed, 26 Mar 2025 at 20:00, Jakub Kicinski wrote: > > On Wed, 26 Mar 2025 19:48:16 + Dmitry Safonov wrote: > > Should I send the potential fix now for -net or wait until the merge > > window closes and send for -net-next? > > I reckon you can send it now, mayb

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

2025-04-04 Thread Dmitry Baryshkov
) > Signed-off-by: Dan Carpenter > --- > This patch is based on static analysis and has not been tested. Please > review carefully, etc. Another option would be to call device_unregister() > > drivers/remoteproc/qcom_wcnss_iris.c | 2 ++ > 1 file changed, 2 insertions(+) >

[PATCH net-next] net/selftests: Add loopback link local route for self-connect

2025-04-01 Thread Dmitry Safonov via B4 Relay
From: Dmitry Safonov <0x7f454...@gmail.com> self-connect-ipv6 got slightly flaky on netdev: > # timeout set to 120 > # selftests: net/tcp_ao: self-connect_ipv6 > # 1..5 > # # 708[lib/setup.c:250] rand seed 1742872572 > # TAP version 13 > # # 708[lib/proc.c:213]Snmp6

Re: [PATCH v2] selftests/ptrace/get_syscall_info: fix for MIPS n32

2025-03-29 Thread Dmitry V. Levin
On Fri, Mar 28, 2025 at 05:04:54PM -0600, Shuah Khan wrote: > On 1/15/25 16:37, Dmitry V. Levin wrote: > > MIPS n32 is one of two ILP32 architectures supported by the kernel > > that have 64-bit syscall arguments (another one is x32). > > > > When this test passed

Re: [PATCH net-next v2 0/7] selftests/net: Mixed select()+polling mode for TCP-AO tests

2025-03-26 Thread Dmitry Safonov
On Tue, 25 Mar 2025 at 13:15, Jakub Kicinski wrote: > > On Wed, 19 Mar 2025 03:13:33 + Dmitry Safonov via B4 Relay wrote: > > Should fix flaky tcp-ao/connect-deny-ipv6 test. > > Begging pardon for the delay since the report and for sending it this > > late in the r

Re: [PATCH v2] selftests/ptrace/get_syscall_info: fix for MIPS n32

2025-03-26 Thread Dmitry V. Levin
Could somebody pick up this patch, please? Nothing has changed since v2, so I have nothing new to add. v2: https://lore.kernel.org/all/20250115233747.ga28...@strace.io/ On Thu, Jan 16, 2025 at 01:37:47AM +0200, Dmitry V. Levin wrote: > MIPS n32 is one of two ILP32 architectures supported by

Re: [PATCH v2 1/4] arm64: dts: qcom: sm6350: Align reg properties with latest style

2025-03-24 Thread Dmitry Baryshkov
. > > Align this dtsi file to the new style to make it consistent, and don't > use mixed 0x0 and 0 anymore. > > Signed-off-by: Luca Weiss > --- > arch/arm64/boot/dts/qcom/sm6350.dtsi | 204 > +------ > 1 file changed, 102 insertions(+), 102 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH v2 4/4] arm64: dts: qcom: sm6350: Add video clock controller

2025-03-24 Thread Dmitry Baryshkov
On Mon, Mar 24, 2025 at 09:41:04AM +0100, Luca Weiss wrote: > Add a node for the videocc found on the SM6350 SoC. > > Signed-off-by: Luca Weiss > --- > arch/arm64/boot/dts/qcom/sm6350.dtsi | 14 ++ > 1 file changed, 14 insertions(+) > Reviewed-by: Dmitry Bary

Re: [PATCH 2/3] clk: qcom: Add video clock controller driver for SM6350

2025-03-21 Thread Dmitry Baryshkov
deo_pll0_config = { > + .l = 0x1F, Nit: lowercase hex please. No need to repost just for the sake of this single line. Reviewed-by: Dmitry Baryshkov > + .alpha = 0x4000, > + .config_ctl_val = 0x20485699, > + .config_ctl_hi_val = 0x2067, > +

Re: [PATCH 3/3] arm64: dts: qcom: sm6350: Add video clock controller

2025-03-21 Thread Dmitry Baryshkov
On 21/03/2025 18:15, Luca Weiss wrote: Hi Dmitry, On Fri Mar 21, 2025 at 4:56 PM CET, Dmitry Baryshkov wrote: On Fri, Mar 21, 2025 at 03:45:01PM +0100, Luca Weiss wrote: Add a node for the videocc found on the SM6350 SoC. Signed-off-by: Luca Weiss --- arch/arm64/boot/dts/qcom/sm6350.dtsi

Re: [PATCH] remoteproc: sysmon: Update qcom_add_sysmon_subdev() comment

2025-03-21 Thread Dmitry Baryshkov
ed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH net 0/7] selftests/net: Mixed select()+polling mode for TCP-AO tests

2025-03-20 Thread Dmitry Safonov
On Thu, 20 Mar 2025 at 13:51, Konstantin Ryabitsev wrote: > > On Wed, Mar 19, 2025 at 09:18:37AM -0400, Konstantin Ryabitsev wrote: > > On Wed, Mar 19, 2025 at 03:26:27AM +, Dmitry Safonov wrote: > > > However, as I sent the patches with b4 relay, it seems patchwo

Re: [PATCH net 0/7] selftests/net: Mixed select()+polling mode for TCP-AO tests

2025-03-18 Thread Dmitry Safonov
On Wed, 12 Mar 2025 at 09:11, Dmitry Safonov via B4 Relay wrote: > > Should fix flaky tcp-ao/connect-deny-ipv6 test. > Begging pardon for the delay since the report and for sending it this > late in the release cycle. > > Signed-off-by: Dmitry Safonov <0x7f454...@gmail.co

Re: [PATCH net 0/7] selftests/net: Mixed select()+polling mode for TCP-AO tests

2025-03-18 Thread Dmitry Safonov
On Wed, 19 Mar 2025 at 03:20, Dmitry Safonov <0x7f454...@gmail.com> wrote: > > On Wed, 12 Mar 2025 at 09:11, Dmitry Safonov via B4 Relay > wrote: > > > > Should fix flaky tcp-ao/connect-deny-ipv6 test. > > Begging pardon for the delay since the report and fo

[PATCH net-next v2 4/7] selftests/net: Add mixed select()+polling mode to TCP-AO tests

2025-03-18 Thread Dmitry Safonov via B4 Relay
From: Dmitry Safonov <0x7f454...@gmail.com> Currently, tcp_ao tests have two timeouts: TEST_RETRANSMIT_SEC and TEST_TIMEOUT_SEC [by default 1 and 5 seconds]. The first one, TEST_RETRANSMIT_SEC is used for operations that are expected to succeed in order for a test to pass. It is usual

[PATCH net-next v2 7/7] selftests/net: Drop timeout argument from test_client_verify()

2025-03-18 Thread Dmitry Safonov via B4 Relay
From: Dmitry Safonov <0x7f454...@gmail.com> It's always TEST_TIMEOUT_SEC, with an unjustified exception in rst test, that is more paranoia-long timeout rather than based on requirements. Signed-off-by: Dmitry Safonov <0x7f454...@gmail.com> --- tools/testing/selftests/net

[PATCH net-next v2 6/7] selftests/net: Delete timeout from test_connect_socket()

2025-03-18 Thread Dmitry Safonov via B4 Relay
From: Dmitry Safonov <0x7f454...@gmail.com> Unused: it's always either the default timeout or asynchronous connect(). Signed-off-by: Dmitry Safonov <0x7f454...@gmail.com> --- tools/testing/selftests/net/tcp_ao/lib/aolib.h| 8 tools/testing/selftests/net/tcp_ao/li

[PATCH net-next v2 3/7] selftests/net: Fetch and check TCP-MD5 counters

2025-03-18 Thread Dmitry Safonov via B4 Relay
From: Dmitry Safonov <0x7f454...@gmail.com> There are related TCP-MD5 <=> TCP and TCP-MD5 <=> TCP-AO tests that can benefit from checking the related counters, not only from validating operations timeouts. It also prepares the code for introduction of mixed select()+poll mode,

[PATCH net-next v2 5/7] selftests/net: Print the testing side in unsigned-md5

2025-03-18 Thread Dmitry Safonov via B4 Relay
From: Dmitry Safonov <0x7f454...@gmail.com> As both client and server print the same test name on failure or pass, add "[server]" so that it's more obvious from a log which side printed "ok" or "not ok". Signed-off-by: Dmitry Safonov <0x7f454...@gmail.

[PATCH net-next v2 2/7] selftests/net: Provide tcp-ao counters comparison helper

2025-03-18 Thread Dmitry Safonov via B4 Relay
From: Dmitry Safonov <0x7f454...@gmail.com> Rename __test_tcp_ao_counters_cmp() into test_assert_counters_ao() and test_tcp_ao_key_counters_cmp() into test_assert_counters_key() as they are asserts, rather than just compare functions. Provide test_cmp_counters() helper, that's going

[PATCH net-next v2 0/7] selftests/net: Mixed select()+polling mode for TCP-AO tests

2025-03-18 Thread Dmitry Safonov via B4 Relay
-kselft...@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Dmitry Safonov <0x7f454...@gmail.com> Changes in v2: - Base on net-next (Paolo) - Add a missing Fixes tag (Paolo) - Link to v1: https://lore.kernel.org/r/20250312-tcp-ao-selftests-polling-v1-0-72a642b85...@gmail.com ---

[PATCH net-next v2 1/7] selftests/net: Print TCP flags in more common format

2025-03-18 Thread Dmitry Safonov via B4 Relay
From: Dmitry Safonov <0x7f454...@gmail.com> Before: ># 13145[lib/ftrace-tcp.c:427] trace event filter tcp_ao_key_not_found >[2001:db8:1::1:-1 => 2001:db8:254::1:7010, L3index 0, flags: !FS!R!P!., keyid: >100, rnext: 100, maclen: -1, sne: -1] = 1 After: ># 13487[lib/ft

Re: [PATCH net 4/7] selftests/net: Add mixed select()+polling mode to TCP-AO tests

2025-03-18 Thread Dmitry Safonov
Hi Paolo, On Tue, 18 Mar 2025 at 14:47, Paolo Abeni wrote: > > On 3/12/25 10:10 AM, Dmitry Safonov wrote: [..] > > Reported-by: Jakub Kicinski > > Closes: https://lore.kernel.org/netdev/20241205070656.6ef34...@kernel.org/ > > Signed-off-by: Dmitry Safonov <0x7f454.

[PATCH net 0/7] selftests/net: Mixed select()+polling mode for TCP-AO tests

2025-03-15 Thread Dmitry Safonov via B4 Relay
Should fix flaky tcp-ao/connect-deny-ipv6 test. Begging pardon for the delay since the report and for sending it this late in the release cycle. Signed-off-by: Dmitry Safonov <0x7f454...@gmail.com> --- Dmitry Safonov (7): selftests/net: Print TCP flags in more common format sel

[PATCH net 6/7] selftests/net: Delete timeout from test_connect_socket()

2025-03-12 Thread Dmitry Safonov via B4 Relay
From: Dmitry Safonov <0x7f454...@gmail.com> Unused: it's always either the default timeout or asynchronous connect(). Signed-off-by: Dmitry Safonov <0x7f454...@gmail.com> --- tools/testing/selftests/net/tcp_ao/lib/aolib.h| 8 tools/testing/selftests/net/tcp_ao/li

Re: [PATCH v2 0/3] Fairphone 5 DisplayPort over USB-C support

2025-03-12 Thread Dmitry Baryshkov
Hook up DisplayPort over USB-C > > arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts | 103 > +++-- > arch/arm64/boot/dts/qcom/sc7280.dtsi | 9 +- > 2 files changed, 104 insertions(+), 8 deletions(-) > --- > base-commit: dcb11dc4740372cd4cce0b763a4a8ec4e9f347a6 > change-id: 20231208-fp5-pmic-glink-dp-216b76084bee > > Best regards, > -- > Luca Weiss > -- With best wishes Dmitry

[PATCH net 1/7] selftests/net: Print TCP flags in more common format

2025-03-12 Thread Dmitry Safonov via B4 Relay
From: Dmitry Safonov <0x7f454...@gmail.com> Before: ># 13145[lib/ftrace-tcp.c:427] trace event filter tcp_ao_key_not_found >[2001:db8:1::1:-1 => 2001:db8:254::1:7010, L3index 0, flags: !FS!R!P!., keyid: >100, rnext: 100, maclen: -1, sne: -1] = 1 After: ># 13487[lib/ft

[PATCH net 4/7] selftests/net: Add mixed select()+polling mode to TCP-AO tests

2025-03-12 Thread Dmitry Safonov via B4 Relay
From: Dmitry Safonov <0x7f454...@gmail.com> Currently, tcp_ao tests have two timeouts: TEST_RETRANSMIT_SEC and TEST_TIMEOUT_SEC [by default 1 and 5 seconds]. The first one, TEST_RETRANSMIT_SEC is used for operations that are expected to succeed in order for a test to pass. It is usual

[PATCH net 7/7] selftests/net: Drop timeout argument from test_client_verify()

2025-03-12 Thread Dmitry Safonov via B4 Relay
From: Dmitry Safonov <0x7f454...@gmail.com> It's always TEST_TIMEOUT_SEC, with an unjustified exception in rst test, that is more paranoia-long timeout rather than based on requirements. Signed-off-by: Dmitry Safonov <0x7f454...@gmail.com> --- tools/testing/selftests/net

[PATCH net 5/7] selftests/net: Print the testing side in unsigned-md5

2025-03-12 Thread Dmitry Safonov via B4 Relay
From: Dmitry Safonov <0x7f454...@gmail.com> As both client and server print the same test name on failure or pass, add "[server]" so that it's more obvious from a log which side printed "ok" or "not ok". Signed-off-by: Dmitry Safonov <0x7f454...@gmail.

[PATCH net 3/7] selftests/net: Fetch and check TCP-MD5 counters

2025-03-12 Thread Dmitry Safonov via B4 Relay
From: Dmitry Safonov <0x7f454...@gmail.com> There are related TCP-MD5 <=> TCP and TCP-MD5 <=> TCP-AO tests that can benefit from checking the related counters, not only from validating operations timeouts. It also prepares the code for introduction of mixed select()+poll mode,

[PATCH net 2/7] selftests/net: Provide tcp-ao counters comparison helper

2025-03-12 Thread Dmitry Safonov via B4 Relay
From: Dmitry Safonov <0x7f454...@gmail.com> Rename __test_tcp_ao_counters_cmp() into test_assert_counters_ao() and test_tcp_ao_key_counters_cmp() into test_assert_counters_key() as they are asserts, rather than just compare functions. Provide test_cmp_counters() helper, that's going

Re: [PATCH v3 2/7] Input: synaptics-rmi4 - handle duplicate/unknown PDT entries

2025-03-11 Thread Dmitry Torokhov
ber %#02x\n", fn); > + return false; > + } > + > + for (i = 0; i < state->pdt_count; i++) { > + if (state->pdts[i] == fn) > + return false; > + } > + > + state->pdts[state->pdt_count++] = fn; Duplicate detection could be handled thorough a bitmap. Thanks. -- Dmitry

Re: [PATCH v3 4/7] Input: synaptics-rmi4 - f55: handle zero electrode count

2025-03-10 Thread Dmitry Torokhov
g up\n"); > + return 0; 0 here means "successfully detected" and will result in F55 probe succeeding. I expect you want -EINVAL or -ENODEV here. Thanks. -- Dmitry

Re: [PATCH v4 0/2] Add Goodix Berlin-A series support

2025-03-10 Thread Dmitry Torokhov
t has gt9897 connected over I2C and therefore could not > test it, so I didn't add a compatible in the I2C driver. Applied the lot, thank you. -- Dmitry

[PATCH v7 3/6] syscall.h: introduce syscall_set_nr()

2025-03-03 Thread Dmitry V. Levin
. Signed-off-by: Dmitry V. Levin Tested-by: Charlie Jenkins Reviewed-by: Charlie Jenkins Acked-by: Helge Deller # parisc Reviewed-by: Maciej W. Rozycki # mips --- arch/arc/include/asm/syscall.h| 11 +++ arch/arm/include/asm/syscall.h| 24 arch

Re: [PATCH 3/3] arm64: dts: qcom: qcm6490-fairphone-fp5: Hook up DisplayPort over USB-C

2025-02-26 Thread Dmitry Baryshkov
+ remote-endpoint = <&redriver_ss_in>; > +}; > + > +&usb_dp_qmpphy_usb_ss_in { > + remote-endpoint = <&usb_1_dwc3_ss>; > +}; And this one too. > + > &venus { > firmware-name = "qcom/qcm6490/fairphone5/venus.mbn"; > status = "okay"; > diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi > b/arch/arm64/boot/dts/qcom/sc7280.dtsi > index > 0f2caf36910b65c398c9e03800a8ce0a8a1f8fc7..4880d26e745566fa7ef906a0489e3772f2426ab6 > 100644 > --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi > +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi > @@ -3639,6 +3639,8 @@ usb_1_qmpphy: phy@88e8000 { > #clock-cells = <1>; > #phy-cells = <1>; > > + orientation-switch; > + > ports { > #address-cells = <1>; > #size-cells = <0>; > > -- > 2.48.1 > -- With best wishes Dmitry

Re: [PATCH 2/2] Input: goodix-berlin - fix vddio regulator references

2025-02-24 Thread Dmitry Torokhov
core support for Goodix Berlin Touchscreen > IC") > Cc: sta...@vger.kernel.org > Signed-off-by: Luca Weiss Applied, thank you. -- Dmitry

Re: [PATCH 1/2] Input: goodix-berlin - fix comment referencing wrong regulator

2025-02-24 Thread Dmitry Torokhov
> Signed-off-by: Luca Weiss Applied, thank you. -- Dmitry

Re: [PATCH 2/2] input/touchscreen: imagis: document ist3038h

2025-02-24 Thread Dmitry Torokhov
On Mon, Feb 24, 2025 at 10:03:56AM +0100, Andras Sebok wrote: > Signed-off-by: Andras Sebok Applied after updating commit description, thank you. -- Dmitry

Re: [PATCH 1/2] input/touchscreen: imagis: add support for imagis IST3038H

2025-02-24 Thread Dmitry Torokhov
On Mon, Feb 24, 2025 at 10:03:54AM +0100, Andras Sebok wrote: > Adds support for imagis IST3038H, simular to IST3038C. > Tested on samsung,j5y17lte. > > Signed-off-by: Andras Sebok Applied after updating commit description a bit, thank you. -- Dmitry

Re: [PATCH 3/4] arm64: dts: qcom: sdm632-fairphone-fp3: Add firmware-name for adsp & wcnss

2025-02-24 Thread Dmitry Baryshkov
On Mon, Feb 24, 2025 at 09:43:48PM +0100, Luca Weiss wrote: > On 24-02-2025 9:27 p.m., Konrad Dybcio wrote: > > On 24.02.2025 1:17 AM, Dmitry Baryshkov wrote: > > > On Sat, Feb 22, 2025 at 02:00:49PM +0100, Luca Weiss wrote: > > > > Set the paths where the device-spec

Re: [PATCH 4/4] arm64: dts: qcom: sdm632-fairphone-fp3: Enable modem

2025-02-24 Thread Dmitry Baryshkov
On Mon, Feb 24, 2025 at 02:18:55AM +0200, Dmitry Baryshkov wrote: > On Sat, Feb 22, 2025 at 02:00:50PM +0100, Luca Weiss wrote: > > Add the necessary supplies and set an appropriete firmware-name for the > > Nit: appropriate > > > modem and enable it. > >

Re: [PATCH 4/4] arm64: dts: qcom: sdm632-fairphone-fp3: Enable modem

2025-02-23 Thread Dmitry Baryshkov
"qcom/msm8953/fairphone/fp3/modem.mbn"; THe comment from the previous patch applies. > + pll-supply = <&pm8953_l7>; > + > + status = "okay"; > +}; > + > &pm8953_resin { > linux,code = ; > status = "okay"; > > -- > 2.48.1 > -- With best wishes Dmitry

Re: [PATCH 3/4] arm64: dts: qcom: sdm632-fairphone-fp3: Add firmware-name for adsp & wcnss

2025-02-23 Thread Dmitry Baryshkov
"qcom/msm8953/fairphone/fp3/WCNSS_qcom_wlan_nv.bin"; then this can become "qcom/msm8953/WCNSS_qcom_wlan_nv_fp3.bin" > +}; > + > &wcnss_iris { > compatible = "qcom,wcn3680"; > > > -- > 2.48.1 > -- With best wishes Dmitry

Re: [PATCH 1/4] arm64: dts: qcom: sdm632-fairphone-fp3: Move status properties last

2025-02-23 Thread Dmitry Baryshkov
changed, 9 insertions(+), 6 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 2/4] arm64: dts: qcom: sdm632-fairphone-fp3: Add newlines between regulator nodes

2025-02-23 Thread Dmitry Baryshkov
+ > 1 file changed, 18 insertions(+) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

  1   2   3   4   5   6   7   8   9   10   >