Re: [PATCH] firmware: ti_sci: refactor deprecated strncpy
Hi Justin Stitt, On Wed, 13 Sep 2023 20:23:02 +, Justin Stitt wrote: > `strncpy` is deprecated for use on NUL-terminated destination strings [1]. > > We should prefer more robust and less ambiguous string interfaces. > > A suitable replacement is `strscpy` [2] due to the fact that it guarantees > NUL-termination on the destination buffer. > > [...] I have applied the following to branch ti-drivers-soc-next on [1]. Thank you! [1/1] firmware: ti_sci: refactor deprecated strncpy commit: d8cce0d5ba4a3157a7a549b9623d1ffc5820ef92 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
Re: [PATCH] arm64: dts: ti: k3-am625-beagleplay: Fix typo in ramoops reg
On 16:07-20230925, Wadim Egorov wrote: > Seems like the address value of the reg property was mistyped. > Update reg to 0x9ca0 to match node's definition. > > Signed-off-by: Wadim Egorov Missing: Fixes: f5a731f0787f ("arm64: dts: ti: Add k3-am625-beagleplay") With that: Reviewed-by: Nishanth Menon > --- > arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts > b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts > index 7cfdf562b53b..2de74428a8bd 100644 > --- a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts > +++ b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts > @@ -58,7 +58,7 @@ reserved-memory { > > ramoops: ramoops@9ca0 { > compatible = "ramoops"; > - reg = <0x00 0x9c70 0x00 0x0010>; > + reg = <0x00 0x9ca0 0x00 0x0010>; > record-size = <0x8000>; > console-size = <0x8000>; > ftrace-size = <0x00>; > -- > 2.25.1 > -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
Re: [PATCH v2 1/5] dt-bindings: usb: dwc3: Allow connector in USB controller node
On 10:51-20241209, Matthias Schiffer wrote: > Allow specifying the connector directly in the USB controller node, as > supported by other USB controller bindings. > > Signed-off-by: Matthias Schiffer > Acked-by: Conor Dooley > --- > Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml > b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml > index 1cd0ca90127d9..2976fb1a58061 100644 > --- a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml > +++ b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml > @@ -68,6 +68,12 @@ properties: > - enum: [bus_early, ref, suspend] > - true > > + connector: > +$ref: /schemas/connector/usb-connector.yaml# > +description: Connector for dual role switch > +type: object > +unevaluatedProperties: false > + >dma-coherent: true > >extcon: This needs to go via the USB subsystem team. The device tree changes can go once this is merged. -- Regards, Nishanth Menon Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D