Add support to enable clock wizard for zynq platform. 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 (1): clk: zynq: Add clock wizard driver drivers/clk/Kconfig | 9 ++ drivers/clk/Makefile | 1 + drivers/clk/clk-xlnx-clock-wizard.c | 177 ++++++++++++++++++++++++++++ 3 files changed, 187 insertions(+) create mode 100644 drivers/clk/clk-xlnx-clock-wizard.c -- 2.17.1