All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] imx8m: soc/clk update
@ 2020-07-09  8:40 peng.fan at nxp.com
  2020-07-09  8:40 ` [PATCH 01/11] imx8m: configure arm clk sources from PLL peng.fan at nxp.com
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: peng.fan at nxp.com @ 2020-07-09  8:40 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2020-07-09  8:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-09  8:40 [PATCH 00/11] imx8m: soc/clk update peng.fan at nxp.com
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

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.