From: Krzysztof Kozlowski <krzk@kernel.org>
To: Manikanta Guntupalli <manikanta.guntupalli@amd.com>,
michal.simek@xilinx.com, michal.simek@amd.com,
linux-arm-kernel@lists.infradead.org, linux-i2c@vger.kernel.org,
linux-kernel@vger.kernel.org
Cc: git@amd.com, srinivas.goud@amd.com, shubhrajyoti.datta@amd.com,
manion05gk@gmail.com,
Raviteja Narayanam <raviteja.narayanam@xilinx.com>
Subject: Re: [PATCH V3 7/9] dt-bindings: i2c: xiic: Add 'xlnx,axi-iic-2.1' to
Date: Tue, 24 Jan 2023 12:33:20 +0100 [thread overview]
Message-ID: <c15b377a-a07e-c43e-55f2-c0f6dd8cd75f@kernel.org> (raw)
In-Reply-To: <1674536682-25278-8-git-send-email-manikanta.guntupalli@amd.com>
On 24/01/2023 06:04, Manikanta Guntupalli wrote:
Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC. It might happen, that command when run on an older
kernel, gives you outdated entries. Therefore please be sure you base
your patches on recent Linux kernel.
You missed several entries, so this also will mean patch won't get tested.
> From: Raviteja Narayanam <raviteja.narayanam@xilinx.com>
>
> compatible
Messed up subject and commit msg.
>
> Added the xilinx I2C new version 'xlnx,axi-iic-2.1' string to compatible
> Added clock-frequency as optional property.
>
> Signed-off-by: Raviteja Narayanam <raviteja.narayanam@xilinx.com>
> Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@amd.com>
> Acked-by: Michal Simek <michal.simek@amd.com>
> ---
> .../devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml b/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml
> index 8d241a703d85..42488a67260c 100644
> --- a/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml
> +++ b/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml
> @@ -14,7 +14,9 @@ allOf:
>
> properties:
> compatible:
> - const: xlnx,xps-iic-2.00.a
> + enum:
> + - xlnx,xps-iic-2.00.a
> + - xlnx,axi-iic-2.1
>
> reg:
> maxItems: 1
> @@ -36,6 +38,9 @@ required:
> - interrupts
> - clocks
>
> +optional:
> + - clock-frequency
Nope. Just test your bindings...
Does not look like you tested the bindings. Please run `make
dt_binding_check` (see
Documentation/devicetree/bindings/writing-schema.rst for instructions).
> +
> unevaluatedProperties: false
>
> examples:
Best regards,
Krzysztof
WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Manikanta Guntupalli <manikanta.guntupalli@amd.com>,
michal.simek@xilinx.com, michal.simek@amd.com,
linux-arm-kernel@lists.infradead.org, linux-i2c@vger.kernel.org,
linux-kernel@vger.kernel.org
Cc: git@amd.com, srinivas.goud@amd.com, shubhrajyoti.datta@amd.com,
manion05gk@gmail.com,
Raviteja Narayanam <raviteja.narayanam@xilinx.com>
Subject: Re: [PATCH V3 7/9] dt-bindings: i2c: xiic: Add 'xlnx,axi-iic-2.1' to
Date: Tue, 24 Jan 2023 12:33:20 +0100 [thread overview]
Message-ID: <c15b377a-a07e-c43e-55f2-c0f6dd8cd75f@kernel.org> (raw)
In-Reply-To: <1674536682-25278-8-git-send-email-manikanta.guntupalli@amd.com>
On 24/01/2023 06:04, Manikanta Guntupalli wrote:
Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC. It might happen, that command when run on an older
kernel, gives you outdated entries. Therefore please be sure you base
your patches on recent Linux kernel.
You missed several entries, so this also will mean patch won't get tested.
> From: Raviteja Narayanam <raviteja.narayanam@xilinx.com>
>
> compatible
Messed up subject and commit msg.
>
> Added the xilinx I2C new version 'xlnx,axi-iic-2.1' string to compatible
> Added clock-frequency as optional property.
>
> Signed-off-by: Raviteja Narayanam <raviteja.narayanam@xilinx.com>
> Signed-off-by: Manikanta Guntupalli <manikanta.guntupalli@amd.com>
> Acked-by: Michal Simek <michal.simek@amd.com>
> ---
> .../devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml b/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml
> index 8d241a703d85..42488a67260c 100644
> --- a/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml
> +++ b/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml
> @@ -14,7 +14,9 @@ allOf:
>
> properties:
> compatible:
> - const: xlnx,xps-iic-2.00.a
> + enum:
> + - xlnx,xps-iic-2.00.a
> + - xlnx,axi-iic-2.1
>
> reg:
> maxItems: 1
> @@ -36,6 +38,9 @@ required:
> - interrupts
> - clocks
>
> +optional:
> + - clock-frequency
Nope. Just test your bindings...
Does not look like you tested the bindings. Please run `make
dt_binding_check` (see
Documentation/devicetree/bindings/writing-schema.rst for instructions).
> +
> unevaluatedProperties: false
>
> examples:
Best regards,
Krzysztof
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-01-24 11:33 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-24 5:04 [PATCH V3 0/9] Added Standard mode and SMBus support Manikanta Guntupalli
2023-01-24 5:04 ` Manikanta Guntupalli
2023-01-24 5:04 ` [PATCH V3 1/9] i2c: xiic: Add standard mode support for > 255 byte Manikanta Guntupalli
2023-01-24 5:04 ` Manikanta Guntupalli
2023-01-24 5:04 ` [PATCH V3 2/9] i2c: xiic: Fix Rx and Tx paths in standard mode Manikanta Guntupalli
2023-01-24 5:04 ` Manikanta Guntupalli
2023-01-24 5:04 ` [PATCH V3 3/9] i2c: xiic: Switch to Xiic standard mode for i2c-read Manikanta Guntupalli
2023-01-24 5:04 ` Manikanta Guntupalli
2023-01-24 5:04 ` [PATCH V3 4/9] i2c: xiic: Add wait for FIFO empty in send_tx Manikanta Guntupalli
2023-01-24 5:04 ` Manikanta Guntupalli
2023-01-24 5:04 ` [PATCH V3 5/9] i2c: xiic: Add smbus_block_read functionality Manikanta Guntupalli
2023-01-24 5:04 ` Manikanta Guntupalli
2023-01-24 5:04 ` [PATCH V3 6/9] i2c: xiic: Remove interrupt enable/disable in Rx path Manikanta Guntupalli
2023-01-24 5:04 ` Manikanta Guntupalli
2023-01-24 5:04 ` [PATCH V3 7/9] dt-bindings: i2c: xiic: Add 'xlnx,axi-iic-2.1' to Manikanta Guntupalli
2023-01-24 5:04 ` Manikanta Guntupalli
2023-01-24 11:33 ` Krzysztof Kozlowski [this message]
2023-01-24 11:33 ` Krzysztof Kozlowski
2023-01-24 5:04 ` [PATCH V3 8/9] i2c: xiic: Update compatible with new IP version Manikanta Guntupalli
2023-01-24 5:04 ` Manikanta Guntupalli
2023-01-24 5:04 ` [PATCH V3 9/9] i2c: xiic: Add SCL frequency configuration support Manikanta Guntupalli
2023-01-24 5:04 ` Manikanta Guntupalli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c15b377a-a07e-c43e-55f2-c0f6dd8cd75f@kernel.org \
--to=krzk@kernel.org \
--cc=git@amd.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=manikanta.guntupalli@amd.com \
--cc=manion05gk@gmail.com \
--cc=michal.simek@amd.com \
--cc=michal.simek@xilinx.com \
--cc=raviteja.narayanam@xilinx.com \
--cc=shubhrajyoti.datta@amd.com \
--cc=srinivas.goud@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.