
Changes in v6: - modify the description in Kconfig
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 | 11 ++ drivers/clk/Makefile | 1 + drivers/clk/clk-xlnx-clock-wizard.c | 186 ++++++++++++++++++ 4 files changed, 241 insertions(+) create mode 100644 doc/device-tree-bindings/clock/xlnx,clocking-wizard.txt create mode 100644 drivers/clk/clk-xlnx-clock-wizard.c