All of lore.kernel.org
 help / color / mirror / Atom feed
From: peng.fan at nxp.com <peng.fan@nxp.com>
To: u-boot@lists.denx.de
Subject: [PATCH 00/11] imx8m: soc/clk update
Date: Thu,  9 Jul 2020 16:40:31 +0800	[thread overview]
Message-ID: <20200709084042.8234-1-peng.fan@nxp.com> (raw)

From: Peng Fan <peng.fan@nxp.com>

This is to upstream some patches from NXP tree after adapt to U-Boot
upstream.

Added a few APIs that directly touch CCM/PLL register without CLK DM.

I plan to simplify the clk DM part to only keep gate and get rate, so
move complicated set rate out from clk DM with non-DM API.

Peng Fan (9):
  imx8m: configure arm clk sources from PLL
  imx8m: configure NoC clk
  imx8m: add sdhc/nand/ecspi clk api
  imx8m: add eqos clk
  imx8m: workaround ROM serror
  imx8m: power down fused cores
  imx8m: disable nodes before kernel/mfgtool boot for fused part
  clk: imx8m: drop clk settings
  imx8m: Refactor the OPTEE memory removal

Ye Li (2):
  imx8mp: Add fused parts support
  imx8mn/imx8mp: override env_get_offset and env_get_location

 arch/arm/include/asm/arch-imx/cpu.h            |   5 +
 arch/arm/include/asm/arch-imx8m/imx-regs.h     | 158 +++++++
 arch/arm/include/asm/mach-imx/sys_proto.h      |   9 +-
 arch/arm/mach-imx/cpu.c                        |  12 +-
 arch/arm/mach-imx/imx8m/clock_imx8mm.c         | 299 +++++++++++-
 arch/arm/mach-imx/imx8m/soc.c                  | 605 ++++++++++++++++++++++++-
 board/beacon/imx8mm/imx8mm_beacon.c            |  11 -
 board/freescale/imx8mm_evk/imx8mm_evk.c        |  11 -
 board/freescale/imx8mn_evk/imx8mn_evk.c        |   7 -
 board/freescale/imx8mp_evk/imx8mp_evk.c        |  40 --
 board/freescale/imx8mq_evk/imx8mq_evk.c        |  11 -
 board/google/imx8mq_phanbell/imx8mq_phanbell.c |  11 -
 board/technexion/pico-imx8mq/pico-imx8mq.c     |  26 +-
 board/toradex/verdin-imx8mm/verdin-imx8mm.c    |  11 -
 configs/imx8mp_evk_defconfig                   |   1 -
 drivers/clk/imx/clk-imx8mm.c                   |  34 --
 drivers/clk/imx/clk-imx8mn.c                   |  34 --
 17 files changed, 1089 insertions(+), 196 deletions(-)

-- 
2.16.4

             reply	other threads:[~2020-07-09  8:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-09  8:40 peng.fan at nxp.com [this message]
2020-07-09  8:40 ` [PATCH 01/11] imx8m: configure arm clk sources from PLL peng.fan at nxp.com
2020-07-09  8:40 ` [PATCH 02/11] imx8m: configure NoC clk peng.fan at nxp.com
2020-07-09  8:40 ` [PATCH 03/11] imx8m: add sdhc/nand/ecspi clk api peng.fan at nxp.com
2020-07-09  8:40 ` [PATCH 04/11] imx8m: add eqos clk peng.fan at nxp.com
2020-07-09  8:40 ` [PATCH 05/11] imx8m: workaround ROM serror peng.fan at nxp.com
2020-07-09  8:40 ` [PATCH 06/11] imx8mp: Add fused parts support peng.fan at nxp.com
2020-07-09  8:40 ` [PATCH 07/11] imx8m: power down fused cores peng.fan at nxp.com
2020-07-09  8:40 ` [PATCH 08/11] imx8mn/imx8mp: override env_get_offset and env_get_location peng.fan at nxp.com
2020-07-09  8:40 ` [PATCH 09/11] imx8m: disable nodes before kernel/mfgtool boot for fused part peng.fan at nxp.com
2020-07-09  8:40 ` [PATCH 10/11] clk: imx8m: drop clk settings peng.fan at nxp.com
2020-07-09  8:40 ` [PATCH 11/11] imx8m: Refactor the OPTEE memory removal peng.fan at nxp.com

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=20200709084042.8234-1-peng.fan@nxp.com \
    --to=peng.fan@nxp.com \
    --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 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.