All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for ADI TDD Engine
@ 2023-09-28  9:28 ` Eliza Balas
  0 siblings, 0 replies; 23+ messages in thread
From: Eliza Balas @ 2023-09-28  9:28 UTC (permalink / raw)
  Cc: Eliza Balas, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Derek Kiernan, Dragan Cvetic, Arnd Bergmann, Greg Kroah-Hartman,
	linux-kernel, devicetree

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


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2023-10-03  8:54 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-28  9:28 [PATCH v2 0/2] Add support for ADI TDD Engine Eliza Balas
2023-09-28  9:28 ` 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-09-28  9:28   ` 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  9:28   ` 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 ` [PATCH v2 0/2] Add support for ADI TDD Engine Andreas Herrmann

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.