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

Hi,

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

Thanks,
Zhengxun

zhengxunli (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 |  66 ++++++++++++++
 drivers/clk/Kconfig                |   7 ++
 drivers/clk/Makefile               |   1 +
 drivers/clk/clk_wizard.c           | 180 +++++++++++++++++++++++++++++++++++++
 5 files changed, 256 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/dts/zynq-mxic-picozed.dts
 create mode 100644 drivers/clk/clk_wizard.c

-- 
1.9.1

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

end of thread, other threads:[~2021-04-09  5:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-07  9:05 [PATCH 0/2] Add Xilinx clock wizard driver support zhengxunli
2021-04-07  9:05 ` [PATCH 1/2] clk: zynq: Add clock wizard driver zhengxunli
2021-04-07 12:56   ` Michal Simek
2021-04-09  5:42     ` zhengxunli at mxic.com.tw
2021-04-07  9:05 ` [PATCH 2/2] board: Add Zynq Mxic picozed development board support zhengxunli
2021-04-07 12:35   ` Michal Simek
2021-04-09  5:38     ` zhengxunli at mxic.com.tw

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.