On 12/03/2025 20:59, Jameson Thies wrote: > Add documentation for the cros-ec-ucsi device tree definition. Defining > this node will load the cros_ec_ucsi driver which is used for USB-C port > control on PDC based ChromeOS systems. Additionally, update mantainers > list to reflect changes to the ChromeOS USB owners. > > Signed-off-by: Jameson Thies <jthies@xxxxxxxxxx> > --- Please use subject prefixes matching the subsystem. You can get them for example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory your patch is touching. For bindings, the preferred subjects are explained here: https://www.kernel.org/doc/html/latest/devicetree/bindings/submitting-patches.html#i-for-patch-submitters A nit, subject: drop second/last, redundant "device tree documentation". The "dt-bindings" prefix is already stating that these are "device tree documentation". See also: https://elixir.bootlin.com/linux/v6.7-rc8/source/Documentation/devicetree/bindings/submitting-patches.rst#L18 Best regards, Krzysztof