public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Lukasz Majewski <lukma@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V4 0/4] Prepare i.MX8MM clk
Date: Tue, 20 Aug 2019 13:05:17 +0200	[thread overview]
Message-ID: <20190820130517.289b50ce@jawa> (raw)
In-Reply-To: <20190819080945.23589-1-peng.fan@nxp.com>

Hi Peng,

> V4:
>  1/4: Expose CCF for all
>  2/4: Improve commit log
>  3/4: Typo fix
>  4/4: Drop unneeded initialization

Your patches cause some build breaks on sandbox:
https://travis-ci.org/lmajewski/u-boot-dfu/jobs/574198639

and TI:
https://travis-ci.org/lmajewski/u-boot-dfu/jobs/574198655

The branch which I've used for testing (with your commits):
https://github.com/lmajewski/u-boot-dfu/commits/testing

Please fix above errors and resend your patches.


> 
> V3:
>  2/4: Fix RST/BYPASS seq issue to avoid glitch
>  4/4: ARM clk not use 24M for switch, use pll2_500m  Add R-b/A-b tag
>       Fix pll gate shift bit.
> 
> V2:
>  2/4: fix MASK/SHIFT usage
> 
> 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.
> 
> 
> Peng Fan (4):
>   clk: imx: expose CCF entry for all
>   clk: imx: add pll14xx driver
>   clk: imx: add i.MX8M composite clk support
>   clk: imx: add i.MX8MM clk driver
> 
>  drivers/clk/Kconfig                |   2 -
>  drivers/clk/imx/Kconfig            |  16 ++
>  drivers/clk/imx/Makefile           |   2 +
>  drivers/clk/imx/clk-composite-8m.c | 170 +++++++++++++++
>  drivers/clk/imx/clk-imx8mm.c       | 415
> +++++++++++++++++++++++++++++++++++++ drivers/clk/imx/clk-pll14xx.c
>    | 381 ++++++++++++++++++++++++++++++++++ drivers/clk/imx/clk.h
>          |  25 +++ 7 files changed, 1009 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
> 



Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190820/f9b1a620/attachment.sig>

  parent reply	other threads:[~2019-08-20 11:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-19  7:53 [U-Boot] [PATCH V4 0/4] Prepare i.MX8MM clk Peng Fan
2019-08-19  7:53 ` [U-Boot] [PATCH V4 1/4] clk: imx: expose CCF entry for all Peng Fan
2019-08-19  7:53 ` [U-Boot] [PATCH V4 2/4] clk: imx: add pll14xx driver Peng Fan
2019-08-19  7:54 ` [U-Boot] [PATCH V4 3/4] clk: imx: add i.MX8M composite clk support Peng Fan
2019-08-19  7:54 ` [U-Boot] [PATCH V4 4/4] clk: imx: add i.MX8MM clk driver Peng Fan
2019-08-20 11:05 ` Lukasz Majewski [this message]
2019-08-21  8:31   ` [U-Boot] [PATCH V4 0/4] Prepare i.MX8MM clk Peng Fan
2019-08-21 13:39     ` Peng Fan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190820130517.289b50ce@jawa \
    --to=lukma@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox