All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch v2 0/2] Add Xilinx clock wizard driver support
@ 2021-04-29  9:31 Zhengxun Li
  2021-04-29  9:31 ` [Patch v2 1/2] clk: zynq: Add clock wizard driver Zhengxun Li
  2021-04-29  9:31 ` [Patch v2 2/2] board: Add Zynq Mxic picozed development board support Zhengxun Li
  0 siblings, 2 replies; 7+ messages in thread
From: Zhengxun Li @ 2021-04-29  9:31 UTC (permalink / raw)
  To: u-boot

This series add support to enable clock wizard for zynq platform.

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

Zhengxun Li (2):
  clk: zynq: Add clock wizard driver
  board: Add Zynq Mxic picozed development board support

 arch/arm/dts/Makefile               |   3 +-
 arch/arm/dts/zynq-mxic-picozed.dts  |  72 +++++++++++++++++
 drivers/clk/Kconfig                 |   9 +++
 drivers/clk/Makefile                |   1 +
 drivers/clk/clk-xlnx-clock-wizard.c | 152 ++++++++++++++++++++++++++++++++++++
 5 files changed, 236 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/dts/zynq-mxic-picozed.dts
 create mode 100644 drivers/clk/clk-xlnx-clock-wizard.c

-- 
1.9.1

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

end of thread, other threads:[~2021-05-07  8:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-29  9:31 [Patch v2 0/2] Add Xilinx clock wizard driver support Zhengxun Li
2021-04-29  9:31 ` [Patch v2 1/2] clk: zynq: Add clock wizard driver Zhengxun Li
2021-04-29 10:17   ` Michal Simek
2021-05-07  8:07     ` zhengxunli at mxic.com.tw
2021-05-07  8:18       ` Michal Simek
2021-04-29  9:31 ` [Patch v2 2/2] board: Add Zynq Mxic picozed development board support Zhengxun Li
2021-04-29 10:05   ` Michal Simek

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.