All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/5] i.MX non-critical DT fixes for 4.11
@ 2017-01-29  4:06 Shawn Guo
  2017-01-29  4:06 ` [GIT PULL 2/5] i.MX cleanups " Shawn Guo
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Shawn Guo @ 2017-01-29  4:06 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:

  Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-nc-4.11

for you to fetch changes up to 8b649e426336d7d4800ff9c82858328f4215ba01:

  ARM: dts: imx53-qsb-common: fix FEC pinmux config (2017-01-29 10:05:33 +0800)

----------------------------------------------------------------
i.MX non-critical device tree fixes for 4.11:
 - A couple of fixes on anatop regulator voltage and constraints
   according to hardware datasheet.
 - Correct FEC interrupt routing for i.MX6QP which has got the hardware
   bug found on i.MX6Q fixed.
 - Remove unit address from i.MX6 LDB device node to fix DTC warning.
 - A fix on imx53-qsb board FEC pinmux config to remove the dependency
   on firmware for setting up pins.
 - A series from Sascha to fix LPSR pins for i.MX7 boards.

----------------------------------------------------------------
Lucas Stach (4):
      ARM: imx6: fix min/max voltage of anatop 2p5 regulator
      ARM: imx6: fix regulator constraints on anatop 1p1 and 2p5
      ARM: imx6qp: adapt DT to changed FEC interrupts
      ARM: imx6: remove unit address from LDB node

Patrick Bruenn (1):
      ARM: dts: imx53-qsb-common: fix FEC pinmux config

Sascha Hauer (4):
      ARM: dts: imx7s-warp: Fix watchdog pinmux
      ARM: dts: imx7d-sdb: Fix watchdog and pwm pinmux
      ARM: dts: imx7d-cl-som: Fix OTG power pinctrl
      ARM: dts: imx7: Add "LPSR" to LPSR iomux pin names

 arch/arm/boot/dts/imx53-qsb-common.dtsi |  20 +++---
 arch/arm/boot/dts/imx6qdl.dtsi          |  12 ++--
 arch/arm/boot/dts/imx6qp.dtsi           |   6 ++
 arch/arm/boot/dts/imx7-colibri.dtsi     |  16 ++---
 arch/arm/boot/dts/imx7d-cl-som-imx7.dts |  14 ++--
 arch/arm/boot/dts/imx7d-nitrogen7.dts   |  14 ++--
 arch/arm/boot/dts/imx7d-pinfunc.h       | 110 ++++++++++++++++----------------
 arch/arm/boot/dts/imx7d-sdb.dts         |  24 +++----
 arch/arm/boot/dts/imx7s-warp.dts        |   4 +-
 9 files changed, 116 insertions(+), 104 deletions(-)

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

* [GIT PULL 2/5] i.MX cleanups for 4.11
  2017-01-29  4:06 [GIT PULL 1/5] i.MX non-critical DT fixes for 4.11 Shawn Guo
@ 2017-01-29  4:06 ` Shawn Guo
  2017-01-30  5:07   ` Olof Johansson
  2017-01-29  4:06 ` [GIT PULL 3/5] i.MX device tree updates " Shawn Guo
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Shawn Guo @ 2017-01-29  4:06 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:

  Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-cleanup-4.11

for you to fetch changes up to 5fdb98dcfb0221f488dd238570933fd3dcfae031:

  ARM: mach-mx27_3ds: Remove camera support (2017-01-03 13:52:38 +0800)

----------------------------------------------------------------
i.MX cleanup for 4.11:
 - Remove unused flexcan and esdhc device definitions for i.MX25.
 - A series from Fabio to remove camera device initialization code from
   i.MX platform support, since the corresponding media driver has been
   deprecated and removed from kernel tree.

----------------------------------------------------------------
Arnd Bergmann (1):
      ARM: imx: remove unused device definitions

Fabio Estevam (6):
      ARM: mach-mx31_3ds: Remove camera support
      ARM: mx31moboard-marxbot: Remove camera support
      ARM: mx31moboard-smartbot: Remove camera support
      ARM: mach-mx35_3ds: Remove camera support
      ARM: mach-pcm037: Remove camera support
      ARM: mach-mx27_3ds: Remove camera support

 arch/arm/mach-imx/devices/platform-flexcan.c       |   9 --
 .../mach-imx/devices/platform-sdhci-esdhc-imx.c    |  10 --
 arch/arm/mach-imx/mach-mx27_3ds.c                  | 107 --------------
 arch/arm/mach-imx/mach-mx31_3ds.c                  | 160 ---------------------
 arch/arm/mach-imx/mach-mx35_3ds.c                  | 103 -------------
 arch/arm/mach-imx/mach-pcm037.c                    | 115 ---------------
 arch/arm/mach-imx/mx31moboard-marxbot.c            |  92 ------------
 arch/arm/mach-imx/mx31moboard-smartbot.c           |  74 ----------
 8 files changed, 670 deletions(-)

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

* [GIT PULL 3/5] i.MX device tree updates for 4.11
  2017-01-29  4:06 [GIT PULL 1/5] i.MX non-critical DT fixes for 4.11 Shawn Guo
  2017-01-29  4:06 ` [GIT PULL 2/5] i.MX cleanups " Shawn Guo
@ 2017-01-29  4:06 ` Shawn Guo
  2017-01-30  5:08   ` Olof Johansson
  2017-01-29  4:06 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Shawn Guo @ 2017-01-29  4:06 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:

  Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)

are available in the git repository at:

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

for you to fetch changes up to 18ba386826f143dc4177830cc7c24c7abf4de4be:

  ARM: dts: udoo_neo: Add Bluetooth support (2017-01-29 10:04:06 +0800)

----------------------------------------------------------------
i.MX device tree updates for 4.11:
 - New board support: vf610-zii-dev-rev-c, imx6ul-opos6uldev,
   imx6ul-isiot, imx6qdl-savageboard, imx6q-mccmon6.
 - A patch from Alexandre to correct the mangled license text which
   has been copied & pasted all over the i.MX device tree files.
 - Update cpu nodes of some i.MX SoCs to make them consistent and match
   ePAPR spec.
 - Add OCOTP device for i.MX6UL SoC.
 - Add security violation interrupt for i.MX25 DryIce.
 - Enable USB OTG, WIFI and Bluetooth support for i.MX6SX Udoo Neo
   board.
 - Enable S/PDIF and 2nd display pipeline support for CompuLab board..
 - Add SPI and LTC3676 PMIC support for Gateworks Ventana boards.
 - A few random device addition for various boards: TVE DAC regulators
   for imx53-qsb, EEPROM for vf610-zii-dev, eMMC and NAND support for
   i.MX6UL Engicam boards.
 - Cleanups on obsoleted or unused properties.

----------------------------------------------------------------
Alexandre Belloni (1):
      ARM: dts: imx/vf: Correct license text

Andrey Smirnov (2):
      ARM: dts: vf610-zii-dev-rev-b: Remove leftover PWM pingroup
      ARM: dts: vf610-zii-dev: Add .dts file for rev. C

Bai Ping (1):
      ARM: dts: imx: Add ocotp node for imx6ul

Breno Lima (3):
      ARM: dts: udoo_neo: Add UDOO Neo USB OTG1 and OTG2 support
      ARM: dts: udoo_neo: Add Wifi support
      ARM: dts: udoo_neo: Add Bluetooth support

Christopher Spinrath (2):
      ARM: dts: imx6q-cm-fx6: enable S/PDIF support
      ARM: dts: imx6q-utilite-pro: enable 2nd display pipeline

Fabio Estevam (4):
      ARM: dts: imx: Adjust CPU nodes
      ARM: dts: imx6sx-udoo-neo: Pass the 'phy-reset-duration' property
      ARM: dts: imx: Remove unexistant property
      ARM: dts: imx53-qsb: Provide the TVE DAC regulators

Gary Bisson (1):
      ARM: dts: boundary: remove hardcoded LVDS bus format

Jagan Teki (6):
      ARM: dts: imx6dl: Add Engicam i.CoreM6 DualLite/Solo RQS initial support
      ARM: dts: imx6q-icore-rqs: Update model to support Dual SOM
      ARM: dts: imx6ul: Add Engicam Is.IoT MX6UL initial support
      ARM: dts: imx6qdl: Fix "ERROR: code indent should use tabs where possible"
      ARM: dts: imx6ul: Add Engicam Is.IoT MX6UL eMMC initial support
      ARM: dts: imx6ul: Add Engicam Is.IoT MX6UL NAND initial support

J?rg Krause (1):
      ARM: dts: imx28: Add simple-card support

Lukasz Majewski (2):
      Doc: devicetree: bindings: Add vendor prefix entry - lwn
      ARM: dts: imx6q: Add mccmon6 board support

Martin Kaiser (1):
      ARM: dts: imx25.dtsi: DryIce security violation interrupt

Milo Kim (3):
      ARM: dts: imx6: Add Savageboard common file
      ARM: dts: imx6: Support Savageboard dual
      ARM: dts: imx6: Support Savageboard quad

S?bastien Szymanski (1):
      ARM: dts: add Armadeus Systems OPOS6UL and OPOS6ULDEV support

Tim Harvey (2):
      ARM: dts: imx: add SPI to GW54xx
      ARM: dts: imx: ventana: add LTC3676 PMIC support

Vivien Didelot (1):
      ARM: dts: vf610-zii-dev: add EEPROM entry to Rev C

Vladimir Zapolskiy (1):
      ARM: dts: imx: remove obsoleted property fsl,spi-num-chipselects

 .../devicetree/bindings/vendor-prefixes.txt        |   2 +
 arch/arm/boot/dts/Makefile                         |  10 +-
 arch/arm/boot/dts/imx1-ads.dts                     |   1 -
 arch/arm/boot/dts/imx1.dtsi                        |   3 +-
 arch/arm/boot/dts/imx23.dtsi                       |   5 +-
 arch/arm/boot/dts/imx25.dtsi                       |   7 +-
 arch/arm/boot/dts/imx27-apf27dev.dts               |   2 -
 .../boot/dts/imx27-eukrea-mbimxsd27-baseboard.dts  |   1 -
 arch/arm/boot/dts/imx27-pdk.dts                    |   1 -
 arch/arm/boot/dts/imx27-phytec-phycard-s-som.dtsi  |   1 -
 arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts     |   1 -
 arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi    |   1 -
 arch/arm/boot/dts/imx27.dtsi                       |   1 +
 arch/arm/boot/dts/imx28.dtsi                       |   7 +-
 arch/arm/boot/dts/imx31.dtsi                       |   5 +-
 arch/arm/boot/dts/imx35.dtsi                       |   5 +-
 arch/arm/boot/dts/imx50-evk.dts                    |   1 -
 arch/arm/boot/dts/imx51-apf51dev.dts               |   2 -
 arch/arm/boot/dts/imx51-babbage.dts                |   1 -
 arch/arm/boot/dts/imx51-digi-connectcore-som.dtsi  |   1 -
 .../boot/dts/imx51-eukrea-mbimxsd51-baseboard.dts  |   1 -
 arch/arm/boot/dts/imx53-qsb.dts                    |   5 +-
 arch/arm/boot/dts/imx53-qsrb.dts                   |   6 +-
 arch/arm/boot/dts/imx53-smd.dts                    |   1 -
 arch/arm/boot/dts/imx53-tqma53.dtsi                |   2 -
 arch/arm/boot/dts/imx53-tx53.dtsi                  |   1 -
 arch/arm/boot/dts/imx53-voipac-dmm-668.dtsi        |   1 -
 arch/arm/boot/dts/imx6dl-aristainetos2_4.dts       |  10 +-
 arch/arm/boot/dts/imx6dl-aristainetos2_7.dts       |  10 +-
 arch/arm/boot/dts/imx6dl-aristainetos_4.dts        |   1 -
 arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts       |  10 +-
 arch/arm/boot/dts/imx6dl-cubox-i.dts               |  10 +-
 arch/arm/boot/dts/imx6dl-hummingboard.dts          |  10 +-
 arch/arm/boot/dts/imx6dl-icore-rqs.dts             |  51 +++
 arch/arm/boot/dts/imx6dl-icore.dts                 |  10 +-
 arch/arm/boot/dts/imx6dl-nit6xlite.dts             |  10 +-
 arch/arm/boot/dts/imx6dl-nitrogen6x.dts            |  10 +-
 arch/arm/boot/dts/imx6dl-sabrelite.dts             |  10 +-
 arch/arm/boot/dts/imx6dl-savageboard.dts           |  51 +++
 arch/arm/boot/dts/imx6dl-ts4900.dts                |  10 +-
 arch/arm/boot/dts/imx6q-apalis-ixora.dts           |  10 +-
 arch/arm/boot/dts/imx6q-b450v3.dts                 |  10 +-
 arch/arm/boot/dts/imx6q-b650v3.dts                 |  10 +-
 arch/arm/boot/dts/imx6q-b850v3.dts                 |  10 +-
 arch/arm/boot/dts/imx6q-ba16.dtsi                  |  11 +-
 arch/arm/boot/dts/imx6q-bx50v3.dtsi                |  11 +-
 arch/arm/boot/dts/imx6q-cm-fx6.dts                 |  32 +-
 arch/arm/boot/dts/imx6q-cubox-i.dts                |  10 +-
 arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts            |   1 -
 arch/arm/boot/dts/imx6q-evi.dts                    |   3 -
 arch/arm/boot/dts/imx6q-gw5400-a.dts               |   1 -
 arch/arm/boot/dts/imx6q-h100.dts                   |  10 +-
 arch/arm/boot/dts/imx6q-hummingboard.dts           |  10 +-
 arch/arm/boot/dts/imx6q-icore-rqs.dts              |  12 +-
 arch/arm/boot/dts/imx6q-icore.dts                  |  10 +-
 arch/arm/boot/dts/imx6q-marsboard.dts              |  11 +-
 arch/arm/boot/dts/imx6q-mccmon6.dts                | 473 +++++++++++++++++++++
 arch/arm/boot/dts/imx6q-nitrogen6_max.dts          |  10 +-
 arch/arm/boot/dts/imx6q-nitrogen6_som2.dts         |  10 +-
 arch/arm/boot/dts/imx6q-nitrogen6x.dts             |  10 +-
 arch/arm/boot/dts/imx6q-novena.dts                 |   1 -
 arch/arm/boot/dts/imx6q-sabrelite.dts              |  10 +-
 arch/arm/boot/dts/imx6q-savageboard.dts            |  55 +++
 arch/arm/boot/dts/imx6q-ts4900.dts                 |  10 +-
 arch/arm/boot/dts/imx6q-utilite-pro.dts            | 115 +++++
 arch/arm/boot/dts/imx6qdl-apalis.dtsi              |  12 +-
 arch/arm/boot/dts/imx6qdl-apf6dev.dtsi             |   1 -
 arch/arm/boot/dts/imx6qdl-aristainetos.dtsi        |   1 -
 arch/arm/boot/dts/imx6qdl-aristainetos2.dtsi       |  13 +-
 arch/arm/boot/dts/imx6qdl-colibri.dtsi             |  11 +-
 arch/arm/boot/dts/imx6qdl-cubox-i.dtsi             |  10 +-
 arch/arm/boot/dts/imx6qdl-dfi-fs700-m60.dtsi       |   1 -
 arch/arm/boot/dts/imx6qdl-gw51xx.dtsi              | 132 ++++--
 arch/arm/boot/dts/imx6qdl-gw52xx.dtsi              | 166 +++++---
 arch/arm/boot/dts/imx6qdl-gw53xx.dtsi              | 163 ++++---
 arch/arm/boot/dts/imx6qdl-gw54xx.dtsi              |  16 +
 arch/arm/boot/dts/imx6qdl-gw551x.dtsi              | 132 ++++--
 arch/arm/boot/dts/imx6qdl-gw552x.dtsi              | 130 ++++--
 arch/arm/boot/dts/imx6qdl-gw553x.dtsi              |  98 ++++-
 arch/arm/boot/dts/imx6qdl-hummingboard.dtsi        |  10 +-
 arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi           |  14 +-
 arch/arm/boot/dts/imx6qdl-icore.dtsi               |  10 +-
 arch/arm/boot/dts/imx6qdl-microsom-ar8035.dtsi     |  10 +-
 arch/arm/boot/dts/imx6qdl-microsom.dtsi            |  10 +-
 arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi           |  13 +-
 arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi       |  15 +-
 arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi      |  13 +-
 arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi          |  13 +-
 arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi       |   1 -
 arch/arm/boot/dts/imx6qdl-rex.dtsi                 |   2 -
 arch/arm/boot/dts/imx6qdl-sabreauto.dtsi           |   1 -
 arch/arm/boot/dts/imx6qdl-sabrelite.dtsi           |  13 +-
 arch/arm/boot/dts/imx6qdl-sabresd.dtsi             |   1 -
 arch/arm/boot/dts/imx6qdl-savageboard.dtsi         | 255 +++++++++++
 arch/arm/boot/dts/imx6qdl-ts4900.dtsi              |  12 +-
 arch/arm/boot/dts/imx6qdl-tx6.dtsi                 |   1 -
 arch/arm/boot/dts/imx6sl-evk.dts                   |   1 -
 arch/arm/boot/dts/imx6sx-nitrogen6sx.dts           |  11 +-
 arch/arm/boot/dts/imx6sx-sdb-sai.dts               |  10 +-
 arch/arm/boot/dts/imx6sx-udoo-neo.dtsi             | 137 ++++++
 arch/arm/boot/dts/imx6ul-geam-kit.dts              |  10 +-
 arch/arm/boot/dts/imx6ul-geam.dtsi                 |  10 +-
 arch/arm/boot/dts/imx6ul-isiot-emmc.dts            |  77 ++++
 arch/arm/boot/dts/imx6ul-isiot-nand.dts            |  79 ++++
 arch/arm/boot/dts/imx6ul-isiot.dtsi                | 114 +++++
 arch/arm/boot/dts/imx6ul-liteboard.dts             |  10 +-
 arch/arm/boot/dts/imx6ul-litesom.dtsi              |  10 +-
 arch/arm/boot/dts/imx6ul-opos6ul.dtsi              | 192 +++++++++
 arch/arm/boot/dts/imx6ul-opos6uldev.dts            | 412 ++++++++++++++++++
 arch/arm/boot/dts/imx6ul-pico-hobbit.dts           |  10 +-
 arch/arm/boot/dts/imx6ul-tx6ul.dtsi                |   1 -
 arch/arm/boot/dts/imx6ul.dtsi                      |   7 +-
 arch/arm/boot/dts/imx6ull-14x14-evk.dts            |  10 +-
 arch/arm/boot/dts/imx6ull.dtsi                     |  10 +-
 arch/arm/boot/dts/imx7d-sdb.dts                    |   1 -
 arch/arm/boot/dts/imx7s.dtsi                       |   1 -
 arch/arm/boot/dts/vf-colibri-eval-v3.dtsi          |  10 +-
 arch/arm/boot/dts/vf-colibri.dtsi                  |  10 +-
 arch/arm/boot/dts/vf500-colibri-eval-v3.dts        |  10 +-
 arch/arm/boot/dts/vf500-colibri.dtsi               |  10 +-
 arch/arm/boot/dts/vf500.dtsi                       |  10 +-
 arch/arm/boot/dts/vf610-colibri-eval-v3.dts        |  10 +-
 arch/arm/boot/dts/vf610-colibri.dtsi               |  10 +-
 arch/arm/boot/dts/vf610-twr.dts                    |  10 +-
 arch/arm/boot/dts/vf610-zii-dev-rev-b.dts          | 334 +--------------
 arch/arm/boot/dts/vf610-zii-dev-rev-c.dts          | 416 ++++++++++++++++++
 arch/arm/boot/dts/vf610-zii-dev.dtsi               | 383 +++++++++++++++++
 arch/arm/boot/dts/vf610.dtsi                       |  10 +-
 arch/arm/boot/dts/vf610m4-colibri.dts              |  10 +-
 arch/arm/boot/dts/vf610m4-cosmic.dts               |  10 +-
 arch/arm/boot/dts/vf610m4.dtsi                     |  10 +-
 arch/arm/boot/dts/vfxxx.dtsi                       |  10 +-
 132 files changed, 3870 insertions(+), 920 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx6dl-icore-rqs.dts
 create mode 100644 arch/arm/boot/dts/imx6dl-savageboard.dts
 create mode 100644 arch/arm/boot/dts/imx6q-mccmon6.dts
 create mode 100644 arch/arm/boot/dts/imx6q-savageboard.dts
 create mode 100644 arch/arm/boot/dts/imx6qdl-savageboard.dtsi
 create mode 100644 arch/arm/boot/dts/imx6ul-isiot-emmc.dts
 create mode 100644 arch/arm/boot/dts/imx6ul-isiot-nand.dts
 create mode 100644 arch/arm/boot/dts/imx6ul-isiot.dtsi
 create mode 100644 arch/arm/boot/dts/imx6ul-opos6ul.dtsi
 create mode 100644 arch/arm/boot/dts/imx6ul-opos6uldev.dts
 create mode 100644 arch/arm/boot/dts/vf610-zii-dev-rev-c.dts
 create mode 100644 arch/arm/boot/dts/vf610-zii-dev.dtsi

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

* [GIT PULL 4/5] Freescale arm64 device tree updates for 4.11
  2017-01-29  4:06 [GIT PULL 1/5] i.MX non-critical DT fixes for 4.11 Shawn Guo
  2017-01-29  4:06 ` [GIT PULL 2/5] i.MX cleanups " Shawn Guo
  2017-01-29  4:06 ` [GIT PULL 3/5] i.MX device tree updates " Shawn Guo
@ 2017-01-29  4:06 ` Shawn Guo
  2017-01-30  5:09   ` Olof Johansson
  2017-01-29  4:06 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
  2017-01-30  5:06 ` [GIT PULL 1/5] i.MX non-critical DT fixes " Olof Johansson
  4 siblings, 1 reply; 11+ messages in thread
From: Shawn Guo @ 2017-01-29  4:06 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:

  Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)

are available in the git repository at:

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

for you to fetch changes up to 73447f68d7b2bc1df870da88b0e21d2bc1afc025:

  dt-bindings: clockgen: Add compatible string for LS1012A (2017-01-29 10:09:47 +0800)

----------------------------------------------------------------
Freescale arm64 device tree updates for 4.11:
 - Add support for LS1012A SoC which is an ARMv8 SoC with single
   Cortex-A53 core, and the corresponding board support: FRDM, QDS
   and RDB.
 - Enable TMU (Thermal Monitoring Unit) support for LS1046A SoC.
 - Enable PCA9547 device for ls2080a-rdb board by removing 'disabled'
   status setting.

----------------------------------------------------------------
Harninder Rai (4):
      arm64: dts: Add support for FSL's LS1012A SoC
      Documentation: DT: Add entry for FSL LS1012A RDB, FRDM, QDS boards
      Documentation: DT: add LS1012A compatible for SCFG and DCFG
      dt-bindings: clockgen: Add compatible string for LS1012A

Jia Hongtao (1):
      arm64: dts: ls1046a: Add TMU device tree support

Meng Yi (1):
      arm64: dts: ls2080a-rdb: remove disable status of pca9547

 Documentation/devicetree/bindings/arm/fsl.txt      |  20 +-
 .../devicetree/bindings/clock/qoriq-clock.txt      |   1 +
 arch/arm64/boot/dts/freescale/Makefile             |   3 +
 arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dts | 115 ++++++++++
 arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dts  | 128 +++++++++++
 arch/arm64/boot/dts/freescale/fsl-ls1012a-rdb.dts  |  59 +++++
 arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi     | 247 +++++++++++++++++++++
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi     |  80 +++++++
 arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts  |   1 -
 9 files changed, 651 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1012a-rdb.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi

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

* [GIT PULL 5/5] i.MX defconfig updates for 4.11
  2017-01-29  4:06 [GIT PULL 1/5] i.MX non-critical DT fixes for 4.11 Shawn Guo
                   ` (2 preceding siblings ...)
  2017-01-29  4:06 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
@ 2017-01-29  4:06 ` Shawn Guo
  2017-01-30  5:10   ` Olof Johansson
  2017-01-30  5:06 ` [GIT PULL 1/5] i.MX non-critical DT fixes " Olof Johansson
  4 siblings, 1 reply; 11+ messages in thread
From: Shawn Guo @ 2017-01-29  4:06 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:

  Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)

are available in the git repository at:

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

for you to fetch changes up to 5aaac4278afa6ef8a42dc2c51f3e1a1a20d5bd97:

  ARM: vf610m4: defconfig: enable EXT4 filesystem (2017-01-24 21:50:14 +0800)

----------------------------------------------------------------
i.MX defconfig updates for 4.11:
 - Select wireless extensions option for imx_v6_v7_defconfig, so that
   wireless works out of box with userspace tools such as 'iwconfig'.
 - Enable EXT4 filesystem support for vf610m4_defconfig.

----------------------------------------------------------------
Fabio Estevam (1):
      ARM: imx_v6_v7_defconfig: Select wireless extensions option

afzal mohammed (1):
      ARM: vf610m4: defconfig: enable EXT4 filesystem

 arch/arm/configs/imx_v6_v7_defconfig | 4 ++--
 arch/arm/configs/vf610m4_defconfig   | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

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

* [GIT PULL 1/5] i.MX non-critical DT fixes for 4.11
  2017-01-29  4:06 [GIT PULL 1/5] i.MX non-critical DT fixes for 4.11 Shawn Guo
                   ` (3 preceding siblings ...)
  2017-01-29  4:06 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
@ 2017-01-30  5:06 ` Olof Johansson
  4 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2017-01-30  5:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Jan 29, 2017 at 12:06:39PM +0800, Shawn Guo wrote:
> The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:
> 
>   Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-nc-4.11
> 
> for you to fetch changes up to 8b649e426336d7d4800ff9c82858328f4215ba01:
> 
>   ARM: dts: imx53-qsb-common: fix FEC pinmux config (2017-01-29 10:05:33 +0800)
> 
> ----------------------------------------------------------------
> i.MX non-critical device tree fixes for 4.11:
>  - A couple of fixes on anatop regulator voltage and constraints
>    according to hardware datasheet.
>  - Correct FEC interrupt routing for i.MX6QP which has got the hardware
>    bug found on i.MX6Q fixed.
>  - Remove unit address from i.MX6 LDB device node to fix DTC warning.
>  - A fix on imx53-qsb board FEC pinmux config to remove the dependency
>    on firmware for setting up pins.
>  - A series from Sascha to fix LPSR pins for i.MX7 boards.

Thanks, merged into next/dt (we normally carry non-critical fixes separately
but these seemed to go better on the dt topic branch).


-Olof

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

* [GIT PULL 2/5] i.MX cleanups for 4.11
  2017-01-29  4:06 ` [GIT PULL 2/5] i.MX cleanups " Shawn Guo
@ 2017-01-30  5:07   ` Olof Johansson
  2017-02-03 13:10     ` Shawn Guo
  0 siblings, 1 reply; 11+ messages in thread
From: Olof Johansson @ 2017-01-30  5:07 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Jan 29, 2017 at 12:06:40PM +0800, Shawn Guo wrote:
> The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:
> 
>   Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-cleanup-4.11
> 
> for you to fetch changes up to 5fdb98dcfb0221f488dd238570933fd3dcfae031:
> 
>   ARM: mach-mx27_3ds: Remove camera support (2017-01-03 13:52:38 +0800)
> 
> ----------------------------------------------------------------
> i.MX cleanup for 4.11:
>  - Remove unused flexcan and esdhc device definitions for i.MX25.
>  - A series from Fabio to remove camera device initialization code from
>    i.MX platform support, since the corresponding media driver has been
>    deprecated and removed from kernel tree.
> 
> ----------------------------------------------------------------
> Arnd Bergmann (1):
>       ARM: imx: remove unused device definitions
> 
> Fabio Estevam (6):
>       ARM: mach-mx31_3ds: Remove camera support
>       ARM: mx31moboard-marxbot: Remove camera support
>       ARM: mx31moboard-smartbot: Remove camera support
>       ARM: mach-mx35_3ds: Remove camera support
>       ARM: mach-pcm037: Remove camera support
>       ARM: mach-mx27_3ds: Remove camera support

Merged, thanks.

Did camera support on this platform get completely removed, or was it
a migration to a newer driver?


-Olof

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

* [GIT PULL 3/5] i.MX device tree updates for 4.11
  2017-01-29  4:06 ` [GIT PULL 3/5] i.MX device tree updates " Shawn Guo
@ 2017-01-30  5:08   ` Olof Johansson
  0 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2017-01-30  5:08 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Jan 29, 2017 at 12:06:41PM +0800, Shawn Guo wrote:

> The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:
> 
>   Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-4.11
> 
> for you to fetch changes up to 18ba386826f143dc4177830cc7c24c7abf4de4be:
> 
>   ARM: dts: udoo_neo: Add Bluetooth support (2017-01-29 10:04:06 +0800)
> 
> ----------------------------------------------------------------
> i.MX device tree updates for 4.11:
>  - New board support: vf610-zii-dev-rev-c, imx6ul-opos6uldev,
>    imx6ul-isiot, imx6qdl-savageboard, imx6q-mccmon6.
>  - A patch from Alexandre to correct the mangled license text which
>    has been copied & pasted all over the i.MX device tree files.
>  - Update cpu nodes of some i.MX SoCs to make them consistent and match
>    ePAPR spec.
>  - Add OCOTP device for i.MX6UL SoC.
>  - Add security violation interrupt for i.MX25 DryIce.
>  - Enable USB OTG, WIFI and Bluetooth support for i.MX6SX Udoo Neo
>    board.
>  - Enable S/PDIF and 2nd display pipeline support for CompuLab board..
>  - Add SPI and LTC3676 PMIC support for Gateworks Ventana boards.
>  - A few random device addition for various boards: TVE DAC regulators
>    for imx53-qsb, EEPROM for vf610-zii-dev, eMMC and NAND support for
>    i.MX6UL Engicam boards.
>  - Cleanups on obsoleted or unused properties.

Merged, thanks!


-Olof

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

* [GIT PULL 4/5] Freescale arm64 device tree updates for 4.11
  2017-01-29  4:06 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
@ 2017-01-30  5:09   ` Olof Johansson
  0 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2017-01-30  5:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Jan 29, 2017 at 12:06:42PM +0800, Shawn Guo wrote:
> The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:
> 
>   Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-4.11
> 
> for you to fetch changes up to 73447f68d7b2bc1df870da88b0e21d2bc1afc025:
> 
>   dt-bindings: clockgen: Add compatible string for LS1012A (2017-01-29 10:09:47 +0800)
> 
> ----------------------------------------------------------------
> Freescale arm64 device tree updates for 4.11:
>  - Add support for LS1012A SoC which is an ARMv8 SoC with single
>    Cortex-A53 core, and the corresponding board support: FRDM, QDS
>    and RDB.
>  - Enable TMU (Thermal Monitoring Unit) support for LS1046A SoC.
>  - Enable PCA9547 device for ls2080a-rdb board by removing 'disabled'
>    status setting.
> 
> ----------------------------------------------------------------
> Harninder Rai (4):
>       arm64: dts: Add support for FSL's LS1012A SoC
>       Documentation: DT: Add entry for FSL LS1012A RDB, FRDM, QDS boards
>       Documentation: DT: add LS1012A compatible for SCFG and DCFG
>       dt-bindings: clockgen: Add compatible string for LS1012A
> 
> Jia Hongtao (1):
>       arm64: dts: ls1046a: Add TMU device tree support
> 
> Meng Yi (1):
>       arm64: dts: ls2080a-rdb: remove disable status of pca9547

Merged, thanks!


-Olof

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

* [GIT PULL 5/5] i.MX defconfig updates for 4.11
  2017-01-29  4:06 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
@ 2017-01-30  5:10   ` Olof Johansson
  0 siblings, 0 replies; 11+ messages in thread
From: Olof Johansson @ 2017-01-30  5:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Jan 29, 2017 at 12:06:43PM +0800, Shawn Guo wrote:
> The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:
> 
>   Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-4.11
> 
> for you to fetch changes up to 5aaac4278afa6ef8a42dc2c51f3e1a1a20d5bd97:
> 
>   ARM: vf610m4: defconfig: enable EXT4 filesystem (2017-01-24 21:50:14 +0800)
> 
> ----------------------------------------------------------------
> i.MX defconfig updates for 4.11:
>  - Select wireless extensions option for imx_v6_v7_defconfig, so that
>    wireless works out of box with userspace tools such as 'iwconfig'.
>  - Enable EXT4 filesystem support for vf610m4_defconfig.
> 
> ----------------------------------------------------------------
> Fabio Estevam (1):
>       ARM: imx_v6_v7_defconfig: Select wireless extensions option
> 
> afzal mohammed (1):
>       ARM: vf610m4: defconfig: enable EXT4 filesystem
> 
>  arch/arm/configs/imx_v6_v7_defconfig | 4 ++--
>  arch/arm/configs/vf610m4_defconfig   | 3 +--
>  2 files changed, 3 insertions(+), 4 deletions(-)

Merged, thanks


-Olof

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

* [GIT PULL 2/5] i.MX cleanups for 4.11
  2017-01-30  5:07   ` Olof Johansson
@ 2017-02-03 13:10     ` Shawn Guo
  0 siblings, 0 replies; 11+ messages in thread
From: Shawn Guo @ 2017-02-03 13:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Jan 29, 2017 at 09:07:24PM -0800, Olof Johansson wrote:
> On Sun, Jan 29, 2017 at 12:06:40PM +0800, Shawn Guo wrote:
> > The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:
> > 
> >   Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-cleanup-4.11
> > 
> > for you to fetch changes up to 5fdb98dcfb0221f488dd238570933fd3dcfae031:
> > 
> >   ARM: mach-mx27_3ds: Remove camera support (2017-01-03 13:52:38 +0800)
> > 
> > ----------------------------------------------------------------
> > i.MX cleanup for 4.11:
> >  - Remove unused flexcan and esdhc device definitions for i.MX25.
> >  - A series from Fabio to remove camera device initialization code from
> >    i.MX platform support, since the corresponding media driver has been
> >    deprecated and removed from kernel tree.
> > 
> > ----------------------------------------------------------------
> > Arnd Bergmann (1):
> >       ARM: imx: remove unused device definitions
> > 
> > Fabio Estevam (6):
> >       ARM: mach-mx31_3ds: Remove camera support
> >       ARM: mx31moboard-marxbot: Remove camera support
> >       ARM: mx31moboard-smartbot: Remove camera support
> >       ARM: mach-mx35_3ds: Remove camera support
> >       ARM: mach-pcm037: Remove camera support
> >       ARM: mach-mx27_3ds: Remove camera support
> 
> Merged, thanks.
> 
> Did camera support on this platform get completely removed, or was it
> a migration to a newer driver?

The driver was completely removed [1], because no one stepped up to
rework it as required [2].

Shawn

[1] https://patchwork.kernel.org/patch/9149367/
[2] https://patchwork.kernel.org/patch/8491381/

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

end of thread, other threads:[~2017-02-03 13:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-29  4:06 [GIT PULL 1/5] i.MX non-critical DT fixes for 4.11 Shawn Guo
2017-01-29  4:06 ` [GIT PULL 2/5] i.MX cleanups " Shawn Guo
2017-01-30  5:07   ` Olof Johansson
2017-02-03 13:10     ` Shawn Guo
2017-01-29  4:06 ` [GIT PULL 3/5] i.MX device tree updates " Shawn Guo
2017-01-30  5:08   ` Olof Johansson
2017-01-29  4:06 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
2017-01-30  5:09   ` Olof Johansson
2017-01-29  4:06 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
2017-01-30  5:10   ` Olof Johansson
2017-01-30  5:06 ` [GIT PULL 1/5] i.MX non-critical DT fixes " 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.