[PATCH v2 0/2] Add support for ADI TDD Engine

Eliza Balas posted 2 patches 2 years, 2 months ago
There is a newer version of this series
.../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
[PATCH v2 0/2] Add support for ADI TDD Engine
Posted by Eliza Balas 2 years, 2 months ago
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
Re: [PATCH v2 0/2] Add support for ADI TDD Engine
Posted by Andreas Herrmann 2 years, 2 months ago
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)