[PATCH v2 3/5] arm64: dts: qcom: sm8150: add mmcx regulator

2020-10-23 Thread Dmitry Baryshkov
Add regulator controlling MMCX power domain to be used by display clock controller on SM8150. Signed-off-by: Dmitry Baryshkov --- arch/arm64/boot/dts/qcom/sm8150.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom

[PATCH v2 4/5] arm64: dts: qcom: sm8250: add mmcx regulator

2020-10-23 Thread Dmitry Baryshkov
Add regulator controlling MMCX power domain to be used by display clock controller on SM8250. Signed-off-by: Dmitry Baryshkov --- arch/arm64/boot/dts/qcom/sm8250.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom

Re: [PATCH] drm/msm/dsi: save PLL registers across first PHY reset

2020-10-30 Thread Dmitry Baryshkov
Hello, On 07/10/2020 03:10, benl-kernelpatc...@squareup.com wrote: From: Benjamin Li Take advantage of previously-added support for persisting PLL registers across DSI PHY disable/enable cycles (see 328e1a6 'drm/msm/dsi: Save/Restore PLL status across PHY reset') to support persisting across t

[PATCH] drm/msm/dsi: do not try reading 28nm vco rate if it's not enabled

2020-10-30 Thread Dmitry Baryshkov
Reading VCO rate for this PLL can cause boot stalls, if it is not enabled. Guard clk_hw_get_rate with a call to dsi_pll_28nm_clk_is_enabled(). Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/dsi/pll/dsi_pll_28nm.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a

Re: [PATCH] pinctrl: qcom: sm8250: Specify PDC map

2020-11-10 Thread Dmitry Baryshkov
On Tue, 10 Nov 2020 at 16:58, Linus Walleij wrote: > > On Thu, Nov 5, 2020 at 4:01 PM Dmitry Baryshkov > wrote: > > On 05/11/2020 16:59, Linus Walleij wrote: > > > On Wed, Oct 28, 2020 at 5:36 AM Bjorn Andersson > > > wrote: > > > > > >

Re: [PATCH v2 5/5] clk: qcom: dispcc-sm8250: handle MMCX power domain

2020-11-05 Thread Dmitry Baryshkov
On Thu, 5 Nov 2020 at 05:42, Stephen Boyd wrote: > > Quoting Dmitry Baryshkov (2020-10-23 06:19:25) > > On SM8250 MMCX power domain is required to access MMDS_GDSC registers. > > This power domain is expressed as mmcx-supply regulator property. Use > > this regul

Re: [PATCH] pinctrl: qcom: sm8250: Specify PDC map

2020-11-05 Thread Dmitry Baryshkov
On 05/11/2020 16:59, Linus Walleij wrote: On Wed, Oct 28, 2020 at 5:36 AM Bjorn Andersson wrote: Specify the PDC mapping for SM8250, so that gpio interrupts are propertly mapped to the wakeup IRQs of the PDC. Signed-off-by: Bjorn Andersson Patch applied for next (v5.11). If this is urgent

[PATCH] mailmap: fix entry for Dmitry Baryshkov/Eremin-Solenikov

2020-11-02 Thread Dmitry Baryshkov
From: Dmitry Baryshkov Change back surname to new (old) one. Dmitry Baryshkov -> Dmitry Eremin-Solenikov -> Dmitry Baryshkov. Map several odd entries to main identity. Signed-off-by: Dmitry Baryshkov --- .mailmap | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.m

Re: [PATCH v4 2/7] iio: core: wrap IIO device into an iio_dev_opaque object

2020-07-21 Thread Dmitry Baryshkov
Hello, On Tue, Jun 30, 2020 at 07:57:03AM +0300, Alexandru Ardelean wrote: > There are plenty of bad designs we want to discourage or not have to review > manually usually about accessing private (marked as [INTERN]) fields of > 'struct iio_dev'. > > Sometimes users copy drivers that are not alwa

Re: [PATCH] iio: core: fix/re-introduce back parent assignment

2020-07-21 Thread Dmitry Baryshkov
an > iio_dev_opaque object"). > > This looks like a rebase gone wrong, and ends up breaking devicetree > bindings of IIO clients. > > This change adds back the parent assignment. > > Fixes 6d4ebd565d15f: ("iio: core: wrap IIO device into an iio_dev_opaque > obje

Re: [PATCH v0] clk: qcom: gcc: Update disp gpll0 branch for 7180/845

2020-07-21 Thread Dmitry Baryshkov
On 15/07/2020 09:54, Taniya Das wrote: The display gpll0 branch clock needs to be always left enabled, thus move the clock ops to _aon branch ops. Does this also apply to sm8250/sm8150? Signed-off-by: Taniya Das --- drivers/clk/qcom/gcc-sc7180.c | 2 +- drivers/clk/qcom/gcc-sdm845.c | 4 +

Re: [PATCH v3 00/14] Enable GPU for SM8150 and SM8250

2020-07-21 Thread Dmitry Baryshkov
w it? On SM8250: Tested-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH v2 4/4] arm64: dts: qcom: sm8250: Drop tcsr_mutex syscon

2020-07-15 Thread Dmitry Baryshkov
ed-off-by: Bjorn Andersson Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [RESEND PATCH v2 00/13] Enable GPU for SM8150 and SM8250

2020-07-06 Thread Dmitry Baryshkov
Hi, On 06/07/2020 00:08, Jonathan Marek wrote: On 7/3/20 1:29 PM, Dmitry Baryshkov wrote: On 03/07/2020 18:14, Dmitry Baryshkov wrote: On 03/07/2020 18:08, Jonathan Marek wrote: On 7/3/20 11:03 AM, Dmitry Baryshkov wrote: On 30/06/2020 00:17, Jonathan Marek wrote: This series adds the

Re: [RESEND PATCH v2 00/13] Enable GPU for SM8150 and SM8250

2020-07-06 Thread Dmitry Baryshkov
On 03/07/2020 18:03, Dmitry Baryshkov wrote: On 30/06/2020 00:17, Jonathan Marek wrote: This series adds the missing clock drivers and dts nodes to enable the GPU on both SM8150 and SM8250. Note an extra patch [1] is still required for GPU to work on SM8250. Changes in V2: * Added "clk:

[PATCH] mailmap: add map all old entries to me

2020-09-18 Thread Dmitry Baryshkov
Change back surname to new (old) one. Map several odd entries to main identity. Signed-off-by: Dmitry Baryshkov --- .mailmap | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index a780211468e4..3bcfa33fc268 100644 --- a/.mailmap +++ b/.mailmap @@ -81,7

[PATCH 1/2] regmap: fix page selection for noinc reads

2020-09-17 Thread Dmitry Baryshkov
Non-incrementing reads can fail if register + length crosses page border. However for non-incrementing reads we should not check for page border crossing. Fix this by passing additional flag to _regmap_raw_read and passing length to _regmap_select_page basing on the flag. Signed-off-by: Dmitry

[PATCH 2/2] regmap: fix page selection for noinc writes

2020-09-17 Thread Dmitry Baryshkov
Non-incrementing writes can fail if register + length crosses page border. However for non-incrementing writes we should not check for page border crossing. Fix this by passing additional flag to _regmap_raw_write and passing length to _regmap_select_page basing on the flag. Signed-off-by: Dmitry

[PATCH v2 2/2] regmap: fix page selection for noinc writes

2020-09-17 Thread Dmitry Baryshkov
Non-incrementing writes can fail if register + length crosses page border. However for non-incrementing writes we should not check for page border crossing. Fix this by passing additional flag to _regmap_raw_write and passing length to _regmap_select_page basing on the flag. Signed-off-by: Dmitry

[PATCH v2 1/2] regmap: fix page selection for noinc reads

2020-09-17 Thread Dmitry Baryshkov
Non-incrementing reads can fail if register + length crosses page border. However for non-incrementing reads we should not check for page border crossing. Fix this by passing additional flag to _regmap_raw_read and passing length to _regmap_select_page basing on the flag. Signed-off-by: Dmitry

Re: [PATCH 3/4] clk: qcom: Add support to LPASS AUDIO_CC Glitch Free Mux clocks

2020-09-22 Thread Dmitry Baryshkov
On 17/09/2020 16:28, Srinivas Kandagatla wrote: GFM Muxes in AUDIO_CC control clocks to LPASS WSA and RX Codec Macros. This patch adds support to these muxes. Signed-off-by: Srinivas Kandagatla --- drivers/clk/qcom/Kconfig| 7 + drivers/clk/qcom/Makefile | 1 + dri

Re: [PATCH v2 07/13] dt-bindings: clock: Introduce SM8250 QCOM Graphics clock bindings

2020-07-01 Thread Dmitry Baryshkov
On 29/06/2020 20:20, Jonathan Marek wrote: Add device tree bindings for graphics clock controller for Qualcomm Technology Inc's SM8250 SoCs. Signed-off-by: Jonathan Marek --- .../bindings/clock/qcom,sm8250-gpucc.yaml | 74 +++ include/dt-bindings/clock/qcom,gpucc-sm8250.h

Re: [PATCH 6/6] remoteproc: qcom: Enable map/unmap and SHM bridge support

2024-10-11 Thread Dmitry Baryshkov
On Fri, 11 Oct 2024 at 10:09, Shiraz Hashim wrote: > > On Fri, Oct 11, 2024 at 09:23:05AM +0300, Dmitry Baryshkov wrote: > > On Fri, Oct 11, 2024 at 10:35:18AM GMT, Shiraz Hashim wrote: > > > On Thu, Oct 10, 2024 at 08:57:56AM +0200, neil.armstr...@linaro.org wrote: > &

Re: [PATCH 6/6] remoteproc: qcom: Enable map/unmap and SHM bridge support

2024-10-10 Thread Dmitry Baryshkov
On Fri, Oct 11, 2024 at 10:35:18AM GMT, Shiraz Hashim wrote: > On Thu, Oct 10, 2024 at 08:57:56AM +0200, neil.armstr...@linaro.org wrote: > > On 08/10/2024 08:21, Mukesh Ojha wrote: > > > On Mon, Oct 07, 2024 at 08:22:39PM +0530, Mukesh Ojha wrote: > > > > On Mon, Oct 07, 2024 at 10:05:08AM +0200,

Re: [PATCH 07/10] remoteproc: qcom_q6v5_mss: Drop redundant error printks in probe

2024-10-11 Thread Dmitry Baryshkov
> Signed-off-by: Krzysztof Kozlowski > --- > drivers/remoteproc/qcom_q6v5_mss.c | 24 ++-- > 1 file changed, 6 insertions(+), 18 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 09/10] remoteproc: qcom_q6v5_wcss: Simplify with dev_err_probe()

2024-10-11 Thread Dmitry Baryshkov
; 1 file changed, 30 insertions(+), 62 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 08/10] remoteproc: qcom_q6v5_pas: Simplify with dev_err_probe()

2024-10-11 Thread Dmitry Baryshkov
insertions(+), 15 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 06/10] remoteproc: qcom_q6v5_mss: Simplify with dev_err_probe()

2024-10-11 Thread Dmitry Baryshkov
insertions(+), 16 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 10/10] remoteproc: qcom_wcnss_iris: Simplify with dev_err_probe()

2024-10-11 Thread Dmitry Baryshkov
ns(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH] arm64: dts: qcom: qcm6490-fairphone-fp5: Add thermistor for UFS/RAM

2024-10-07 Thread Dmitry Baryshkov
On Mon, 7 Oct 2024 at 09:22, Luca Weiss wrote: > > On Sun Oct 6, 2024 at 10:26 PM CEST, Dmitry Baryshkov wrote: > > On Wed, Oct 02, 2024 at 03:01:08PM GMT, Luca Weiss wrote: > > > Configure the ADC and thermal zone for the thermistor next to the > > > UFS+RAM chip wh

Re: [PATCH] rpmsg: glink: use only lower 16-bits of param2 for CMD_OPEN name length

2024-10-07 Thread Dmitry Baryshkov
On Mon, Oct 07, 2024 at 12:47:22AM GMT, Jonathan Marek wrote: > The name len field of the CMD_OPEN packet is only 16-bits and the upper > 16-bits of "param2" are a different field, which can be nonzero in certain > situations, and CMD_OPEN packets can be unexpectedly dropped because of > this. Any

Re: [PATCH 1/6] dt-bindings: remoteproc: qcom,pas-common: Introduce iommus and qcom,devmem property

2024-10-07 Thread Dmitry Baryshkov
On Mon, 7 Oct 2024 at 17:35, Mukesh Ojha wrote: > > On Sun, Oct 06, 2024 at 10:38:01PM +0300, Dmitry Baryshkov wrote: > > On Sat, Oct 05, 2024 at 02:53:54AM GMT, Mukesh Ojha wrote: > > > From: Shiraz Hashim > > > > > > Qualcomm’s PAS implementatio

Re: [PATCH] rpmsg: glink: use only lower 16-bits of param2 for CMD_OPEN name length

2024-10-07 Thread Dmitry Baryshkov
On Mon, Oct 07, 2024 at 09:19:05AM GMT, Jonathan Marek wrote: > On 10/7/24 9:16 AM, Dmitry Baryshkov wrote: > > On Mon, Oct 07, 2024 at 12:47:22AM GMT, Jonathan Marek wrote: > > > The name len field of the CMD_OPEN packet is only 16-bits and the upper > > > 16-bits

Re: [PATCH v2] rpmsg: glink: use only lower 16-bits of param2 for CMD_OPEN name length

2024-10-07 Thread Dmitry Baryshkov
pectedly dropped > because of this. > > Fix this by masking out the upper 16 bits of param2. > > Fixes: b4f8e52b89f6 ("rpmsg: Introduce Qualcomm RPM glink driver") > Signed-off-by: Jonathan Marek > --- > drivers/rpmsg/qcom_glink_native.c | 3 ++- > 1 fi

Re: [PATCH] remoteproc: qcom_q6v5_pas: disable auto boot for wpss

2024-10-17 Thread Dmitry Baryshkov
On Wed, Oct 16, 2024 at 07:24:09PM +0530, Balaji Pothunoori wrote: > auto_boot flag ensures to take the firmware and boots it > up during the wpss remoteproc start. > wpss host driver would like to control the load and unload > of the firmware during the load and unload of the driver. > Hence, disa

Re: [PATCH] remoteproc: qcom_q6v5_pas: disable auto boot for wpss

2024-10-18 Thread Dmitry Baryshkov
On Fri, 18 Oct 2024 at 11:42, Balaji Pothunoori (QUIC) wrote: > > > -Original Message- > > From: Dmitry Baryshkov > > Sent: Friday, October 18, 2024 3:59 AM > > To: Balaji Pothunoori (QUIC) > > Cc: anders...@kernel.org; mathieu.poir...@linaro.org; li

Re: [PATCH v2] remoteproc: qcom_q6v5_pas: disable auto boot for wpss

2024-10-18 Thread Dmitry Baryshkov
are QMI > states being out of sync. > > Fixes: 300ed425dfa9 ("remoteproc: qcom_q6v5_pas: Add SC7280 ADSP, CDSP & > WPSS") > Cc: sta...@vger.kernel.org > Signed-off-by: Balaji Pothunoori > --- > v2: updated commit text. > added Fixes/cc:stable tags. > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 1/6] dt-bindings: remoteproc: qcom,pas-common: Introduce iommus and qcom,devmem property

2024-10-06 Thread Dmitry Baryshkov
On Sat, Oct 05, 2024 at 02:53:54AM GMT, Mukesh Ojha wrote: > From: Shiraz Hashim > > Qualcomm’s PAS implementation for remote processors only supports a > single stage of IOMMU translation and is presently managed by the > Qualcomm EL2 hypervisor (QHEE) if it is present. In the absence of QHEE, >

Re: [PATCH 0/6] Peripheral Image Loader support for Qualcomm SoCs

2024-10-06 Thread Dmitry Baryshkov
On Sat, Oct 05, 2024 at 02:53:53AM GMT, Mukesh Ojha wrote: > Qualcomm is looking to enable remote processors on the SA8775p SoC > running KVM Linux host and is currently trying to figure out an > upstream-compatible solution for the IOMMU translation scheme problem it > is facing when SoCs running

Re: [PATCH] arm64: dts: qcom: qcm6490-fairphone-fp5: Add thermistor for UFS/RAM

2024-10-06 Thread Dmitry Baryshkov
On Wed, Oct 02, 2024 at 03:01:08PM GMT, Luca Weiss wrote: > Configure the ADC and thermal zone for the thermistor next to the > UFS+RAM chip which is connected to GPIO_12 of PM7250B. It is used to > measure the temperature of that area of the PCB. > > Signed-off-by: Luca Weiss > --- > arch/arm64

Re: [PATCH] arm64: dts: qcom: sm6350: Fix GPU frequencies missing on some speedbins

2024-10-06 Thread Dmitry Baryshkov
d GPU nodes") > Signed-off-by: Luca Weiss > --- > arch/arm64/boot/dts/qcom/sm6350.dtsi | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 05/10] remoteproc: qcom_q6v5_adsp: Simplify with dev_err_probe()

2024-10-11 Thread Dmitry Baryshkov
s(+), 11 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 6/6] remoteproc: qcom: Enable map/unmap and SHM bridge support

2024-10-14 Thread Dmitry Baryshkov
On Mon, 14 Oct 2024 at 15:31, Shiraz Hashim wrote: > > On Fri, Oct 11, 2024 at 10:12:09AM +0300, Dmitry Baryshkov wrote: > > On Fri, 11 Oct 2024 at 10:09, Shiraz Hashim > > wrote: > > > > > > On Fri, Oct 11, 2024 at 09:23:05AM +0300, Dmitry Baryshkov wrote: &

Re: [PATCH] remoteproc: qcom: pas: Make remoteproc name human friendly

2024-10-22 Thread Dmitry Baryshkov
d, use the "sysmon_name" as the identifier for the remoteproc > instance. It matches the typical names used when we speak about each > instance, while still being unique. > > Signed-off-by: Bjorn Andersson > --- > drivers/remoteproc/qcom_q6v5_pas.c | 2 +- > 1 file ch

Re: [RFC] remoteproc: Clean rproc-driver-data for each instance

2024-10-28 Thread Dmitry Baryshkov
On Mon, Oct 28, 2024 at 07:02:16PM +0530, Wasim Nazir wrote: > Currently, all Qualcomm remoteproc client drivers have data structures > with many common fields. Clean these data structures to categorize the > common fields and create macros to fill rproc-driver-data instances. > This will help redu

[PATCH 0/3] remoteproc: qcom: pas: enable ADSP support on Qualcomm SAR2130P

2024-10-26 Thread Dmitry Baryshkov
Enable Audio DSP support on the Qualcomm SAR2130P platform. The CDSP, also present on this SoC, crashes the device during the start and is thus omitted from the series. Signed-off-by: Dmitry Baryshkov --- Dmitry Baryshkov (3): dt-bindings: remoteproc: qcom,sm8350-pas: add SAR2130P aDSP

[PATCH 1/3] dt-bindings: remoteproc: qcom,sm8350-pas: add SAR2130P aDSP compatible

2024-10-26 Thread Dmitry Baryshkov
Document compatible for audio DSP on Qualcomm SAR2130P platform. Signed-off-by: Dmitry Baryshkov --- Documentation/devicetree/bindings/remoteproc/qcom,sm8350-pas.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,sm8350-pas.yaml b

[PATCH 2/3] remoteproc: qcom: pas: add minidump_id to SM8350 resources

2024-10-26 Thread Dmitry Baryshkov
Specify minidump_id for the SM8350 DSPs. It was omitted for in the original commit e8b4e9a21af7 ("remoteproc: qcom: pas: Add SM8350 PAS remoteprocs"). Fixes: e8b4e9a21af7 ("remoteproc: qcom: pas: Add SM8350 PAS remoteprocs") Signed-off-by: Dmitry Baryshkov --- drivers/remote

[PATCH 3/3] remoteproc: qcom: pas: enable SAR2130P audio DSP support

2024-10-26 Thread Dmitry Baryshkov
Enable support for the Audio DSP on the Qualcomm SAR2130P platform, reusing the SM8350 resources. Signed-off-by: Dmitry Baryshkov --- drivers/remoteproc/qcom_q6v5_pas.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/remoteproc/qcom_q6v5_pas.c b/drivers/remoteproc/qcom_q6v5_pas.c

Re: [PATCH] remoteproc: qcom: q6v5-mss: Use common error handling code in q6v5_mpss_load()

2024-09-24 Thread Dmitry Baryshkov
On Tue, Sep 24, 2024 at 04:08:11PM GMT, Markus Elfring wrote: > From: Markus Elfring > Date: Tue, 24 Sep 2024 15:55:06 +0200 > > Add jump targets so that a bit of exception handling can be better reused > at the end of this function implementation. > > Signed-off-by: Markus Elfring > --- > dri

Re: [PATCH v3] dt-bindings: remoteproc: qcom,sa8775p-pas: Document QCS8300 remoteproc

2024-09-25 Thread Dmitry Baryshkov
On Wed, 25 Sept 2024 at 10:35, Jingyi Wang wrote: > > > > On 9/25/2024 4:01 PM, Dmitry Baryshkov wrote: > > On Wed, Sep 25, 2024 at 03:21:37PM GMT, Jingyi Wang wrote: > >> Document the components used to boot the ADSP, CDSP and GPDSP on the > >> Qualcomm QCS83

Re: [PATCH v3] dt-bindings: remoteproc: qcom,sa8775p-pas: Document QCS8300 remoteproc

2024-09-25 Thread Dmitry Baryshkov
On Wed, Sep 25, 2024 at 03:21:37PM GMT, Jingyi Wang wrote: > Document the components used to boot the ADSP, CDSP and GPDSP on the > Qualcomm QCS8300 SoC. Use fallback to indicate the compatibility of the > remoteproc on the QCS8300 with that on the SA8775P. Are there any SoC-specific quirks that d

Re: [PATCH v2 1/4] PCI: qcom-ep: Mark BAR0/BAR2 as 64bit BARs and BAR1/BAR3 as RESERVED

2024-11-29 Thread Dmitry Baryshkov
oller/dwc/pcie-qcom-ep.c | 4 > 1 file changed, 4 insertions(+) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH 0/3] remoteproc: qcom: pas: enable ADSP support on Qualcomm SAR2130P

2024-11-15 Thread Dmitry Baryshkov
On Sun, Oct 27, 2024 at 01:09:42AM +0300, Dmitry Baryshkov wrote: > Enable Audio DSP support on the Qualcomm SAR2130P platform. The CDSP, > also present on this SoC, crashes the device during the start and is > thus omitted from the series. > > Signed-off-by: Dmitry Baryshkov

Re: [PATCH] dt-bindings: remoteproc: Consolidate SC8180X and SM8150 PAS files

2024-11-17 Thread Dmitry Baryshkov
gs/remoteproc/qcom,sm8150-pas.yaml | 7 ++ > 2 files changed, 7 insertions(+), 96 deletions(-) > Reviewed-by: Dmitry Baryshkov -- With best wishes Dmitry

Re: [PATCH] dt-bindings: power: rpmpd: Fix comment for SM6375

2024-12-02 Thread Dmitry Baryshkov
On Mon, Dec 02, 2024 at 04:45:02PM +0100, Luca Weiss wrote: > During an earlier commit, the comment from SM6350 was copied without > modifying. Adjust the comment to reflect the defines. > > Signed-off-by: Luca Weiss Fixes tag, please. > --- > include/dt-bindings/power/qcom-rpmpd.h | 2 +- > 1

Re: [PATCH] dt-bindings: power: rpmpd: Fix comment for SM6375

2024-12-03 Thread Dmitry Baryshkov
On Tue, Dec 03, 2024 at 08:52:59AM +0100, Luca Weiss wrote: > On Mon Dec 2, 2024 at 9:00 PM CET, Dmitry Baryshkov wrote: > > On Mon, Dec 02, 2024 at 04:45:02PM +0100, Luca Weiss wrote: > > > During an earlier commit, the comment from SM6350 was copied without > > > modif

Re: [PATCH V3 2/8] dt-bindings: remoteproc: qcom: document hexagon based WCSS secure PIL

2025-01-07 Thread Dmitry Baryshkov
On Tue, Jan 07, 2025 at 03:46:41PM +0530, Gokul Sriram Palanisamy wrote: > From: Manikanta Mylavarapu > > Add new binding document for hexagon based WCSS secure PIL remoteproc. > IPQ5332, IPQ5424 and IPQ9574 follows secure PIL remoteproc. > > Signed-off-by: Manikanta Mylavarapu > Signed-off-by:

Re: [PATCH V3 6/8] arm64: dts: qcom: ipq5332: add nodes to bringup q6

2025-01-07 Thread Dmitry Baryshkov
On Tue, Jan 07, 2025 at 03:46:45PM +0530, Gokul Sriram Palanisamy wrote: > From: Manikanta Mylavarapu > > Enable nodes required for q6 remoteproc bring up. > > Signed-off-by: Manikanta Mylavarapu > Signed-off-by: Gokul Sriram Palanisamy > --- > arch/arm64/boot/dts/qcom/ipq5332.dtsi | 64 +

Re: [PATCH V3 2/8] dt-bindings: remoteproc: qcom: document hexagon based WCSS secure PIL

2025-01-08 Thread Dmitry Baryshkov
On Tue, 7 Jan 2025 at 14:52, Gokul Sriram P wrote: > > +examples: > + - | > +#include > +#include > +remoteproc@d10 { > + compatible = "qcom,ipq5332-wcss-sec-pil"; > + reg = <0xd10 0x4040>; > + firmware-name = "ath12k/IPQ5332/hw1.0/q6_fw0.mdt"; > > Nit: .mbn >

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 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 3/3] arm64: dts: qcom: sm6350: Add video clock controller

2025-04-05 Thread Dmitry Baryshkov
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 | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sm6350.d

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 v2 0/3] Fairphone 5 DisplayPort over USB-C support

2025-04-18 Thread Dmitry Baryshkov
pr 1, 2025 at 11:32 AM CEST, Luca Weiss wrote: > > Hi Dmitry, > > > > On Wed Mar 12, 2025 at 8:06 PM CET, Dmitry Baryshkov wrote: > >> On Wed, Mar 12, 2025 at 01:05:07PM +0100, Luca Weiss wrote: > >>> This series adds all the necessary bits to enable DisplayPo

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 3/5] ASoC: qcom: sm8250: add DisplayPort Jack support

2025-04-18 Thread Dmitry Baryshkov
On Fri, Apr 18, 2025 at 03:13:44PM +0200, Luca Weiss wrote: > Add support for DisplayPort Jack events, so that user space can > configure the audio routing correctly. > > Signed-off-by: Luca Weiss > --- > sound/soc/qcom/sm8250.c | 18 -- > 1 file changed, 12 insertions(+), 6 dele

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 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 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
On Wed, Apr 23, 2025 at 05:17:42PM +0800, Lijuan Gao wrote: > Enable all remoteproc nodes on the qcs615-ride board and point to the > appropriate firmware files to allow proper functioning of the remote > processors. > > Signed-off-by: Lijuan Gao > --- > arch/arm64/boot/dts/qcom/qcs615-ride.dts

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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: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 enabling it for X13s? Windows drivers provide qcslpi8280.mbn in the qcsubsys_ext_scss8

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 1/2] rpmsg: qcom_smd: Fix fallback to qcom,ipc parse

2025-04-21 Thread Dmitry Baryshkov
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. > It uses returning value of of_parse_phandle_with_args(). > It is returning with -ENOENT instead of -ENODEV when no mboxes property > exists. Why? What is the ra

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

2025-04-21 Thread Dmitry Baryshkov
On Sat, Apr 19, 2025 at 11:00:38AM +0200, Luca Weiss wrote: > From: Kevin Widjaja > > Set usb-charge-current-limit to enable charging over USB for all > sony-rhine devices. > > Signed-off-by: Kevin Widjaja > Signed-off-by: Luca Weiss > --- > arch/arm/boot/dts/qcom/qcom-msm8974-sony-xperia-rhi

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 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 v2 0/3] Fairphone 5 DisplayPort over USB-C support

2025-03-12 Thread Dmitry Baryshkov
On Wed, Mar 12, 2025 at 01:05:07PM +0100, Luca Weiss wrote: > This series adds all the necessary bits to enable DisplayPort-out over > USB-C on Fairphone 5. > > There's currently a dt validation error with this, not quite sure how to > resolve this: > > arch/arm64/boot/dts/qcom/qcm6490-fairphon

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 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-23 Thread Dmitry Baryshkov
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. > > Signed-off-by: Luca Weiss > --- > arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts | 8 > 1 file changed,

<    1   2   3   4   5   >