All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/6] i.MX drivers change for 5.11
@ 2020-12-02 14:27 ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2020-12-02 14:27 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e00e70a4dae4cae026d43f2f05ba46a19c4ef22d:

  firmware: imx: scu-pd: Add some power domains support for i.MX8qxp MIPI1 subsystem (2020-11-30 17:47:18 +0800)

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

- A series from Daniel Baluta to update imx-dsp driver and export
  functions for on demand channel request/free.
- A number of patches to add power domains for i.MX8qxp DC0, LVDS1,
  MIPI1 and JPEG subsystems.
- Add dummy functions for i.MX firmware drivers to avoid build failure
  seen with COMPILE_TEST.

----------------------------------------------------------------
Daniel Baluta (3):
      firmware: imx: Introduce imx_dsp_setup_channels
      firmware: imx: Save channel name for further use
      firmware: imx-dsp: Export functions to request/free channels

Liu Ying (3):
      firmware: imx: scu-pd: Add video0/1 power domains support for i.MX8qxp DC0 subsystem
      firmware: imx: scu-pd: Add main power domain support for i.MX8qxp LVDS1 subsystem
      firmware: imx: scu-pd: Add some power domains support for i.MX8qxp MIPI1 subsystem

Mirela Rabulea (1):
      firmware: imx: scu-pd: Add power domains for imx-jpeg

Peng Fan (1):
      firmware: imx: add dummy functions

 drivers/firmware/imx/imx-dsp.c        | 72 ++++++++++++++++++++++++++---------
 drivers/firmware/imx/scu-pd.c         | 12 ++++++
 include/linux/firmware/imx/dsp.h      | 10 +++++
 include/linux/firmware/imx/ipc.h      | 13 +++++++
 include/linux/firmware/imx/sci.h      | 27 +++++++++++++
 include/linux/firmware/imx/svc/misc.h | 19 +++++++++
 6 files changed, 135 insertions(+), 18 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 1/6] i.MX drivers change for 5.11
@ 2020-12-02 14:27 ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2020-12-02 14:27 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e00e70a4dae4cae026d43f2f05ba46a19c4ef22d:

  firmware: imx: scu-pd: Add some power domains support for i.MX8qxp MIPI1 subsystem (2020-11-30 17:47:18 +0800)

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

- A series from Daniel Baluta to update imx-dsp driver and export
  functions for on demand channel request/free.
- A number of patches to add power domains for i.MX8qxp DC0, LVDS1,
  MIPI1 and JPEG subsystems.
- Add dummy functions for i.MX firmware drivers to avoid build failure
  seen with COMPILE_TEST.

----------------------------------------------------------------
Daniel Baluta (3):
      firmware: imx: Introduce imx_dsp_setup_channels
      firmware: imx: Save channel name for further use
      firmware: imx-dsp: Export functions to request/free channels

Liu Ying (3):
      firmware: imx: scu-pd: Add video0/1 power domains support for i.MX8qxp DC0 subsystem
      firmware: imx: scu-pd: Add main power domain support for i.MX8qxp LVDS1 subsystem
      firmware: imx: scu-pd: Add some power domains support for i.MX8qxp MIPI1 subsystem

Mirela Rabulea (1):
      firmware: imx: scu-pd: Add power domains for imx-jpeg

Peng Fan (1):
      firmware: imx: add dummy functions

 drivers/firmware/imx/imx-dsp.c        | 72 ++++++++++++++++++++++++++---------
 drivers/firmware/imx/scu-pd.c         | 12 ++++++
 include/linux/firmware/imx/dsp.h      | 10 +++++
 include/linux/firmware/imx/ipc.h      | 13 +++++++
 include/linux/firmware/imx/sci.h      | 27 +++++++++++++
 include/linux/firmware/imx/svc/misc.h | 19 +++++++++
 6 files changed, 135 insertions(+), 18 deletions(-)

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

* [GIT PULL 2/6] i.MX SoC update for 5.11
@ 2020-12-02 14:27   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2020-12-02 14:27 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4ba79e25d7f1a7394021ba4c215a7ecdcc270fb6:

  ARM: mxs: Add serial number support for i.MX23, i.MX28 SoCs (2020-11-30 17:31:29 +0800)

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

- Add revision detection support for i.MX7ULP revision 2.2.
- Add a little document for i.MX7ULP B2 silicon version.
- Add serial number support for i.MX23, i.MX28 SoCs through soc_device.
- Improve the identifying of i.MX6QP SoCs.

----------------------------------------------------------------
Anson Huang (1):
      ARM: imx: Add revision support for i.MX7ULP revision 2.2

Fabio Estevam (1):
      ARM: imx: imx7ulp: Add a comment explaining the B2 silicon version

Ivan Zaentsev (1):
      ARM: mxs: Add serial number support for i.MX23, i.MX28 SoCs

Sven Van Asbroeck (1):
      ARM: imx: mach-imx6q: correctly identify i.MX6QP SoCs

 arch/arm/mach-imx/mach-imx6q.c   |  9 +++++++--
 arch/arm/mach-imx/mach-imx7ulp.c |  4 ++++
 arch/arm/mach-mxs/mach-mxs.c     | 19 +++++++++++++++++++
 3 files changed, 30 insertions(+), 2 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.11
@ 2020-12-02 14:27   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2020-12-02 14:27 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4ba79e25d7f1a7394021ba4c215a7ecdcc270fb6:

  ARM: mxs: Add serial number support for i.MX23, i.MX28 SoCs (2020-11-30 17:31:29 +0800)

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

- Add revision detection support for i.MX7ULP revision 2.2.
- Add a little document for i.MX7ULP B2 silicon version.
- Add serial number support for i.MX23, i.MX28 SoCs through soc_device.
- Improve the identifying of i.MX6QP SoCs.

----------------------------------------------------------------
Anson Huang (1):
      ARM: imx: Add revision support for i.MX7ULP revision 2.2

Fabio Estevam (1):
      ARM: imx: imx7ulp: Add a comment explaining the B2 silicon version

Ivan Zaentsev (1):
      ARM: mxs: Add serial number support for i.MX23, i.MX28 SoCs

Sven Van Asbroeck (1):
      ARM: imx: mach-imx6q: correctly identify i.MX6QP SoCs

 arch/arm/mach-imx/mach-imx6q.c   |  9 +++++++--
 arch/arm/mach-imx/mach-imx7ulp.c |  4 ++++
 arch/arm/mach-mxs/mach-mxs.c     | 19 +++++++++++++++++++
 3 files changed, 30 insertions(+), 2 deletions(-)

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

* [GIT PULL 3/6] i.MX DT bindings update for 5.11
@ 2020-12-02 14:27   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2020-12-02 14:27 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 747ec53ea72a548693d0664817776d3634e9b63a:

  dt-bindings: arm: fsl: add Protonic WD3 board (2020-12-01 09:27:55 +0800)

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

- Quite some patches that update vendor-prefixes.yaml and fsl.yaml to
  document missing board compatibles and add new board compatibles.
- A couple of patches from Dong Aisheng to update imx-scu firmware and
  imx-lpcg clock bindings for new SCU two cells clock support.
- A couple of net bindings update from Ioana Ciornei to complete the
  MAC/PCS/PHY representation on DPAA2 devices.
- Document watchdog compatibles for all i.MX and Layerscape devices.

----------------------------------------------------------------
Bruno Thomsen (1):
      dt-bindings: fsl: add kamstrup flex concentrator to schema

Dong Aisheng (2):
      dt-bindings: firmware: imx-scu: new binding to parse clocks from device tree
      dt-bindings: clock: imx-lpcg: add support to parse clocks from device tree

Frieder Schrempf (1):
      dt-bindings: arm: fsl: Add Kontron i.MX8M Mini SoMs and boards

Ioana Ciornei (2):
      dt-bindings: net: add the DPAA2 MAC DTS definition
      dt-bindings: net: add the 10gbase-r connection type

Krzysztof Kozlowski (21):
      dt-bindings: arm: fsl: document i.MX25 and i.MX27 boards
      dt-bindings: watchdog: fsl-imx: document NXP compatibles
      dt-bindings: vendor-prefixes: add MicroSys
      dt-bindings: vendor-prefixes: add Revotics
      dt-bindings: arm: fsl: document i.MX51 boards
      dt-bindings: arm: fsl: document i.MX53 boards
      dt-bindings: arm: fsl: document VF boards
      dt-bindings: arm: fsl: document i.MX6DL boards
      dt-bindings: vendor-prefixes: add ABB
      dt-bindings: arm: fsl: document i.MX6DL Aristainetos boards
      dt-bindings: vendor-prefixes: add Element14
      dt-bindings: arm: fsl: document i.MX6Q boards
      dt-bindings: arm: fsl: document i.MX6QP boards
      dt-bindings: arm: fsl: document i.MX6SL boards
      dt-bindings: arm: fsl: document i.MX6SX boards
      dt-bindings: arm: fsl: document i.MX6UL boards
      dt-bindings: arm: fsl: document i.MX6ULL boards
      dt-bindings: arm: fsl: document i.MX7D boards
      dt-bindings: arm: fsl: document LS1012A FRWY board
      dt-bindings: arm: fsl: document SolidRun LX2160A boards
      dt-bindings: arm: fsl: document i.MX7S boards

Matthias Schiffer (1):
      dt-bindings: arm: fsl: update TQ-Systems SoMs and boards based on i.MX7

Meenakshi Aggarwal (1):
      dt-bindings: fsl: add compatible for LX2162A QDS Board

Oleksij Rempel (6):
      dt-bindings: vendor-prefixes: Add an entry for Van der Laan b.v.
      dt-bindings: vendor-prefixes: Add an entry for Altus-Escon-Company
      dt-bindings: arm: fsl: add Altesco I6P board
      dt-bindings: arm: fsl: add Van der Laan LANMCU board
      dt-bindings: vendor-prefixes: add "virtual" prefix
      dt-bindings: arm: fsl: add Protonic WD3 board

 .../devicetree/bindings/arm/freescale/fsl,scu.txt  |  12 +-
 Documentation/devicetree/bindings/arm/fsl.yaml     | 360 +++++++++++++++++++--
 .../devicetree/bindings/clock/imx8qxp-lpcg.yaml    |  79 +++--
 .../bindings/net/ethernet-controller.yaml          |   1 +
 .../bindings/net/fsl,qoriq-mc-dpmac.yaml           |  60 ++++
 .../devicetree/bindings/vendor-prefixes.yaml       |  14 +
 .../devicetree/bindings/watchdog/fsl-imx-wdt.yaml  |  16 +
 include/dt-bindings/clock/imx8-lpcg.h              |  14 +
 8 files changed, 502 insertions(+), 54 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml
 create mode 100644 include/dt-bindings/clock/imx8-lpcg.h

_______________________________________________
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.11
@ 2020-12-02 14:27   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2020-12-02 14:27 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 747ec53ea72a548693d0664817776d3634e9b63a:

  dt-bindings: arm: fsl: add Protonic WD3 board (2020-12-01 09:27:55 +0800)

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

- Quite some patches that update vendor-prefixes.yaml and fsl.yaml to
  document missing board compatibles and add new board compatibles.
- A couple of patches from Dong Aisheng to update imx-scu firmware and
  imx-lpcg clock bindings for new SCU two cells clock support.
- A couple of net bindings update from Ioana Ciornei to complete the
  MAC/PCS/PHY representation on DPAA2 devices.
- Document watchdog compatibles for all i.MX and Layerscape devices.

----------------------------------------------------------------
Bruno Thomsen (1):
      dt-bindings: fsl: add kamstrup flex concentrator to schema

Dong Aisheng (2):
      dt-bindings: firmware: imx-scu: new binding to parse clocks from device tree
      dt-bindings: clock: imx-lpcg: add support to parse clocks from device tree

Frieder Schrempf (1):
      dt-bindings: arm: fsl: Add Kontron i.MX8M Mini SoMs and boards

Ioana Ciornei (2):
      dt-bindings: net: add the DPAA2 MAC DTS definition
      dt-bindings: net: add the 10gbase-r connection type

Krzysztof Kozlowski (21):
      dt-bindings: arm: fsl: document i.MX25 and i.MX27 boards
      dt-bindings: watchdog: fsl-imx: document NXP compatibles
      dt-bindings: vendor-prefixes: add MicroSys
      dt-bindings: vendor-prefixes: add Revotics
      dt-bindings: arm: fsl: document i.MX51 boards
      dt-bindings: arm: fsl: document i.MX53 boards
      dt-bindings: arm: fsl: document VF boards
      dt-bindings: arm: fsl: document i.MX6DL boards
      dt-bindings: vendor-prefixes: add ABB
      dt-bindings: arm: fsl: document i.MX6DL Aristainetos boards
      dt-bindings: vendor-prefixes: add Element14
      dt-bindings: arm: fsl: document i.MX6Q boards
      dt-bindings: arm: fsl: document i.MX6QP boards
      dt-bindings: arm: fsl: document i.MX6SL boards
      dt-bindings: arm: fsl: document i.MX6SX boards
      dt-bindings: arm: fsl: document i.MX6UL boards
      dt-bindings: arm: fsl: document i.MX6ULL boards
      dt-bindings: arm: fsl: document i.MX7D boards
      dt-bindings: arm: fsl: document LS1012A FRWY board
      dt-bindings: arm: fsl: document SolidRun LX2160A boards
      dt-bindings: arm: fsl: document i.MX7S boards

Matthias Schiffer (1):
      dt-bindings: arm: fsl: update TQ-Systems SoMs and boards based on i.MX7

Meenakshi Aggarwal (1):
      dt-bindings: fsl: add compatible for LX2162A QDS Board

Oleksij Rempel (6):
      dt-bindings: vendor-prefixes: Add an entry for Van der Laan b.v.
      dt-bindings: vendor-prefixes: Add an entry for Altus-Escon-Company
      dt-bindings: arm: fsl: add Altesco I6P board
      dt-bindings: arm: fsl: add Van der Laan LANMCU board
      dt-bindings: vendor-prefixes: add "virtual" prefix
      dt-bindings: arm: fsl: add Protonic WD3 board

 .../devicetree/bindings/arm/freescale/fsl,scu.txt  |  12 +-
 Documentation/devicetree/bindings/arm/fsl.yaml     | 360 +++++++++++++++++++--
 .../devicetree/bindings/clock/imx8qxp-lpcg.yaml    |  79 +++--
 .../bindings/net/ethernet-controller.yaml          |   1 +
 .../bindings/net/fsl,qoriq-mc-dpmac.yaml           |  60 ++++
 .../devicetree/bindings/vendor-prefixes.yaml       |  14 +
 .../devicetree/bindings/watchdog/fsl-imx-wdt.yaml  |  16 +
 include/dt-bindings/clock/imx8-lpcg.h              |  14 +
 8 files changed, 502 insertions(+), 54 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml
 create mode 100644 include/dt-bindings/clock/imx8-lpcg.h

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

* [GIT PULL 4/6] i.MX device tree update for 5.11
@ 2020-12-02 14:27   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2020-12-02 14:27 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 327106e4217b8ef4f74640d7de15a0a287690aba:

  ARM: dts: imx28: Fix label name for L2 switch (2020-12-01 09:42:11 +0800)

----------------------------------------------------------------
i.MX device tree update for 5.11:

- New board support: imx6dl-alti6p, imx6dl-lanmcu, mx6qp-prtwd3,
  imx6ul-phytec-segin and imx7d-flex-concentrator.
- Fix schema warnings for pwm-leds, watchdog and GPIO hog devices.
- A few patches from Krzysztof Kozlowski to correct compatibles for
  i.MX6/7 boards.
- A series from Matthias Schiffer to polish imx7-mba7 board support.
- Update i.MX6/7 device trees for fsl,stop-mode support.
- Correct fsl,rcpm-wakeup of LS1021A to get flextimer wake-up work.
- A series of patch from Stefan Riedmueller to update phytec and segin
  devices.
- Other small and random changes.

----------------------------------------------------------------
Alexander Dahl (1):
      ARM: dts: imx: Fix schema warnings for pwm-leds

Bruno Thomsen (1):
      ARM: dts: imx7: add support for kamstrup flex concentrator

Jagan Teki (1):
      ARM: dts: imx6q-icore-ofcap10: Use 10.1" Ampire panel compatible

Jonathan Neuschäfer (2):
      ARM: dts: imx50-kobo-aura: Add 'grp' suffix to pinctrl node names
      ARM: dts: imx50-kobo-aura: Enable eKTF2132 touchscreen

Krzysztof Kozlowski (8):
      ARM: dts: imx: align GPIO hog names with dtschema
      ARM: dts: imx: align watchdog node name with dtschema
      ARM: dts: vf: align watchdog node name with dtschema
      ARM: dts: imx6dl-pico: fix board compatibles
      ARM: dts: imx6dl: add compatibles for Aristainetos boards
      ARM: dts: imx6sl-warp: correct vendor in compatible to Revotics
      ARM: dts: imx7s-warp: correct vendor in compatible to Element14
      ARM: dts: imx6q-pico: fix board compatibles

Lukasz Majewski (1):
      ARM: dts: imx28: Fix label name for L2 switch

Marc Kleine-Budde (1):
      ARM: dts: imx: Change flexcan node name to "can"

Marco Felsch (1):
      ARM: dts: imx6qdl-kontron-samx6i: increase i2c-frequency

Matthias Schiffer (10):
      ARM: dts: imx7-mba7: update compatible strings
      ARM: dts: imx7-mba7: drop incorrect num-chipselects property
      ARM: dts: imx7-mba7: remove unsupported PHY LED setup
      ARM: dts: imx7-mba7: disable ethernet PHY clock outputs
      ARM: dts: imx7-mba7: configure watchdog
      ARM: dts: imx7-mba7: update MMC aliases
      ARM: dts: imx7-mba7: add audio support
      ARM: dts: imx7-mba7: enable RS485 on UART7
      ARM: dts: imx7-mba7: specify USB over-current polarity
      ARM: dts: imx7-mba7: set dr_mode to otg on usbotg1

Oleksij Rempel (4):
      ARM: dts: imx6/7: sync fsl,stop-mode with current flexcan driver
      ARM: dts: add Altesco I6P board
      ARM: dts: add Van der Laan LANMCU board
      ARM: dts: add Protonic WD3 board

Peng Fan (1):
      ARM: dts: imx: add usb alias

Ran Wang (2):
      ARM: dts: ls1021a: fix flextimer failed to wake system
      ARM: dts: ls1021a: fix rcpm failed to claim resource

Stefan Riedmueller (5):
      ARM: dts: imx6ul: segin: Fix stmpe touchscreen subnode name
      ARM: dts: imx6: phytec: Set correct eeprom compatible
      ARM: dts: imx6: phytec: Add eeprom pagesize
      ARM: dts: imx6ul: phytec: Add support for optional PEB-AV-02 LCD adapter
      ARM: dts: imx6ul: segin: peb-av-02: Mark stmpe touch as wakeup-source

Yuantian Tang (1):
      ARM: dts: ls1021a: update calibration table for TMU module

Yunus Bas (1):
      ARM: dts: imx6ul: segin: Add phyBOARD-Segin with eMMC phyCORE-i.MX6UL

 arch/arm/boot/dts/Makefile                         |   6 +
 arch/arm/boot/dts/imx25.dtsi                       |   2 +-
 arch/arm/boot/dts/imx27.dtsi                       |   2 +-
 arch/arm/boot/dts/imx28.dtsi                       |   2 +-
 arch/arm/boot/dts/imx31.dtsi                       |   3 +-
 arch/arm/boot/dts/imx35.dtsi                       |   2 +-
 arch/arm/boot/dts/imx50-kobo-aura.dts              |  41 +-
 arch/arm/boot/dts/imx50.dtsi                       |   2 +-
 arch/arm/boot/dts/imx51-zii-rdu1.dts               |   2 +-
 arch/arm/boot/dts/imx51.dtsi                       |   4 +-
 arch/arm/boot/dts/imx53-ppd.dts                    |  15 +-
 arch/arm/boot/dts/imx53.dtsi                       |   4 +-
 arch/arm/boot/dts/imx6dl-alti6p.dts                | 564 +++++++++++++++++++++
 arch/arm/boot/dts/imx6dl-aristainetos2_4.dts       |   2 +-
 arch/arm/boot/dts/imx6dl-aristainetos2_7.dts       |   2 +-
 arch/arm/boot/dts/imx6dl-aristainetos_4.dts        |   2 +-
 arch/arm/boot/dts/imx6dl-aristainetos_7.dts        |   2 +-
 arch/arm/boot/dts/imx6dl-lanmcu.dts                | 470 +++++++++++++++++
 arch/arm/boot/dts/imx6dl-pico-dwarf.dts            |   2 +-
 arch/arm/boot/dts/imx6dl-pico-hobbit.dts           |   2 +-
 arch/arm/boot/dts/imx6dl-pico-nymph.dts            |   2 +-
 arch/arm/boot/dts/imx6dl-pico-pi.dts               |   2 +-
 arch/arm/boot/dts/imx6q-icore-ofcap10.dts          |  28 +-
 arch/arm/boot/dts/imx6q-pico-dwarf.dts             |   2 +-
 arch/arm/boot/dts/imx6q-pico-hobbit.dts            |   2 +-
 arch/arm/boot/dts/imx6q-pico-nymph.dts             |   2 +-
 arch/arm/boot/dts/imx6q-pico-pi.dts                |   2 +-
 arch/arm/boot/dts/imx6qdl-cubox-i.dtsi             |   4 +-
 arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi      |   6 +-
 arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi       |   3 +-
 arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi  |   3 +-
 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi            |   8 +-
 arch/arm/boot/dts/imx6qdl.dtsi                     |  12 +-
 arch/arm/boot/dts/imx6qp-prtwd3.dts                | 553 ++++++++++++++++++++
 arch/arm/boot/dts/imx6sl-warp.dts                  |   4 +-
 arch/arm/boot/dts/imx6sl.dtsi                      |   3 +
 arch/arm/boot/dts/imx6sll.dtsi                     |   2 +
 arch/arm/boot/dts/imx6sx-softing-vining-2000.dts   |   8 +-
 arch/arm/boot/dts/imx6sx.dtsi                      |   7 +-
 arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts        |   2 +-
 arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi   |   1 +
 .../boot/dts/imx6ul-phytec-segin-ff-rdk-emmc.dts   |  94 ++++
 .../boot/dts/imx6ul-phytec-segin-ff-rdk-nand.dts   |   1 +
 .../boot/dts/imx6ul-phytec-segin-peb-av-02.dtsi    | 151 ++++++
 arch/arm/boot/dts/imx6ul-phytec-segin.dtsi         |  43 --
 arch/arm/boot/dts/imx6ul.dtsi                      |  10 +-
 .../boot/dts/imx6ull-phytec-segin-ff-rdk-emmc.dts  |   1 +
 .../boot/dts/imx6ull-phytec-segin-ff-rdk-nand.dts  |   1 +
 .../boot/dts/imx6ull-phytec-segin-peb-av-02.dtsi   |  26 +
 arch/arm/boot/dts/imx6ull-phytec-segin.dtsi        |   7 -
 arch/arm/boot/dts/imx7-mba7.dtsi                   |  69 ++-
 arch/arm/boot/dts/imx7d-flex-concentrator-mfg.dts  |  25 +
 arch/arm/boot/dts/imx7d-flex-concentrator.dts      | 314 ++++++++++++
 arch/arm/boot/dts/imx7d-mba7.dts                   |   7 +-
 arch/arm/boot/dts/imx7d.dtsi                       |   6 +
 arch/arm/boot/dts/imx7s-mba7.dts                   |   2 +-
 arch/arm/boot/dts/imx7s-warp.dts                   |   4 +-
 arch/arm/boot/dts/imx7s.dtsi                       |   6 +-
 arch/arm/boot/dts/ls1021a.dtsi                     |  81 ++-
 arch/arm/boot/dts/vfxxx.dtsi                       |   6 +-
 60 files changed, 2445 insertions(+), 196 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx6dl-alti6p.dts
 create mode 100644 arch/arm/boot/dts/imx6dl-lanmcu.dts
 create mode 100644 arch/arm/boot/dts/imx6qp-prtwd3.dts
 create mode 100644 arch/arm/boot/dts/imx6ul-phytec-segin-ff-rdk-emmc.dts
 create mode 100644 arch/arm/boot/dts/imx6ul-phytec-segin-peb-av-02.dtsi
 create mode 100644 arch/arm/boot/dts/imx6ull-phytec-segin-peb-av-02.dtsi
 create mode 100644 arch/arm/boot/dts/imx7d-flex-concentrator-mfg.dts
 create mode 100644 arch/arm/boot/dts/imx7d-flex-concentrator.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 4/6] i.MX device tree update for 5.11
@ 2020-12-02 14:27   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2020-12-02 14:27 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 327106e4217b8ef4f74640d7de15a0a287690aba:

  ARM: dts: imx28: Fix label name for L2 switch (2020-12-01 09:42:11 +0800)

----------------------------------------------------------------
i.MX device tree update for 5.11:

- New board support: imx6dl-alti6p, imx6dl-lanmcu, mx6qp-prtwd3,
  imx6ul-phytec-segin and imx7d-flex-concentrator.
- Fix schema warnings for pwm-leds, watchdog and GPIO hog devices.
- A few patches from Krzysztof Kozlowski to correct compatibles for
  i.MX6/7 boards.
- A series from Matthias Schiffer to polish imx7-mba7 board support.
- Update i.MX6/7 device trees for fsl,stop-mode support.
- Correct fsl,rcpm-wakeup of LS1021A to get flextimer wake-up work.
- A series of patch from Stefan Riedmueller to update phytec and segin
  devices.
- Other small and random changes.

----------------------------------------------------------------
Alexander Dahl (1):
      ARM: dts: imx: Fix schema warnings for pwm-leds

Bruno Thomsen (1):
      ARM: dts: imx7: add support for kamstrup flex concentrator

Jagan Teki (1):
      ARM: dts: imx6q-icore-ofcap10: Use 10.1" Ampire panel compatible

Jonathan Neuschäfer (2):
      ARM: dts: imx50-kobo-aura: Add 'grp' suffix to pinctrl node names
      ARM: dts: imx50-kobo-aura: Enable eKTF2132 touchscreen

Krzysztof Kozlowski (8):
      ARM: dts: imx: align GPIO hog names with dtschema
      ARM: dts: imx: align watchdog node name with dtschema
      ARM: dts: vf: align watchdog node name with dtschema
      ARM: dts: imx6dl-pico: fix board compatibles
      ARM: dts: imx6dl: add compatibles for Aristainetos boards
      ARM: dts: imx6sl-warp: correct vendor in compatible to Revotics
      ARM: dts: imx7s-warp: correct vendor in compatible to Element14
      ARM: dts: imx6q-pico: fix board compatibles

Lukasz Majewski (1):
      ARM: dts: imx28: Fix label name for L2 switch

Marc Kleine-Budde (1):
      ARM: dts: imx: Change flexcan node name to "can"

Marco Felsch (1):
      ARM: dts: imx6qdl-kontron-samx6i: increase i2c-frequency

Matthias Schiffer (10):
      ARM: dts: imx7-mba7: update compatible strings
      ARM: dts: imx7-mba7: drop incorrect num-chipselects property
      ARM: dts: imx7-mba7: remove unsupported PHY LED setup
      ARM: dts: imx7-mba7: disable ethernet PHY clock outputs
      ARM: dts: imx7-mba7: configure watchdog
      ARM: dts: imx7-mba7: update MMC aliases
      ARM: dts: imx7-mba7: add audio support
      ARM: dts: imx7-mba7: enable RS485 on UART7
      ARM: dts: imx7-mba7: specify USB over-current polarity
      ARM: dts: imx7-mba7: set dr_mode to otg on usbotg1

Oleksij Rempel (4):
      ARM: dts: imx6/7: sync fsl,stop-mode with current flexcan driver
      ARM: dts: add Altesco I6P board
      ARM: dts: add Van der Laan LANMCU board
      ARM: dts: add Protonic WD3 board

Peng Fan (1):
      ARM: dts: imx: add usb alias

Ran Wang (2):
      ARM: dts: ls1021a: fix flextimer failed to wake system
      ARM: dts: ls1021a: fix rcpm failed to claim resource

Stefan Riedmueller (5):
      ARM: dts: imx6ul: segin: Fix stmpe touchscreen subnode name
      ARM: dts: imx6: phytec: Set correct eeprom compatible
      ARM: dts: imx6: phytec: Add eeprom pagesize
      ARM: dts: imx6ul: phytec: Add support for optional PEB-AV-02 LCD adapter
      ARM: dts: imx6ul: segin: peb-av-02: Mark stmpe touch as wakeup-source

Yuantian Tang (1):
      ARM: dts: ls1021a: update calibration table for TMU module

Yunus Bas (1):
      ARM: dts: imx6ul: segin: Add phyBOARD-Segin with eMMC phyCORE-i.MX6UL

 arch/arm/boot/dts/Makefile                         |   6 +
 arch/arm/boot/dts/imx25.dtsi                       |   2 +-
 arch/arm/boot/dts/imx27.dtsi                       |   2 +-
 arch/arm/boot/dts/imx28.dtsi                       |   2 +-
 arch/arm/boot/dts/imx31.dtsi                       |   3 +-
 arch/arm/boot/dts/imx35.dtsi                       |   2 +-
 arch/arm/boot/dts/imx50-kobo-aura.dts              |  41 +-
 arch/arm/boot/dts/imx50.dtsi                       |   2 +-
 arch/arm/boot/dts/imx51-zii-rdu1.dts               |   2 +-
 arch/arm/boot/dts/imx51.dtsi                       |   4 +-
 arch/arm/boot/dts/imx53-ppd.dts                    |  15 +-
 arch/arm/boot/dts/imx53.dtsi                       |   4 +-
 arch/arm/boot/dts/imx6dl-alti6p.dts                | 564 +++++++++++++++++++++
 arch/arm/boot/dts/imx6dl-aristainetos2_4.dts       |   2 +-
 arch/arm/boot/dts/imx6dl-aristainetos2_7.dts       |   2 +-
 arch/arm/boot/dts/imx6dl-aristainetos_4.dts        |   2 +-
 arch/arm/boot/dts/imx6dl-aristainetos_7.dts        |   2 +-
 arch/arm/boot/dts/imx6dl-lanmcu.dts                | 470 +++++++++++++++++
 arch/arm/boot/dts/imx6dl-pico-dwarf.dts            |   2 +-
 arch/arm/boot/dts/imx6dl-pico-hobbit.dts           |   2 +-
 arch/arm/boot/dts/imx6dl-pico-nymph.dts            |   2 +-
 arch/arm/boot/dts/imx6dl-pico-pi.dts               |   2 +-
 arch/arm/boot/dts/imx6q-icore-ofcap10.dts          |  28 +-
 arch/arm/boot/dts/imx6q-pico-dwarf.dts             |   2 +-
 arch/arm/boot/dts/imx6q-pico-hobbit.dts            |   2 +-
 arch/arm/boot/dts/imx6q-pico-nymph.dts             |   2 +-
 arch/arm/boot/dts/imx6q-pico-pi.dts                |   2 +-
 arch/arm/boot/dts/imx6qdl-cubox-i.dtsi             |   4 +-
 arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi      |   6 +-
 arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi       |   3 +-
 arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi  |   3 +-
 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi            |   8 +-
 arch/arm/boot/dts/imx6qdl.dtsi                     |  12 +-
 arch/arm/boot/dts/imx6qp-prtwd3.dts                | 553 ++++++++++++++++++++
 arch/arm/boot/dts/imx6sl-warp.dts                  |   4 +-
 arch/arm/boot/dts/imx6sl.dtsi                      |   3 +
 arch/arm/boot/dts/imx6sll.dtsi                     |   2 +
 arch/arm/boot/dts/imx6sx-softing-vining-2000.dts   |   8 +-
 arch/arm/boot/dts/imx6sx.dtsi                      |   7 +-
 arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts        |   2 +-
 arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi   |   1 +
 .../boot/dts/imx6ul-phytec-segin-ff-rdk-emmc.dts   |  94 ++++
 .../boot/dts/imx6ul-phytec-segin-ff-rdk-nand.dts   |   1 +
 .../boot/dts/imx6ul-phytec-segin-peb-av-02.dtsi    | 151 ++++++
 arch/arm/boot/dts/imx6ul-phytec-segin.dtsi         |  43 --
 arch/arm/boot/dts/imx6ul.dtsi                      |  10 +-
 .../boot/dts/imx6ull-phytec-segin-ff-rdk-emmc.dts  |   1 +
 .../boot/dts/imx6ull-phytec-segin-ff-rdk-nand.dts  |   1 +
 .../boot/dts/imx6ull-phytec-segin-peb-av-02.dtsi   |  26 +
 arch/arm/boot/dts/imx6ull-phytec-segin.dtsi        |   7 -
 arch/arm/boot/dts/imx7-mba7.dtsi                   |  69 ++-
 arch/arm/boot/dts/imx7d-flex-concentrator-mfg.dts  |  25 +
 arch/arm/boot/dts/imx7d-flex-concentrator.dts      | 314 ++++++++++++
 arch/arm/boot/dts/imx7d-mba7.dts                   |   7 +-
 arch/arm/boot/dts/imx7d.dtsi                       |   6 +
 arch/arm/boot/dts/imx7s-mba7.dts                   |   2 +-
 arch/arm/boot/dts/imx7s-warp.dts                   |   4 +-
 arch/arm/boot/dts/imx7s.dtsi                       |   6 +-
 arch/arm/boot/dts/ls1021a.dtsi                     |  81 ++-
 arch/arm/boot/dts/vfxxx.dtsi                       |   6 +-
 60 files changed, 2445 insertions(+), 196 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx6dl-alti6p.dts
 create mode 100644 arch/arm/boot/dts/imx6dl-lanmcu.dts
 create mode 100644 arch/arm/boot/dts/imx6qp-prtwd3.dts
 create mode 100644 arch/arm/boot/dts/imx6ul-phytec-segin-ff-rdk-emmc.dts
 create mode 100644 arch/arm/boot/dts/imx6ul-phytec-segin-peb-av-02.dtsi
 create mode 100644 arch/arm/boot/dts/imx6ull-phytec-segin-peb-av-02.dtsi
 create mode 100644 arch/arm/boot/dts/imx7d-flex-concentrator-mfg.dts
 create mode 100644 arch/arm/boot/dts/imx7d-flex-concentrator.dts

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

* [GIT PULL 5/6] i.MX arm64 device tree change for 5.11
@ 2020-12-02 14:27   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2020-12-02 14:27 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0b84862688951ad5f6ad8990dd9a44e1363c4a2b:

  arm64: dts: imx8mm-beacon-som: Assign PMIC clock (2020-12-01 09:49:49 +0800)

----------------------------------------------------------------
i.MX arm64 device tree changes for 5.11:

- New board support: LX2162A QDS, Kontron i.MX8M Mini SoMs and
  baseboards.
- A number of patches from Adam Ford to add various audio devices for
  i.MX8MM/MN and update imx8mm-beacon-som board on QSPI NOR and RTC.
- Correct WDOG_B pin configuration for i.MX8MM/MN/MP.
- A series from Ioana Ciornei complete the MAC/PCS/PHY representation
  on DPAA2 devices.
- Add PMU device for i.MX8MP/MN.
- Add IR and CAN support for i.MX8MP/MN/MM EVK board.
- Adjust GIC CPU mask to match number of CPUs for i.MX8MP/MN/MM.
- A series of patch from Michael Walle to update LS1028A support with
  addition of CAN and OPTEE, also ENETC PTP and FlexSPI clock input
  correction.
- Add SPDIF sound card support on imx8mq-evk board.
- Misc random updates and device additions.

----------------------------------------------------------------
Adam Ford (11):
      arm64: dts: imx8mm-beacon-som: Configure supplies on secondary cpus
      arm64: dts: imx8mm-beacon-som: Add QSPI NOR flash support
      arm64: dts: imx8mm: Add support for micfil
      arm64: dts: imx8mm: Add node for SPDIF
      arm64: dts: imx8mm-beacon-som: Fix whitespace issue
      arm64: dts: imx8mn: Enable Asynchronous Sample Rate Converter
      arm64: dts: imx8mn: Add SAI nodes
      arm64: dts: imx8mn: Add support for micfil
      arm64: dts: imx8mn: Add node for SPDIF
      arm64: dts: imx8mm-beacon-som: Configure RTC aliases
      arm64: dts: imx8mm-beacon-som: Assign PMIC clock

Anson Huang (4):
      arm64: dts: imx8mn-evk: Add cpu-supply to enable cpufreq
      arm64: dts: imx8mm: Correct WDOG_B pin configuration
      arm64: dts: imx8mn: Correct WDOG_B pin configuration
      arm64: dts: imx8mp-evk: Correct WDOG_B pin configuration

Frieder Schrempf (1):
      arm64: dts: Add the Kontron i.MX8M Mini SoMs and baseboards

Ioana Ciornei (9):
      arm64: dts: ls1088a: add external MDIO device nodes
      arm64: dts: ls1088ardb: add QSGMII PHY nodes
      arm64: dts: ls1088ardb: add necessary DTS nodes for DPMAC2
      arm64: dts: ls208xa: add the external MDIO nodes
      arm64: dts: ls2088ardb: add PHY nodes for the CS4340 PHYs
      arm64: dts: ls2088ardb: add PHY nodes for the AQR405 PHYs
      arm64: dts: ls208xa: add PCS MDIO and PCS PHY nodes
      arm64: dts: lx2160a: add PCS MDIO and PCS PHY nodes
      arm64: dts: lx2160ardb: add nodes for the AQR107 PHYs

Jacky Bai (2):
      arm64: dts: freescale: Add pmu support on imx8mp
      arm64: dts: freescale: Add pmu support on imx8mn

Joakim Zhang (4):
      arm64: dts: imx8mp-evk: add CAN support
      arm64: dts: imx8mq-evk: add linux,autosuspend-period property for IR
      arm64: dts: imx8mm-evk: add IR support
      arm64: dts: imx8mn-evk: add IR support

Krzysztof Kozlowski (5):
      arm64: dts: imx8mq-librem5: align GPIO hog names with dtschema
      arm64: dts: freescale: align watchdog node name with dtschema
      arm64: dts: imx8mm: adjust GIC CPU mask to match number of CPUs
      arm64: dts: imx8mn: adjust GIC CPU mask to match number of CPUs
      arm64: dts: imx8mp: adjust GIC CPU mask to match number of CPUs

Meenakshi Aggarwal (1):
      arm64: dts: lx2160a: add device tree for lx2162aqds board

Michael Walle (6):
      arm64: dts: ls1028a: add missing CAN nodes
      arm64: dts: freescale: sl28: add CAN node
      arm64: dts: ls1028a: fix ENETC PTP clock input
      arm64: dts: ls1028a: fix FlexSPI clock input
      arm64: dts: ls1028a: add optee node
      arm64: dts: freescale: sl28: combine SPI MTD partitions

Nathan Chancellor (1):
      arm64: dts: imx: Fix imx8mm-kontron-n801x-s.dtb target

Serge Semin (1):
      arm64: dts: layerscape: Harmonize DWC USB3 DT nodes name

Shengjiu Wang (2):
      arm64: dts: imx8mq: Configure clock rate for audio plls
      arm64: dts: imx8mq-evk: Add spdif sound card support

Vladimir Oltean (1):
      arm64: dts: ls1028a: make the eMMC and SD card controllers use fixed indices

Xiaowei Bao (1):
      arm64: dts: layerscape: Add PCIe EP node for ls1088a

Yuantian Tang (1):
      arm64: dts: freescale: update calibration table for TMU module

 arch/arm64/boot/dts/freescale/Makefile             |   2 +
 arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi     |  69 +++--
 .../dts/freescale/fsl-ls1028a-kontron-sl28.dts     |  18 +-
 arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts  |   2 +
 arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts  |   2 +
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     |  30 +-
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi     |  86 +++---
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi     |  72 ++---
 arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts  | 119 ++++++++
 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi     | 136 ++++++++-
 arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts  | 120 ++++++++
 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi     | 278 +++++++++++++++--
 arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts  |  32 ++
 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi     | 288 ++++++++++++++++--
 arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts  | 334 +++++++++++++++++++++
 .../boot/dts/freescale/imx8mm-beacon-som.dtsi      | 326 +++++++++++---------
 arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi      |  16 +-
 .../boot/dts/freescale/imx8mm-kontron-n801x-s.dts  | 322 ++++++++++++++++++++
 .../dts/freescale/imx8mm-kontron-n801x-som.dtsi    | 294 ++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi  |   2 +-
 arch/arm64/boot/dts/freescale/imx8mm.dtsi          |  53 +++-
 arch/arm64/boot/dts/freescale/imx8mn-evk.dts       |  32 +-
 arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi      |  16 +-
 arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi  |   2 +-
 arch/arm64/boot/dts/freescale/imx8mn.dtsi          | 158 +++++++++-
 arch/arm64/boot/dts/freescale/imx8mp-evk.dts       |  64 +++-
 arch/arm64/boot/dts/freescale/imx8mp.dtsi          |  45 ++-
 arch/arm64/boot/dts/freescale/imx8mq-evk.dts       |  39 +++
 arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi  |   2 +-
 arch/arm64/boot/dts/freescale/imx8mq.dtsi          |  68 ++++-
 30 files changed, 2681 insertions(+), 346 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-kontron-n801x-s.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-kontron-n801x-som.dtsi

_______________________________________________
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 change for 5.11
@ 2020-12-02 14:27   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2020-12-02 14:27 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0b84862688951ad5f6ad8990dd9a44e1363c4a2b:

  arm64: dts: imx8mm-beacon-som: Assign PMIC clock (2020-12-01 09:49:49 +0800)

----------------------------------------------------------------
i.MX arm64 device tree changes for 5.11:

- New board support: LX2162A QDS, Kontron i.MX8M Mini SoMs and
  baseboards.
- A number of patches from Adam Ford to add various audio devices for
  i.MX8MM/MN and update imx8mm-beacon-som board on QSPI NOR and RTC.
- Correct WDOG_B pin configuration for i.MX8MM/MN/MP.
- A series from Ioana Ciornei complete the MAC/PCS/PHY representation
  on DPAA2 devices.
- Add PMU device for i.MX8MP/MN.
- Add IR and CAN support for i.MX8MP/MN/MM EVK board.
- Adjust GIC CPU mask to match number of CPUs for i.MX8MP/MN/MM.
- A series of patch from Michael Walle to update LS1028A support with
  addition of CAN and OPTEE, also ENETC PTP and FlexSPI clock input
  correction.
- Add SPDIF sound card support on imx8mq-evk board.
- Misc random updates and device additions.

----------------------------------------------------------------
Adam Ford (11):
      arm64: dts: imx8mm-beacon-som: Configure supplies on secondary cpus
      arm64: dts: imx8mm-beacon-som: Add QSPI NOR flash support
      arm64: dts: imx8mm: Add support for micfil
      arm64: dts: imx8mm: Add node for SPDIF
      arm64: dts: imx8mm-beacon-som: Fix whitespace issue
      arm64: dts: imx8mn: Enable Asynchronous Sample Rate Converter
      arm64: dts: imx8mn: Add SAI nodes
      arm64: dts: imx8mn: Add support for micfil
      arm64: dts: imx8mn: Add node for SPDIF
      arm64: dts: imx8mm-beacon-som: Configure RTC aliases
      arm64: dts: imx8mm-beacon-som: Assign PMIC clock

Anson Huang (4):
      arm64: dts: imx8mn-evk: Add cpu-supply to enable cpufreq
      arm64: dts: imx8mm: Correct WDOG_B pin configuration
      arm64: dts: imx8mn: Correct WDOG_B pin configuration
      arm64: dts: imx8mp-evk: Correct WDOG_B pin configuration

Frieder Schrempf (1):
      arm64: dts: Add the Kontron i.MX8M Mini SoMs and baseboards

Ioana Ciornei (9):
      arm64: dts: ls1088a: add external MDIO device nodes
      arm64: dts: ls1088ardb: add QSGMII PHY nodes
      arm64: dts: ls1088ardb: add necessary DTS nodes for DPMAC2
      arm64: dts: ls208xa: add the external MDIO nodes
      arm64: dts: ls2088ardb: add PHY nodes for the CS4340 PHYs
      arm64: dts: ls2088ardb: add PHY nodes for the AQR405 PHYs
      arm64: dts: ls208xa: add PCS MDIO and PCS PHY nodes
      arm64: dts: lx2160a: add PCS MDIO and PCS PHY nodes
      arm64: dts: lx2160ardb: add nodes for the AQR107 PHYs

Jacky Bai (2):
      arm64: dts: freescale: Add pmu support on imx8mp
      arm64: dts: freescale: Add pmu support on imx8mn

Joakim Zhang (4):
      arm64: dts: imx8mp-evk: add CAN support
      arm64: dts: imx8mq-evk: add linux,autosuspend-period property for IR
      arm64: dts: imx8mm-evk: add IR support
      arm64: dts: imx8mn-evk: add IR support

Krzysztof Kozlowski (5):
      arm64: dts: imx8mq-librem5: align GPIO hog names with dtschema
      arm64: dts: freescale: align watchdog node name with dtschema
      arm64: dts: imx8mm: adjust GIC CPU mask to match number of CPUs
      arm64: dts: imx8mn: adjust GIC CPU mask to match number of CPUs
      arm64: dts: imx8mp: adjust GIC CPU mask to match number of CPUs

Meenakshi Aggarwal (1):
      arm64: dts: lx2160a: add device tree for lx2162aqds board

Michael Walle (6):
      arm64: dts: ls1028a: add missing CAN nodes
      arm64: dts: freescale: sl28: add CAN node
      arm64: dts: ls1028a: fix ENETC PTP clock input
      arm64: dts: ls1028a: fix FlexSPI clock input
      arm64: dts: ls1028a: add optee node
      arm64: dts: freescale: sl28: combine SPI MTD partitions

Nathan Chancellor (1):
      arm64: dts: imx: Fix imx8mm-kontron-n801x-s.dtb target

Serge Semin (1):
      arm64: dts: layerscape: Harmonize DWC USB3 DT nodes name

Shengjiu Wang (2):
      arm64: dts: imx8mq: Configure clock rate for audio plls
      arm64: dts: imx8mq-evk: Add spdif sound card support

Vladimir Oltean (1):
      arm64: dts: ls1028a: make the eMMC and SD card controllers use fixed indices

Xiaowei Bao (1):
      arm64: dts: layerscape: Add PCIe EP node for ls1088a

Yuantian Tang (1):
      arm64: dts: freescale: update calibration table for TMU module

 arch/arm64/boot/dts/freescale/Makefile             |   2 +
 arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi     |  69 +++--
 .../dts/freescale/fsl-ls1028a-kontron-sl28.dts     |  18 +-
 arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts  |   2 +
 arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts  |   2 +
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     |  30 +-
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi     |  86 +++---
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi     |  72 ++---
 arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts  | 119 ++++++++
 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi     | 136 ++++++++-
 arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts  | 120 ++++++++
 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi     | 278 +++++++++++++++--
 arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts  |  32 ++
 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi     | 288 ++++++++++++++++--
 arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts  | 334 +++++++++++++++++++++
 .../boot/dts/freescale/imx8mm-beacon-som.dtsi      | 326 +++++++++++---------
 arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi      |  16 +-
 .../boot/dts/freescale/imx8mm-kontron-n801x-s.dts  | 322 ++++++++++++++++++++
 .../dts/freescale/imx8mm-kontron-n801x-som.dtsi    | 294 ++++++++++++++++++
 arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi  |   2 +-
 arch/arm64/boot/dts/freescale/imx8mm.dtsi          |  53 +++-
 arch/arm64/boot/dts/freescale/imx8mn-evk.dts       |  32 +-
 arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi      |  16 +-
 arch/arm64/boot/dts/freescale/imx8mn-var-som.dtsi  |   2 +-
 arch/arm64/boot/dts/freescale/imx8mn.dtsi          | 158 +++++++++-
 arch/arm64/boot/dts/freescale/imx8mp-evk.dts       |  64 +++-
 arch/arm64/boot/dts/freescale/imx8mp.dtsi          |  45 ++-
 arch/arm64/boot/dts/freescale/imx8mq-evk.dts       |  39 +++
 arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi  |   2 +-
 arch/arm64/boot/dts/freescale/imx8mq.dtsi          |  68 ++++-
 30 files changed, 2681 insertions(+), 346 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-kontron-n801x-s.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mm-kontron-n801x-som.dtsi

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

* [GIT PULL 6/6] i.MX defconfig update for 5.11
@ 2020-12-02 14:27   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2020-12-02 14:27 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to eecc662ff38b498e1fcd971caec3ce448e711d0e:

  arm64: defconfig: Enable more Librem 5 hardware (2020-12-01 09:13:39 +0800)

----------------------------------------------------------------
i.MX defconfig update for 5.11:

- A couple of patches that enable various i.MX audio drivers for i.MX8M.
- Enable more drivers that are useful on Librem 5 hardware.

----------------------------------------------------------------
Adam Ford (2):
      arm64: defconfig: Enable additional sound drivers on i.MX8M Mini
      arm64: defconfig: Enable ASRC and EASRC

Guido Günther (1):
      arm64: defconfig: Enable more Librem 5 hardware

 arch/arm64/configs/defconfig | 18 ++++++++++++++++++
 1 file changed, 18 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

* [GIT PULL 6/6] i.MX defconfig update for 5.11
@ 2020-12-02 14:27   ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2020-12-02 14:27 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to eecc662ff38b498e1fcd971caec3ce448e711d0e:

  arm64: defconfig: Enable more Librem 5 hardware (2020-12-01 09:13:39 +0800)

----------------------------------------------------------------
i.MX defconfig update for 5.11:

- A couple of patches that enable various i.MX audio drivers for i.MX8M.
- Enable more drivers that are useful on Librem 5 hardware.

----------------------------------------------------------------
Adam Ford (2):
      arm64: defconfig: Enable additional sound drivers on i.MX8M Mini
      arm64: defconfig: Enable ASRC and EASRC

Guido Günther (1):
      arm64: defconfig: Enable more Librem 5 hardware

 arch/arm64/configs/defconfig | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

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

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

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 2 Dec 2020 22:27:17 +0800, Shawn Guo wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-5.11
> 
> [...]

Merged into arm/defconfig, thanks!

merge commit: 249293397ec1ca29ac845c2d5d4c0c04ecdd9e29

       Arnd

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

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

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 2 Dec 2020 22:27:17 +0800, Shawn Guo wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-5.11
> 
> [...]

Merged into arm/defconfig, thanks!

merge commit: 249293397ec1ca29ac845c2d5d4c0c04ecdd9e29

       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.11
@ 2020-12-08 23:09     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2020-12-08 23:09 UTC (permalink / raw)
  To: soc, Shawn Guo, arm
  Cc: Arnd Bergmann, linux-arm-kernel, linux-imx, Li Yang,
	Stefan Agner, kernel, Fabio Estevam

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 2 Dec 2020 22:27:14 +0800, Shawn Guo wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-bindings-5.11
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 3eaac3aed2e3aff29198a6058069fa7712d13e60

       Arnd

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

* Re: [GIT PULL 3/6] i.MX DT bindings update for 5.11
@ 2020-12-08 23:09     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2020-12-08 23:09 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 Wed, 2 Dec 2020 22:27:14 +0800, Shawn Guo wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-bindings-5.11
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 3eaac3aed2e3aff29198a6058069fa7712d13e60

       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 update for 5.11
@ 2020-12-08 23:09     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2020-12-08 23:09 UTC (permalink / raw)
  To: soc, Shawn Guo, arm
  Cc: Arnd Bergmann, linux-arm-kernel, linux-imx, Li Yang,
	Stefan Agner, kernel, Fabio Estevam

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 2 Dec 2020 22:27:15 +0800, Shawn Guo wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-5.11
> 
> [...]

Merged into arm/dt, thanks!

merge commit: aa66be3bff6593bc74c5e09875709cd66e571b27

       Arnd

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

* Re: [GIT PULL 4/6] i.MX device tree update for 5.11
@ 2020-12-08 23:09     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2020-12-08 23:09 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 Wed, 2 Dec 2020 22:27:15 +0800, Shawn Guo wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-5.11
> 
> [...]

Merged into arm/dt, thanks!

merge commit: aa66be3bff6593bc74c5e09875709cd66e571b27

       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 change for 5.11
@ 2020-12-08 23:09     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2020-12-08 23:09 UTC (permalink / raw)
  To: soc, Shawn Guo, arm
  Cc: Arnd Bergmann, linux-arm-kernel, linux-imx, Li Yang,
	Stefan Agner, kernel, Fabio Estevam

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 2 Dec 2020 22:27:16 +0800, Shawn Guo wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-5.11
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 49d47bf9f55c8ab8d54ea857eb1b223ee45c8afc

       Arnd

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

* Re: [GIT PULL 5/6] i.MX arm64 device tree change for 5.11
@ 2020-12-08 23:09     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2020-12-08 23:09 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 Wed, 2 Dec 2020 22:27:16 +0800, Shawn Guo wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-5.11
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 49d47bf9f55c8ab8d54ea857eb1b223ee45c8afc

       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.11
@ 2020-12-08 23:31   ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2020-12-08 23:31 UTC (permalink / raw)
  To: Shawn Guo, soc, arm
  Cc: Arnd Bergmann, linux-arm-kernel, Stefan Agner, kernel,
	Fabio Estevam, Li Yang, linux-imx

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 2 Dec 2020 22:27:12 +0800, Shawn Guo wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.11
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 9492840ddeed7d982b604a5fcdf40cf0f4ebffd3

       Arnd

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

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

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 2 Dec 2020 22:27:12 +0800, Shawn Guo wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.11
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 9492840ddeed7d982b604a5fcdf40cf0f4ebffd3

       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.11
@ 2020-12-09 16:41     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2020-12-09 16:41 UTC (permalink / raw)
  To: arm, soc, Shawn Guo
  Cc: Arnd Bergmann, kernel, linux-imx, linux-arm-kernel,
	Fabio Estevam, Stefan Agner, Li Yang

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 2 Dec 2020 22:27:13 +0800, Shawn Guo wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-5.11
> 
> [...]

Merged into arm/soc, thanks!

merge commit: e7e499ee8a844189edff3e768d4721d1a6cc67fd

       Arnd

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

* Re: [GIT PULL 2/6] i.MX SoC update for 5.11
@ 2020-12-09 16:41     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2020-12-09 16:41 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 Wed, 2 Dec 2020 22:27:13 +0800, Shawn Guo wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-5.11
> 
> [...]

Merged into arm/soc, thanks!

merge commit: e7e499ee8a844189edff3e768d4721d1a6cc67fd

       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:[~2020-12-09 16:43 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-02 14:27 [GIT PULL 1/6] i.MX drivers change for 5.11 Shawn Guo
2020-12-02 14:27 ` Shawn Guo
2020-12-02 14:27 ` [GIT PULL 2/6] i.MX SoC update " Shawn Guo
2020-12-02 14:27   ` Shawn Guo
2020-12-09 16:41   ` Arnd Bergmann
2020-12-09 16:41     ` Arnd Bergmann
2020-12-02 14:27 ` [GIT PULL 3/6] i.MX DT bindings " Shawn Guo
2020-12-02 14:27   ` Shawn Guo
2020-12-08 23:09   ` Arnd Bergmann
2020-12-08 23:09     ` Arnd Bergmann
2020-12-02 14:27 ` [GIT PULL 4/6] i.MX device tree " Shawn Guo
2020-12-02 14:27   ` Shawn Guo
2020-12-08 23:09   ` Arnd Bergmann
2020-12-08 23:09     ` Arnd Bergmann
2020-12-02 14:27 ` [GIT PULL 5/6] i.MX arm64 device tree change " Shawn Guo
2020-12-02 14:27   ` Shawn Guo
2020-12-08 23:09   ` Arnd Bergmann
2020-12-08 23:09     ` Arnd Bergmann
2020-12-02 14:27 ` [GIT PULL 6/6] i.MX defconfig update " Shawn Guo
2020-12-02 14:27   ` Shawn Guo
2020-12-08 16:34   ` Arnd Bergmann
2020-12-08 16:34     ` Arnd Bergmann
2020-12-08 23:31 ` [GIT PULL 1/6] i.MX drivers change " Arnd Bergmann
2020-12-08 23:31   ` 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.