From: Andreas Herrmann <aherrmann@suse.de>
To: Eliza Balas <eliza.balas@analog.com>
Cc: Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Derek Kiernan <derek.kiernan@amd.com>,
Dragan Cvetic <dragan.cvetic@amd.com>,
Arnd Bergmann <arnd@arndb.de>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v2 0/2] Add support for ADI TDD Engine
Date: Thu, 28 Sep 2023 11:38:01 +0200 [thread overview]
Message-ID: <20230928093742.GA7895@alberich> (raw)
In-Reply-To: <20230928092804.22612-1-eliza.balas@analog.com>
Hi,
You've used an odd "To:" field in your E-Mail.
You might have to fix this in future mails.
Have fun.
On Thu, Sep 28, 2023 at 12:28:02PM +0300, Eliza Balas wrote:
> V1 -> V2:
> * remove label in examples in bindings file
> * add detailed description of the hardware in bindings file
> * remove adi_axi_tdd_clk_disable function
> * remove devm_add_action_or_reset, devm_clk_get, clk_prepare_enable
> and use instead devm_clk_get_enabled
>
> Eliza Balas (2):
> dt-bindings: misc: adi,axi-tdd: Add device-tree binding for TDD engine
> drivers: misc: adi-axi-tdd: Add TDD engine
>
> .../sysfs-bus-platform-drivers-adi-axi-tdd | 158 ++++
> .../devicetree/bindings/misc/adi,axi-tdd.yaml | 65 ++
> MAINTAINERS | 9 +
> drivers/misc/Kconfig | 10 +
> drivers/misc/Makefile | 1 +
> drivers/misc/adi-axi-tdd.c | 780 ++++++++++++++++++
> 6 files changed, 1023 insertions(+)
> create mode 100644 Documentation/ABI/testing/sysfs-bus-platform-drivers-adi-axi-tdd
> create mode 100644 Documentation/devicetree/bindings/misc/adi,axi-tdd.yaml
> create mode 100644 drivers/misc/adi-axi-tdd.c
>
> --
> 2.25.1
>
--
Regards,
Andreas
SUSE Software Solutions Germany GmbH
Frankenstrasse 146, 90461 Nürnberg, Germany
GF: Ivo Totev, Andrew McDonald, Werner Knoblich
(HRB 36809, AG Nürnberg)
prev parent reply other threads:[~2023-09-28 9:36 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-28 9:28 [PATCH v2 0/2] Add support for ADI TDD Engine Eliza Balas
2023-09-28 9:28 ` [PATCH v2 1/2] dt-bindings: misc: adi,axi-tdd: Add device-tree binding for TDD engine Eliza Balas
2023-10-02 16:32 ` Rob Herring
2023-10-02 16:46 ` Balas, Eliza
2023-10-02 19:21 ` Conor Dooley
2023-10-02 19:48 ` Balas, Eliza
2023-10-02 20:07 ` Conor Dooley
2023-10-02 20:23 ` Balas, Eliza
2023-10-03 8:54 ` Krzysztof Kozlowski
2023-09-28 9:28 ` [PATCH v2 2/2] drivers: misc: adi-axi-tdd: Add " Eliza Balas
2023-09-28 10:07 ` Arnd Bergmann
2023-09-28 10:54 ` Balas, Eliza
2023-09-28 12:30 ` Nuno Sá
2023-09-28 14:19 ` Arnd Bergmann
2023-09-28 16:35 ` Nuno Sá
2023-10-02 16:02 ` Balas, Eliza
2023-09-28 11:52 ` Nuno Sá
2023-09-28 12:23 ` Greg Kroah-Hartman
2023-09-28 14:05 ` Balas, Eliza
2023-09-28 9:38 ` Andreas Herrmann [this message]
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=20230928093742.GA7895@alberich \
--to=aherrmann@suse.de \
--cc=arnd@arndb.de \
--cc=conor+dt@kernel.org \
--cc=derek.kiernan@amd.com \
--cc=devicetree@vger.kernel.org \
--cc=dragan.cvetic@amd.com \
--cc=eliza.balas@analog.com \
--cc=gregkh@linuxfoundation.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).