All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/6] i.MX DT bindings update for 5.16
@ 2021-10-16 14:01 ` Shawn Guo
  2021-10-16 14:01     ` Shawn Guo
                     ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Shawn Guo @ 2021-10-16 14: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 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 83ad8d101151a149bfb602a08bf30ac82442f8f9:

  dt-bindings: arm: fsl: add ls1021a-tsn board (2021-10-15 11:13:07 +0800)

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

- Various board compatible addition: NXP S32G2, LS1021A TSN, Toradex
  Colibri i.MX6ULL, LX2160A BlueBox 3 boards.
- Toradex board and module compatibles clean-up.
- Convert fsl-linflexuart bindings to json-schema format and add S32G2
  compatible.
- Add bindings and defines for i.MX8MM VPU and DISP blk-ctrl.

----------------------------------------------------------------
Andreas Kemnade (1):
      dt-bindings: arm: fsl: Add E70K02 based ebook readers

Chester Lin (3):
      dt-bindings: arm: fsl: add NXP S32G2 boards
      dt-bindings: serial: fsl-linflexuart: convert to json-schema format
      dt-bindings: serial: fsl-linflexuart: add compatible for S32G2

Li Yang (1):
      dt-bindings: arm: fsl: add ls1021a-tsn board

Lucas Stach (4):
      dt-bindings: soc: add binding for i.MX8MM VPU blk-ctrl
      dt-bindings: power: imx8mm: add defines for VPU blk-ctrl domains
      dt-bindings: soc: add binding for i.MX8MM DISP blk-ctrl
      dt-bindings: power: imx8mm: add defines for DISP blk-ctrl domains

Marcel Ziswiler (2):
      dt-bindings: arm: fsl: clean-up all toradex boards/modules
      dt-bindings: arm: fsl: add toradex,colibri-imx6ull-emmc

Vladimir Oltean (1):
      dt-bindings: arm: fsl: document the LX2160A BlueBox 3 boards

 Documentation/devicetree/bindings/arm/fsl.yaml     | 99 +++++++++++++---------
 .../bindings/serial/fsl,s32-linflexuart.txt        | 22 -----
 .../bindings/serial/fsl,s32-linflexuart.yaml       | 48 +++++++++++
 .../bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml | 94 ++++++++++++++++++++
 .../bindings/soc/imx/fsl,imx8mm-vpu-blk-ctrl.yaml  | 76 +++++++++++++++++
 include/dt-bindings/power/imx8mm-power.h           |  9 ++
 6 files changed, 288 insertions(+), 60 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.txt
 create mode 100644 Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.yaml
 create mode 100644 Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml
 create mode 100644 Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-vpu-blk-ctrl.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] 18+ messages in thread

* [GIT PULL 2/6] i.MX drivers update for 5.16
@ 2021-10-16 14:01     ` Shawn Guo
  2021-10-20 16:00         ` Arnd Bergmann
  0 siblings, 1 reply; 18+ messages in thread
From: Shawn Guo @ 2021-10-16 14: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 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 72949f76565c9ea9f4231c977774a31d4713c386:

  soc: imx: imx8m-blk-ctrl: off by one in imx8m_blk_ctrl_xlate() (2021-10-15 11:10:05 +0800)

----------------------------------------------------------------
i.MX drivers update for 5.16:

- Select REGMAP_MMIO for i.MX GPCv2 driver to avoid build issue.
- A couple of i.MX GPCv2 driver changes from Marek Vasut to turn
  domain->pgc into bitfield for i.MX8MM GPU domain support.
- A series from Lucas Stach adding support of i.MX8MM nested power
  domains like VPUMIX and DISPMIX which contains the ADB and BLK_CTRL.
- An off-by-one fix on Lucas' i.MX8M blk-ctrl driver code.

----------------------------------------------------------------
Dan Carpenter (1):
      soc: imx: imx8m-blk-ctrl: off by one in imx8m_blk_ctrl_xlate()

Ezequiel Garcia (1):
      imx: soc: Select REGMAP_MMIO

Lucas Stach (8):
      soc: imx: gpcv2: allow to disable individual power domains
      Revert "soc: imx: gpcv2: move reset assert after requesting domain power up"
      soc: imx: gpcv2: add lockdep annotation
      soc: imx: gpcv2: add domain option to keep domain clocks enabled
      soc: imx: gpcv2: keep i.MX8M* bus clocks enabled
      soc: imx: gpcv2: support system suspend/resume
      soc: imx: add i.MX8M blk-ctrl driver
      soc: imx: imx8m-blk-ctrl: add DISP blk-ctrl

Marek Vasut (2):
      soc: imx: gpcv2: Turn domain->pgc into bitfield
      soc: imx: gpcv2: Set both GPC_PGC_nCTRL(GPU_2D|GPU_3D) for MX8MM GPU domain

 drivers/soc/imx/Kconfig          |   1 +
 drivers/soc/imx/Makefile         |   1 +
 drivers/soc/imx/gpcv2.c          | 134 +++++++---
 drivers/soc/imx/imx8m-blk-ctrl.c | 523 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 618 insertions(+), 41 deletions(-)
 create mode 100644 drivers/soc/imx/imx8m-blk-ctrl.c

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

* [GIT PULL 3/6] i.MX device tree changes for 5.16
@ 2021-10-16 14:01     ` Shawn Guo
  2021-10-20 14:50         ` Arnd Bergmann
  0 siblings, 1 reply; 18+ messages in thread
From: Shawn Guo @ 2021-10-16 14:01 UTC (permalink / raw)
  To: soc, arm
  Cc: Shawn Guo, Fabio Estevam, Stefan Agner, Li Yang, kernel,
	linux-imx, linux-arm-kernel

Hi,

To resolve the dependency on a fix, the pull-request is built on commit
9b663b34c94a ("ARM: dts: imx6dl-yapp4: Fix lp5562 LED driver probe"),
which had landed on mainline.  Please consider to pull, thanks!

Shawn


The following changes since commit 9b663b34c94a78f39fa2c7a8271b1f828b546e16:

  ARM: dts: imx6dl-yapp4: Fix lp5562 LED driver probe (2021-09-22 11:06:49 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 05e63b48b20fa70726be505a7660d1a07bc1cffb:

  ARM: dts: ls1021a-tsn: use generic "jedec,spi-nor" compatible for flash (2021-10-15 11:16:58 +0800)

----------------------------------------------------------------
i.MX device tree changes for 5.16:

- New board support: Kobo Libra H2O, Tolino Vision 5, SKOV LT2 and
  Colibri i.MX6ULL eMMC variants.
- A series from Fabio Estevam to correct SPI chipselect polarity for
  various i.MX6/7 boards.
- A couple of patches from Krzysztof Kozlowski to clean up unsupported
  properties from imx6dl-b1x5v2 and imx6dl-prtrvt boards.
- A series from Li Yang to clean up LS1021a based boards and add missing
  device nodes.
- A series from Matthias Schiffer to fix typo, add SPI-NOR flash and
  partition layout for imx7-tqma7/mba7 boards.
- Fix the schema check errors in i.MX PCIe device nodes.
- Other random and small fix-up and device additions.

----------------------------------------------------------------
Andreas Kemnade (6):
      ARM: dts: add Netronix E70K02 board common file
      ARM: dts: imx: add devicetree for Kobo Libra H2O
      ARM: dts: imx: add devicetree for Tolino Vision 5
      ARM: dts: imx: e60k02: correct led node name
      ARM: dts: imx6sl: fixup of operating points
      ARM: dts: imx6sll: fixup of operating points

Fabio Estevam (8):
      ARM: dts: imx6dl-alti6p: Fix the SPI chipselect polarity
      ARM: dts: imx6qp-prtwd3: Fix the SPI chipselect polarity
      ARM: dts: imx6qdl-tqma6: Fix the SPI chipselect polarity
      ARM: dts: imx7d-sdb: Fix the SPI chipselect polarity
      ARM: dts: imx6qdl-apalis: Avoid underscore in node name
      ARM: dts: imx6qdl-apalis: Pass 'io-channel-cells' to the ADC
      ARM: dts: imx6qdl-apalis: Add a label for the touchscreen
      ARM: dts: imx6qdl-apalis: Fix typo in ADC comment

Krzysztof Kozlowski (2):
      ARM: dts: imx6dl-b1x5v2: drop unsupported vcc-supply for MPL3115A2
      ARM: dts: imx6dl-prtrvt: drop undocumented TRF7970A NFC properties

Li Yang (16):
      ARM: dts: ls1021a: remove clock-names property for i2c nodes
      ARM: dts: ls1021a: change dma channels order to match schema
      ARM: dts: ls1021a: change to use SPDX identifiers
      ARM: dts: ls1021a-qds: Add node for QSPI flash
      ARM: dts: ls1021a: update pcie nodes for dt-schema check
      ARM: dts: ls1021a: fix board compatible to follow binding schema
      ARM: dts: ls1021a: breakup long values in thermal node
      ARM: dts: ls1021a: disable ifc node by default
      ARM: dts: ls1021a: remove regulators simple-bus
      ARM: dts: ls1021a: fix memory node for schema check
      ARM: dts: ls1021a: add #dma-cells to qdma node
      ARM: dts: ls1021a: add #power-domain-cells for power-controller node
      ARM: dts: ls1021a-qds: change fpga to simple-mfd device
      ARM: dts: ls1021a-tsn: remove undocumented property "position" from mma8452 node
      ARM: dts: ls1021a: move thermal-zones node out of soc/
      ARM: dts: ls1021a-tsn: use generic "jedec,spi-nor" compatible for flash

Matthias Schiffer (3):
      ARM: dts: imx7-tqma7/mba7: correct spelling of "TQ-Systems"
      ARM: dts: imx7-tqma7: add SPI-NOR flash
      ARM: dts: imx7-mba7: add default SPI-NOR flash partition layout

Max Krummenacher (1):
      ARM: dts: colibri-imx6ull-emmc: add device tree

Michal Vokáč (1):
      ARM: dts: imx6dl-yapp4: Remove the unused white LED channel

Oleksij Rempel (1):
      ARM: dts: imx6: skov: provide panel support for lt2 variants

Richard Zhu (1):
      ARM: dts: imx: fix the schema check errors

Yunus Bas (2):
      ARM: dts: imx6: phycore-som: Disable micro-SD write protection
      ARM: dts: imx6: phytec: Add gpio pinctrl for i2c bus recovery

 arch/arm/boot/dts/Makefile                         |   5 +-
 arch/arm/boot/dts/e60k02.dtsi                      |   2 +-
 arch/arm/boot/dts/e70k02.dtsi                      | 320 +++++++++++++++++++
 arch/arm/boot/dts/imx6dl-alti6p.dts                |   2 +-
 arch/arm/boot/dts/imx6dl-b1x5v2.dtsi               |   1 -
 arch/arm/boot/dts/imx6dl-prtrvt.dts                |   2 -
 arch/arm/boot/dts/imx6dl-skov-revc-lt2.dts         |   1 +
 arch/arm/boot/dts/imx6dl-yapp4-common.dtsi         |   8 -
 arch/arm/boot/dts/imx6q-skov-revc-lt2.dts          |   1 +
 arch/arm/boot/dts/imx6qdl-apalis.dtsi              |   7 +-
 arch/arm/boot/dts/imx6qdl-phytec-mira.dtsi         |  31 +-
 arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi  |  12 +-
 arch/arm/boot/dts/imx6qdl-skov-revc-lt2.dtsi       |  99 ++++++
 arch/arm/boot/dts/imx6qdl-tqma6.dtsi               |   2 +-
 arch/arm/boot/dts/imx6qdl.dtsi                     |   7 +-
 arch/arm/boot/dts/imx6qp-prtwd3.dts                |   4 +-
 arch/arm/boot/dts/imx6qp.dtsi                      |   2 +-
 arch/arm/boot/dts/imx6sl-tolino-vision5.dts        | 349 +++++++++++++++++++++
 arch/arm/boot/dts/imx6sl.dtsi                      |  18 +-
 arch/arm/boot/dts/imx6sll-kobo-librah2o.dts        | 339 ++++++++++++++++++++
 arch/arm/boot/dts/imx6sll.dtsi                     |  22 +-
 arch/arm/boot/dts/imx6sx.dtsi                      |   6 +-
 arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi   |  12 +-
 arch/arm/boot/dts/imx6ul-phytec-segin.dtsi         |   1 +
 arch/arm/boot/dts/imx6ull-colibri-emmc-eval-v3.dts |  17 +
 .../arm/boot/dts/imx6ull-colibri-emmc-nonwifi.dtsi | 185 +++++++++++
 arch/arm/boot/dts/imx6ull-colibri.dtsi             |  32 +-
 arch/arm/boot/dts/imx7-mba7.dtsi                   |  42 ++-
 arch/arm/boot/dts/imx7-tqma7.dtsi                  |  47 ++-
 arch/arm/boot/dts/imx7d-mba7.dts                   |   6 +-
 arch/arm/boot/dts/imx7d-sdb.dts                    |   2 +-
 arch/arm/boot/dts/imx7d-tqma7.dtsi                 |   4 +-
 arch/arm/boot/dts/imx7d.dtsi                       |   7 +-
 arch/arm/boot/dts/imx7s-mba7.dts                   |   6 +-
 arch/arm/boot/dts/imx7s-tqma7.dtsi                 |   4 +-
 arch/arm/boot/dts/ls1021a-qds.dts                  |  85 ++---
 arch/arm/boot/dts/ls1021a-tsn.dts                  |   4 +-
 arch/arm/boot/dts/ls1021a-twr.dts                  |  63 +---
 arch/arm/boot/dts/ls1021a.dtsi                     | 219 ++++++-------
 39 files changed, 1649 insertions(+), 327 deletions(-)
 create mode 100644 arch/arm/boot/dts/e70k02.dtsi
 create mode 100644 arch/arm/boot/dts/imx6qdl-skov-revc-lt2.dtsi
 create mode 100644 arch/arm/boot/dts/imx6sl-tolino-vision5.dts
 create mode 100644 arch/arm/boot/dts/imx6sll-kobo-librah2o.dts
 create mode 100644 arch/arm/boot/dts/imx6ull-colibri-emmc-eval-v3.dts
 create mode 100644 arch/arm/boot/dts/imx6ull-colibri-emmc-nonwifi.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] 18+ messages in thread

* [GIT PULL 4/6] i.MX arm64 device tree changes for 5.16
@ 2021-10-16 14:01     ` Shawn Guo
  2021-10-20 14:50         ` Arnd Bergmann
  0 siblings, 1 reply; 18+ messages in thread
From: Shawn Guo @ 2021-10-16 14: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 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ec1e91d400bf21def54c441552bdf2976ce36e3b:

  arm64: dts: imx8mm-kontron: Add support for ultra high speed modes on SD card (2021-10-16 15:28:27 +0800)

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

- New board support: LX2160A based BlueBox3, S32G2 EVB and RDB2 boards.
- Quite some updates on imx8mq-librem5 board: delay the startup of the
  SDIO, add power sequencing for M.2 cards, add wifi regulator, add
  panel reset GPIO, fix led_r and led_g pinctrl, etc.
- Fix the SPI chipselect polarity for a couple of i.MX8MM boards.
- Add GPU nodes for i.MX8MM 2D and 3D core.
- Add VPU and DISP blk-ctrl devices for i.MX8MM.
- A series from Michael Walle to LS1028A device trees and add GPU
  support.
- Random and small updates on various boards.

----------------------------------------------------------------
Angus Ainslie (3):
      arm64: dts: imx8mq-librem5: delay the startup of the SDIO
      arm64: dts: imx8mq-librem5: add power sequencing for M.2 cards
      arm64: dts: imx8mq-librem5: Limit the max sdio frequency

Chester Lin (4):
      arm64: dts: add NXP S32G2 support
      arm64: dts: s32g2: add serial/uart support
      arm64: dts: s32g2: add VNP-EVB and VNP-RDB2 support
      arm64: dts: s32g2: add memory nodes for evb and rdb2

Fabio Estevam (2):
      arm64: dts: imx8mm-kontron-n801x-som: Fix the SPI chipselect polarity
      arm64: dts: imx8mm-venice: Fix the SPI chipselect polarity

Frieder Schrempf (3):
      arm64: dts: imx8mm: Add GPU nodes for 2D and 3D core
      arm64: dts: imx8mm-kontron: Fix reset delays for ethernet PHY
      arm64: dts: imx8mm-kontron: Add support for ultra high speed modes on SD card

Guido Günther (1):
      arm64: dts: imx8mq-librem5: wire up the wifi regulator

Krzysztof Kozlowski (1):
      arm64: dts: freescale: imx8mq-librem5: align operating-points table name with dtschema

Kuldeep Singh (2):
      arm64: dts: imx8mp: Reorder flexspi clock-names entry
      arm64: dts: ls1012a: Add serial alias for ls1012a-rdb

Lucas Stach (6):
      arm64: dts: imx8mq-reform2: add uSDHC2 CD pinctrl
      arm64: dts: zii-ultra: add PCIe PHY supply
      arm64: dts: imx8mm: add GPC node
      arm64: dts: imx8mm: put USB controllers into power-domains
      arm64: dts: imx8mm: add VPU blk-ctrl
      arm64: dts: imx8mm: add DISP blk-ctrl

Martin Kepplinger (1):
      arm64: dts: imx8mq-librem5: add reset gpio to mantix panel description

Michael Walle (7):
      arm64: dts: freescale: fix arm,sp805 compatible string
      arm64: dts: ls1028a: move pixel clock pll into /soc
      arm64: dts: ls1028a: move Mali DP500 node into /soc
      arm64: dts: ls1028a: add Vivante GPU node
      arm64: dts: ls1028a: disable usb controller by default
      arm64: dts: ls1028a: move PHY nodes to MDIO controller
      arm64: dts: ls1028a: use phy-mode instead of phy-connection-type

Richard Zhu (1):
      arm64: dts: imx8mq: fix the schema check errors

Rob Herring (1):
      arm64: dts: freescale: Fix 'interrupt-map' parent address cells

Sebastian Krzyszkowiak (2):
      arm64: dts: imx8mq-librem5: Fix led_r and led_g pinctrl assignments
      arm64: dts: imx8mq-librem5: set debounce interval of volume buttons to 50ms

Tim Harvey (1):
      arm64: dts: imx8mm-venice-gw7901.dts: disable pgc_gpumix

Vladimir Oltean (1):
      arm64: dts: ls1028a: mark internal links between Felix and ENETC as capable of flow control

Wasim Khan (1):
      arm64: dts: add device tree for the LX2160A on the NXP BlueBox3 board

 arch/arm64/boot/dts/freescale/Makefile             |   4 +
 arch/arm64/boot/dts/freescale/fsl-ls1012a-rdb.dts  |   1 +
 .../freescale/fsl-ls1028a-kontron-sl28-var1.dts    |  60 +-
 .../freescale/fsl-ls1028a-kontron-sl28-var2.dts    |  17 +-
 .../freescale/fsl-ls1028a-kontron-sl28-var4.dts    |  49 +-
 .../dts/freescale/fsl-ls1028a-kontron-sl28.dts     |  31 +-
 arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts  |  10 +-
 arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts  |  19 +-
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     |  72 ++-
 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi     |  40 +-
 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi     |  40 +-
 .../dts/freescale/fsl-lx2160a-bluebox3-rev-a.dts   |  34 ++
 .../boot/dts/freescale/fsl-lx2160a-bluebox3.dts    | 658 +++++++++++++++++++++
 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi     |  24 +-
 .../boot/dts/freescale/imx8mm-kontron-n801x-s.dts  |  32 +-
 .../dts/freescale/imx8mm-kontron-n801x-som.dtsi    |   4 +-
 .../boot/dts/freescale/imx8mm-venice-gw71xx.dtsi   |   2 +-
 .../boot/dts/freescale/imx8mm-venice-gw72xx.dtsi   |   2 +-
 .../boot/dts/freescale/imx8mm-venice-gw73xx.dtsi   |   2 +-
 .../boot/dts/freescale/imx8mm-venice-gw7901.dts    |  24 +
 arch/arm64/boot/dts/freescale/imx8mm.dtsi          | 180 ++++++
 arch/arm64/boot/dts/freescale/imx8mp.dtsi          |   2 +-
 arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi  |  46 +-
 .../boot/dts/freescale/imx8mq-mnt-reform2.dts      |   1 +
 .../arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi |   2 +
 arch/arm64/boot/dts/freescale/imx8mq.dtsi          |  10 +-
 arch/arm64/boot/dts/freescale/s32g2.dtsi           | 124 ++++
 arch/arm64/boot/dts/freescale/s32g274a-evb.dts     |  34 ++
 arch/arm64/boot/dts/freescale/s32g274a-rdb2.dts    |  40 ++
 29 files changed, 1374 insertions(+), 190 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-lx2160a-bluebox3-rev-a.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-lx2160a-bluebox3.dts
 create mode 100644 arch/arm64/boot/dts/freescale/s32g2.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/s32g274a-evb.dts
 create mode 100644 arch/arm64/boot/dts/freescale/s32g274a-rdb2.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] 18+ messages in thread

* [GIT PULL 5/6] i.MX defconfig update for 5.16
@ 2021-10-16 14:01     ` Shawn Guo
  2021-10-20 21:30         ` Arnd Bergmann
  0 siblings, 1 reply; 18+ messages in thread
From: Shawn Guo @ 2021-10-16 14: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 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e99a1fa731b4d3005ddee6751bc13ceeb136eb0e:

  ARM: imx_v6_v7_defconfig: Enable HID I2C (2021-10-15 10:49:53 +0800)

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

- A series from Marcel Ziswiler to update imx_v6_v7_defconfig for the
  new Colibri iMX6ULL eMMC variant support.
- Enable HID I2C in the imx_v6_v7_defconfig as it is used for a HID
  compliant wacom device on the reMarkable2 tablet.

----------------------------------------------------------------
Alistair Francis (1):
      ARM: imx_v6_v7_defconfig: Enable HID I2C

Marcel Ziswiler (5):
      ARM: imx_v6_v7_defconfig: enable mtd physmap
      ARM: imx_v6_v7_defconfig: change snd soc tlv320aic3x to i2c variant
      ARM: imx_v6_v7_defconfig: rebuild default configuration
      ARM: imx_v6_v7_defconfig: build imx sdma driver as module
      ARM: imx_v6_v7_defconfig: enable bpf syscall and cgroup bpf

 arch/arm/configs/imx_v6_v7_defconfig | 47 ++++++++++++++----------------------
 1 file changed, 18 insertions(+), 29 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] 18+ messages in thread

* [GIT PULL 6/6] i.MX maintainers update for 5.16
@ 2021-10-16 14:01     ` Shawn Guo
  2021-10-20 21:25         ` Arnd Bergmann
  0 siblings, 1 reply; 18+ messages in thread
From: Shawn Guo @ 2021-10-16 14: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 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-maintainers-5.16

for you to fetch changes up to aa854c4aa715ab0ee76d537824f5abcd0a4120df:

  MAINTAINERS: add an entry for NXP S32G boards (2021-10-04 16:10:38 +0800)

----------------------------------------------------------------
i.MX maintainers update for 5.16:

- Add a new entry for the maintenance of NXP S32G device tree files.

----------------------------------------------------------------
Chester Lin (1):
      MAINTAINERS: add an entry for NXP S32G boards

 MAINTAINERS | 8 ++++++++
 1 file changed, 8 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] 18+ messages in thread

* Re: [GIT PULL 1/6] i.MX DT bindings update for 5.16
@ 2021-10-20 14:50     ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2021-10-20 14:50 UTC (permalink / raw)
  To: soc, arm, Shawn Guo
  Cc: Arnd Bergmann, linux-imx, kernel, linux-arm-kernel,
	Fabio Estevam, Stefan Agner, Li Yang

From: Arnd Bergmann <arnd@arndb.de>

On Sat, 16 Oct 2021 22:01:33 +0800, Shawn Guo wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-bindings-5.16
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 353bbb3d07e836738869a74e23f2deba0a34aa80

       Arnd

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

* Re: [GIT PULL 1/6] i.MX DT bindings update for 5.16
@ 2021-10-20 14:50     ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2021-10-20 14:50 UTC (permalink / raw)
  To: soc, arm, Shawn Guo
  Cc: Arnd Bergmann, linux-imx, kernel, linux-arm-kernel,
	Fabio Estevam, Stefan Agner, Li Yang

From: Arnd Bergmann <arnd@arndb.de>

On Sat, 16 Oct 2021 22:01:33 +0800, Shawn Guo wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-bindings-5.16
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 353bbb3d07e836738869a74e23f2deba0a34aa80

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

* Re: [GIT PULL 3/6] i.MX device tree changes for 5.16
@ 2021-10-20 14:50         ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2021-10-20 14:50 UTC (permalink / raw)
  To: soc, arm, Shawn Guo
  Cc: Arnd Bergmann, linux-imx, kernel, linux-arm-kernel,
	Fabio Estevam, Stefan Agner, Li Yang

From: Arnd Bergmann <arnd@arndb.de>

On Sat, 16 Oct 2021 22:01:35 +0800, Shawn Guo wrote:
> To resolve the dependency on a fix, the pull-request is built on commit
> 9b663b34c94a ("ARM: dts: imx6dl-yapp4: Fix lp5562 LED driver probe"),
> which had landed on mainline.  Please consider to pull, thanks!
> 
> Shawn
> 
> 
> The following changes since commit 9b663b34c94a78f39fa2c7a8271b1f828b546e16:
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 8bd8822c83785ae669a23080d1638b0a534203b1

       Arnd

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

* Re: [GIT PULL 3/6] i.MX device tree changes for 5.16
@ 2021-10-20 14:50         ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2021-10-20 14:50 UTC (permalink / raw)
  To: soc, arm, Shawn Guo
  Cc: Arnd Bergmann, linux-imx, kernel, linux-arm-kernel,
	Fabio Estevam, Stefan Agner, Li Yang

From: Arnd Bergmann <arnd@arndb.de>

On Sat, 16 Oct 2021 22:01:35 +0800, Shawn Guo wrote:
> To resolve the dependency on a fix, the pull-request is built on commit
> 9b663b34c94a ("ARM: dts: imx6dl-yapp4: Fix lp5562 LED driver probe"),
> which had landed on mainline.  Please consider to pull, thanks!
> 
> Shawn
> 
> 
> The following changes since commit 9b663b34c94a78f39fa2c7a8271b1f828b546e16:
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 8bd8822c83785ae669a23080d1638b0a534203b1

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

* Re: [GIT PULL 4/6] i.MX arm64 device tree changes for 5.16
@ 2021-10-20 14:50         ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2021-10-20 14:50 UTC (permalink / raw)
  To: soc, arm, Shawn Guo
  Cc: Arnd Bergmann, linux-imx, kernel, linux-arm-kernel,
	Fabio Estevam, Stefan Agner, Li Yang

From: Arnd Bergmann <arnd@arndb.de>

On Sat, 16 Oct 2021 22:01:36 +0800, Shawn Guo wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-5.16
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 8d2214d3a64cdbe5d1b6e1afbcc3ad4d5ca0f396

       Arnd

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

* Re: [GIT PULL 4/6] i.MX arm64 device tree changes for 5.16
@ 2021-10-20 14:50         ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2021-10-20 14:50 UTC (permalink / raw)
  To: soc, arm, Shawn Guo
  Cc: Arnd Bergmann, linux-imx, kernel, linux-arm-kernel,
	Fabio Estevam, Stefan Agner, Li Yang

From: Arnd Bergmann <arnd@arndb.de>

On Sat, 16 Oct 2021 22:01:36 +0800, Shawn Guo wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-5.16
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 8d2214d3a64cdbe5d1b6e1afbcc3ad4d5ca0f396

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

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

From: Arnd Bergmann <arnd@arndb.de>

On Sat, 16 Oct 2021 22:01:34 +0800, Shawn Guo wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.16
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 4a47ce1fab475285a21b4e291400221ca2ae50fc

       Arnd

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

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

From: Arnd Bergmann <arnd@arndb.de>

On Sat, 16 Oct 2021 22:01:34 +0800, Shawn Guo wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-5.16
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 4a47ce1fab475285a21b4e291400221ca2ae50fc

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

* Re: [GIT PULL 6/6] i.MX maintainers update for 5.16
@ 2021-10-20 21:25         ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2021-10-20 21:25 UTC (permalink / raw)
  To: arm, soc, Shawn Guo
  Cc: Arnd Bergmann, Fabio Estevam, linux-imx, linux-arm-kernel,
	Li Yang, Stefan Agner, kernel

From: Arnd Bergmann <arnd@arndb.de>

On Sat, 16 Oct 2021 22:01:38 +0800, Shawn Guo wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-maintainers-5.16
> 
> [...]

Merged into arm/soc, thanks!

merge commit: 17c129caec5de2190dbf469ddee78ff0d182b379

       Arnd

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

* Re: [GIT PULL 6/6] i.MX maintainers update for 5.16
@ 2021-10-20 21:25         ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2021-10-20 21:25 UTC (permalink / raw)
  To: arm, soc, Shawn Guo
  Cc: Arnd Bergmann, Fabio Estevam, linux-imx, linux-arm-kernel,
	Li Yang, Stefan Agner, kernel

From: Arnd Bergmann <arnd@arndb.de>

On Sat, 16 Oct 2021 22:01:38 +0800, Shawn Guo wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-maintainers-5.16
> 
> [...]

Merged into arm/soc, thanks!

merge commit: 17c129caec5de2190dbf469ddee78ff0d182b379

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

* Re: [GIT PULL 5/6] i.MX defconfig update for 5.16
@ 2021-10-20 21:30         ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2021-10-20 21:30 UTC (permalink / raw)
  To: arm, Shawn Guo, soc
  Cc: Arnd Bergmann, linux-imx, Stefan Agner, Fabio Estevam, kernel,
	Li Yang, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Sat, 16 Oct 2021 22:01:37 +0800, Shawn Guo wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-5.16
> 
> [...]

Merged into arm/defconfigs, thanks!

merge commit: 48fe205ada2d6c6bc6a08154c1b797c7c237dd2d

       Arnd

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

* Re: [GIT PULL 5/6] i.MX defconfig update for 5.16
@ 2021-10-20 21:30         ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2021-10-20 21:30 UTC (permalink / raw)
  To: arm, Shawn Guo, soc
  Cc: Arnd Bergmann, linux-imx, Stefan Agner, Fabio Estevam, kernel,
	Li Yang, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Sat, 16 Oct 2021 22:01:37 +0800, Shawn Guo wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-5.16
> 
> [...]

Merged into arm/defconfigs, thanks!

merge commit: 48fe205ada2d6c6bc6a08154c1b797c7c237dd2d

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

end of thread, other threads:[~2021-10-20 21:32 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-16 14:01 [GIT PULL 1/6] i.MX DT bindings update for 5.16 Shawn Guo
2021-10-16 14:01 ` Shawn Guo
2021-10-16 14:01   ` [GIT PULL 2/6] i.MX drivers " Shawn Guo
2021-10-16 14:01     ` Shawn Guo
2021-10-20 16:00       ` Arnd Bergmann
2021-10-20 16:00         ` Arnd Bergmann
2021-10-16 14:01   ` [GIT PULL 3/6] i.MX device tree changes " Shawn Guo
2021-10-16 14:01     ` Shawn Guo
2021-10-20 14:50       ` Arnd Bergmann
2021-10-20 14:50         ` Arnd Bergmann
2021-10-16 14:01   ` [GIT PULL 4/6] i.MX arm64 " Shawn Guo
2021-10-16 14:01     ` Shawn Guo
2021-10-20 14:50       ` Arnd Bergmann
2021-10-20 14:50         ` Arnd Bergmann
2021-10-16 14:01   ` [GIT PULL 5/6] i.MX defconfig update " Shawn Guo
2021-10-16 14:01     ` Shawn Guo
2021-10-20 21:30       ` Arnd Bergmann
2021-10-20 21:30         ` Arnd Bergmann
2021-10-16 14:01   ` [GIT PULL 6/6] i.MX maintainers " Shawn Guo
2021-10-16 14:01     ` Shawn Guo
2021-10-20 21:25       ` Arnd Bergmann
2021-10-20 21:25         ` Arnd Bergmann
2021-10-20 14:50   ` [GIT PULL 1/6] i.MX DT bindings " Arnd Bergmann
2021-10-20 14:50     ` 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.