Re: [PATCH V2] dt-bindings: soc: qcom: Add device tree binding for GENI SE

From: Doug Anderson
Date: Fri Jul 20 2018 - 16:35:10 EST


Hi,

On Fri, Jul 20, 2018 at 4:51 AM, Dilip Kota <dkota@xxxxxxxxxxxxxx> wrote:
> From: Karthikeyan Ramasubramanian <kramasub@xxxxxxxxxxxxxx>
>
> Add device tree binding support for the QCOM GENI SE driver.
>
> Signed-off-by: Karthikeyan Ramasubramanian <kramasub@xxxxxxxxxxxxxx>
> Signed-off-by: Sagar Dharia <sdharia@xxxxxxxxxxxxxx>
> Signed-off-by: Girish Mahadevan <girishm@xxxxxxxxxxxxxx>
> Reviewed-by: Rob Herring <robh@xxxxxxxxxx>
> Reviewed-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>
> Signed-off-by: Andy Gross <andy.gross@xxxxxxxxxx>
> ---
> .../devicetree/bindings/soc/qcom/qcom,geni-se.txt | 119 +++++++++++++++++++++
> 1 file changed, 119 insertions(+)

Just a note to mention that this patch landed two months ago and can
already be found in mainline Linux. See commit e9b02415565b
("dt-bindings: soc: qcom: Add device tree binding for GENI SE").

...I think Mark Brown made comments on v1 of the SPI driver that he
was surprised about how the bindings landed, but that doesn't mean you
should re-post a patch that is already in mainline--just point to the
patch that landed by git hash. If something about the bindings needs
to change then post a patch that changes them.

-Doug