public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/4] clk: Add support to enable clocks
@ 2021-02-03 12:18 Michal Simek
  2021-02-03 12:18 ` [PATCH 1/4] clk: zynqmp: " Michal Simek
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Michal Simek @ 2021-02-03 12:18 UTC (permalink / raw)
  To: u-boot

Hi,

Add support to enable clocks using clock subsystem ops for
zynqmp & versal platforms. Enable rx clock in ethernet driver
for versal platform. Add clock enable feature in i2c-cdns
driver.

Thanks,
Karthik, Michal


T Karthik Reddy (4):
  clk: zynqmp: Add support to enable clocks
  i2c: i2c_cdns: Enable i2c clock
  clk: versal: Add support to enable clocks
  net: gem: Enable ethernet rx clock for versal

 drivers/clk/clk_versal.c | 11 +++++++++
 drivers/clk/clk_zynqmp.c | 49 ++++++++++++++++++++++++++++++++++++++++
 drivers/i2c/i2c-cdns.c   |  7 ++++++
 drivers/net/zynq_gem.c   | 26 ++++++++++++++++-----
 4 files changed, 87 insertions(+), 6 deletions(-)

-- 
2.30.0

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

end of thread, other threads:[~2021-02-10 12:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-03 12:18 [PATCH 0/4] clk: Add support to enable clocks Michal Simek
2021-02-03 12:18 ` [PATCH 1/4] clk: zynqmp: " Michal Simek
2021-02-03 12:18 ` [PATCH 2/4] i2c: i2c_cdns: Enable i2c clock Michal Simek
2021-02-03 12:18 ` [PATCH 3/4] clk: versal: Add support to enable clocks Michal Simek
2021-02-03 12:18 ` [PATCH 4/4] net: gem: Enable ethernet rx clock for versal Michal Simek
2021-02-03 18:21   ` Ramon Fried
2021-02-10 12:18 ` [PATCH 0/4] clk: Add support to enable clocks Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox