public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Prepare i.MX8MM clk
@ 2019-08-06 10:03 Peng Fan
  2019-08-06 10:03 ` [U-Boot] [PATCH 1/4] clk: imx: add Kconfig entry for i.MX8MM Peng Fan
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Peng Fan @ 2019-08-06 10:03 UTC (permalink / raw)
  To: u-boot

This is to support i.MX8MM clk driver.
i.MX8MM use similar clock design as i.MX7D, but it has
use different PLL, so we need to add pll14xx driver.
And to simplify the clock usage, import the composite clk
driver from Linux Kernel, then we could have simple clk tree.

This is to split the previous patchset
https://github.com/MrVan/u-boot/commits/imx8mmn-ccf
for i.MX8MM/N support

There are some checkpatch warnings that not addressed, because
import from Linux Kernel.

Peng Fan (4):
  clk: imx: add Kconfig entry for i.MX8MM
  clk: imx: add pll14xx driver
  clk: imx: add i.MX8M composite clk support
  clk: imx: add i.MX8MM clk driver

 drivers/clk/Kconfig                |   4 +-
 drivers/clk/imx/Kconfig            |  16 ++
 drivers/clk/imx/Makefile           |   2 +
 drivers/clk/imx/clk-composite-8m.c | 170 +++++++++++++++
 drivers/clk/imx/clk-imx8mm.c       | 414 +++++++++++++++++++++++++++++++++++++
 drivers/clk/imx/clk-pll14xx.c      | 371 +++++++++++++++++++++++++++++++++
 drivers/clk/imx/clk.h              |  25 +++
 7 files changed, 1000 insertions(+), 2 deletions(-)
 create mode 100644 drivers/clk/imx/clk-composite-8m.c
 create mode 100644 drivers/clk/imx/clk-imx8mm.c
 create mode 100644 drivers/clk/imx/clk-pll14xx.c

-- 
2.16.4

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

end of thread, other threads:[~2019-08-08  7:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-06 10:03 [U-Boot] [PATCH 0/4] Prepare i.MX8MM clk Peng Fan
2019-08-06 10:03 ` [U-Boot] [PATCH 1/4] clk: imx: add Kconfig entry for i.MX8MM Peng Fan
2019-08-06 10:03 ` [U-Boot] [PATCH 2/4] clk: imx: add pll14xx driver Peng Fan
2019-08-06 10:03 ` [U-Boot] [PATCH 3/4] clk: imx: add i.MX8M composite clk support Peng Fan
2019-08-08  6:53   ` Lukasz Majewski
2019-08-06 10:03 ` [U-Boot] [PATCH 4/4] clk: imx: add i.MX8MM clk driver Peng Fan
2019-08-08  6:55   ` Lukasz Majewski
2019-08-08  7:09     ` Peng Fan

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