All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/6] i.MX drivers change for 5.12
@ 2021-02-04 12:01 ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2021-02-04 12:01 UTC (permalink / raw)
  To: soc, arm
  Cc: Shawn Guo, Fabio Estevam, Stefan Agner, Li Yang, kernel,
	linux-imx, linux-arm-kernel

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.12

for you to fetch changes up to 7d981405d0fd3cfc0de052e4791f516235d8b858:

  soc: imx8m: change to use platform driver (2021-01-11 10:46:09 +0800)

----------------------------------------------------------------
i.MX drivers change for 5.12:

- Change soc-imx8m to use platform driver, so that defer probe can be
  used to resolve dependency on OCOTP clock.

----------------------------------------------------------------
Alice Guo (1):
      soc: imx8m: change to use platform driver

 drivers/soc/imx/soc-imx8m.c | 84 ++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 72 insertions(+), 12 deletions(-)

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

* [GIT PULL 1/6] i.MX drivers change for 5.12
@ 2021-02-04 12:01 ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2021-02-04 12:01 UTC (permalink / raw)
  To: soc, arm
  Cc: Shawn Guo, Stefan Agner, Li Yang, linux-imx, kernel,
	Fabio Estevam, linux-arm-kernel

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.12

for you to fetch changes up to 7d981405d0fd3cfc0de052e4791f516235d8b858:

  soc: imx8m: change to use platform driver (2021-01-11 10:46:09 +0800)

----------------------------------------------------------------
i.MX drivers change for 5.12:

- Change soc-imx8m to use platform driver, so that defer probe can be
  used to resolve dependency on OCOTP clock.

----------------------------------------------------------------
Alice Guo (1):
      soc: imx8m: change to use platform driver

 drivers/soc/imx/soc-imx8m.c | 84 ++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 72 insertions(+), 12 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 2/6] i.MX SoC update for 5.12
@ 2021-02-04 12:01   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2021-02-04 12:01 UTC (permalink / raw)
  To: soc, arm
  Cc: Shawn Guo, Fabio Estevam, Stefan Agner, Li Yang, kernel,
	linux-imx, linux-arm-kernel

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-5.12

for you to fetch changes up to 579c6f925e5ae3a70ec32e936908066707dbfef5:

  ARM: imx: Remove unused IMX_GPIO_NR() macro (2021-01-29 16:47:25 +0800)

----------------------------------------------------------------
i.MX SoC update for 5.12:

- Drop unused IMX_GPIO_NR() macro.
- Remove KSZ8081 PHY fixup from i.MX6UL machine code, because it only
  applies for KSZ8081RNA with 50MHz clock source, but breaks other
  KSZ8081 PHY configurations.
- Add a print of CPU type and SOC revision for i.MX6UL during boot.

----------------------------------------------------------------
Fabio Estevam (1):
      ARM: imx: Remove unused IMX_GPIO_NR() macro

Oleksij Rempel (1):
      ARM: imx: mach-imx6ul: remove 14x14 EVK specific PHY fixup

Stefan Riedmueller (1):
      ARM: mach-imx: imx6ul: Print SOC revision on boot

 arch/arm/mach-imx/hardware.h    |  4 ----
 arch/arm/mach-imx/mach-imx6ul.c | 25 ++++---------------------
 2 files changed, 4 insertions(+), 25 deletions(-)

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

* [GIT PULL 2/6] i.MX SoC update for 5.12
@ 2021-02-04 12:01   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2021-02-04 12:01 UTC (permalink / raw)
  To: soc, arm
  Cc: Shawn Guo, Stefan Agner, Li Yang, linux-imx, kernel,
	Fabio Estevam, linux-arm-kernel

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-5.12

for you to fetch changes up to 579c6f925e5ae3a70ec32e936908066707dbfef5:

  ARM: imx: Remove unused IMX_GPIO_NR() macro (2021-01-29 16:47:25 +0800)

----------------------------------------------------------------
i.MX SoC update for 5.12:

- Drop unused IMX_GPIO_NR() macro.
- Remove KSZ8081 PHY fixup from i.MX6UL machine code, because it only
  applies for KSZ8081RNA with 50MHz clock source, but breaks other
  KSZ8081 PHY configurations.
- Add a print of CPU type and SOC revision for i.MX6UL during boot.

----------------------------------------------------------------
Fabio Estevam (1):
      ARM: imx: Remove unused IMX_GPIO_NR() macro

Oleksij Rempel (1):
      ARM: imx: mach-imx6ul: remove 14x14 EVK specific PHY fixup

Stefan Riedmueller (1):
      ARM: mach-imx: imx6ul: Print SOC revision on boot

 arch/arm/mach-imx/hardware.h    |  4 ----
 arch/arm/mach-imx/mach-imx6ul.c | 25 ++++---------------------
 2 files changed, 4 insertions(+), 25 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 3/6] i.MX DT bindings update for 5.12
@ 2021-02-04 12:01   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2021-02-04 12:01 UTC (permalink / raw)
  To: soc, arm
  Cc: Shawn Guo, Fabio Estevam, Stefan Agner, Li Yang, kernel,
	linux-imx, linux-arm-kernel

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-bindings-5.12

for you to fetch changes up to 1447e43c0b735ffc0d48a6aec4f74d6877caffc2:

  dt-bindings: arm: imx: add imx8mm nitrogen support (2021-01-30 22:25:55 +0800)

----------------------------------------------------------------
i.MX DT bindings update for 5.12:

- Various board compatible additions to fsl.yaml.
- Add vendor prefix for Plymovent and Kverneland Group.
- Update simple panel bindings to include compatible for EDT and Kyocera
  panels.

----------------------------------------------------------------
Adam Ford (1):
      dt-bindings: arm: fsl: Add beacon,imx8mn-beacon-kit

Adrien Grassein (1):
      dt-bindings: arm: imx: add imx8mm nitrogen support

Alice Guo (1):
      dt-bindings: soc: imx8m: add DT Binding doc for soc unique ID

Martin Kepplinger (1):
      dt-bindings: arm: fsl: Add the librem 5 Evergreen revision

Michael Walle (1):
      dt-bindings: arm: fsl: add Kontron sl28 variant 1

Oleksij Rempel (11):
      dt-bindings: display: simple: fix alphabetical order for EDT compatibles
      dt-bindings: display: simple: add EDT compatibles already supported by the driver
      dt-bindings: display: simple: Add Kyocera tcg070wvlq panel
      dt-bindings: vendor-prefixes: Add an entry for Plymovent
      dt-bindings: arm: fsl: add Plymovent M2M board
      dt-bindings: arm: fsl: add Plymovent BAS board
      dt-bindings: arm: fsl: add Protonic MVT board
      dt-bindings: arm: fsl: add Protonic PRTI6G board
      dt-bindings: vendor-prefixes: Add an entry for Kverneland Group
      dt-bindings: arm: fsl: add Kverneland UT1, UT1Q and UI1P boards
      dt-bindings: arm: fsl: add Kverneland TGO board

Teresa Remmet (1):
      bindings: arm: fsl: Add PHYTEC i.MX8MP devicetree bindings

Tim Harvey (1):
      dt-bindings: arm: fsl: Add binding for Gateworks boards with IMX8MM

 Documentation/devicetree/bindings/arm/fsl.yaml     | 23 ++++++
 .../bindings/display/panel/panel-simple.yaml       | 19 +++--
 .../devicetree/bindings/soc/imx/imx8m-soc.yaml     | 86 ++++++++++++++++++++++
 .../devicetree/bindings/vendor-prefixes.yaml       |  4 +
 4 files changed, 124 insertions(+), 8 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/soc/imx/imx8m-soc.yaml

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

* [GIT PULL 3/6] i.MX DT bindings update for 5.12
@ 2021-02-04 12:01   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2021-02-04 12:01 UTC (permalink / raw)
  To: soc, arm
  Cc: Shawn Guo, Stefan Agner, Li Yang, linux-imx, kernel,
	Fabio Estevam, linux-arm-kernel

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-bindings-5.12

for you to fetch changes up to 1447e43c0b735ffc0d48a6aec4f74d6877caffc2:

  dt-bindings: arm: imx: add imx8mm nitrogen support (2021-01-30 22:25:55 +0800)

----------------------------------------------------------------
i.MX DT bindings update for 5.12:

- Various board compatible additions to fsl.yaml.
- Add vendor prefix for Plymovent and Kverneland Group.
- Update simple panel bindings to include compatible for EDT and Kyocera
  panels.

----------------------------------------------------------------
Adam Ford (1):
      dt-bindings: arm: fsl: Add beacon,imx8mn-beacon-kit

Adrien Grassein (1):
      dt-bindings: arm: imx: add imx8mm nitrogen support

Alice Guo (1):
      dt-bindings: soc: imx8m: add DT Binding doc for soc unique ID

Martin Kepplinger (1):
      dt-bindings: arm: fsl: Add the librem 5 Evergreen revision

Michael Walle (1):
      dt-bindings: arm: fsl: add Kontron sl28 variant 1

Oleksij Rempel (11):
      dt-bindings: display: simple: fix alphabetical order for EDT compatibles
      dt-bindings: display: simple: add EDT compatibles already supported by the driver
      dt-bindings: display: simple: Add Kyocera tcg070wvlq panel
      dt-bindings: vendor-prefixes: Add an entry for Plymovent
      dt-bindings: arm: fsl: add Plymovent M2M board
      dt-bindings: arm: fsl: add Plymovent BAS board
      dt-bindings: arm: fsl: add Protonic MVT board
      dt-bindings: arm: fsl: add Protonic PRTI6G board
      dt-bindings: vendor-prefixes: Add an entry for Kverneland Group
      dt-bindings: arm: fsl: add Kverneland UT1, UT1Q and UI1P boards
      dt-bindings: arm: fsl: add Kverneland TGO board

Teresa Remmet (1):
      bindings: arm: fsl: Add PHYTEC i.MX8MP devicetree bindings

Tim Harvey (1):
      dt-bindings: arm: fsl: Add binding for Gateworks boards with IMX8MM

 Documentation/devicetree/bindings/arm/fsl.yaml     | 23 ++++++
 .../bindings/display/panel/panel-simple.yaml       | 19 +++--
 .../devicetree/bindings/soc/imx/imx8m-soc.yaml     | 86 ++++++++++++++++++++++
 .../devicetree/bindings/vendor-prefixes.yaml       |  4 +
 4 files changed, 124 insertions(+), 8 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/soc/imx/imx8m-soc.yaml

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 4/6] i.MX device tree change for 5.12
@ 2021-02-04 12:01   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2021-02-04 12:01 UTC (permalink / raw)
  To: soc, arm
  Cc: Shawn Guo, Fabio Estevam, Stefan Agner, Li Yang, kernel,
	linux-imx, linux-arm-kernel

Hi,

Tag imx-fixes-5.11-2 is merged into the branch to resolve some
dependency around imx6-sr-som board support.

Shawn


The following changes since commit 82c082784e03a9a9c043345f9bc04bc8254cf6da:

  firmware: imx: select SOC_BUS to fix firmware build (2021-01-18 15:49:07 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-5.12

for you to fetch changes up to 498f8aee6ec000392d918ecbcbeb1b5ee3132006:

  ARM: dts: imx6: RDU2: adjust audio devices nomenclature (2021-01-30 21:52:31 +0800)

----------------------------------------------------------------
i.MX device tree change for 5.12:

- A series from Oleksij Rempel to add i.MX6 based Plymovent, Protonic
  and Kverneland boards.
- A series from Andreas Kemnade to improve UART support for ebook
  readers.
- A series from Fabio Estevam to update imx6ul-14x14-evk device tree for
  adding GPIO expander and camera support.
- A patch set from Lucas Stach to improve ZII RDU2 support, enabling
  WDOG, tuning I2C drive-strength, RMI4 and UCS1002 ALERT.
- Other small and random updates on various boards.

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: imx6q-logicpd: Drop unused clock-names reference

Andreas Kemnade (4):
      ARM: dts: imx6sl-tolino-shine2hd: correct console uart pinmux
      ARM: dts: imx6sl-tolino-shine2hd: add second uart
      ARM: dts: imx6sl-tolino-shine3: correct console uart pinmux
      ARM: dts: imx: e60k02: add second uart

Cory Tusar (1):
      ARM: dts: imx6: RDU2: adjust audio devices nomenclature

Fabio Estevam (4):
      ARM: dts: imx6ul-14x14-evk: Fix SPI chipselect polarity
      ARM: dts: imx6ul-14x14-evk: Enable the GPIO expander
      ARM: dts: imx6ul-14x14-evk: Describe the KSZ8081 reset
      ARM: dts: imx6ul-14x14-evk: Add camera support

Joakim Zhang (1):
      ARM: dts: imx6: add wakeup support via magic packet

Laurent Pinchart (1):
      ARM: dts: imx6q(dl): Move 'port' nodes under 'ports' for HDMI encoder

Lucas Stach (3):
      ARM: dts: imx6: RDU2: reduce i2c drive-strength
      ARM: dts: imx6: RDU2: enable RMI4 reduced reporting
      ARM: dts: imx6: RDU2: only trigger IRQ on falling edge ucs1002 ALERT pin

Mans Rullgard (1):
      ARM: dts: imx28: add pinmux for USB1 overcurrent on pwm2

Marek Vasut (1):
      ARM: dts: imx7: Mark timer with arm,cpu-registers-not-fw-configured

Oleksij Rempel (6):
      ARM: dts: add Plymovent M2M board
      ARM: dts: add Plymovent BAS board
      ARM: dts: add Protonic MVT board
      ARM: dts: add Protonic PRTI6G board
      ARM: dts: add Kverneland UT1, UT1Q and UT1P
      ARM: dts: add Kverneland TGO board

Philipp Zabel (1):
      ARM: dts: imx6: rdu2: enable WDOG1

Russell King (1):
      ARM: dts: imx6-sr-som: increase at8035 PHY gigabit Tw parameter

Shawn Guo (1):
      Merge tag 'imx-fixes-5.11-2' into imx/dt

 arch/arm/boot/dts/Makefile                    |   8 +
 arch/arm/boot/dts/e60k02.dtsi                 |   6 +
 arch/arm/boot/dts/imx28.dtsi                  |  10 +
 arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi |   1 -
 arch/arm/boot/dts/imx6dl-plybas.dts           | 394 ++++++++++++
 arch/arm/boot/dts/imx6dl-plym2m.dts           | 446 ++++++++++++++
 arch/arm/boot/dts/imx6dl-prtmvt.dts           | 852 ++++++++++++++++++++++++++
 arch/arm/boot/dts/imx6dl-victgo.dts           | 852 ++++++++++++++++++++++++++
 arch/arm/boot/dts/imx6dl-vicut1.dts           |  13 +
 arch/arm/boot/dts/imx6q-vicut1.dts            |  17 +
 arch/arm/boot/dts/imx6q.dtsi                  |  20 +-
 arch/arm/boot/dts/imx6qdl-sabreauto.dtsi      |   1 +
 arch/arm/boot/dts/imx6qdl-sr-som.dtsi         |   2 +
 arch/arm/boot/dts/imx6qdl-vicut1.dtsi         | 803 ++++++++++++++++++++++++
 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi       |  42 +-
 arch/arm/boot/dts/imx6qdl.dtsi                |  25 +-
 arch/arm/boot/dts/imx6qp-vicutp.dts           |  13 +
 arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts  |  18 +-
 arch/arm/boot/dts/imx6sl-tolino-shine3.dts    |  15 +-
 arch/arm/boot/dts/imx6sll-kobo-clarahd.dts    |  13 +-
 arch/arm/boot/dts/imx6sx-sdb.dtsi             |   2 +
 arch/arm/boot/dts/imx6ul-14x14-evk.dtsi       |  54 +-
 arch/arm/boot/dts/imx6ul-prti6g.dts           | 356 +++++++++++
 arch/arm/boot/dts/imx6ul.dtsi                 |   2 +
 arch/arm/boot/dts/imx7s.dtsi                  |   1 +
 25 files changed, 3917 insertions(+), 49 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx6dl-plybas.dts
 create mode 100644 arch/arm/boot/dts/imx6dl-plym2m.dts
 create mode 100644 arch/arm/boot/dts/imx6dl-prtmvt.dts
 create mode 100644 arch/arm/boot/dts/imx6dl-victgo.dts
 create mode 100644 arch/arm/boot/dts/imx6dl-vicut1.dts
 create mode 100644 arch/arm/boot/dts/imx6q-vicut1.dts
 create mode 100644 arch/arm/boot/dts/imx6qdl-vicut1.dtsi
 create mode 100644 arch/arm/boot/dts/imx6qp-vicutp.dts
 create mode 100644 arch/arm/boot/dts/imx6ul-prti6g.dts

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

* [GIT PULL 4/6] i.MX device tree change for 5.12
@ 2021-02-04 12:01   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2021-02-04 12:01 UTC (permalink / raw)
  To: soc, arm
  Cc: Shawn Guo, Stefan Agner, Li Yang, linux-imx, kernel,
	Fabio Estevam, linux-arm-kernel

Hi,

Tag imx-fixes-5.11-2 is merged into the branch to resolve some
dependency around imx6-sr-som board support.

Shawn


The following changes since commit 82c082784e03a9a9c043345f9bc04bc8254cf6da:

  firmware: imx: select SOC_BUS to fix firmware build (2021-01-18 15:49:07 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-5.12

for you to fetch changes up to 498f8aee6ec000392d918ecbcbeb1b5ee3132006:

  ARM: dts: imx6: RDU2: adjust audio devices nomenclature (2021-01-30 21:52:31 +0800)

----------------------------------------------------------------
i.MX device tree change for 5.12:

- A series from Oleksij Rempel to add i.MX6 based Plymovent, Protonic
  and Kverneland boards.
- A series from Andreas Kemnade to improve UART support for ebook
  readers.
- A series from Fabio Estevam to update imx6ul-14x14-evk device tree for
  adding GPIO expander and camera support.
- A patch set from Lucas Stach to improve ZII RDU2 support, enabling
  WDOG, tuning I2C drive-strength, RMI4 and UCS1002 ALERT.
- Other small and random updates on various boards.

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: imx6q-logicpd: Drop unused clock-names reference

Andreas Kemnade (4):
      ARM: dts: imx6sl-tolino-shine2hd: correct console uart pinmux
      ARM: dts: imx6sl-tolino-shine2hd: add second uart
      ARM: dts: imx6sl-tolino-shine3: correct console uart pinmux
      ARM: dts: imx: e60k02: add second uart

Cory Tusar (1):
      ARM: dts: imx6: RDU2: adjust audio devices nomenclature

Fabio Estevam (4):
      ARM: dts: imx6ul-14x14-evk: Fix SPI chipselect polarity
      ARM: dts: imx6ul-14x14-evk: Enable the GPIO expander
      ARM: dts: imx6ul-14x14-evk: Describe the KSZ8081 reset
      ARM: dts: imx6ul-14x14-evk: Add camera support

Joakim Zhang (1):
      ARM: dts: imx6: add wakeup support via magic packet

Laurent Pinchart (1):
      ARM: dts: imx6q(dl): Move 'port' nodes under 'ports' for HDMI encoder

Lucas Stach (3):
      ARM: dts: imx6: RDU2: reduce i2c drive-strength
      ARM: dts: imx6: RDU2: enable RMI4 reduced reporting
      ARM: dts: imx6: RDU2: only trigger IRQ on falling edge ucs1002 ALERT pin

Mans Rullgard (1):
      ARM: dts: imx28: add pinmux for USB1 overcurrent on pwm2

Marek Vasut (1):
      ARM: dts: imx7: Mark timer with arm,cpu-registers-not-fw-configured

Oleksij Rempel (6):
      ARM: dts: add Plymovent M2M board
      ARM: dts: add Plymovent BAS board
      ARM: dts: add Protonic MVT board
      ARM: dts: add Protonic PRTI6G board
      ARM: dts: add Kverneland UT1, UT1Q and UT1P
      ARM: dts: add Kverneland TGO board

Philipp Zabel (1):
      ARM: dts: imx6: rdu2: enable WDOG1

Russell King (1):
      ARM: dts: imx6-sr-som: increase at8035 PHY gigabit Tw parameter

Shawn Guo (1):
      Merge tag 'imx-fixes-5.11-2' into imx/dt

 arch/arm/boot/dts/Makefile                    |   8 +
 arch/arm/boot/dts/e60k02.dtsi                 |   6 +
 arch/arm/boot/dts/imx28.dtsi                  |  10 +
 arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi |   1 -
 arch/arm/boot/dts/imx6dl-plybas.dts           | 394 ++++++++++++
 arch/arm/boot/dts/imx6dl-plym2m.dts           | 446 ++++++++++++++
 arch/arm/boot/dts/imx6dl-prtmvt.dts           | 852 ++++++++++++++++++++++++++
 arch/arm/boot/dts/imx6dl-victgo.dts           | 852 ++++++++++++++++++++++++++
 arch/arm/boot/dts/imx6dl-vicut1.dts           |  13 +
 arch/arm/boot/dts/imx6q-vicut1.dts            |  17 +
 arch/arm/boot/dts/imx6q.dtsi                  |  20 +-
 arch/arm/boot/dts/imx6qdl-sabreauto.dtsi      |   1 +
 arch/arm/boot/dts/imx6qdl-sr-som.dtsi         |   2 +
 arch/arm/boot/dts/imx6qdl-vicut1.dtsi         | 803 ++++++++++++++++++++++++
 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi       |  42 +-
 arch/arm/boot/dts/imx6qdl.dtsi                |  25 +-
 arch/arm/boot/dts/imx6qp-vicutp.dts           |  13 +
 arch/arm/boot/dts/imx6sl-tolino-shine2hd.dts  |  18 +-
 arch/arm/boot/dts/imx6sl-tolino-shine3.dts    |  15 +-
 arch/arm/boot/dts/imx6sll-kobo-clarahd.dts    |  13 +-
 arch/arm/boot/dts/imx6sx-sdb.dtsi             |   2 +
 arch/arm/boot/dts/imx6ul-14x14-evk.dtsi       |  54 +-
 arch/arm/boot/dts/imx6ul-prti6g.dts           | 356 +++++++++++
 arch/arm/boot/dts/imx6ul.dtsi                 |   2 +
 arch/arm/boot/dts/imx7s.dtsi                  |   1 +
 25 files changed, 3917 insertions(+), 49 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx6dl-plybas.dts
 create mode 100644 arch/arm/boot/dts/imx6dl-plym2m.dts
 create mode 100644 arch/arm/boot/dts/imx6dl-prtmvt.dts
 create mode 100644 arch/arm/boot/dts/imx6dl-victgo.dts
 create mode 100644 arch/arm/boot/dts/imx6dl-vicut1.dts
 create mode 100644 arch/arm/boot/dts/imx6q-vicut1.dts
 create mode 100644 arch/arm/boot/dts/imx6qdl-vicut1.dtsi
 create mode 100644 arch/arm/boot/dts/imx6qp-vicutp.dts
 create mode 100644 arch/arm/boot/dts/imx6ul-prti6g.dts

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 5/6] i.MX arm64 device tree update for 5.12
@ 2021-02-04 12:01   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2021-02-04 12:01 UTC (permalink / raw)
  To: soc, arm
  Cc: Shawn Guo, Fabio Estevam, Stefan Agner, Li Yang, kernel,
	linux-imx, linux-arm-kernel

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-5.12

for you to fetch changes up to da1a6b8bec881b67f0e234ed19e8b7e2fb1e7812:

  arm64: dts: imx: Add i.mx8mm nitrogen basic dts support (2021-01-30 22:26:17 +0800)

----------------------------------------------------------------
i.MX arm64 device tree update for 5.12:

- New board support: Beacon i.MX8M Nano development kit, i.MX8MM Nitrogen,
  Gateworks i.MX 8M Mini Development Kits, phyBOARD-Pollux-i.MX8MP,
  Librem5 Evergreen.
- Update imx8mm-beacon to drop unused clock-names reference, and add
  more pinctrl states for USDHC1.
- Support soc unique ID read with NVMEM on i.MX8M SoCs.
- A series from Biwen Li to add interrupt line for RTC device on
  Layerscape SoCs.
- A couple of patch sets to update imx8mq-librem5 support around
  regulators, RTC, charger, display, etc.
- A series from Joakim Zhang to improve i.MX8M FEC device configuration.
- A series from Kuldeep Singh to enable flexcan support for LX2160A and
  LS1028A.
- A series from Lucas Stach to update ZII devices around audio, USB, I2C
  pin configuration and UCS1002 ALERT.
- A series from Michael Walle to update Layerscape device trees to use
  constants in the clockgen phandle, add sl28 variant 1 and enable SATA.
- A few patches from Russell King to improve support for a couple of
  LX2160A boards.
- A series from Shengjiu Wang to add more audio support for imx8mn-evk.
- Other small and random updates.

----------------------------------------------------------------
Adam Ford (6):
      arm64: dts: imx: Add Beacon i.MX8M Nano development kit
      arm64: dts: imx8mm-beacon: Drop unused clock-names reference
      arm64: dts: imx8mm-beacon: add more pinctrl states for usdhc1
      arm64: dts: imx8mn-beacon-som: Configure RTC aliases
      arm64: dts: imx8mn: Add fspi node
      arm64: dts: imx8mn-beacon-som: Enable QSPI on SOM

Adrien Grassein (1):
      arm64: dts: imx: Add i.mx8mm nitrogen basic dts support

Alice Guo (2):
      arm64: dts: imx8m: add SoC ID compatible
      arm64: dts: imx8m: add NVMEM provider and consumer to read soc unique ID

Biwen Li (8):
      arm64: dts: ls1043a: add DT node for external interrupt lines
      arm64: dts: ls1046a: add DT node for external interrupt lines
      arm64: dts: ls1088a: add DT node for external interrupt lines
      arm64: dts: ls1088ardb: fix interrupt line for RTC node
      arm64: dts: ls208xa: add DT node for external interrupt lines
      arm64: dts: ls208xa-rdb: add interrupt line for RTC node
      arm64: dts: lx2160a: add DT node for external interrupt lines
      arm64: dts: lx2160ardb: fix interrupt line for RTC node

Fabio Estevam (1):
      arm64: dts: imx8mq: Add eCSPI DMA support

Guido Günther (8):
      arm64: dts: imx8mq-librem5-devkit: Tweak pmic regulators
      arm64: dts: imx8mq-librem5-devkit: Disable snvs_rtc
      arm64: dts: imx8mq-librem5-devkit: Drop custom clock settings
      arm64: dts: imx8mq: Add clock parents for mipi dphy
      arm64: dts: imx8mq-librem5: Mark charger IRQ as High-Z
      arm64: dts: imx8mq-librem5: Don't mark buck3 as always on
      arm64: dts: imx8mq-librem5: Add usb-c chip as supplier for the charger
      arm64: dts: imx8mq-librem5: Add LCD_1V8 regulator

Hou Zhiqiang (1):
      arm64: dts: ls1046ardb: Add interrupt line for RTC node

Joakim Zhang (4):
      arm64: dts: imx8m: correct assigned clocks for FEC
      arm64: dts: imx8mq: assign clock parents for FEC
      arm64: dts: imx8m: add mac address for FEC
      arm64: dts: imx8m: add fsl,stop-mode property for FEC

Kuldeep Singh (3):
      arm64: dts: lx2160a: Add flexcan support
      arm64: dts: ls1028a: Update flexcan properties
      arm64: dts: ls1028a: Enable flexcan support for LS1028A-RDB/QDS

Leonard Crestez (1):
      arm64: dts: imx8mq: Add NOC node

Lucas Stach (5):
      arm64: dts: zii-ultra: add sound support
      arm64: dts: zii-ultra: fix i2c pin configuration
      arm64: dts: zii-ultra: limit USB ports to USB2 speed
      arm64: dts: zii-ultra: only trigger IRQ on falling edge ucs1002 ALERT pin
      arm64: dts: zii-rmb3: enable RMI4 reduced reporting

Martin Kepplinger (9):
      arm64: dts: imx8mq-librem5: add vin-supply to VDD_1V8
      arm64: dts: imx8mq-librem5: add pinctrl for the touchscreen description
      arm64: dts: imx8mq-librem5: Move usdhc clocks assignment to board DT
      arm64: dts: imx8mq-librem5-r3: workaround i2c1 issue with 1GHz cpu voltage
      arm64: dts: imx8mq: Add interconnect provider property
      arm64: dts: imx8mq: Add interconnect for lcdif
      arm64: dts: imx8mq-librem5: enable the LCD panel
      arm64: dts: imx8mq-librem5: set regulators boot-on
      arm64: dts: Add Librem5 Evergreen

Michael Walle (10):
      arm64: dts: ls1012a: use constants in the clockgen phandle
      arm64: dts: ls1028a: use constants in the clockgen phandle
      arm64: dts: ls1043a: use constants in the clockgen phandle
      arm64: dts: ls1046a: use constants in the clockgen phandle
      arm64: dts: ls1088a: use constants in the clockgen phandle
      arm64: dts: ls208xa: use constants in the clockgen phandle
      arm64: dts: lx2160a: use constants in the clockgen phandle
      arm64: dts: freescale: sl28: add variant 1
      arm64: dts: freescale: sl28: enable SATA support
      arm64: dts: ls1028a: fix FlexSPI clock

Pawel Dembicki (2):
      arm64: dts: fsl-ls1012a-rdb: add i2c devices
      arm64: dts: fsl-ls1012a-frdm: add spi-uart device

Peng Fan (1):
      arm64: dts: imx8mq: use_dt_domains for pci node

Russell King (3):
      arm64: dts: lx2160a-clearfog-itx: add power button support
      arm64: dts: lx2160a-cex7: delete RTC interrupt
      arm64: dts: lx2160a-cex7: increase at8035 PHY gigabit Tw parameter

Shengjiu Wang (3):
      arm64: dts: imx8mn: Configure clock rate for audio plls
      arm64: dts: imx8mn-evk: Add sound-wm8524 card nodes
      arm64: dts: imx8mn-evk: Add sound-spdif card nodes

Teresa Remmet (1):
      arm64: dts: freescale: Add support for phyBOARD-Pollux-i.MX8MP

Tim Harvey (1):
      arm64: dts: imx8mm: Add Gateworks i.MX 8M Mini Development Kits

Yangbo Lu (1):
      arm64: dts: freescale: use fixed index mmcN for NXP layerscape reference boards

 arch/arm64/boot/dts/freescale/Makefile             |   8 +
 arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dts |  21 +
 arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dts  |   5 +
 arch/arm64/boot/dts/freescale/fsl-ls1012a-rdb.dts  |  50 +++
 arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi     |  60 ++-
 .../fsl-ls1028a-kontron-kbox-a-230-ls.dts          |   4 +
 .../freescale/fsl-ls1028a-kontron-sl28-var1.dts    |  62 +++
 .../fsl-ls1028a-kontron-sl28-var3-ads2.dts         |   5 +-
 arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts  |   8 +
 arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts  |  16 +
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     | 182 ++++++--
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi     |  98 ++--
 arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts  |   3 +
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi     |  98 ++--
 arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts  |   6 +-
 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi     | 122 +++--
 arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi     |  17 +-
 arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi     |  17 +-
 arch/arm64/boot/dts/freescale/fsl-ls208xa-rdb.dtsi |   4 +-
 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi     | 118 ++++-
 .../arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi |   3 +-
 .../dts/freescale/fsl-lx2160a-clearfog-itx.dtsi    |  12 +
 arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts  |  10 +
 arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts  |  24 +-
 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi     | 147 ++++--
 arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts  |   2 +
 .../dts/freescale/imx8mm-beacon-baseboard.dtsi     |   1 -
 .../boot/dts/freescale/imx8mm-beacon-som.dtsi      |   4 +-
 .../boot/dts/freescale/imx8mm-nitrogen-r2.dts      | 393 ++++++++++++++++
 .../boot/dts/freescale/imx8mm-venice-gw700x.dtsi   | 495 +++++++++++++++++++++
 .../boot/dts/freescale/imx8mm-venice-gw71xx-0x.dts |  19 +
 .../boot/dts/freescale/imx8mm-venice-gw71xx.dtsi   | 186 ++++++++
 .../boot/dts/freescale/imx8mm-venice-gw72xx-0x.dts |  20 +
 .../boot/dts/freescale/imx8mm-venice-gw72xx.dtsi   | 311 +++++++++++++
 .../boot/dts/freescale/imx8mm-venice-gw73xx-0x.dts |  19 +
 .../boot/dts/freescale/imx8mm-venice-gw73xx.dtsi   | 362 +++++++++++++++
 arch/arm64/boot/dts/freescale/imx8mm.dtsi          |  23 +-
 .../dts/freescale/imx8mn-beacon-baseboard.dtsi     | 307 +++++++++++++
 .../arm64/boot/dts/freescale/imx8mn-beacon-kit.dts |  19 +
 .../boot/dts/freescale/imx8mn-beacon-som.dtsi      | 466 +++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi      |  75 ++++
 arch/arm64/boot/dts/freescale/imx8mn.dtsi          |  44 +-
 .../dts/freescale/imx8mp-phyboard-pollux-rdk.dts   | 161 +++++++
 .../boot/dts/freescale/imx8mp-phycore-som.dtsi     | 293 ++++++++++++
 arch/arm64/boot/dts/freescale/imx8mp.dtsi          |  23 +-
 .../boot/dts/freescale/imx8mq-librem5-devkit.dts   |  20 +-
 .../arm64/boot/dts/freescale/imx8mq-librem5-r3.dts |   6 +
 .../arm64/boot/dts/freescale/imx8mq-librem5-r4.dts |  35 ++
 arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi  | 113 ++++-
 .../boot/dts/freescale/imx8mq-zii-ultra-rmb3.dts   |  93 ++++
 .../boot/dts/freescale/imx8mq-zii-ultra-zest.dts   |  30 ++
 .../arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi | 118 ++++-
 arch/arm64/boot/dts/freescale/imx8mq.dtsi          |  72 ++-
 arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi   |   6 +-
 54 files changed, 4542 insertions(+), 274 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var1.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-nitrogen-r2.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-venice-gw700x.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-venice-gw71xx-0x.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-venice-gw71xx.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx-0x.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx-0x.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-beacon-baseboard.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-beacon-kit.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-librem5-r4.dts

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

* [GIT PULL 5/6] i.MX arm64 device tree update for 5.12
@ 2021-02-04 12:01   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2021-02-04 12:01 UTC (permalink / raw)
  To: soc, arm
  Cc: Shawn Guo, Stefan Agner, Li Yang, linux-imx, kernel,
	Fabio Estevam, linux-arm-kernel

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-5.12

for you to fetch changes up to da1a6b8bec881b67f0e234ed19e8b7e2fb1e7812:

  arm64: dts: imx: Add i.mx8mm nitrogen basic dts support (2021-01-30 22:26:17 +0800)

----------------------------------------------------------------
i.MX arm64 device tree update for 5.12:

- New board support: Beacon i.MX8M Nano development kit, i.MX8MM Nitrogen,
  Gateworks i.MX 8M Mini Development Kits, phyBOARD-Pollux-i.MX8MP,
  Librem5 Evergreen.
- Update imx8mm-beacon to drop unused clock-names reference, and add
  more pinctrl states for USDHC1.
- Support soc unique ID read with NVMEM on i.MX8M SoCs.
- A series from Biwen Li to add interrupt line for RTC device on
  Layerscape SoCs.
- A couple of patch sets to update imx8mq-librem5 support around
  regulators, RTC, charger, display, etc.
- A series from Joakim Zhang to improve i.MX8M FEC device configuration.
- A series from Kuldeep Singh to enable flexcan support for LX2160A and
  LS1028A.
- A series from Lucas Stach to update ZII devices around audio, USB, I2C
  pin configuration and UCS1002 ALERT.
- A series from Michael Walle to update Layerscape device trees to use
  constants in the clockgen phandle, add sl28 variant 1 and enable SATA.
- A few patches from Russell King to improve support for a couple of
  LX2160A boards.
- A series from Shengjiu Wang to add more audio support for imx8mn-evk.
- Other small and random updates.

----------------------------------------------------------------
Adam Ford (6):
      arm64: dts: imx: Add Beacon i.MX8M Nano development kit
      arm64: dts: imx8mm-beacon: Drop unused clock-names reference
      arm64: dts: imx8mm-beacon: add more pinctrl states for usdhc1
      arm64: dts: imx8mn-beacon-som: Configure RTC aliases
      arm64: dts: imx8mn: Add fspi node
      arm64: dts: imx8mn-beacon-som: Enable QSPI on SOM

Adrien Grassein (1):
      arm64: dts: imx: Add i.mx8mm nitrogen basic dts support

Alice Guo (2):
      arm64: dts: imx8m: add SoC ID compatible
      arm64: dts: imx8m: add NVMEM provider and consumer to read soc unique ID

Biwen Li (8):
      arm64: dts: ls1043a: add DT node for external interrupt lines
      arm64: dts: ls1046a: add DT node for external interrupt lines
      arm64: dts: ls1088a: add DT node for external interrupt lines
      arm64: dts: ls1088ardb: fix interrupt line for RTC node
      arm64: dts: ls208xa: add DT node for external interrupt lines
      arm64: dts: ls208xa-rdb: add interrupt line for RTC node
      arm64: dts: lx2160a: add DT node for external interrupt lines
      arm64: dts: lx2160ardb: fix interrupt line for RTC node

Fabio Estevam (1):
      arm64: dts: imx8mq: Add eCSPI DMA support

Guido Günther (8):
      arm64: dts: imx8mq-librem5-devkit: Tweak pmic regulators
      arm64: dts: imx8mq-librem5-devkit: Disable snvs_rtc
      arm64: dts: imx8mq-librem5-devkit: Drop custom clock settings
      arm64: dts: imx8mq: Add clock parents for mipi dphy
      arm64: dts: imx8mq-librem5: Mark charger IRQ as High-Z
      arm64: dts: imx8mq-librem5: Don't mark buck3 as always on
      arm64: dts: imx8mq-librem5: Add usb-c chip as supplier for the charger
      arm64: dts: imx8mq-librem5: Add LCD_1V8 regulator

Hou Zhiqiang (1):
      arm64: dts: ls1046ardb: Add interrupt line for RTC node

Joakim Zhang (4):
      arm64: dts: imx8m: correct assigned clocks for FEC
      arm64: dts: imx8mq: assign clock parents for FEC
      arm64: dts: imx8m: add mac address for FEC
      arm64: dts: imx8m: add fsl,stop-mode property for FEC

Kuldeep Singh (3):
      arm64: dts: lx2160a: Add flexcan support
      arm64: dts: ls1028a: Update flexcan properties
      arm64: dts: ls1028a: Enable flexcan support for LS1028A-RDB/QDS

Leonard Crestez (1):
      arm64: dts: imx8mq: Add NOC node

Lucas Stach (5):
      arm64: dts: zii-ultra: add sound support
      arm64: dts: zii-ultra: fix i2c pin configuration
      arm64: dts: zii-ultra: limit USB ports to USB2 speed
      arm64: dts: zii-ultra: only trigger IRQ on falling edge ucs1002 ALERT pin
      arm64: dts: zii-rmb3: enable RMI4 reduced reporting

Martin Kepplinger (9):
      arm64: dts: imx8mq-librem5: add vin-supply to VDD_1V8
      arm64: dts: imx8mq-librem5: add pinctrl for the touchscreen description
      arm64: dts: imx8mq-librem5: Move usdhc clocks assignment to board DT
      arm64: dts: imx8mq-librem5-r3: workaround i2c1 issue with 1GHz cpu voltage
      arm64: dts: imx8mq: Add interconnect provider property
      arm64: dts: imx8mq: Add interconnect for lcdif
      arm64: dts: imx8mq-librem5: enable the LCD panel
      arm64: dts: imx8mq-librem5: set regulators boot-on
      arm64: dts: Add Librem5 Evergreen

Michael Walle (10):
      arm64: dts: ls1012a: use constants in the clockgen phandle
      arm64: dts: ls1028a: use constants in the clockgen phandle
      arm64: dts: ls1043a: use constants in the clockgen phandle
      arm64: dts: ls1046a: use constants in the clockgen phandle
      arm64: dts: ls1088a: use constants in the clockgen phandle
      arm64: dts: ls208xa: use constants in the clockgen phandle
      arm64: dts: lx2160a: use constants in the clockgen phandle
      arm64: dts: freescale: sl28: add variant 1
      arm64: dts: freescale: sl28: enable SATA support
      arm64: dts: ls1028a: fix FlexSPI clock

Pawel Dembicki (2):
      arm64: dts: fsl-ls1012a-rdb: add i2c devices
      arm64: dts: fsl-ls1012a-frdm: add spi-uart device

Peng Fan (1):
      arm64: dts: imx8mq: use_dt_domains for pci node

Russell King (3):
      arm64: dts: lx2160a-clearfog-itx: add power button support
      arm64: dts: lx2160a-cex7: delete RTC interrupt
      arm64: dts: lx2160a-cex7: increase at8035 PHY gigabit Tw parameter

Shengjiu Wang (3):
      arm64: dts: imx8mn: Configure clock rate for audio plls
      arm64: dts: imx8mn-evk: Add sound-wm8524 card nodes
      arm64: dts: imx8mn-evk: Add sound-spdif card nodes

Teresa Remmet (1):
      arm64: dts: freescale: Add support for phyBOARD-Pollux-i.MX8MP

Tim Harvey (1):
      arm64: dts: imx8mm: Add Gateworks i.MX 8M Mini Development Kits

Yangbo Lu (1):
      arm64: dts: freescale: use fixed index mmcN for NXP layerscape reference boards

 arch/arm64/boot/dts/freescale/Makefile             |   8 +
 arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dts |  21 +
 arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dts  |   5 +
 arch/arm64/boot/dts/freescale/fsl-ls1012a-rdb.dts  |  50 +++
 arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi     |  60 ++-
 .../fsl-ls1028a-kontron-kbox-a-230-ls.dts          |   4 +
 .../freescale/fsl-ls1028a-kontron-sl28-var1.dts    |  62 +++
 .../fsl-ls1028a-kontron-sl28-var3-ads2.dts         |   5 +-
 arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts  |   8 +
 arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts  |  16 +
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     | 182 ++++++--
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi     |  98 ++--
 arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts  |   3 +
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi     |  98 ++--
 arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts  |   6 +-
 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi     | 122 +++--
 arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi     |  17 +-
 arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi     |  17 +-
 arch/arm64/boot/dts/freescale/fsl-ls208xa-rdb.dtsi |   4 +-
 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi     | 118 ++++-
 .../arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi |   3 +-
 .../dts/freescale/fsl-lx2160a-clearfog-itx.dtsi    |  12 +
 arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts  |  10 +
 arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts  |  24 +-
 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi     | 147 ++++--
 arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts  |   2 +
 .../dts/freescale/imx8mm-beacon-baseboard.dtsi     |   1 -
 .../boot/dts/freescale/imx8mm-beacon-som.dtsi      |   4 +-
 .../boot/dts/freescale/imx8mm-nitrogen-r2.dts      | 393 ++++++++++++++++
 .../boot/dts/freescale/imx8mm-venice-gw700x.dtsi   | 495 +++++++++++++++++++++
 .../boot/dts/freescale/imx8mm-venice-gw71xx-0x.dts |  19 +
 .../boot/dts/freescale/imx8mm-venice-gw71xx.dtsi   | 186 ++++++++
 .../boot/dts/freescale/imx8mm-venice-gw72xx-0x.dts |  20 +
 .../boot/dts/freescale/imx8mm-venice-gw72xx.dtsi   | 311 +++++++++++++
 .../boot/dts/freescale/imx8mm-venice-gw73xx-0x.dts |  19 +
 .../boot/dts/freescale/imx8mm-venice-gw73xx.dtsi   | 362 +++++++++++++++
 arch/arm64/boot/dts/freescale/imx8mm.dtsi          |  23 +-
 .../dts/freescale/imx8mn-beacon-baseboard.dtsi     | 307 +++++++++++++
 .../arm64/boot/dts/freescale/imx8mn-beacon-kit.dts |  19 +
 .../boot/dts/freescale/imx8mn-beacon-som.dtsi      | 466 +++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi      |  75 ++++
 arch/arm64/boot/dts/freescale/imx8mn.dtsi          |  44 +-
 .../dts/freescale/imx8mp-phyboard-pollux-rdk.dts   | 161 +++++++
 .../boot/dts/freescale/imx8mp-phycore-som.dtsi     | 293 ++++++++++++
 arch/arm64/boot/dts/freescale/imx8mp.dtsi          |  23 +-
 .../boot/dts/freescale/imx8mq-librem5-devkit.dts   |  20 +-
 .../arm64/boot/dts/freescale/imx8mq-librem5-r3.dts |   6 +
 .../arm64/boot/dts/freescale/imx8mq-librem5-r4.dts |  35 ++
 arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi  | 113 ++++-
 .../boot/dts/freescale/imx8mq-zii-ultra-rmb3.dts   |  93 ++++
 .../boot/dts/freescale/imx8mq-zii-ultra-zest.dts   |  30 ++
 .../arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi | 118 ++++-
 arch/arm64/boot/dts/freescale/imx8mq.dtsi          |  72 ++-
 arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi   |   6 +-
 54 files changed, 4542 insertions(+), 274 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var1.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-nitrogen-r2.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-venice-gw700x.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-venice-gw71xx-0x.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-venice-gw71xx.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx-0x.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx-0x.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-beacon-baseboard.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-beacon-kit.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-librem5-r4.dts

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 6/6] i.MX defconfig update for 5.12
@ 2021-02-04 12:01   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2021-02-04 12:01 UTC (permalink / raw)
  To: soc, arm
  Cc: Shawn Guo, Fabio Estevam, Stefan Agner, Li Yang, kernel,
	linux-imx, linux-arm-kernel

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-5.12

for you to fetch changes up to d984d1a0abf87d890250dfa633c0ae3c625de9e9:

  arm64: defconfig: Enable PF8x00 as builtin (2021-01-30 22:31:24 +0800)

----------------------------------------------------------------
i.MX defconfig change for 5.12:

- Enable WM8962 support needed by imx8mn-beacon-kit.
- Enable PF8x00 support used by Boundary Nitrogen8M Mini SBC.
- Enable a few drivers for Librem 5 devkit support.
- Enable interconnect support for i.MX8MQ.
- Enable Broadcom BCM54140 PHY driver for Kontron K-Box A-230-LS.
- Enable RV3028 I2C RTC and PCA9532 driver support for phyBOARD-Pollux
  i.MX8MP.
- Enable RN5T618 PMIC driver support in imx_v6_v7_defconfig.

----------------------------------------------------------------
Adam Ford (1):
      arm64: defconfig: Enable WM8962

Adrien Grassein (1):
      arm64: defconfig: Enable PF8x00 as builtin

Andreas Kemnade (1):
      ARM: imx_v6_v7_defconfig: enable power driver of RN5T618 PMIC family

Guido Günther (2):
      arm64: defconfig: Enable Librem 5 devkit components
      arm64: defconfig: Enable vibra-pwm

Martin Kepplinger (1):
      arm64: defconfig: Enable interconnect for imx8mq

Michael Walle (1):
      arm64: defconfig: Enable Broadcom BCM54140 PHY

Teresa Remmet (2):
      arm64: defconfig: Enable rv3028 i2c rtc driver
      arm64: defconfig: Enable PCA9532 support

 arch/arm/configs/imx_v6_v7_defconfig |  1 +
 arch/arm64/configs/defconfig         | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

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

* [GIT PULL 6/6] i.MX defconfig update for 5.12
@ 2021-02-04 12:01   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2021-02-04 12:01 UTC (permalink / raw)
  To: soc, arm
  Cc: Shawn Guo, Stefan Agner, Li Yang, linux-imx, kernel,
	Fabio Estevam, linux-arm-kernel

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-5.12

for you to fetch changes up to d984d1a0abf87d890250dfa633c0ae3c625de9e9:

  arm64: defconfig: Enable PF8x00 as builtin (2021-01-30 22:31:24 +0800)

----------------------------------------------------------------
i.MX defconfig change for 5.12:

- Enable WM8962 support needed by imx8mn-beacon-kit.
- Enable PF8x00 support used by Boundary Nitrogen8M Mini SBC.
- Enable a few drivers for Librem 5 devkit support.
- Enable interconnect support for i.MX8MQ.
- Enable Broadcom BCM54140 PHY driver for Kontron K-Box A-230-LS.
- Enable RV3028 I2C RTC and PCA9532 driver support for phyBOARD-Pollux
  i.MX8MP.
- Enable RN5T618 PMIC driver support in imx_v6_v7_defconfig.

----------------------------------------------------------------
Adam Ford (1):
      arm64: defconfig: Enable WM8962

Adrien Grassein (1):
      arm64: defconfig: Enable PF8x00 as builtin

Andreas Kemnade (1):
      ARM: imx_v6_v7_defconfig: enable power driver of RN5T618 PMIC family

Guido Günther (2):
      arm64: defconfig: Enable Librem 5 devkit components
      arm64: defconfig: Enable vibra-pwm

Martin Kepplinger (1):
      arm64: defconfig: Enable interconnect for imx8mq

Michael Walle (1):
      arm64: defconfig: Enable Broadcom BCM54140 PHY

Teresa Remmet (2):
      arm64: defconfig: Enable rv3028 i2c rtc driver
      arm64: defconfig: Enable PCA9532 support

 arch/arm/configs/imx_v6_v7_defconfig |  1 +
 arch/arm64/configs/defconfig         | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 6/6] i.MX defconfig update for 5.12
@ 2021-02-09 15:13     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2021-02-09 15:13 UTC (permalink / raw)
  To: arm, Shawn Guo, soc
  Cc: Arnd Bergmann, Stefan Agner, Fabio Estevam, linux-imx, kernel,
	linux-arm-kernel, Li Yang

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 4 Feb 2021 20:01:50 +0800, Shawn Guo wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-5.12
> 
> [...]

Merged into arm/defconfig, thanks!

merge commit: 39a944cd8b6463d64ca237ffb0b3b0c9f2057d21

       Arnd

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

* Re: [GIT PULL 6/6] i.MX defconfig update for 5.12
@ 2021-02-09 15:13     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2021-02-09 15:13 UTC (permalink / raw)
  To: arm, Shawn Guo, soc
  Cc: Arnd Bergmann, Stefan Agner, Li Yang, linux-imx, kernel,
	Fabio Estevam, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 4 Feb 2021 20:01:50 +0800, Shawn Guo wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-5.12
> 
> [...]

Merged into arm/defconfig, thanks!

merge commit: 39a944cd8b6463d64ca237ffb0b3b0c9f2057d21

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 3/6] i.MX DT bindings update for 5.12
@ 2021-02-09 23:06     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2021-02-09 23:06 UTC (permalink / raw)
  To: soc, arm, Shawn Guo
  Cc: Arnd Bergmann, Stefan Agner, linux-imx, Li Yang, Fabio Estevam,
	kernel, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 4 Feb 2021 20:01:47 +0800, Shawn Guo wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-bindings-5.12
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 6f771ce6c3bb2c4dc9d348b578871c7adb8b285b

       Arnd

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

* Re: [GIT PULL 3/6] i.MX DT bindings update for 5.12
@ 2021-02-09 23:06     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2021-02-09 23:06 UTC (permalink / raw)
  To: soc, arm, Shawn Guo
  Cc: Arnd Bergmann, Stefan Agner, Li Yang, linux-imx, kernel,
	Fabio Estevam, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 4 Feb 2021 20:01:47 +0800, Shawn Guo wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-bindings-5.12
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 6f771ce6c3bb2c4dc9d348b578871c7adb8b285b

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 4/6] i.MX device tree change for 5.12
@ 2021-02-09 23:06     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2021-02-09 23:06 UTC (permalink / raw)
  To: soc, arm, Shawn Guo
  Cc: Arnd Bergmann, Stefan Agner, linux-imx, Li Yang, Fabio Estevam,
	kernel, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 4 Feb 2021 20:01:48 +0800, Shawn Guo wrote:
> Tag imx-fixes-5.11-2 is merged into the branch to resolve some
> dependency around imx6-sr-som board support.
> 
> Shawn
> 
> 
> The following changes since commit 82c082784e03a9a9c043345f9bc04bc8254cf6da:
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 48a60549d207c0e5691b88cd91305a7c0521cef5

       Arnd

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

* Re: [GIT PULL 4/6] i.MX device tree change for 5.12
@ 2021-02-09 23:06     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2021-02-09 23:06 UTC (permalink / raw)
  To: soc, arm, Shawn Guo
  Cc: Arnd Bergmann, Stefan Agner, Li Yang, linux-imx, kernel,
	Fabio Estevam, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 4 Feb 2021 20:01:48 +0800, Shawn Guo wrote:
> Tag imx-fixes-5.11-2 is merged into the branch to resolve some
> dependency around imx6-sr-som board support.
> 
> Shawn
> 
> 
> The following changes since commit 82c082784e03a9a9c043345f9bc04bc8254cf6da:
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 48a60549d207c0e5691b88cd91305a7c0521cef5

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 5/6] i.MX arm64 device tree update for 5.12
@ 2021-02-09 23:06     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2021-02-09 23:06 UTC (permalink / raw)
  To: soc, arm, Shawn Guo
  Cc: Arnd Bergmann, Stefan Agner, linux-imx, Li Yang, Fabio Estevam,
	kernel, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 4 Feb 2021 20:01:49 +0800, Shawn Guo wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-5.12
> 
> [...]

Merged into arm/dt, thanks!

I noticed that this came fairly late in the cycle and has a fairly
large amount of changes in it. It would be nice if you could try
to send some of the contents a little earlier in the future to avoid
risking them to miss out.

It could also help to split up the largest branches to make them a
little smaller, e.g. by having one branch just for new SoC and/or
new board support, and another branch for changes to existing machines.

merge commit: 60c9579a01321003fd353c8f8c13012cac2128ba

       Arnd

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

* Re: [GIT PULL 5/6] i.MX arm64 device tree update for 5.12
@ 2021-02-09 23:06     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2021-02-09 23:06 UTC (permalink / raw)
  To: soc, arm, Shawn Guo
  Cc: Arnd Bergmann, Stefan Agner, Li Yang, linux-imx, kernel,
	Fabio Estevam, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 4 Feb 2021 20:01:49 +0800, Shawn Guo wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-5.12
> 
> [...]

Merged into arm/dt, thanks!

I noticed that this came fairly late in the cycle and has a fairly
large amount of changes in it. It would be nice if you could try
to send some of the contents a little earlier in the future to avoid
risking them to miss out.

It could also help to split up the largest branches to make them a
little smaller, e.g. by having one branch just for new SoC and/or
new board support, and another branch for changes to existing machines.

merge commit: 60c9579a01321003fd353c8f8c13012cac2128ba

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 2/6] i.MX SoC update for 5.12
@ 2021-02-09 23:10     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2021-02-09 23:10 UTC (permalink / raw)
  To: arm, soc, Shawn Guo
  Cc: Arnd Bergmann, Li Yang, Stefan Agner, linux-arm-kernel,
	Fabio Estevam, kernel, linux-imx

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 4 Feb 2021 20:01:46 +0800, Shawn Guo wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-5.12
> 
> [...]

Merged into arm/soc, thanks!

merge commit: 82e754b1ba6502bc627c2fdf04c3bc6383aefbec

       Arnd

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

* Re: [GIT PULL 2/6] i.MX SoC update for 5.12
@ 2021-02-09 23:10     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2021-02-09 23:10 UTC (permalink / raw)
  To: arm, soc, Shawn Guo
  Cc: Arnd Bergmann, Stefan Agner, Li Yang, linux-imx, kernel,
	Fabio Estevam, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 4 Feb 2021 20:01:46 +0800, Shawn Guo wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-5.12
> 
> [...]

Merged into arm/soc, thanks!

merge commit: 82e754b1ba6502bc627c2fdf04c3bc6383aefbec

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 1/6] i.MX drivers change for 5.12
@ 2021-02-09 23:19   ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2021-02-09 23:19 UTC (permalink / raw)
  To: soc, Shawn Guo, arm
  Cc: Arnd Bergmann, Fabio Estevam, linux-imx, Stefan Agner,
	linux-arm-kernel, kernel, Li Yang

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 4 Feb 2021 20:01:45 +0800, Shawn Guo wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.12
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 168b322e36c5f8903f31d89f34355004920b5e00

       Arnd

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

* Re: [GIT PULL 1/6] i.MX drivers change for 5.12
@ 2021-02-09 23:19   ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2021-02-09 23:19 UTC (permalink / raw)
  To: soc, Shawn Guo, arm
  Cc: Arnd Bergmann, Stefan Agner, Li Yang, linux-imx, kernel,
	Fabio Estevam, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 4 Feb 2021 20:01:45 +0800, Shawn Guo wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.12
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 168b322e36c5f8903f31d89f34355004920b5e00

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-02-09 23:20 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-04 12:01 [GIT PULL 1/6] i.MX drivers change for 5.12 Shawn Guo
2021-02-04 12:01 ` Shawn Guo
2021-02-04 12:01 ` [GIT PULL 2/6] i.MX SoC update " Shawn Guo
2021-02-04 12:01   ` Shawn Guo
2021-02-09 23:10   ` Arnd Bergmann
2021-02-09 23:10     ` Arnd Bergmann
2021-02-04 12:01 ` [GIT PULL 3/6] i.MX DT bindings " Shawn Guo
2021-02-04 12:01   ` Shawn Guo
2021-02-09 23:06   ` Arnd Bergmann
2021-02-09 23:06     ` Arnd Bergmann
2021-02-04 12:01 ` [GIT PULL 4/6] i.MX device tree change " Shawn Guo
2021-02-04 12:01   ` Shawn Guo
2021-02-09 23:06   ` Arnd Bergmann
2021-02-09 23:06     ` Arnd Bergmann
2021-02-04 12:01 ` [GIT PULL 5/6] i.MX arm64 device tree update " Shawn Guo
2021-02-04 12:01   ` Shawn Guo
2021-02-09 23:06   ` Arnd Bergmann
2021-02-09 23:06     ` Arnd Bergmann
2021-02-04 12:01 ` [GIT PULL 6/6] i.MX defconfig " Shawn Guo
2021-02-04 12:01   ` Shawn Guo
2021-02-09 15:13   ` Arnd Bergmann
2021-02-09 15:13     ` Arnd Bergmann
2021-02-09 23:19 ` [GIT PULL 1/6] i.MX drivers change " Arnd Bergmann
2021-02-09 23:19   ` Arnd Bergmann

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.