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
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
om/qcom-msm8974-sony-xperia-rhine.dtsi | 2 ++
> 1 file changed, 2 insertions(+)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
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
Bjorn Andersson
> ---
> drivers/soc/qcom/mdt_loader.c | 10 +-
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
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
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
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
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
0 0x200>,
> <0x01b0ac00 0x0 0x200 0x0>
No.
#address-cells = <1>;
#size-cells = <1>;
--
With best wishes
Dmitry
> > +&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
ret);
> + }
> }
This chunk should probably go to the previous patch.
>
> static void vfe_set_ds(struct vfe_device *vfe)
--
With best wishes
Dmitry
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
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
--
> 1 file changed, 287 insertions(+), 287 deletions(-)
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
tions(+)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
++
> 1 file changed, 99 insertions(+)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
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
mmits. OTOH replying with "please adjust commit message and
send v2" could be the way faster.
Dmitry
--
> 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
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
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)
-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
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
t; 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
h/arm64/boot/dts/qcom/sm6350.dtsi | 8
> 1 file changed, 8 insertions(+)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
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
t; 1 file changed, 4 insertions(+), 4 deletions(-)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
changed, 4 insertions(+), 3 deletions(-)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
> 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
changed, 4 insertions(+), 3 deletions(-)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
, 16 deletions(-)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
changed, 4 insertions(+), 4 deletions(-)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
> 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
changed, 4 insertions(+), 4 deletions(-)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
t; 1 file changed, 4 insertions(+), 4 deletions(-)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
t; 1 file changed, 3 insertions(+), 3 deletions(-)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
ertions(+), 6 deletions(-)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
, 10 insertions(+), 7 deletions(-)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
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.
>
ties.
> +};
> +
> +&remoteproc_cdsp {
> + firmware-name = "qcom/qcs615/cdsp.mbn";
> + status = "okay";
> +};
> +
> &rpmhcc {
> clocks = <&xo_board_clk>;
> };
>
> --
> 2.46.0
>
--
With best wishes
Dmitry
ny-xperia-rhine.dtsi| 2 +-
> 3 files changed, 18 insertions(+), 1 deletion(-)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
ine.dtsi| 14 --
> 3 files changed, 32 insertions(+), 14 deletions(-)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
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
if (PTR_ERR(edge->mbox_chan) != -ENOENT) {
> ret = PTR_ERR(edge->mbox_chan);
> goto put_node;
> }
>
> --
> 2.49.0
>
--
With best wishes
Dmitry
t; ++
> 1 file changed, 31 insertions(+)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
ed-off-by: Luca Weiss
> ---
> sound/soc/qcom/sm8250.c | 1 +
> 1 file changed, 1 insertion(+)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
> + 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
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
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
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-
cci0: cci@ac4a000 {
> compatible = "qcom,sm6350-cci", "qcom,msm8996-cci";
> reg = <0 0x0ac4a000 0 0x1000>;
>
> --
> 2.49.0
>
--
With best wishes
Dmitry
> 1 file changed, 59 insertions(+)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
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
)
> 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(+)
>
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
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
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
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
.
>
> 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
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
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,
> +
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
ed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
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
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
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
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
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
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
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,
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.
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
-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
---
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
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.
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
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
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
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
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
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
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.
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,
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
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
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
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
.
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
+ 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
core support for Goodix Berlin Touchscreen
> IC")
> Cc: sta...@vger.kernel.org
> Signed-off-by: Luca Weiss
Applied, thank you.
--
Dmitry
> Signed-off-by: Luca Weiss
Applied, thank you.
--
Dmitry
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
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
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
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.
> >
"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
"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
changed, 9 insertions(+), 6 deletions(-)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
+
> 1 file changed, 18 insertions(+)
>
Reviewed-by: Dmitry Baryshkov
--
With best wishes
Dmitry
1 - 100 of 4466 matches
Mail list logo