All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/5] i.MX driver changes for 4.12
@ 2017-04-10 14:37 Shawn Guo
  2017-04-10 14:37 ` [GIT PULL 2/5] i.MX SoC " Shawn Guo
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Shawn Guo @ 2017-04-10 14:37 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to 44c43c98213fb123819c67c128a5d6c9a9a12280:

  soc: imx: gpc: add workaround for i.MX6QP to the GPC PD driver (2017-04-07 20:47:34 +0800)

----------------------------------------------------------------
i.MX drivers updates for 4.12:
 - A series from Lucas Stach which partly rewrites the imx gpc driver
   to support multiple power domains, and moves the related code from
   imx platform into drivers folder.
 - A series from Dong Aisheng which fixes the issues with Lucas' code
   changes and improves things.
 - Add workaround for i.MX6QP hardware erratum ERR009619 that is PRE
   clocks may be stalled during the power up sequencing of the PU power
   domain.
 - Add imx-gpcv2 driver to support power domains managed by GPCv2 IP
   block found on i.MX7 series of SoCs.

----------------------------------------------------------------
Andrey Smirnov (2):
      dt-bindings: Add GPCv2 power gating driver
      soc: imx: Add GPCv2 power gating driver

Dong Aisheng (8):
      soc: imx: gpc: fix gpc clk get error handling
      soc: imx: gpc: fix the wrong using of regmap cache
      soc: imx: gpc: fix domain_index sanity check issue
      soc: imx: gpc: fix imx6sl gpc power domain regression
      soc: imx: gpc: fix comment when power up domain
      soc: imx: gpc: keep PGC_X_CTRL name align with reference manual
      dt-bindings: imx-gpc: correct the DOMAIN_INDEX using
      soc: imx: gpc: remove unnecessary readable_reg callback

Lucas Stach (5):
      dt-bindings: add multidomain support to i.MX GPC DT binding
      soc: imx: move PGC handling to a new GPC driver
      soc: imx: gpc: add defines for domain index
      dt-bindings: imx-gpc: add i.MX6 QuadPlus compatible
      soc: imx: gpc: add workaround for i.MX6QP to the GPC PD driver

 .../devicetree/bindings/power/fsl,imx-gpc.txt      |  85 ++--
 .../devicetree/bindings/power/fsl,imx-gpcv2.txt    |  71 +++
 MAINTAINERS                                        |   1 +
 arch/arm/mach-imx/gpc.c                            | 217 ---------
 drivers/soc/Kconfig                                |   1 +
 drivers/soc/Makefile                               |   1 +
 drivers/soc/imx/Kconfig                            |   9 +
 drivers/soc/imx/Makefile                           |   2 +
 drivers/soc/imx/gpc.c                              | 489 +++++++++++++++++++++
 drivers/soc/imx/gpcv2.c                            | 363 +++++++++++++++
 include/dt-bindings/power/imx7-power.h             |  16 +
 11 files changed, 1010 insertions(+), 245 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/power/fsl,imx-gpcv2.txt
 create mode 100644 drivers/soc/imx/Kconfig
 create mode 100644 drivers/soc/imx/Makefile
 create mode 100644 drivers/soc/imx/gpc.c
 create mode 100644 drivers/soc/imx/gpcv2.c
 create mode 100644 include/dt-bindings/power/imx7-power.h

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

* [GIT PULL 2/5] i.MX SoC changes for 4.12
  2017-04-10 14:37 [GIT PULL 1/5] i.MX driver changes for 4.12 Shawn Guo
@ 2017-04-10 14:37 ` Shawn Guo
  2017-04-19 14:02   ` Olof Johansson
  2017-04-10 14:37 ` [GIT PULL 3/5] i.MX device tree updates " Shawn Guo
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Shawn Guo @ 2017-04-10 14:37 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to ff8abc2839bfab9185978f3c27b5e3b744262efd:

  ARM: mxs: add support for I2SE Duckbill 2 boards (2017-04-10 21:25:50 +0800)

----------------------------------------------------------------
i.MX SoC changes for 4.12:
 - A correction on mmdc_pmu_write_accesses event definition.
 - Add new axi_id perf command to support MMDC filter memory usage
   profiling.
 - Set correct SPI chip_select in platform device registration, so that
   spi-imx driver code can be improved to use chip_select directly for
   harwdare setup instead of indirectly via the cs_gpio mapping array.
 - Disable APIS bus supervisor protect for i.MX25, since the default
   configuration doesn't work for a few peripherals accessed through
   SDMA.
 - Add compatible check for the secondary generation of I2SE i.MX28
   Duckbill board support.

----------------------------------------------------------------
Greg Ungerer (1):
      ARM: imx: set correct chip_select in platform setup

Martin Kaiser (1):
      ARM: i.MX25: globally disable supervisor protect

Michael Heimpold (1):
      ARM: mxs: add support for I2SE Duckbill 2 boards

Tiberiu Breana (2):
      ARM: imx: Fix mmdc_pmu_write_accesses event definition
      ARM: imx: Add AXI address filter support for MMDC profiling

 arch/arm/mach-imx/mach-imx25.c       |  6 ++++++
 arch/arm/mach-imx/mach-mx31_3ds.c    |  7 +++++--
 arch/arm/mach-imx/mach-mx31moboard.c |  4 ++--
 arch/arm/mach-imx/mach-pcm037_eet.c  |  4 ++--
 arch/arm/mach-imx/mmdc.c             | 20 +++++++++++++++++++-
 arch/arm/mach-mxs/mach-mxs.c         |  3 ++-
 6 files changed, 36 insertions(+), 8 deletions(-)

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

* [GIT PULL 3/5] i.MX device tree updates for 4.12
  2017-04-10 14:37 [GIT PULL 1/5] i.MX driver changes for 4.12 Shawn Guo
  2017-04-10 14:37 ` [GIT PULL 2/5] i.MX SoC " Shawn Guo
@ 2017-04-10 14:37 ` Shawn Guo
  2017-04-19 13:46   ` Olof Johansson
  2017-04-10 14:37 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Shawn Guo @ 2017-04-10 14:37 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to e48d9e715411a70b6d7c589eb3284830f22f5bf7:

  ARM: dts: imx6q-utilite-pro: add hpd gpio (2017-04-10 16:16:24 +0800)

----------------------------------------------------------------
i.MX device tree updates for 4.12:
 - New board support: I2SE's i.MX28 Duckbill-2 boards, Gateworks Ventana
   i.MX6 GW5903/GW5904, Zodiac Inflight Innovations RDU2 board, Engicam
   i.CoreM6 Quad/Dual OpenFrame modules, Boundary Device i.MX6 Quad Plus
   SOM.
 - Improve compatible string for i.MX50 eSDHC, i.MX7S SRC devices and
   i.MX6SX UART device.
 - Add interrupts for switch and PHY devices on VF610 ZII Devel C board.
 - Add LVDS, LCD backlight, touchscreen and SAI2 support for i.MX6
   icore, geam, and isiot boards.
 - A series from Lucas Stach to improve i.MX6Q Plus device tree and add
   PRE/PRG devices.
 - A series from Stefan Agner to update imx7-colibri device tree
   regarding to display, PMIC/regulator support.
 - Fix PCI bus DTC warnings seen with the latest compiler.
 - Set default phy_type and dr_mode for i.MX25 USBOTG port.
 - A couple of small improvements on i.MX25 pin function DT header.
 - Add audio support for imx6q-cm-fx6 board using Wolfson wm8731 codec
   which is muxed to SSI2 device.
 - Other random updates, small fixes and trivial cleanups.

----------------------------------------------------------------
Alexander Kurz (1):
      ARM: dts: imx50: imx50-esdhc use imx53-esdhc

Andrew Lunn (2):
      ARM: dts: vf610-zii-dev: Wire up devel C switch interrupts
      ARM: dts: vf610-zii-dev-c: Wire up PHY interrupts

Andrey Smirnov (1):
      ARM: dts: imx7s: Do not claim i.MX51 compatibility for SRC

Christopher Spinrath (1):
      ARM: dts: imx6q-utilite-pro: add hpd gpio

Fabio Estevam (3):
      ARM: dts: imx6ul-14x14-evk: Remove unnecessary node
      ARM: dts: imx53-qsb: Constrain the TVE DAC voltage
      ARM: dts: imx6sx: Make UART compatible to 'imx6q-uart'

Gary Bisson (1):
      ARM: dts: imx6qp-nitrogen6_som2: add Quad Plus variant of the SOM

Jagan Teki (11):
      ARM: dts: imx6qdl-icore: Add backlight support for lvds
      ARM: dts: imx6q: Add Engicam i.CoreM6 Quad/Dual OpenFrame Cap 10.1 initial support
      ARM: dts: imx6q: Add Engicam i.CoreM6 Quad/Dual OpenFrame Cap 12.3 initial support
      ARM: dts: imx6q-icore: Add LVDS support
      ARM: dts: imx6ul-geam: Add backlight support for lcdif
      ARM: dts: imx6ul-isiot: Add backlight support for lcdif
      ARM: dts: imx6ul-isiot: Add imx6ul-isiot-common.dtsi
      ARM: dts: imx6ul-isiot: Add i2c nodes
      ARM: dts: imx6ul-isiot-common: Add touchscreen node
      ARM: dts: imx6ul-[geam|isiot]: Add sai2 node
      ARM: dts: imx6q-icore: Add touchscreen node

Ken Lin (2):
      ARM: dts: imx6q-bx50v3: change pca953x GPIO default settings
      ARM: dts: imx6q-bx50v3: fix at25 spi-clk frequency issue

Leonard Crestez (2):
      ARM: dts: imx6qdl-sabresd: Set LDO regulator supply
      ARM: dts: imx6qp-sabresd: Set reg_arm regulator supply

Lucas Stach (6):
      ARM: dts: imx6qp: reference PCIe node by handle
      ARM: dts: imx6qp: reference MMDC node by handle and remove duplication
      ARM: dts: imx6qp: correct IPU nodes
      ARM: dts: imx6qp: add PRE nodes
      ARM: dts: imx6qp: add PRG nodes and hook up to IPUs
      ARM: dts: imx6: add ZII RDU2 boards

Marco Franchi (1):
      ARM: dts: imx7d-sdb: Add sht11 Click Board support

Martin Kaiser (1):
      ARM: dts: i.MX25: add AIPS control registers

Michael Heimpold (9):
      ARM: dts: imx28: add alternative pinmuxing for mmc2
      ARM: dts: imx28: rename mmc2_sck_cfg
      ARM: dts: imx28: add alternative muxing for mmc2_sck_cfg
      ARM: dts: imx28-duckbill: update to match vendor distributed DT
      dt-bindings: arm: add entries for I2SE boards
      ARM: dts: add support for I2SE Duckbill 2 boards
      ARM: dts: add support for I2SE Duckbill 2 485
      ARM: dts: add support for I2SE Duckbill 2 EnOcean
      ARM: dts: add support for I2SE Duckbill 2 SPI

Peng Fan (1):
      ARM: dts: imx7s: enable ocotp

Peter Senna Tschudin (1):
      ARM: dts: imx6q-b850v3: Use megachips-stdpxxxx-ge-b850v3-fw bridges (LVDS-DP++)

Rob Herring (1):
      ARM: dts: imx: fix PCI bus dtc warnings

Stefan Agner (5):
      ARM: dts: imx7-colibri: use OF graph to describe the display
      ARM: dts: imx7-colibri: fix PMIC voltages
      ARM: dts: imx7-colibri: allow to disable Ethernet rail
      ARM: dts: imx7-colibri: remove 1.8V fixed regulator
      ARM: dts: imx7-colibri: add Carrier Board 3.3V/5V regulators

Tim Harvey (2):
      ARM: dts: imx: add Gateworks Ventana GW5904 support
      ARM: dts: imx: add Gateworks Ventana GW5903 support

Uwe Kleine-K?nig (3):
      ARM: imx25: set default phy_type and dr_mode for usbotg port
      ARM: dts: imx25-pinfunc: remove duplicate definition
      ARM: dts: imx25-pinfunc: Move MX25_PAD_TDO__TDO to a more sensible place

Valentin Raevsky (1):
      ARM: dts: imx6q-cm-fx6: add analog audio support

Vivien Didelot (1):
      ARM: dts: vf610-zii-dev-rev-b: change switch2 label

 Documentation/devicetree/bindings/arm/i2se.txt     |  22 +
 arch/arm/boot/dts/Makefile                         |  16 +-
 .../boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts  |   2 -
 arch/arm/boot/dts/imx25-pdk.dts                    |   2 -
 arch/arm/boot/dts/imx25-pinfunc.h                  |   5 +-
 arch/arm/boot/dts/imx25.dtsi                       |  12 +
 arch/arm/boot/dts/imx28-duckbill-2-485.dts         | 189 +++++
 arch/arm/boot/dts/imx28-duckbill-2-enocean.dts     | 220 +++++
 arch/arm/boot/dts/imx28-duckbill-2-spi.dts         | 199 +++++
 arch/arm/boot/dts/imx28-duckbill-2.dts             | 183 ++++
 arch/arm/boot/dts/imx28-duckbill.dts               |  81 +-
 arch/arm/boot/dts/imx28-m28cu3.dts                 |   2 +-
 arch/arm/boot/dts/imx28.dtsi                       |  28 +-
 arch/arm/boot/dts/imx50.dtsi                       |   8 +-
 arch/arm/boot/dts/imx53-qsb.dts                    |   4 +-
 arch/arm/boot/dts/imx53-qsrb.dts                   |   4 +-
 arch/arm/boot/dts/imx6dl-gw5903.dts                |  55 ++
 arch/arm/boot/dts/imx6dl-gw5904.dts                |  55 ++
 arch/arm/boot/dts/imx6q-b450v3.dts                 |   7 +
 arch/arm/boot/dts/imx6q-b650v3.dts                 |   7 +
 arch/arm/boot/dts/imx6q-b850v3.dts                 |  70 ++
 arch/arm/boot/dts/imx6q-bx50v3.dtsi                |  16 +-
 arch/arm/boot/dts/imx6q-cm-fx6.dts                 |  83 ++
 arch/arm/boot/dts/imx6q-gw5903.dts                 |  55 ++
 arch/arm/boot/dts/imx6q-gw5904.dts                 |  59 ++
 arch/arm/boot/dts/imx6q-icore-ofcap10.dts          |  76 ++
 arch/arm/boot/dts/imx6q-icore-ofcap12.dts          |  76 ++
 arch/arm/boot/dts/imx6q-icore.dts                  |  34 +
 arch/arm/boot/dts/imx6q-utilite-pro.dts            |  10 +-
 arch/arm/boot/dts/imx6q-zii-rdu2.dts               |  50 ++
 arch/arm/boot/dts/imx6qdl-gw5903.dtsi              | 654 +++++++++++++++
 arch/arm/boot/dts/imx6qdl-gw5904.dtsi              | 641 ++++++++++++++
 arch/arm/boot/dts/imx6qdl-icore.dtsi               |  19 +
 arch/arm/boot/dts/imx6qdl-sabresd.dtsi             |  12 +
 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi            | 932 +++++++++++++++++++++
 arch/arm/boot/dts/imx6qdl.dtsi                     |   3 +-
 arch/arm/boot/dts/imx6qp-nitrogen6_som2.dts        |  55 ++
 arch/arm/boot/dts/imx6qp-sabresd.dts               |   4 +-
 arch/arm/boot/dts/imx6qp-zii-rdu2.dts              |  50 ++
 arch/arm/boot/dts/imx6qp.dtsi                      |  99 ++-
 arch/arm/boot/dts/imx6sx.dtsi                      |  21 +-
 arch/arm/boot/dts/imx6ul-14x14-evk.dts             |   5 -
 arch/arm/boot/dts/imx6ul-geam.dtsi                 |  45 +
 arch/arm/boot/dts/imx6ul-isiot-common.dtsi         | 141 ++++
 arch/arm/boot/dts/imx6ul-isiot-emmc.dts            |   1 +
 arch/arm/boot/dts/imx6ul-isiot-nand.dts            |   1 +
 arch/arm/boot/dts/imx6ul-isiot.dtsi                |  73 ++
 arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi        |  55 +-
 arch/arm/boot/dts/imx7-colibri.dtsi                |  45 +-
 arch/arm/boot/dts/imx7d-colibri-eval-v3.dts        |   1 +
 arch/arm/boot/dts/imx7d-sdb-sht11.dts              |  74 ++
 arch/arm/boot/dts/imx7s.dtsi                       |   7 +-
 arch/arm/boot/dts/vf610-zii-dev-rev-b.dts          |  14 +-
 arch/arm/boot/dts/vf610-zii-dev-rev-c.dts          |  77 ++
 arch/arm/boot/dts/vf610-zii-dev.dtsi               |  12 +
 55 files changed, 4499 insertions(+), 172 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/i2se.txt
 create mode 100644 arch/arm/boot/dts/imx28-duckbill-2-485.dts
 create mode 100644 arch/arm/boot/dts/imx28-duckbill-2-enocean.dts
 create mode 100644 arch/arm/boot/dts/imx28-duckbill-2-spi.dts
 create mode 100644 arch/arm/boot/dts/imx28-duckbill-2.dts
 create mode 100644 arch/arm/boot/dts/imx6dl-gw5903.dts
 create mode 100644 arch/arm/boot/dts/imx6dl-gw5904.dts
 create mode 100644 arch/arm/boot/dts/imx6q-gw5903.dts
 create mode 100644 arch/arm/boot/dts/imx6q-gw5904.dts
 create mode 100644 arch/arm/boot/dts/imx6q-icore-ofcap10.dts
 create mode 100644 arch/arm/boot/dts/imx6q-icore-ofcap12.dts
 create mode 100644 arch/arm/boot/dts/imx6q-zii-rdu2.dts
 create mode 100644 arch/arm/boot/dts/imx6qdl-gw5903.dtsi
 create mode 100644 arch/arm/boot/dts/imx6qdl-gw5904.dtsi
 create mode 100644 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
 create mode 100644 arch/arm/boot/dts/imx6qp-nitrogen6_som2.dts
 create mode 100644 arch/arm/boot/dts/imx6qp-zii-rdu2.dts
 create mode 100644 arch/arm/boot/dts/imx6ul-isiot-common.dtsi
 create mode 100644 arch/arm/boot/dts/imx7d-sdb-sht11.dts

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

* [GIT PULL 4/5] Freescale arm64 device tree updates for 4.12
  2017-04-10 14:37 [GIT PULL 1/5] i.MX driver changes for 4.12 Shawn Guo
  2017-04-10 14:37 ` [GIT PULL 2/5] i.MX SoC " Shawn Guo
  2017-04-10 14:37 ` [GIT PULL 3/5] i.MX device tree updates " Shawn Guo
@ 2017-04-10 14:37 ` Shawn Guo
  2017-04-19 13:22   ` Olof Johansson
  2017-04-10 14:37 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
  2017-04-19 13:39 ` [GIT PULL 1/5] i.MX driver changes " Olof Johansson
  4 siblings, 1 reply; 10+ messages in thread
From: Shawn Guo @ 2017-04-10 14:37 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to 6678254bb4a46dc47620f993a4b71480a3c56ee4:

  dt-bindings: arm: Add entry for FSL LS1088A RDB, QDS boards (2017-04-04 20:57:27 +0800)

----------------------------------------------------------------
Freescale arm64 device tree updates for 4.12:
 - Add support of LS2088A SoC, which is a derivative of existing
   LS2080A SoC, and the major difference is on ARM cores.
 - Add support of LS1088A SoC which includes eight Cortex-A53 cores
   with 32 KB L1 D-cache and I-cache respectively.
 - Add crypto and thermal device support for LS1012A platform.
 - Add ECC register region for SATA device on LS1012A, LS1043A and
   LS1046A platforms.

----------------------------------------------------------------
Abhimanyu Saini (3):
      dt-bindings: Add compatible for LS2088A QDS and RDB board
      arm64: dts: freescale: ls2080a: Split devicetree for code resuability
      arm64: dts: freescale: ls2088a: Add DTS support for FSL's LS2088A SoC

Harninder Rai (3):
      arm64: dts: Add support for FSL's LS1088A SoC
      dt-bindings: clockgen: Add compatible string for LS1088A
      dt-bindings: arm: Add entry for FSL LS1088A RDB, QDS boards

Horia Geant? (1):
      arm64: dts: ls1012a: add crypto node

Tang Yuantian (2):
      arm64: dts: added ecc register address to sata node on ls1043a
      arm64: dts: added ecc register address to sata node on ls1046a

Yuantian Tang (2):
      arm64: dts: updated sata node on ls1012a platform
      arm64: dts: ls1012a: add thermal monitor node

 Documentation/devicetree/bindings/arm/fsl.txt      |  23 +
 .../devicetree/bindings/clock/qoriq-clock.txt      |   1 +
 arch/arm64/boot/dts/freescale/Makefile             |   4 +
 arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dts |   4 +
 arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dts  |   4 +
 arch/arm64/boot/dts/freescale/fsl-ls1012a-rdb.dts  |   4 +
 arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi     | 182 ++++-
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi     |   4 +-
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi     |   4 +-
 arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts  | 123 +++
 arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts  | 107 +++
 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi     | 275 +++++++
 arch/arm64/boot/dts/freescale/fsl-ls2080a-qds.dts  | 155 +---
 arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts  | 110 +--
 arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi     | 863 +++------------------
 arch/arm64/boot/dts/freescale/fsl-ls2088a-qds.dts  |  64 ++
 arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts  |  64 ++
 arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi     | 165 ++++
 arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi | 196 +++++
 arch/arm64/boot/dts/freescale/fsl-ls208xa-rdb.dtsi | 151 ++++
 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi     | 737 ++++++++++++++++++
 21 files changed, 2206 insertions(+), 1034 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls2088a-qds.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls208xa-rdb.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi

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

* [GIT PULL 5/5] i.MX defconfig updates for 4.12
  2017-04-10 14:37 [GIT PULL 1/5] i.MX driver changes for 4.12 Shawn Guo
                   ` (2 preceding siblings ...)
  2017-04-10 14:37 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
@ 2017-04-10 14:37 ` Shawn Guo
  2017-04-19 13:35   ` Olof Johansson
  2017-04-19 13:39 ` [GIT PULL 1/5] i.MX driver changes " Olof Johansson
  4 siblings, 1 reply; 10+ messages in thread
From: Shawn Guo @ 2017-04-10 14:37 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

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

for you to fetch changes up to c5054a98bce49ab2956e0dbc3fdfd6345716b16b:

  ARM: imx_v6_v7_defconfig: Select SMSC_PHY (2017-03-30 21:21:34 +0800)

----------------------------------------------------------------
i.MX defconfig updates for 4.12:
 - Enable MAX11801 and HID_MULTITOUCH touch drivers.
 - Enable SMSC_PHY driver, as imx6sl-evk board has a LAN8720A ethernet
   phy supported by it.

----------------------------------------------------------------
Jagan Teki (2):
      ARM: imx_v6_v7_defconfig: Select max11801_ts touchscreen driver
      ARM: imx_v6_v7_defconfig: Select hid-multitouchdriver

Leonard Crestez (1):
      ARM: imx_v6_v7_defconfig: Select SMSC_PHY

 arch/arm/configs/imx_v6_v7_defconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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

* [GIT PULL 4/5] Freescale arm64 device tree updates for 4.12
  2017-04-10 14:37 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
@ 2017-04-19 13:22   ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2017-04-19 13:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Apr 10, 2017 at 10:37:55PM +0800, Shawn Guo wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-4.12
> 
> for you to fetch changes up to 6678254bb4a46dc47620f993a4b71480a3c56ee4:
> 
>   dt-bindings: arm: Add entry for FSL LS1088A RDB, QDS boards (2017-04-04 20:57:27 +0800)
> 
> ----------------------------------------------------------------
> Freescale arm64 device tree updates for 4.12:
>  - Add support of LS2088A SoC, which is a derivative of existing
>    LS2080A SoC, and the major difference is on ARM cores.
>  - Add support of LS1088A SoC which includes eight Cortex-A53 cores
>    with 32 KB L1 D-cache and I-cache respectively.
>  - Add crypto and thermal device support for LS1012A platform.
>  - Add ECC register region for SATA device on LS1012A, LS1043A and
>    LS1046A platforms.

Merged, thanks!


-Olof

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

* [GIT PULL 5/5] i.MX defconfig updates for 4.12
  2017-04-10 14:37 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
@ 2017-04-19 13:35   ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2017-04-19 13:35 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Apr 10, 2017 at 10:37:56PM +0800, Shawn Guo wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-4.12
> 
> for you to fetch changes up to c5054a98bce49ab2956e0dbc3fdfd6345716b16b:
> 
>   ARM: imx_v6_v7_defconfig: Select SMSC_PHY (2017-03-30 21:21:34 +0800)

Merged, thanks!


-Olof

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

* [GIT PULL 1/5] i.MX driver changes for 4.12
  2017-04-10 14:37 [GIT PULL 1/5] i.MX driver changes for 4.12 Shawn Guo
                   ` (3 preceding siblings ...)
  2017-04-10 14:37 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
@ 2017-04-19 13:39 ` Olof Johansson
  4 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2017-04-19 13:39 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Apr 10, 2017 at 10:37:52PM +0800, Shawn Guo wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-4.12
> 
> for you to fetch changes up to 44c43c98213fb123819c67c128a5d6c9a9a12280:
> 
>   soc: imx: gpc: add workaround for i.MX6QP to the GPC PD driver (2017-04-07 20:47:34 +0800)
> 
> ----------------------------------------------------------------
> i.MX drivers updates for 4.12:
>  - A series from Lucas Stach which partly rewrites the imx gpc driver
>    to support multiple power domains, and moves the related code from
>    imx platform into drivers folder.
>  - A series from Dong Aisheng which fixes the issues with Lucas' code
>    changes and improves things.
>  - Add workaround for i.MX6QP hardware erratum ERR009619 that is PRE
>    clocks may be stalled during the power up sequencing of the PU power
>    domain.
>  - Add imx-gpcv2 driver to support power domains managed by GPCv2 IP
>    block found on i.MX7 series of SoCs.
> 
> ----------------------------------------------------------------
> Andrey Smirnov (2):
>       dt-bindings: Add GPCv2 power gating driver
>       soc: imx: Add GPCv2 power gating driver
> 
> Dong Aisheng (8):
>       soc: imx: gpc: fix gpc clk get error handling
>       soc: imx: gpc: fix the wrong using of regmap cache
>       soc: imx: gpc: fix domain_index sanity check issue
>       soc: imx: gpc: fix imx6sl gpc power domain regression
>       soc: imx: gpc: fix comment when power up domain
>       soc: imx: gpc: keep PGC_X_CTRL name align with reference manual
>       dt-bindings: imx-gpc: correct the DOMAIN_INDEX using
>       soc: imx: gpc: remove unnecessary readable_reg callback
> 
> Lucas Stach (5):
>       dt-bindings: add multidomain support to i.MX GPC DT binding
>       soc: imx: move PGC handling to a new GPC driver
>       soc: imx: gpc: add defines for domain index
>       dt-bindings: imx-gpc: add i.MX6 QuadPlus compatible
>       soc: imx: gpc: add workaround for i.MX6QP to the GPC PD driver

Merged, thanks.


-Olof

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

* [GIT PULL 3/5] i.MX device tree updates for 4.12
  2017-04-10 14:37 ` [GIT PULL 3/5] i.MX device tree updates " Shawn Guo
@ 2017-04-19 13:46   ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2017-04-19 13:46 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Apr 10, 2017 at 10:37:54PM +0800, Shawn Guo wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-4.12
> 
> for you to fetch changes up to e48d9e715411a70b6d7c589eb3284830f22f5bf7:
> 
>   ARM: dts: imx6q-utilite-pro: add hpd gpio (2017-04-10 16:16:24 +0800)
> 
> ----------------------------------------------------------------
> i.MX device tree updates for 4.12:
>  - New board support: I2SE's i.MX28 Duckbill-2 boards, Gateworks Ventana
>    i.MX6 GW5903/GW5904, Zodiac Inflight Innovations RDU2 board, Engicam
>    i.CoreM6 Quad/Dual OpenFrame modules, Boundary Device i.MX6 Quad Plus
>    SOM.
>  - Improve compatible string for i.MX50 eSDHC, i.MX7S SRC devices and
>    i.MX6SX UART device.
>  - Add interrupts for switch and PHY devices on VF610 ZII Devel C board.
>  - Add LVDS, LCD backlight, touchscreen and SAI2 support for i.MX6
>    icore, geam, and isiot boards.
>  - A series from Lucas Stach to improve i.MX6Q Plus device tree and add
>    PRE/PRG devices.
>  - A series from Stefan Agner to update imx7-colibri device tree
>    regarding to display, PMIC/regulator support.
>  - Fix PCI bus DTC warnings seen with the latest compiler.
>  - Set default phy_type and dr_mode for i.MX25 USBOTG port.
>  - A couple of small improvements on i.MX25 pin function DT header.
>  - Add audio support for imx6q-cm-fx6 board using Wolfson wm8731 codec
>    which is muxed to SSI2 device.
>  - Other random updates, small fixes and trivial cleanups.

Merged, thanks!


-Olof

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

* [GIT PULL 2/5] i.MX SoC changes for 4.12
  2017-04-10 14:37 ` [GIT PULL 2/5] i.MX SoC " Shawn Guo
@ 2017-04-19 14:02   ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2017-04-19 14:02 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Apr 10, 2017 at 10:37:53PM +0800, Shawn Guo wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
> 
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-4.12
> 
> for you to fetch changes up to ff8abc2839bfab9185978f3c27b5e3b744262efd:
> 
>   ARM: mxs: add support for I2SE Duckbill 2 boards (2017-04-10 21:25:50 +0800)
> 
> ----------------------------------------------------------------
> i.MX SoC changes for 4.12:
>  - A correction on mmdc_pmu_write_accesses event definition.
>  - Add new axi_id perf command to support MMDC filter memory usage
>    profiling.
>  - Set correct SPI chip_select in platform device registration, so that
>    spi-imx driver code can be improved to use chip_select directly for
>    harwdare setup instead of indirectly via the cs_gpio mapping array.

The patch subject on this one was a bit on the vague side, it's hard to tell
when just looking at the git long --oneline what it's about.  Something to
think about for future stuff, no need to respin to fix.

>  - Disable APIS bus supervisor protect for i.MX25, since the default
>    configuration doesn't work for a few peripherals accessed through
>    SDMA.
>  - Add compatible check for the secondary generation of I2SE i.MX28
>    Duckbill board support.

Merged, thanks!


-Olof

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

end of thread, other threads:[~2017-04-19 14:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-10 14:37 [GIT PULL 1/5] i.MX driver changes for 4.12 Shawn Guo
2017-04-10 14:37 ` [GIT PULL 2/5] i.MX SoC " Shawn Guo
2017-04-19 14:02   ` Olof Johansson
2017-04-10 14:37 ` [GIT PULL 3/5] i.MX device tree updates " Shawn Guo
2017-04-19 13:46   ` Olof Johansson
2017-04-10 14:37 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
2017-04-19 13:22   ` Olof Johansson
2017-04-10 14:37 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
2017-04-19 13:35   ` Olof Johansson
2017-04-19 13:39 ` [GIT PULL 1/5] i.MX driver changes " Olof Johansson

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.