[PATCH v6 0/2] Add Xilinx clock wizard driver support
Zhengxun
zhengxunli.mxic at gmail.com
Fri Jun 11 17:10:47 CEST 2021
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
--
2.17.1
More information about the U-Boot
mailing list