Re: [PATCH RESEND v6] arm64: dts: qcom: msm8939-longcheer-l9100: Add rear flash

2024-08-15 Thread Bjorn Andersson
On Mon, 29 Jul 2024 23:23:04 +0200, André Apitzsch wrote: > The phone has a Silergy SY7802 flash LED controller. > > Applied, thanks! [1/1] arm64: dts: qcom: msm8939-longcheer-l9100: Add rear flash commit: 04b2f8d5aec32973d34839ae983821857924cc66 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH v2 00/11] Add Nothing Phone (1) support

2024-08-15 Thread Bjorn Andersson
ompatible commit: e6b666de995e993bcda883ff045164f090e5506d Best regards, -- Bjorn Andersson

Re: [PATCH][next] rpmsg: glink: Avoid -Wflex-array-member-not-at-end warnings

2024-09-13 Thread Bjorn Andersson
t-at-end warnings commit: c1ddb29709e675ea2a406e3114dbf5c8c705dd59 Best regards, -- Bjorn Andersson

Re: [PATCH] soc: qcom: smem: Annotate struct qcom_smem with __counted_by

2023-09-27 Thread Bjorn Andersson
f431ee114b4607143860aad4054 Best regards, -- Bjorn Andersson

Re: [PATCH][next] soc: qcom: apr: Add __counted_by for struct apr_rx_buf and use struct_size()

2023-10-16 Thread Bjorn Andersson
On Mon, Oct 09, 2023 at 03:30:17PM -0600, Gustavo A. R. Silva wrote: > Prepare for the coming implementation by GCC and Clang of the __counted_by > attribute. Flexible array members annotated with __counted_by can have > their accesses bounds-checked at run-time via CONFIG_UBSAN_BOUNDS (for > array

Re: [PATCH 1/9] arm64: dts: qcom: sc7180: Make watchdog bark interrupt edge triggered

2023-11-06 Thread Bjorn Andersson
On Mon, Nov 06, 2023 at 01:52:58PM -0800, Doug Anderson wrote: > Hi, > > On Mon, Nov 6, 2023 at 1:49 PM Stephen Boyd wrote: > > > > Quoting Douglas Anderson (2023-11-03 16:34:27) > > > On sc7180 when the watchdog timer fires your logs get filled with: > > > watchdog0: pretimeout event > > > w

Re: (subset) [PATCH v2 1/9] arm64: dts: qcom: sc7180: Make watchdog bark interrupt edge triggered

2023-12-07 Thread Bjorn Andersson
e triggered commit: 6c4a9c7ea486da490400c84ba2768c90d228c283 [8/9] arm64: dts: qcom: sm6350: Make watchdog bark interrupt edge triggered commit: 5b84bb2b8d86595544fc8272364b0f1a34b68a4f Best regards, -- Bjorn Andersson

Re: (subset) [PATCH v11 1/2] dt-bindings: arm: qcom: Add Xiaomi Pad 6 (xiaomi-pipa)

2023-12-07 Thread Bjorn Andersson
al device tree commit: 264beb3cbd0dc6d78357aa382297d5c94ffb4a3e Best regards, -- Bjorn Andersson

Re: [PATCH 70/82] remoteproc: Refactor intentional wrap-around test

2024-02-06 Thread Bjorn Andersson
gt; This paves the way to enabling the wrap-around sanitizers in the future. > > Link: https://git.kernel.org/linus/68df3755e383e6fecf2354a67b08f92f18536594 > [1] > Link: https://github.com/KSPP/linux/issues/26 [2] > Link: https://github.com/KSPP/linux/issues/27 [3] > Link: https

Re: [PATCH v2] soc: qcom: cmd-db: replace deprecated strncpy with strtomem

2024-03-18 Thread Bjorn Andersson
On Mon, Mar 18, 2024 at 10:49:23PM +, Justin Stitt wrote: > strncpy() is deprecated for use on NUL-terminated destination strings > [1] and as such we should prefer more robust and less ambiguous string > interfaces. > I don't mind changing the strncpy() in this function, but I don't think th

Re: (subset) [PATCH 0/7] Xperia 1 V support

2024-04-15 Thread Bjorn Andersson
uirks commit: d18b5477dcea7775a562b3ba7aaa68772c8980ba [6/7] arm64: dts: qcom: sm8550: Mark DWC3 as dma-coherent commit: 6e4f7e53991ca7e70dc7d5d9d66c833091e1f6ae [7/7] arm64: dts: qcom: Add SM8550 Xperia 1 V commit: 39c596304e44781c1950ea0cbf178d6433ff9c71 Best regards, -- Bjorn Andersson

Re: [PATCH v3] soc: qcom: cmd-db: replace deprecated strncpy with strtomem

2024-04-21 Thread Bjorn Andersson
: replace deprecated strncpy with strtomem commit: 166db01007ea802ff9933ac73ec8f140ca0cf5d5 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH v5 0/4] Add support for QoS configuration

2024-06-25 Thread Bjorn Andersson
. > - Added conditional check for clock property in dt-bindings to the >providers which need clocks. > > [...] Applied, thanks! [4/4] arm64: dts: qcom: sc7280: Add clocks for QOS configuration commit: 2b5004956affaa6dd1d23d431876ad533f10418b Best regards, -- Bjorn Andersson

Re: [PATCH v5 2/4] interconnect: qcom: sc7280: enable QoS configuration

2024-07-01 Thread Bjorn Andersson
On Fri, Jun 07, 2024 at 11:09:25PM GMT, Odelu Kukatla wrote: > Enable QoS configuration for master ports with predefined values > for priority and urgency forawrding. > This patch causes QCS6490 RB3Gen2 to hit a bus timeout and crash during boot, unless the associated DeviceTree change (adding cl

Re: [PATCH] interconnect: qcom: Fix DT backwards compatibility for QoS

2024-07-04 Thread Bjorn Andersson
y in a separate paragraph). [1] https://docs.kernel.org/process/submitting-patches.html#describe-your-changes > Reported-by: Bjorn Andersson > Closes: > https://lore.kernel.org/all/ciji6nlxn752ina4tmh6kwvek52nxpnguomqek6plwvwgvoqef@yrtexkpmn5br/ > Signed-off-by: Odelu Kukatla > ---

Re: [PATCH v2] ARM: dts: qcom: msm8974pro-samsung-klte: Add pstore node

2024-07-28 Thread Bjorn Andersson
On Mon, 15 Jul 2024 20:22:01 +0800, Bingwu Zhang wrote: > Add pstore node to allow for retrieving crash logs. > > Applied, thanks! [1/1] ARM: dts: qcom: msm8974pro-samsung-klte: Add pstore node commit: 56080a49773935fb899c6559c390a5f8439b5632 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH v5 0/3] Add sy7802 flash led driver

2024-07-31 Thread Bjorn Andersson
distributor of the hardware didn't include > any information about the i2c register description. > > [...] Applied, thanks! [3/3] arm64: dts: qcom: msm8939-longcheer-l9100: Add rear flash commit: f98bdb21cfc94cb7733a5c3216e8f1dec1c06023 Best regards, -- Bjorn Andersson

Re: (subset) [PATCH v3 0/6] Add Nothing Phone (1) support

2024-10-22 Thread Bjorn Andersson
a [6/6] arm64: dts: qcom: sm7325: Add device-tree for Nothing Phone 1 commit: 6b3d104e52893493964a5eefa50dd0fdb472515a Best regards, -- Bjorn Andersson