linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/6] i.MX driver changes for 5.6
@ 2020-01-13  3:40 Shawn Guo
  2020-01-13  3:40 ` [GIT PULL 2/6] i.MX SoC " Shawn Guo
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Shawn Guo @ 2020-01-13  3:40 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-driver-5.6

for you to fetch changes up to f52cdcce9197fef9d4a68792dd3b840ad2b77117:

  firmware: imx: Allow IMX DSP to be selected as module (2020-01-09 17:21:33 +0800)

----------------------------------------------------------------
i.MX driver changes for 5.6:

 - Add i.MX8MP SoC driver support.
 - Allow IMX DSP Protocol driver to be built as module.
 - Add COMPILE_TEST for IMX_SCU_SOC driver to increase build coverage.
 - Print SoC type and revision in i.MX8 SoC driver, as this is useful
   information to have when looking through boot log.

----------------------------------------------------------------
Anson Huang (1):
      soc: imx: Add i.MX8MP SoC driver support

Daniel Baluta (1):
      firmware: imx: Allow IMX DSP to be selected as module

Krzysztof Kozlowski (1):
      soc: imx: Enable compile testing of IMX_SCU_SOC

Lucas Stach (1):
      soc: imx8: print SoC type and revision

 drivers/firmware/imx/Kconfig | 2 +-
 drivers/soc/imx/Kconfig      | 2 +-
 drivers/soc/imx/soc-imx8.c   | 9 +++++++++
 3 files changed, 11 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] 6+ messages in thread

* [GIT PULL 2/6] i.MX SoC changes for 5.6
  2020-01-13  3:40 [GIT PULL 1/6] i.MX driver changes for 5.6 Shawn Guo
@ 2020-01-13  3:40 ` Shawn Guo
  2020-01-13  3:40 ` [GIT PULL 3/6] i.MX DT bindings update " Shawn Guo
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2020-01-13  3:40 UTC (permalink / raw)
  To: soc, arm
  Cc: Shawn Guo, Stefan Agner, Li Yang, linux-imx, kernel,
	Fabio Estevam, linux-arm-kernel

Hi,

To resolve a conflict on arch/arm/mach-imx/cpu.c, this pull request is
based on tag imx-fixes-5.5, which has been merged.  Please consider to
pull, thanks!

Shawn


The following changes since commit 7947e3238b64c00c396e6f5738f94c4d653bc6a2:

  ARM: imx: Fix boot crash if ocotp is not found (2019-12-12 10:44:28 +0800)

are available in the Git repository at:

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

for you to fetch changes up to c74067a0f776c1d695a713a4388c3b6a094ee40a:

  ARM: imx: only select ARM_ERRATA_814220 for ARMv7-A (2020-01-09 18:48:35 +0800)

----------------------------------------------------------------
i.MX SoC changes for 5.6:

 - Add support for reading serial number from OCOTP on i.MX7ULP.
 - A patch from Anson to enable ARM_ERRATA_814220 for i.MX6UL & i.MX7D,
   and a fixup patch from Arnd to select the option only for ARMv7-A.

----------------------------------------------------------------
Anson Huang (2):
      ARM: imx: Add i.MX7ULP SoC serial number support
      ARM: imx: Enable ARM_ERRATA_814220 for i.MX6UL and i.MX7D

Arnd Bergmann (1):
      ARM: imx: only select ARM_ERRATA_814220 for ARMv7-A

 arch/arm/mach-imx/Kconfig |  2 ++
 arch/arm/mach-imx/cpu.c   | 30 +++++++++++++++++++++++++-----
 2 files changed, 27 insertions(+), 5 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] 6+ messages in thread

* [GIT PULL 3/6] i.MX DT bindings update for 5.6
  2020-01-13  3:40 [GIT PULL 1/6] i.MX driver changes for 5.6 Shawn Guo
  2020-01-13  3:40 ` [GIT PULL 2/6] i.MX SoC " Shawn Guo
@ 2020-01-13  3:40 ` Shawn Guo
  2020-01-13  3:40 ` [GIT PULL 4/6] i.MX device tree " Shawn Guo
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2020-01-13  3:40 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 747612c4aefd94da34e8c89662cc8c82840e61c5:

  dt-bindings: arm: fsl: Add Gateworks Ventana i.MX6DL/Q compatibles (2020-01-12 14:20:04 +0800)

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

 - Add compatibles for boards:
     i.MX6 SoloX SDB Rev-A Board
     i.MX7 SabreSD Rev-A Board
     i.MX6SL based Tolino Shine 3 eBook reader
     i.MX7ULP Embedded Artists COM Board
     i.MX8MQ Thor96 Board
     i.MX8MQ based Google Coral Edge TPU
     i.MX6Q/DL based Gateworks Ventana Boards
     LX2160A based QDS and RDB Boards
 - Add missing imx6sll into fsl-pxp bindings.
 - Add i.MX8MQ LCDIF compatible into mxsfb bindings.

----------------------------------------------------------------
Andreas Kemnade (2):
      dt-bindings: arm: fsl: add compatible string for Tolino Shine 3
      media: dt-bindings: media: fsl-pxp: add missing imx6sll

Anson Huang (2):
      dt-bindings: arm: imx: Add the i.MX6SX-SDB Rev-A board
      dt-bindings: arm: imx: Add the i.MX7D-SDB Rev-A board

Fabio Estevam (1):
      dt-bindings: arm: fsl: Document i.MX7ULP Embedded Artists COM board

Guido Günther (1):
      dt-bindings: mxsfb: Add compatible for iMX8MQ

Manivannan Sadhasivam (1):
      dt-bindings: arm: Add devicetree binding for Thor96 Board

Marco Antonio Franchi (1):
      dt-bindings: arm: Add Google Coral Edge TPU entry

Robert Jones (1):
      dt-bindings: arm: fsl: Add Gateworks Ventana i.MX6DL/Q compatibles

Shawn Guo (1):
      bindings: fsl: document compatibles of lx2160a boards

 Documentation/devicetree/bindings/arm/fsl.yaml     | 54 ++++++++++++++++++++++
 .../devicetree/bindings/display/mxsfb.txt          |  1 +
 .../devicetree/bindings/media/fsl-pxp.txt          |  2 +-
 3 files changed, 56 insertions(+), 1 deletion(-)

_______________________________________________
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] 6+ messages in thread

* [GIT PULL 4/6] i.MX device tree update for 5.6
  2020-01-13  3:40 [GIT PULL 1/6] i.MX driver changes for 5.6 Shawn Guo
  2020-01-13  3:40 ` [GIT PULL 2/6] i.MX SoC " Shawn Guo
  2020-01-13  3:40 ` [GIT PULL 3/6] i.MX DT bindings update " Shawn Guo
@ 2020-01-13  3:40 ` Shawn Guo
  2020-01-13  3:40 ` [GIT PULL 5/6] i.MX arm64 " Shawn Guo
  2020-01-13  3:40 ` [GIT PULL 6/6] i.MX defconfig " Shawn Guo
  4 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2020-01-13  3:40 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 9a820b55817011f53771e6bfebae5fe059f0a534:

  ARM: dts: imx: Add GW5912 board support (2020-01-12 14:22:35 +0800)

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

 - New board support: i.MX6SL based Tolino Shine 3 eBook reader,
   i.MX7ULP Embedded Artists COM Board, i.MX6Q/DL based Gateworks
   Ventana Boards.
 - A couple of series from Andrey Smirnov to enhance i.MX6 RDU2 and
   VF610 ZII boards.
 - Add revision in board compatible string for imx6sx-sdb-reva and
   imx7d-sdb-reva board.
 - A fixup on imx6sl-tolino-shine3 board to remove incorrect power
   supply assignment.
 - Set initial buck regulator modes explicitly for phycore-imx6 board,
   so that a wrong initial mode set by bootloader does not interfere.
 - Add Add LCD support for imx7d-pico board.
 - A couple of patches from Michael Grzeschik to enhance USB Host
   support on i.MX25.
 - A couple of patches from Michael Trimarchi to remove duplicate
   Ethernet PHY reset properties on imx6qdl-icore and switch to
   phy-handle.
 - A couple of changes to add extirq node support on LS1021A SoC and
   make use of it on the LS1021A-TSN board.
 - A few random device additions and improvements on various boards.

----------------------------------------------------------------
Adam Ford (1):
      ARM: dts: imx6q-logicpd: Enable ili2117a Touchscreen

Andreas Kemnade (2):
      ARM: dts: add devicetree entry for Tolino Shine 3
      ARM: dts: imx6sll: add PXP module

Andrey Smirnov (6):
      ARM: dts: imx6: rdu2: Add node for UCS1002 USB charger chip
      ARM: dts: imx6: rdu2: Disable WP for USDHC2 and USDHC3
      ARM: dts: imx6: rdu2: Limit USBH1 to Full Speed
      ARM: dts: vf610-zii-dev-rev-b: Drop redundant I2C properties
      ARM: dts: vf610-zii-scu4-aib: Use generic names for DT nodes
      ARM: dts: vf610-zii-scu4-aib: Add node for switch watchdog

Anson Huang (3):
      ARM: dts: imx6sx-sdb-reva: Add revision in board compatible string
      ARM: dts: imx7d-sdb-reva: Add revision in board compatible string
      ARM: dts: imx6sl-tolino-shine3: Remove incorrect power supply assignment

Christoph Fritz (1):
      ARM: dts: phycore-imx6: set buck regulator modes explicitly

Fabio Estevam (6):
      ARM: dts: e60k02: Pass the memory unit address
      ARM: dts: imx7ulp-com: Add initial support for i.MX7UP COM board
      ARM: dts: imx51-babbage: Fix the DVI output description
      ARM: dts: imx7: Unify temp-grade and speed-grade nodes
      ARM: dts: imx7d-pico: Add LCD support
      ARM: dts: imx6ul-14x14-evk: Pass the "broken-cd" property

Marco Felsch (1):
      ARM: dts: imx6: phycore-som: add pmic onkey device

Michael Grzeschik (2):
      ARM: dts: imx25: consolidate properties of usbhost1 in dtsi file
      ARM: dts: imx25: describe maximum speed of internal usbhost port1 phy

Michael Trimarchi (2):
      ARM: dts: imx6qdl-icore-1.5: Remove duplicate phy reset methods
      ARM: dts: imx6qdl-icore: Add fec phy-handle

Peter Chen (1):
      ARM: dts: imx7s: Add power domain for imx7d HSIC

Philippe Schenker (1):
      ARM: dts: colibri-imx6ull: correct wrong pinmuxing and add comments

Rasmus Villemoes (1):
      ARM: dts: ls1021a: add node describing external interrupt lines

Robert Jones (3):
      ARM: dts: imx: Add GW5907 board support
      ARM: dts: imx: Add GW5913 board support
      ARM: dts: imx: Add GW5912 board support

Stefan Agner (1):
      ARM: dts: imx6qdl-apalis: mux HDMI CEC pin

Tim Harvey (1):
      ARM: dts: imx: Add GW5910 board support

Vladimir Oltean (1):
      ARM: dts: ls1021a-tsn: Use interrupts for the SGMII PHYs

 arch/arm/boot/dts/Makefile                         |  10 +
 arch/arm/boot/dts/e60k02.dtsi                      |   3 +-
 .../boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts  |   2 -
 arch/arm/boot/dts/imx25-pdk.dts                    |   2 -
 arch/arm/boot/dts/imx25.dtsi                       |   3 +
 arch/arm/boot/dts/imx51-babbage.dts                |  64 ++-
 arch/arm/boot/dts/imx6dl-gw5907.dts                |  14 +
 arch/arm/boot/dts/imx6dl-gw5910.dts                |  14 +
 arch/arm/boot/dts/imx6dl-gw5912.dts                |  13 +
 arch/arm/boot/dts/imx6dl-gw5913.dts                |  14 +
 arch/arm/boot/dts/imx6q-gw5907.dts                 |  14 +
 arch/arm/boot/dts/imx6q-gw5910.dts                 |  14 +
 arch/arm/boot/dts/imx6q-gw5912.dts                 |  13 +
 arch/arm/boot/dts/imx6q-gw5913.dts                 |  14 +
 arch/arm/boot/dts/imx6q-logicpd.dts                |  10 +
 arch/arm/boot/dts/imx6qdl-apalis.dtsi              |   2 +-
 arch/arm/boot/dts/imx6qdl-gw5907.dtsi              | 399 +++++++++++++++++
 arch/arm/boot/dts/imx6qdl-gw5910.dtsi              | 491 +++++++++++++++++++++
 arch/arm/boot/dts/imx6qdl-gw5912.dtsi              | 461 +++++++++++++++++++
 arch/arm/boot/dts/imx6qdl-gw5913.dtsi              | 348 +++++++++++++++
 arch/arm/boot/dts/imx6qdl-icore-1.5.dtsi           |   2 -
 arch/arm/boot/dts/imx6qdl-icore.dtsi               |  15 +-
 arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi  |   9 +
 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi            |  84 +++-
 arch/arm/boot/dts/imx6sl-tolino-shine3.dts         | 322 ++++++++++++++
 arch/arm/boot/dts/imx6sll.dtsi                     |   9 +
 arch/arm/boot/dts/imx6sx-sdb-reva.dts              |   1 +
 arch/arm/boot/dts/imx6ul-14x14-evk.dtsi            |   1 +
 arch/arm/boot/dts/imx6ull-colibri.dtsi             | 188 ++++----
 arch/arm/boot/dts/imx7d-pico.dtsi                  |  90 ++++
 arch/arm/boot/dts/imx7d-sdb-reva.dts               |   3 +
 arch/arm/boot/dts/imx7d.dtsi                       |   2 +-
 arch/arm/boot/dts/imx7s.dtsi                       |  16 +-
 arch/arm/boot/dts/imx7ulp-com.dts                  |  79 ++++
 arch/arm/boot/dts/ls1021a-tsn.dts                  |   4 +
 arch/arm/boot/dts/ls1021a.dtsi                     |  19 +
 arch/arm/boot/dts/vf610-zii-dev-rev-b.dts          |  10 -
 arch/arm/boot/dts/vf610-zii-scu4-aib.dts           |  29 +-
 38 files changed, 2618 insertions(+), 170 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx6dl-gw5907.dts
 create mode 100644 arch/arm/boot/dts/imx6dl-gw5910.dts
 create mode 100644 arch/arm/boot/dts/imx6dl-gw5912.dts
 create mode 100644 arch/arm/boot/dts/imx6dl-gw5913.dts
 create mode 100644 arch/arm/boot/dts/imx6q-gw5907.dts
 create mode 100644 arch/arm/boot/dts/imx6q-gw5910.dts
 create mode 100644 arch/arm/boot/dts/imx6q-gw5912.dts
 create mode 100644 arch/arm/boot/dts/imx6q-gw5913.dts
 create mode 100644 arch/arm/boot/dts/imx6qdl-gw5907.dtsi
 create mode 100644 arch/arm/boot/dts/imx6qdl-gw5910.dtsi
 create mode 100644 arch/arm/boot/dts/imx6qdl-gw5912.dtsi
 create mode 100644 arch/arm/boot/dts/imx6qdl-gw5913.dtsi
 create mode 100644 arch/arm/boot/dts/imx6sl-tolino-shine3.dts
 create mode 100644 arch/arm/boot/dts/imx7ulp-com.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] 6+ messages in thread

* [GIT PULL 5/6] i.MX arm64 device tree update for 5.6
  2020-01-13  3:40 [GIT PULL 1/6] i.MX driver changes for 5.6 Shawn Guo
                   ` (2 preceding siblings ...)
  2020-01-13  3:40 ` [GIT PULL 4/6] i.MX device tree " Shawn Guo
@ 2020-01-13  3:40 ` Shawn Guo
  2020-01-13  3:40 ` [GIT PULL 6/6] i.MX defconfig " Shawn Guo
  4 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2020-01-13  3:40 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c16b4571bb27df88708c4f1ce4e6d3d9008cc75c:

  arm64: dts: imx8mn: Memory node should be in board DT (2020-01-09 18:55:39 +0800)

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

 - New board support: i.MX8MQ based Thor96 board, Google i.MX8MQ Phanbell
   board, LX2160A based Solidrun Clearfog CX and Honeycomb boards.
 - Add eLCDIF controller and missing SAI nodes for i.MX8MQ SoC.
 - Add Crypto CAAM support for i.MX8MM and i.MX8MN.
 - Drop unneeded "simple-bus" from anatop node on i.MX8MM and i.MX8MN.
 - Drop unused/undocumented "fsl,aips-bus" and "fsl,imx8mq-aips-bus"
   compatibles from i.MX8M SoCs.
 - Add DDR controller nodes for i.MX8M devices.
 - Add EEPROM description for imx8mq-hummingboard-pulse and
   imx8mq-sr-som boards.
 - Enable USB1 and TypeC support for imx8mn-evk board.
 - Add FlexSPI and QSPI support for a few Layerscape SoCs and boards.
 - Add External MDIO1 node and the two RGMII PHYs connected on LX2160A.
 - Add missing SAI devices and set SAIs into async mode on LS1028A.
 - Other random device additions and enhancement for various platforms.

----------------------------------------------------------------
Adam Ford (1):
      arm64: dts: imx8mm: Add Crypto CAAM support

Anson Huang (3):
      arm64: dts: imx8qxp: Remove unnecessary "interrupt-parent" property
      arm64: dts: imx8mm: Memory node should be in board DT
      arm64: dts: imx8mn: Memory node should be in board DT

Ashish Kumar (4):
      arm64: dts: ls1028a: Add FlexSPI support
      arm64: dts: ls1046a: Update QSPI node properties of ls1046ardb
      arm64: dts: ls208x: Remove non-compatible driver device from qspi node
      arm64: dts: ls1088a: Add QSPI support for NXP LS1088

Baruch Siach (2):
      arm64: dts: imx8mq-sr-som: add eeprom description
      arm64: dts: imx8mq-hummingboard-pulse: add eeprom description

Fancy Fang (2):
      arm64: dts: imx8mm: remove "simple-bus" for anatop
      arm64: dts: imx8mn: remove "simple-bus" for anatop

Frieder Schrempf (1):
      arm64: dts: imx8mm: Add missing mux options for UART1 and UART2 signals

Guido Günther (1):
      arm64: dts: imx8mq: Add eLCDIF controller

Horia Geantă (1):
      arm64: dts: imx8mn: add crypto node

Ioana Ciornei (2):
      arm64: dts: lx2160a: add emdio1 node
      arm64: dts: lx2160a: add RGMII phy nodes

Kuldeep Singh (2):
      arm64: dts: ls1046a: Add QSPI node for ls1046afrwy
      arm64: dts: ls208xa: Update qspi node properties for LS2088ARDB

Leonard Crestez (1):
      arm64: dts: imx8m: Add ddr controller nodes

Li Jun (2):
      arm64: dts: imx8mn: Remove setting for IMX8MN_CLK_USB_CORE_REF
      arm64: dts: imx8mn-evk: enable usb1 and typec support

Lucas Stach (1):
      arm64: dts: imx8mq: add missing SAI nodes

Manivannan Sadhasivam (1):
      arm64: dts: freescale: Add devicetree support for Thor96 board

Marco Antonio Franchi (1):
      arm64: dts: freescale: add initial support for Google i.MX 8MQ Phanbell

Martin Kepplinger (1):
      arm64: dts: imx8mq-librem5-devkit: add accelerometer and gyro sensor

Michael Walle (2):
      arm64: dts: ls1028a: add missing sai nodes
      arm64: dts: ls1028a: put SAIs into async mode

Peng Fan (1):
      arm64: dts: imx8m: drop "fsl,aips-bus" and "fsl,imx8mq-aips-bus"

Peng Ma (1):
      arm64: dts: ls1028a: Update edma compatible to fit eDMA driver

Philipp Zabel (1):
      arm64: dts: imx8mq: increase NOC clock to 800 MHz

Rabeeh Khoury (1):
      arm64: dts: lx2160a: add dts for CEX7 platforms

Ruslan V. Sushko (1):
      arm64: dts: zii-ultra: adjust board names

Russell King (1):
      arm64: dts: lx2160a: add emdio2 node

Yinbo Zhu (1):
      arm64: dts: ls1028a-rdb: enable emmc hs400 mode

 arch/arm64/boot/dts/freescale/Makefile             |   4 +
 arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts  |  15 +
 arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts  |  17 +
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     |  63 ++-
 arch/arm64/boot/dts/freescale/fsl-ls1046a-frwy.dts |  14 +
 arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts  |  16 +-
 arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts  |  24 +
 arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts  |  24 +
 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi     |  13 +
 arch/arm64/boot/dts/freescale/fsl-ls208xa-rdb.dtsi |  10 +-
 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi     |   6 +-
 .../arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi | 127 +++++
 .../boot/dts/freescale/fsl-lx2160a-clearfog-cx.dts |  15 +
 .../dts/freescale/fsl-lx2160a-clearfog-itx.dtsi    |  57 ++
 .../boot/dts/freescale/fsl-lx2160a-honeycomb.dts   |  15 +
 arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts  |  28 +
 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi     |  21 +
 arch/arm64/boot/dts/freescale/imx8mm-evk.dts       |  25 +
 arch/arm64/boot/dts/freescale/imx8mm-pinfunc.h     |  16 +
 arch/arm64/boot/dts/freescale/imx8mm.dtsi          |  55 +-
 arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dts  |  20 +
 arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi      |  70 +++
 arch/arm64/boot/dts/freescale/imx8mn.dtsi          |  61 ++-
 arch/arm64/boot/dts/freescale/imx8mq-evk.dts       |  27 +
 .../dts/freescale/imx8mq-hummingboard-pulse.dts    |   6 +
 .../boot/dts/freescale/imx8mq-librem5-devkit.dts   |   7 +
 arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts  | 376 +++++++++++++
 arch/arm64/boot/dts/freescale/imx8mq-sr-som.dtsi   |   6 +
 arch/arm64/boot/dts/freescale/imx8mq-thor96.dts    | 581 +++++++++++++++++++++
 .../boot/dts/freescale/imx8mq-zii-ultra-rmb3.dts   |   2 +-
 .../boot/dts/freescale/imx8mq-zii-ultra-zest.dts   |   2 +-
 arch/arm64/boot/dts/freescale/imx8mq.dtsi          | 107 +++-
 arch/arm64/boot/dts/freescale/imx8qxp.dtsi         |  12 -
 33 files changed, 1787 insertions(+), 55 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-lx2160a-cex7.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-cx.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-lx2160a-clearfog-itx.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-lx2160a-honeycomb.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-phanbell.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-thor96.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] 6+ messages in thread

* [GIT PULL 6/6] i.MX defconfig update for 5.6
  2020-01-13  3:40 [GIT PULL 1/6] i.MX driver changes for 5.6 Shawn Guo
                   ` (3 preceding siblings ...)
  2020-01-13  3:40 ` [GIT PULL 5/6] i.MX arm64 " Shawn Guo
@ 2020-01-13  3:40 ` Shawn Guo
  4 siblings, 0 replies; 6+ messages in thread
From: Shawn Guo @ 2020-01-13  3:40 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 9bfb1294571e831577cc0ec865cc34737c6cc5d9:

  arm64: defconfig: Enable CONFIG_CLK_IMX8MP by default (2020-01-12 14:08:39 +0800)

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

 - Enable i.MX8MP clock driver in arm64 defconfig.
 - Enable Crypto CAAM driver support as module in arm64 defconfig.
 - Enable ILI210X touch driver, USB CDC ACM function, NFS_V4 support and
   TFP410 DVI bridge driver support in arm32 imx_v6_v7_defconfig.

----------------------------------------------------------------
Adam Ford (2):
      ARM: imx_v6_v7_defconfig: Enable TOUCHSCREEN_ILI210X
      arm64: defconfig: Enable CRYPTO_DEV_FSL_CAAM

Anson Huang (1):
      arm64: defconfig: Enable CONFIG_CLK_IMX8MP by default

Fabio Estevam (1):
      ARM: imx_v6_v7_defconfig: Select the TFP410 driver

Peter Chen (1):
      ARM: configs: imx_v6_v7_defconfig: enable USB ACM

Sascha Hauer (1):
      ARM: imx_v6_v7_defconfig: Enable NFS_V4_1 and NFS_V4_2 support

 arch/arm/configs/imx_v6_v7_defconfig | 5 +++++
 arch/arm64/configs/defconfig         | 2 ++
 2 files changed, 7 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] 6+ messages in thread

end of thread, other threads:[~2020-01-13  3:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-13  3:40 [GIT PULL 1/6] i.MX driver changes for 5.6 Shawn Guo
2020-01-13  3:40 ` [GIT PULL 2/6] i.MX SoC " Shawn Guo
2020-01-13  3:40 ` [GIT PULL 3/6] i.MX DT bindings update " Shawn Guo
2020-01-13  3:40 ` [GIT PULL 4/6] i.MX device tree " Shawn Guo
2020-01-13  3:40 ` [GIT PULL 5/6] i.MX arm64 " Shawn Guo
2020-01-13  3:40 ` [GIT PULL 6/6] i.MX defconfig " Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).