Re: [PATCH 1/2] dt-bindings: arm: qcom: Add Huawei Honor 5X / GR5 (2016)

2023-10-22 Thread Conor Dooley
On Sat, Oct 21, 2023 at 04:30:24PM +0200, Lukas Walter wrote: > Add a compatible for Huawei Honor 5X / GR5 (2016). > > Acked-by: Krzysztof Kozlowski How come this v1 has an ack? > Signed-off-by: Lukas Walter > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 1 + > 1 file changed, 1 in

Re: [PATCH 1/2] dt-bindings: arm: qcom: Add Huawei Honor 5X / GR5 (2016)

2023-10-22 Thread lukas walter
>> Acked-by: Krzysztof Kozlowski > >How come this v1 has an ack? This is supposed to be a v2, but I had problems sending it correctly, sorry https://patchwork.kernel.org/project/linux-arm-msm/patch/20230916134147.163764-1-lukas.wal...@aceart.de/

Re: [PATCH 0/2] Small style fixes in msm8974.dtsi

2023-10-22 Thread Bjorn Andersson
On Tue, 27 Jun 2023 21:45:12 +0200, Luca Weiss wrote: > While making sure the nodes are sorted correctly, I also noticed that > some lines are wrongly indented. Fix both. > > Applied, thanks! [1/2] ARM: dts: qcom: msm8974: replace incorrect indentation in interconnect commit: 207f4ce365

Re: [PATCH v2 00/14] arm64: dts: qcom: msm8916/39: Enable sound and modem with QDSP6

2023-10-22 Thread Bjorn Andersson
On Tue, 03 Oct 2023 15:18:18 +0200, Stephan Gerhold wrote: > Enable sound and modem on most of the MSM8916/MSM8939 > smartphones/tablets supported upstream by: > > - Adding the BAM-DMUX DT nodes to msm8939.dtsi for WWAN Internet > - Adding the QDSP6 DT nodes to both msm8916.dtsi and msm8939.dt

Re: (subset) [PATCH v2 0/2] Add CCI support for SC7280

2023-10-22 Thread Bjorn Andersson
On Mon, 02 Oct 2023 08:55:29 +0200, Luca Weiss wrote: > Add the dts nodes for the camera control interface found on the SC7280 > SoC. And then enable the CCI nodes in the Fairphone 5 dts. > > Applied, thanks! [2/2] arm64: dts: qcom: sc7280: Add Camera Control Interface busses commit: 0c

Re: (subset) [PATCH v2 0/2] Small updates / fixups for PMIC spmi-gpio

2023-10-22 Thread Bjorn Andersson
On Mon, 02 Oct 2023 09:00:10 +0200, Luca Weiss wrote: > Update the schema to use plural _gpios label in the example. And fix a > dtbs_check warning in pm7250b.dtsi. > > Applied, thanks! [2/2] arm64: dts: qcom: pm7250b: Use correct node name for gpios commit: 6cd8621758004d98f7c622c2d756

Re: [PATCH] dt-bindings: arm: cpus: Add Qualcomm Kryo 465

2023-10-22 Thread Krzysztof Kozlowski
On 21/10/2023 09:16, David Wronek wrote: > Add a compatible for the Qualcomm Kryo 465 found in SM7125. > > Signed-off-by: David Wronek > --- > Documentation/devicetree/bindings/arm/cpus.yaml | 1 Acked-by: Krzysztof Kozlowski Best regards, Krzysztof

Re: [PATCH v2] soc: qcom: pmic_glink_altmode: Print return value on error

2023-10-22 Thread Bjorn Andersson
On Tue, 17 Oct 2023 10:00:23 +0200, Luca Weiss wrote: > It can be useful to know with which return value for example the > typec_retimer_set call failed, so include this info in the dev_err > prints. > > Applied, thanks! [1/1] soc: qcom: pmic_glink_altmode: Print return value on error c

Re: [PATCH] ARM: dts: qcom: msm8226: provide dsi phy clocks to mmcc

2023-10-22 Thread Bjorn Andersson
On Wed, 12 Jul 2023 09:52:07 +0200, Luca Weiss wrote: > Some mmcc clocks have dsi0pll & dsi0pllbyte as clock parents so we > should provide them in the dt, which I missed in the commit adding the > mdss nodes. > > Applied, thanks! [1/1] ARM: dts: qcom: msm8226: provide dsi phy clocks to mmcc

Re: [PATCH 1/2] dt-bindings: arm: qcom: Add Huawei Honor 5X / GR5 (2016)

2023-10-22 Thread Conor Dooley
On Sun, Oct 22, 2023 at 01:40:41PM +0200, lukas walter wrote: > >> Acked-by: Krzysztof Kozlowski > > > >How come this v1 has an ack? > > This is supposed to be a v2, but I had problems sending it correctly, > sorry > https://patchwork.kernel.org/project/linux-arm-msm/patch/20230916134147.163764-1

[PATCH] kmod: Add FIPS 202 SHA-3 support

2023-10-22 Thread Dimitri John Ledkov
Add support for parsing FIPS 202 SHA-3 signature hashes. Separately, it is not clear why explicit hashes are re-encoded here, instead of trying to generically show any digest openssl supports. Signed-off-by: Dimitri John Ledkov --- libkmod/libkmod-signature.c | 12 1 file changed, 1

Re: [PATCH v5 16/18] x86/sgx: Limit process EPC usage with misc cgroup controller

2023-10-22 Thread Haitao Huang
On Mon, 09 Oct 2023 19:26:01 -0500, Huang, Kai wrote: @@ -332,6 +336,7 @@ void sgx_isolate_epc_pages(struct sgx_epc_lru_lists *lru, size_t nr_to_scan, * sgx_reclaim_epc_pages() - Reclaim EPC pages from the consumers * @nr_to_scan: Number of EPC pages to scan for reclaim

Re: [PATCH] dt-bindings: arm: cpus: Add Qualcomm Kryo 465

2023-10-22 Thread Rob Herring
On Sat, 21 Oct 2023 09:16:19 +0200, David Wronek wrote: > Add a compatible for the Qualcomm Kryo 465 found in SM7125. > > Signed-off-by: David Wronek > --- > Documentation/devicetree/bindings/arm/cpus.yaml | 1 + > 1 file changed, 1 insertion(+) > Applied, thanks!