All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Add Xilinx clock wizard driver support
@ 2021-06-04 17:05 Zhengxun
  2021-06-04 17:05 ` [PATCH v5 1/2] clk: zynq: Add clock wizard driver Zhengxun
  2021-06-04 17:06 ` [PATCH v5 2/2] dt-bindings: add xilinx clocking wizard bindings Zhengxun
  0 siblings, 2 replies; 6+ messages in thread
From: Zhengxun @ 2021-06-04 17:05 UTC (permalink / raw)
  To: u-boot, michal.simek, lukma, sean.anderson; +Cc: zhengxunli, zhengxunli.mxic

Add support to enable clock wizard for zynq platform.

Changes in v5: 
- add devicetree binding
- use FIELD_PREP and FIELD_GET
- use clk_get_by_name()
- add clk_free()

Changes in v4: 
- rearrange functions
- remove Superfluous words
- check kernel-doc comments

Changes in v3: 
- remove incorrect usage in of_to_plat
- get frequencies via clock framework
- delete incorrect naming

Changes in v2: 
- naming is aligned with linux
- delete inappropriate description and code

Zhengxun (2):
  clk: zynq: Add clock wizard driver
  dt-bindings: add xilinx clocking wizard bindings

 .../clock/xlnx,clocking-wizard.txt            |  43 ++++
 drivers/clk/Kconfig                           |   9 +
 drivers/clk/Makefile                          |   1 +
 drivers/clk/clk-xlnx-clock-wizard.c           | 186 ++++++++++++++++++
 4 files changed, 239 insertions(+)
 create mode 100644 doc/device-tree-bindings/clock/xlnx,clocking-wizard.txt
 create mode 100644 drivers/clk/clk-xlnx-clock-wizard.c

-- 
2.17.1


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

end of thread, other threads:[~2021-06-10 16:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-04 17:05 [PATCH v5 0/2] Add Xilinx clock wizard driver support Zhengxun
2021-06-04 17:05 ` [PATCH v5 1/2] clk: zynq: Add clock wizard driver Zhengxun
2021-06-04 14:22   ` Sean Anderson
2021-06-10 10:44     ` Zhengxun Li
2021-06-10 16:02       ` Sean Anderson
2021-06-04 17:06 ` [PATCH v5 2/2] dt-bindings: add xilinx clocking wizard bindings Zhengxun

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.