Re: [PATCH 2/2 v2] devicetree: spi: add spi-mosi-idle-low property support
From: Krzysztof Kozlowski
Date: Mon Mar 30 2026 - 03:17:05 EST
On Sun, Mar 29, 2026 at 02:58:32PM +0200, charles-antoine.couret@xxxxxxx wrote:
> From: Charles-Antoine Couret <charles-antoine.couret@xxxxxxx>
>
> This flag means that device requires the MOSI line to be low
> when it's in idle state.
>
> Signed-off-by: Charles-Antoine Couret <charles-antoine.couret@xxxxxxx>
> ---
> Documentation/devicetree/bindings/spi/spi-controller.yaml | 5 +++++
> 1 file changed, 5 insertions(+)
There is no patch 1/2 here, even on mailing lists, so probably this has
messed threading.
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