U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull u-boot-imx-master-20240722
@ 2024-07-22 21:02 Fabio Estevam
  2024-07-23  1:55 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2024-07-22 21:02 UTC (permalink / raw)
  To: trini; +Cc: u-boot

Hi Tom,

Please pull from u-boot-imx/master, thanks.

The following changes since commit 5024a96db8ea6ff2e814f4599af9e5faf09296b7:

  Subtree merge tag 'v6.10-dts' of devicetree-rebasing repo [1] into dts/upstream (2024-07-20 11:15:22 -0600)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20240722

for you to fetch changes up to a9c962941e119017eb9d5985c5c214d9711c9433:

  kontron-sl-mx6ul: switch to DM_SERIAL (2024-07-22 17:55:35 -0300)

u-boot-imx-master-20240722
--------------------------

CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/21728

- Conversions to DM_I2C and DM_SERIAL.
- Support for I2C3 and PWM1 for the imx6q clock driver.
- Improvements for udoo-neo
- Describe the i.MX93 CPU clocks in the devicetree to fix CPU clock printing
- Fix for SPI and NANC clk-imx8mn clock driver
----------------------------------------------------------------
Anatolij Gustschin (3):
      nitrogen6x: convert to DM_I2C and DM_SERIAL
      mx6boards: convert to DM_I2C and DM_SERIAL
      kontron-sl-mx6ul: switch to DM_SERIAL

Emil Kronborg (2):
      clk: imx6q: Add definition for IMX6QDL_CLK_I2C3
      clk: imx6q: Add definition for IMX6QDL_CLK_PWM1

Fabio Estevam (5):
      imx93-u-boot: Describe the CPU clocks in the devicetree
      udoo_neo: Convert to watchdog driver model
      udoo_neo: Select LTO
      udoo-neo: Do not print devicetree model
      udoo-neo: Convert to OF_UPSTREAM

Michael Trimarchi (4):
      clk: imx: clk-imx8mn Fix nand and spi clock parent
      clk: imx8mn: Make parent names arrays const pointers
      clk: imx8mm: Make parent names arrays const pointers
      clk: imx8mp: Make parent names arrays const pointers

 arch/arm/dts/Makefile                          |   5 +-
 arch/arm/dts/imx6sx-udoo-neo-basic-u-boot.dtsi |  12 +
 arch/arm/dts/imx6sx-udoo-neo-basic.dts         |  33 --
 arch/arm/dts/imx6sx-udoo-neo-extended.dts      |  26 --
 arch/arm/dts/imx6sx-udoo-neo-full.dts          |  41 ---
 arch/arm/dts/imx6sx-udoo-neo.dtsi              | 482 -------------------------
 arch/arm/dts/imx93-u-boot.dtsi                 |   8 +
 arch/arm/mach-imx/mx6/Kconfig                  |   1 +
 board/boundary/nitrogen6x/nitrogen6x.c         |  79 +---
 board/embest/mx6boards/mx6boards.c             |  70 +---
 board/udoo/neo/neo.c                           |  59 +--
 configs/kontron-sl-mx6ul_defconfig             |   1 +
 configs/marsboard_defconfig                    |   6 +-
 configs/mx6qsabrelite_defconfig                |   7 +-
 configs/nitrogen6dl2g_defconfig                |   7 +-
 configs/nitrogen6dl_defconfig                  |   7 +-
 configs/nitrogen6q2g_defconfig                 |   7 +-
 configs/nitrogen6q_defconfig                   |   7 +-
 configs/nitrogen6s1g_defconfig                 |   7 +-
 configs/nitrogen6s_defconfig                   |   7 +-
 configs/riotboard_defconfig                    |   6 +-
 configs/udoo_neo_defconfig                     |   9 +-
 drivers/clk/imx/clk-imx6q.c                    |   4 +
 drivers/clk/imx/clk-imx8mm.c                   | 157 ++++----
 drivers/clk/imx/clk-imx8mn.c                   | 151 ++++----
 drivers/clk/imx/clk-imx8mp.c                   | 242 ++++++-------
 include/configs/nitrogen6x.h                   |   2 -
 27 files changed, 393 insertions(+), 1050 deletions(-)
 delete mode 100644 arch/arm/dts/imx6sx-udoo-neo-basic.dts
 delete mode 100644 arch/arm/dts/imx6sx-udoo-neo-extended.dts
 delete mode 100644 arch/arm/dts/imx6sx-udoo-neo-full.dts
 delete mode 100644 arch/arm/dts/imx6sx-udoo-neo.dtsi

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

* Re: [GIT PULL] Please pull u-boot-imx-master-20240722
  2024-07-22 21:02 [GIT PULL] Please pull u-boot-imx-master-20240722 Fabio Estevam
@ 2024-07-23  1:55 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2024-07-23  1:55 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 711 bytes --]

On Mon, Jul 22, 2024 at 06:02:44PM -0300, Fabio Estevam wrote:

> Hi Tom,
> 
> Please pull from u-boot-imx/master, thanks.
> 
> The following changes since commit 5024a96db8ea6ff2e814f4599af9e5faf09296b7:
> 
>   Subtree merge tag 'v6.10-dts' of devicetree-rebasing repo [1] into dts/upstream (2024-07-20 11:15:22 -0600)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20240722
> 
> for you to fetch changes up to a9c962941e119017eb9d5985c5c214d9711c9433:
> 
>   kontron-sl-mx6ul: switch to DM_SERIAL (2024-07-22 17:55:35 -0300)
> 
> u-boot-imx-master-20240722

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2024-07-23  1:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-22 21:02 [GIT PULL] Please pull u-boot-imx-master-20240722 Fabio Estevam
2024-07-23  1:55 ` Tom Rini

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