linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/5] i.MX non-critical fixes for 4.10
@ 2016-11-15  9:00 Shawn Guo
  2016-11-15  9:00 ` [GIT PULL 2/5] i.MX soc updates " Shawn Guo
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Shawn Guo @ 2016-11-15  9:00 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fix-nc-4.10

for you to fetch changes up to 72649a46067903d00f46e2ebef6543768224f1a0:

  ARM: dts: imx6q-cm-fx6: fix fec pinctrl (2016-11-14 15:31:01 +0800)

----------------------------------------------------------------
i.MX non-critical fixes for 4.10:
 - A series from Vladimir to fix broken i.MX31 DT clock initialization.
   As i.MX31 DT support is still not quite complete, the changes are
   tested on qemu kzm target and mx31lite board with simple written DTS
   files.
 - A fix for CompuLab's sbc-fx6 baseboard to remove wrong fec pinctrl
   setting.
 - A DTS correction for i.MX6QP to reflect the change that the gate of
   LDB clock has been moved before the divider.
 - An imx7d-pinfunc fix for UART pinmux defines

----------------------------------------------------------------
Christopher Spinrath (1):
      ARM: dts: imx6q-cm-fx6: fix fec pinctrl

Lucas Stach (1):
      ARM: dts: imx6qp: correct LDB clock inputs

Stefan Agner (1):
      ARM: dts: imx7d-pinfunc: fix UART pinmux defines

Vladimir Zapolskiy (4):
      ARM: dts: imx31: fix clock control module interrupts description
      ARM: dts: imx31: move CCM device node to AIPS2 bus devices
      clk: imx31: fix rewritten input argument of mx31_clocks_init()
      ARM: clk: imx31: properly init clocks for machines with DT

 .../devicetree/bindings/clock/imx31-clock.txt      |  2 +-
 arch/arm/boot/dts/imx31.dtsi                       | 14 +++---
 arch/arm/boot/dts/imx6q-cm-fx6.dts                 |  1 -
 arch/arm/boot/dts/imx6qp.dtsi                      | 10 +++++
 arch/arm/boot/dts/imx7d-pinfunc.h                  | 12 +++--
 arch/arm/mach-imx/common.h                         |  1 -
 arch/arm/mach-imx/imx31-dt.c                       |  6 ---
 drivers/clk/imx/clk-imx31.c                        | 52 +++++++++++-----------
 8 files changed, 52 insertions(+), 46 deletions(-)

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

* [GIT PULL 2/5] i.MX soc updates for 4.10
  2016-11-15  9:00 [GIT PULL 1/5] i.MX non-critical fixes for 4.10 Shawn Guo
@ 2016-11-15  9:00 ` Shawn Guo
  2016-11-18 17:59   ` Olof Johansson
  2016-11-15  9:00 ` [GIT PULL 3/5] i.MX device tree " Shawn Guo
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Shawn Guo @ 2016-11-15  9:00 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

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

for you to fetch changes up to 75b832fea2564c547dfd0a2377a5893f41aefec6:

  ARM: imx: mach-imx6ul: add imx6ull support (2016-11-15 08:58:43 +0800)

----------------------------------------------------------------
i.MX SoC changes for 4.10:
 - Drop PL310_ERRATA_769419 for Vybrid, as it turns out that the SoC
   integrates revision r3p2 of the L2C-310, which is not affected by
   errata 769419.
 - Support perf for i.MX6 Multi-Mode DDR Controller (MMDC), so that we
   can profile memory access performance.
 - Support i.MX6ULL SoC using i.MX6UL base, since it's a derivative of
   i.MX6UL and pin-to-pin compatible with i.MX6UL.

----------------------------------------------------------------
Andrey Smirnov (1):
      ARM: imx: Drop errata 769419 for Vybrid

Frank Li (1):
      ARM: imx: mmdc perf function support i.MX6QP

Peter Chen (1):
      ARM: imx: mach-imx6ul: add imx6ull support

Zhengyu Shen (1):
      ARM: imx: Added perf functionality to mmdc driver

 arch/arm/mach-imx/Kconfig       |   1 -
 arch/arm/mach-imx/mach-imx6ul.c |   1 +
 arch/arm/mach-imx/mmdc.c        | 495 +++++++++++++++++++++++++++++++++++++++-
 3 files changed, 489 insertions(+), 8 deletions(-)

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

* [GIT PULL 3/5] i.MX device tree updates for 4.10
  2016-11-15  9:00 [GIT PULL 1/5] i.MX non-critical fixes for 4.10 Shawn Guo
  2016-11-15  9:00 ` [GIT PULL 2/5] i.MX soc updates " Shawn Guo
@ 2016-11-15  9:00 ` Shawn Guo
  2016-11-18 18:32   ` Olof Johansson
  2016-11-15  9:00 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Shawn Guo @ 2016-11-15  9:00 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

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

for you to fetch changes up to c201369d4aa5f05b8a37d6d1eeabf248c7086454:

  ARM: dts: imx6ull: add imx6ull support (2016-11-15 08:54:27 +0800)

----------------------------------------------------------------
i.MX device tree updates for 4.10:
 - New boards support: i.MX6SX UDOO Neo, Boundary Devices Nitrogen6_SOM2,
   Engicam i.CoreM6, Grinn i.MX6UL liteSOM/liteBoard, Toradex Colibri
   iMX6 module, i.MX6ULL and EVK board.
 - Remove skeleton.dtsi inclusion from all i.MX SoC dts files, as it's
   been deprecated, since commit 9c0da3cc61f1233c ("ARM: dts: explicitly
   mark skeleton.dtsi as deprecated").
 - Misc device addition and enabling: OCOTP for Vybrid, MMDC for i.MX6QP,
   TMU for LS1021A, FEC for imx6qdl-icore, DMA for Vybrid DSPI.
 - A few cleanups: use hyphens for node names, fix white spaces, move
   imx-weim parameters into SoC dtsi, replace gpio-key,wakeup with
   wakeup-source, remove pwm-leds from imx6q-apalis-ixora, remove I2C3
   from vf610-zii-dev-rev-b.
 - Other small random changes: calibrate USB PHY for b650v3 board,
   update TX D_CAL for USBPHY, use enable-gpios for backlight on
   imx6qdl-apalis, etc.

----------------------------------------------------------------
Andreas F?rber (1):
      ARM: dts: imx6sx: Add UDOO Neo support

Andrey Smirnov (2):
      ARM: dts: vf610-zii-dev-rev-b: Remove I2C3
      ARM: dts: vfxxx: Add node corresponding to OCOTP

Christopher Spinrath (1):
      ARM: dts: imx6q-utilite-pro: i2c1 is muxed

Fabio Estevam (2):
      ARM: dts: imx6sx-udoo: Add board specific compatible strings
      ARM: dts: imx: Remove skeleton.dtsi

Frank Li (1):
      ARM: dts: add new compatible string for i.MX6QP mmdc

Gary Bisson (5):
      ARM: dts: imx: add Boundary Devices Nitrogen6_SOM2 support
      ARM: dts: imx6qdl-sabrelite: use hyphens for nodes name
      ARM: dts: imx6qdl-nitrogen6x: use hyphens for nodes name
      ARM: dts: imx6qdl-nit6xlite: use hyphens for nodes name
      ARM: dts: imx6qdl-nitrogen6_max: use hyphens for nodes name

Hongtao Jia (1):
      ARM: dts: ls1021a: Add TMU device tree support for LS1021A

Jagan Teki (7):
      ARM: dts: imx6qdl: Fix "WARNING: please, no space before tabs"
      ARM: dts: imx6qdl: Fix "ERROR: code indent should use tabs where possible"
      ARM: dts: imx6qdl-wandboard-revb: Fix "ERROR: trailing whitespace"
      ARM: dts: imx6q: Add Engicam i.CoreM6 Quad/Dual initial support
      ARM: dts: imx6q: Add Engicam i.CoreM6 DualLite/Solo initial support
      ARM: dts: imx6qdl-icore: Add FEC support
      ARM: dts: imx: Fix "ERROR: code indent should use tabs where possible"

Jaret Cantu (1):
      ARM: dts: imx: b650v3: Calibrate USB PHY to pass eye diagram test

Joshua Clayton (1):
      ARM: dts: imx6: Add imx-weim parameters to dtsi's

Marcin Niestroj (2):
      ARM: dts: imx6ul: Add DTS for liteSOM module
      ARM: dts: imx6ul: Add DTS for liteBoard

Marek Vasut (4):
      ARM: dts: imx6sx: Fix LCDIF interrupt type
      ARM: dts: novena: Enable PWM1
      ARM: dts: mxs: Add new M28EVK manufacturer compat
      ARM: dts: mx5: Add new M53EVK manufacturer compat

Peter Chen (4):
      ARM: dts: imx6ul-14x14-evk: add USB dual-role support
      ARM: dts: imx6sx-sdb: update TX D_CAL for USBPHY
      ARM: dts: imx6ul-14x14-evk: update TX D_CAL for USBPHY
      ARM: dts: imx6ull: add imx6ull support

Sanchayan Maity (5):
      ARM: dts: imx6: Add support for Toradex Colibri iMX6 module
      ARM: dts: imx6q-apalis-ixora: Remove use of pwm-leds
      ARM: dts: imx6qdl-apalis: Use enable-gpios property for backlight
      ARM: dts: vfxxx: Enable DMA for DSPI on Vybrid
      ARM: dts: vfxxx: Enable DMA for DSPI2 and DSPI3

Sudeep Holla (1):
      ARM: dts: imx6q: replace gpio-key,wakeup with wakeup-source for Utilite Pro

 arch/arm/boot/dts/Makefile                     |  13 +-
 arch/arm/boot/dts/imx1.dtsi                    |   4 +-
 arch/arm/boot/dts/imx23.dtsi                   |   6 +-
 arch/arm/boot/dts/imx25.dtsi                   |   4 +-
 arch/arm/boot/dts/imx27.dtsi                   |   4 +-
 arch/arm/boot/dts/imx28-m28.dtsi               |   4 +-
 arch/arm/boot/dts/imx28-m28evk.dts             |   4 +-
 arch/arm/boot/dts/imx28.dtsi                   |   4 +-
 arch/arm/boot/dts/imx31.dtsi                   |   5 +-
 arch/arm/boot/dts/imx35.dtsi                   |   4 +-
 arch/arm/boot/dts/imx50.dtsi                   |  48 +-
 arch/arm/boot/dts/imx51.dtsi                   |  48 +-
 arch/arm/boot/dts/imx53-m53.dtsi               |   4 +-
 arch/arm/boot/dts/imx53-m53evk.dts             |   4 +-
 arch/arm/boot/dts/imx53.dtsi                   |  72 +-
 arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts   | 253 +++++++
 arch/arm/boot/dts/imx6dl-icore.dts             |  59 ++
 arch/arm/boot/dts/imx6dl-riotboard.dts         |   2 +-
 arch/arm/boot/dts/imx6dl-tx6dl-comtft.dts      |   2 +-
 arch/arm/boot/dts/imx6dl-tx6u-801x.dts         |   2 +-
 arch/arm/boot/dts/imx6q-apalis-ixora.dts       |  22 -
 arch/arm/boot/dts/imx6q-b650v3.dts             |   6 +
 arch/arm/boot/dts/imx6q-evi.dts                |   3 -
 arch/arm/boot/dts/imx6q-icore.dts              |  59 ++
 arch/arm/boot/dts/imx6q-nitrogen6_som2.dts     |  53 ++
 arch/arm/boot/dts/imx6q-novena.dts             |   4 +
 arch/arm/boot/dts/imx6q-phytec-pbab01.dts      |   2 +-
 arch/arm/boot/dts/imx6q-tx6q-1010-comtft.dts   |   2 +-
 arch/arm/boot/dts/imx6q-tx6q-1010.dts          |   2 +-
 arch/arm/boot/dts/imx6q-tx6q-1020-comtft.dts   |   2 +-
 arch/arm/boot/dts/imx6q-tx6q-1020.dts          |   2 +-
 arch/arm/boot/dts/imx6q-utilite-pro.dts        |  53 +-
 arch/arm/boot/dts/imx6qdl-apalis.dtsi          |   9 +
 arch/arm/boot/dts/imx6qdl-apf6dev.dtsi         |  14 +-
 arch/arm/boot/dts/imx6qdl-colibri.dtsi         | 890 +++++++++++++++++++++++++
 arch/arm/boot/dts/imx6qdl-gw52xx.dtsi          |   4 +-
 arch/arm/boot/dts/imx6qdl-gw53xx.dtsi          |   4 +-
 arch/arm/boot/dts/imx6qdl-gw54xx.dtsi          |   4 +-
 arch/arm/boot/dts/imx6qdl-gw552x.dtsi          |   2 +-
 arch/arm/boot/dts/imx6qdl-icore.dtsi           | 265 ++++++++
 arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi       |  32 +-
 arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi   |  18 +-
 arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi  | 770 +++++++++++++++++++++
 arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi      |  12 +-
 arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi   |   6 +-
 arch/arm/boot/dts/imx6qdl-sabreauto.dtsi       |   4 +-
 arch/arm/boot/dts/imx6qdl-sabrelite.dtsi       |  10 +-
 arch/arm/boot/dts/imx6qdl-sabresd.dtsi         |   4 +-
 arch/arm/boot/dts/imx6qdl-tx6.dtsi             |  32 +-
 arch/arm/boot/dts/imx6qdl-wandboard-revb1.dtsi |   2 +-
 arch/arm/boot/dts/imx6qdl-wandboard.dtsi       |   4 +-
 arch/arm/boot/dts/imx6qdl.dtsi                 |  14 +-
 arch/arm/boot/dts/imx6qp.dtsi                  |   7 +
 arch/arm/boot/dts/imx6sl.dtsi                  |   7 +-
 arch/arm/boot/dts/imx6sx-sdb.dtsi              |  16 +-
 arch/arm/boot/dts/imx6sx-udoo-neo-basic.dts    |  69 ++
 arch/arm/boot/dts/imx6sx-udoo-neo-extended.dts |  54 ++
 arch/arm/boot/dts/imx6sx-udoo-neo-full.dts     |  69 ++
 arch/arm/boot/dts/imx6sx-udoo-neo.dtsi         | 293 ++++++++
 arch/arm/boot/dts/imx6sx.dtsi                  |  17 +-
 arch/arm/boot/dts/imx6ul-14x14-evk.dts         |  10 +-
 arch/arm/boot/dts/imx6ul-liteboard.dts         | 147 ++++
 arch/arm/boot/dts/imx6ul-litesom.dtsi          |  82 +++
 arch/arm/boot/dts/imx6ul.dtsi                  |   4 +-
 arch/arm/boot/dts/imx6ull-14x14-evk.dts        |  52 ++
 arch/arm/boot/dts/imx6ull-pinfunc.h            |  56 ++
 arch/arm/boot/dts/imx6ull.dtsi                 |  43 ++
 arch/arm/boot/dts/imx7s.dtsi                   |   4 +-
 arch/arm/boot/dts/ls1021a.dtsi                 |  84 ++-
 arch/arm/boot/dts/vf-colibri.dtsi              |   4 +
 arch/arm/boot/dts/vf610-zii-dev-rev-b.dts      |  14 -
 arch/arm/boot/dts/vfxxx.dtsi                   |  18 +
 72 files changed, 3638 insertions(+), 268 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts
 create mode 100644 arch/arm/boot/dts/imx6dl-icore.dts
 create mode 100644 arch/arm/boot/dts/imx6q-icore.dts
 create mode 100644 arch/arm/boot/dts/imx6q-nitrogen6_som2.dts
 create mode 100644 arch/arm/boot/dts/imx6qdl-colibri.dtsi
 create mode 100644 arch/arm/boot/dts/imx6qdl-icore.dtsi
 create mode 100644 arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi
 create mode 100644 arch/arm/boot/dts/imx6sx-udoo-neo-basic.dts
 create mode 100644 arch/arm/boot/dts/imx6sx-udoo-neo-extended.dts
 create mode 100644 arch/arm/boot/dts/imx6sx-udoo-neo-full.dts
 create mode 100644 arch/arm/boot/dts/imx6sx-udoo-neo.dtsi
 create mode 100644 arch/arm/boot/dts/imx6ul-liteboard.dts
 create mode 100644 arch/arm/boot/dts/imx6ul-litesom.dtsi
 create mode 100644 arch/arm/boot/dts/imx6ull-14x14-evk.dts
 create mode 100644 arch/arm/boot/dts/imx6ull-pinfunc.h
 create mode 100644 arch/arm/boot/dts/imx6ull.dtsi

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

* [GIT PULL 4/5] Freescale arm64 device tree updates for 4.10
  2016-11-15  9:00 [GIT PULL 1/5] i.MX non-critical fixes for 4.10 Shawn Guo
  2016-11-15  9:00 ` [GIT PULL 2/5] i.MX soc updates " Shawn Guo
  2016-11-15  9:00 ` [GIT PULL 3/5] i.MX device tree " Shawn Guo
@ 2016-11-15  9:00 ` Shawn Guo
  2016-11-18 18:32   ` Olof Johansson
  2016-11-15  9:00 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
  2016-11-18 17:59 ` [GIT PULL 1/5] i.MX non-critical fixes " Olof Johansson
  4 siblings, 1 reply; 10+ messages in thread
From: Shawn Guo @ 2016-11-15  9:00 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

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

for you to fetch changes up to 236f794e4463a6b53139702c1b609091f61a17ab:

  arm64: dts: ls2080a: Add TMU device tree support for LS2080A (2016-11-15 15:05:36 +0800)

----------------------------------------------------------------
Freescale arm64 device tree updates for 4.10:
 - Enable Thermal Monitoring Unit (TMU) for thermal management on
   LS1043A and LS2080A.
 - Add support for LS1046A SoC, which has similar peripherals as
   LS1043A but integrates 4 A72 cores.
 - Add two LS1046A based board support: LS1046A-QDS and LS1046A-RDB.

----------------------------------------------------------------
Hongtao Jia (2):
      arm64: dts: ls1043a: Add TMU device tree support for LS1043A
      arm64: dts: ls2080a: Add TMU device tree support for LS2080A

Mingkai Hu (2):
      arm64: dts: add QorIQ LS1046A SoC support
      arm64: dts: add LS1046A-RDB board support

Shaohui Xie (8):
      dt-bindings: fsl: Add LS1043A/LS1046A/LS2080A SoC compatible strings
      dt-bindings: fsl: add LS1043A/LS1046A/LS2080A compatible for SCFG and DCFG
      dt-bindings: i2c: adds two more nxp devices
      dt-bindings: qoriq-clock: add LS1043A/LS1046A/LS2080A compatible for clockgen
      dt-bindings: ahci-fsl-qoriq: updated for SoC ls1046a
      Documentation: DT: Add entry for QorIQ LS1046A-RDB board
      Documentation: DT: Add entry for QorIQ LS1046A-QDS board
      arm64: dts: add LS1046A-QDS board support

 Documentation/devicetree/bindings/arm/fsl.txt      |  34 +-
 .../devicetree/bindings/ata/ahci-fsl-qoriq.txt     |   2 +-
 .../devicetree/bindings/clock/qoriq-clock.txt      |   3 +
 .../devicetree/bindings/i2c/trivial-devices.txt    |   2 +
 arch/arm64/boot/dts/freescale/Makefile             |   2 +
 arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts  |   2 +-
 arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts  |   2 +-
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi     |  78 ++++
 arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts  | 212 +++++++++
 arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts  | 150 ++++++
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi     | 515 +++++++++++++++++++++
 arch/arm64/boot/dts/freescale/fsl-ls2080a-qds.dts  |   2 +-
 arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts  |   2 +-
 arch/arm64/boot/dts/freescale/fsl-ls2080a-simu.dts |   2 +-
 arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi     | 116 ++++-
 15 files changed, 1107 insertions(+), 17 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi

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

* [GIT PULL 5/5] i.MX defconfig updates for 4.10
  2016-11-15  9:00 [GIT PULL 1/5] i.MX non-critical fixes for 4.10 Shawn Guo
                   ` (2 preceding siblings ...)
  2016-11-15  9:00 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
@ 2016-11-15  9:00 ` Shawn Guo
  2016-11-18 18:33   ` Olof Johansson
  2016-11-18 17:59 ` [GIT PULL 1/5] i.MX non-critical fixes " Olof Johansson
  4 siblings, 1 reply; 10+ messages in thread
From: Shawn Guo @ 2016-11-15  9:00 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

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

for you to fetch changes up to 3252e255371ad22c02d5c9d1740d408ce1b10f35:

  ARM: imx_v6_v7_defconfig: Select the es8328 codec driver (2016-10-24 19:54:38 +0800)

----------------------------------------------------------------
i.MX defconfig updates for 4.10:
 - Increase CMA size to 64 MiB, so that we can use etnaviv driver with
   1920x1080 display devices.
 - Enable ES8328 codec driver support, which is required by Kosagi
   Novena boards.

----------------------------------------------------------------
Marek Vasut (2):
      ARM: imx_v6_v7_defconfig: Increase CMA size
      ARM: imx_v6_v7_defconfig: Select the es8328 codec driver

 arch/arm/configs/imx_v6_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

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

* [GIT PULL 1/5] i.MX non-critical fixes for 4.10
  2016-11-15  9:00 [GIT PULL 1/5] i.MX non-critical fixes for 4.10 Shawn Guo
                   ` (3 preceding siblings ...)
  2016-11-15  9:00 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
@ 2016-11-18 17:59 ` Olof Johansson
  4 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2016-11-18 17:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Nov 15, 2016 at 05:00:27PM +0800, Shawn Guo wrote:
> The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
> 
>   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fix-nc-4.10
> 
> for you to fetch changes up to 72649a46067903d00f46e2ebef6543768224f1a0:
> 
>   ARM: dts: imx6q-cm-fx6: fix fec pinctrl (2016-11-14 15:31:01 +0800)
> 
> ----------------------------------------------------------------
> i.MX non-critical fixes for 4.10:
>  - A series from Vladimir to fix broken i.MX31 DT clock initialization.
>    As i.MX31 DT support is still not quite complete, the changes are
>    tested on qemu kzm target and mx31lite board with simple written DTS
>    files.
>  - A fix for CompuLab's sbc-fx6 baseboard to remove wrong fec pinctrl
>    setting.
>  - A DTS correction for i.MX6QP to reflect the change that the gate of
>    LDB clock has been moved before the divider.
>  - An imx7d-pinfunc fix for UART pinmux defines

Merged, thanks.


-Olof

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

* [GIT PULL 2/5] i.MX soc updates for 4.10
  2016-11-15  9:00 ` [GIT PULL 2/5] i.MX soc updates " Shawn Guo
@ 2016-11-18 17:59   ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2016-11-18 17:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Nov 15, 2016 at 05:00:28PM +0800, Shawn Guo wrote:
> The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
> 
>   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-4.10
> 
> for you to fetch changes up to 75b832fea2564c547dfd0a2377a5893f41aefec6:
> 
>   ARM: imx: mach-imx6ul: add imx6ull support (2016-11-15 08:58:43 +0800)
> 
> ----------------------------------------------------------------
> i.MX SoC changes for 4.10:
>  - Drop PL310_ERRATA_769419 for Vybrid, as it turns out that the SoC
>    integrates revision r3p2 of the L2C-310, which is not affected by
>    errata 769419.
>  - Support perf for i.MX6 Multi-Mode DDR Controller (MMDC), so that we
>    can profile memory access performance.
>  - Support i.MX6ULL SoC using i.MX6UL base, since it's a derivative of
>    i.MX6UL and pin-to-pin compatible with i.MX6UL.

Merged, thanks.


-Olof

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

* [GIT PULL 3/5] i.MX device tree updates for 4.10
  2016-11-15  9:00 ` [GIT PULL 3/5] i.MX device tree " Shawn Guo
@ 2016-11-18 18:32   ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2016-11-18 18:32 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Nov 15, 2016 at 05:00:29PM +0800, Shawn Guo wrote:
> The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
> 
>   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-4.10
> 
> for you to fetch changes up to c201369d4aa5f05b8a37d6d1eeabf248c7086454:
> 
>   ARM: dts: imx6ull: add imx6ull support (2016-11-15 08:54:27 +0800)
> 
> ----------------------------------------------------------------
> i.MX device tree updates for 4.10:
>  - New boards support: i.MX6SX UDOO Neo, Boundary Devices Nitrogen6_SOM2,
>    Engicam i.CoreM6, Grinn i.MX6UL liteSOM/liteBoard, Toradex Colibri
>    iMX6 module, i.MX6ULL and EVK board.
>  - Remove skeleton.dtsi inclusion from all i.MX SoC dts files, as it's
>    been deprecated, since commit 9c0da3cc61f1233c ("ARM: dts: explicitly
>    mark skeleton.dtsi as deprecated").
>  - Misc device addition and enabling: OCOTP for Vybrid, MMDC for i.MX6QP,
>    TMU for LS1021A, FEC for imx6qdl-icore, DMA for Vybrid DSPI.
>  - A few cleanups: use hyphens for node names, fix white spaces, move
>    imx-weim parameters into SoC dtsi, replace gpio-key,wakeup with
>    wakeup-source, remove pwm-leds from imx6q-apalis-ixora, remove I2C3
>    from vf610-zii-dev-rev-b.
>  - Other small random changes: calibrate USB PHY for b650v3 board,
>    update TX D_CAL for USBPHY, use enable-gpios for backlight on
>    imx6qdl-apalis, etc.

Merged, thanks.


-Olof

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

* [GIT PULL 4/5] Freescale arm64 device tree updates for 4.10
  2016-11-15  9:00 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
@ 2016-11-18 18:32   ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2016-11-18 18:32 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Nov 15, 2016 at 05:00:30PM +0800, Shawn Guo wrote:
> The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
> 
>   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-4.10
> 
> for you to fetch changes up to 236f794e4463a6b53139702c1b609091f61a17ab:
> 
>   arm64: dts: ls2080a: Add TMU device tree support for LS2080A (2016-11-15 15:05:36 +0800)
> 
> ----------------------------------------------------------------
> Freescale arm64 device tree updates for 4.10:
>  - Enable Thermal Monitoring Unit (TMU) for thermal management on
>    LS1043A and LS2080A.
>  - Add support for LS1046A SoC, which has similar peripherals as
>    LS1043A but integrates 4 A72 cores.
>  - Add two LS1046A based board support: LS1046A-QDS and LS1046A-RDB.

Merged, thanks.


-Olof

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

* [GIT PULL 5/5] i.MX defconfig updates for 4.10
  2016-11-15  9:00 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
@ 2016-11-18 18:33   ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2016-11-18 18:33 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Nov 15, 2016 at 05:00:31PM +0800, Shawn Guo wrote:
> The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:
> 
>   Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-4.10
> 
> for you to fetch changes up to 3252e255371ad22c02d5c9d1740d408ce1b10f35:
> 
>   ARM: imx_v6_v7_defconfig: Select the es8328 codec driver (2016-10-24 19:54:38 +0800)
> 
> ----------------------------------------------------------------
> i.MX defconfig updates for 4.10:
>  - Increase CMA size to 64 MiB, so that we can use etnaviv driver with
>    1920x1080 display devices.
>  - Enable ES8328 codec driver support, which is required by Kosagi
>    Novena boards.

Merged, thanks.


-Olof

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

end of thread, other threads:[~2016-11-18 18:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-15  9:00 [GIT PULL 1/5] i.MX non-critical fixes for 4.10 Shawn Guo
2016-11-15  9:00 ` [GIT PULL 2/5] i.MX soc updates " Shawn Guo
2016-11-18 17:59   ` Olof Johansson
2016-11-15  9:00 ` [GIT PULL 3/5] i.MX device tree " Shawn Guo
2016-11-18 18:32   ` Olof Johansson
2016-11-15  9:00 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
2016-11-18 18:32   ` Olof Johansson
2016-11-15  9:00 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
2016-11-18 18:33   ` Olof Johansson
2016-11-18 17:59 ` [GIT PULL 1/5] i.MX non-critical fixes " Olof Johansson

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).