On 25/08/2025 12:19, Kishore Batta wrote: > During device boot, the device performs DDR training, and this training > data needs to be stored at the host end to improve subsequent boot times. > The Sahara protocol specification indicates that DDR training data can > be stored at the host end using command mode packets. The device sends > the command mode packet to the host through the HELLO packet, and the > host changes its mode of operation accordingly. > > Once the device determines that it needs to change the mode of operation > to command mode, it sends the command ready packet. The host receives > the command ready packet and then sends command 8 to get the list of > commands supported by the device as per Sahara protocol specification. > > Signed-off-by: Kishore Batta <kishore.batta@xxxxxxxxxxxxxxxx> > --- All of your patches use incorrect subject prefixes. 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 Best regards, Krzysztof