All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/6] i.MX drivers updates for 4.17
@ 2018-03-15 11:36 Shawn Guo
  2018-03-15 11:36 ` [GIT PULL 2/6] i.MX SoC changes " Shawn Guo
                   ` (5 more replies)
  0 siblings, 6 replies; 24+ messages in thread
From: Shawn Guo @ 2018-03-15 11:36 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

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

for you to fetch changes up to f40a1e3705be23e845fbeec66acf3a6582524145:

  soc: imx: gpc: ARM power domain should be always-on (2018-02-12 13:07:48 +0800)

----------------------------------------------------------------
i.MX drivers update for 4.17:
 - Set GENPD_FLAG_ALWAYS_ON flag for ARM power domain to avoid incorrect
   power state in sysfs pm_genpd_summary output.

----------------------------------------------------------------
Anson Huang (1):
      soc: imx: gpc: ARM power domain should be always-on

 drivers/soc/imx/gpc.c | 1 +
 1 file changed, 1 insertion(+)

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

* [GIT PULL 2/6] i.MX SoC changes for 4.17
  2018-03-15 11:36 [GIT PULL 1/6] i.MX drivers updates for 4.17 Shawn Guo
@ 2018-03-15 11:36 ` Shawn Guo
  2018-03-15 15:12   ` Arnd Bergmann
  2018-03-15 11:36 ` [GIT PULL 3/6] i.MX device tree updates with new clock " Shawn Guo
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 24+ messages in thread
From: Shawn Guo @ 2018-03-15 11:36 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

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

for you to fetch changes up to dee5dee2a5b285d20f55a4758d3a51349691eeea:

  ARM: imx: Add basic msl support for imx6sll (2018-03-09 09:22:06 +0800)

----------------------------------------------------------------
i.MX SoC changes for 4.17:
 - Add i.MX 6SoloLiteLite (i.MX6SLL) SoC support on top of the existing
   i.MX6SL platform code.
 - Improve the SoC revision mapping by utilizing the MAJOR field of
   ANATOP DIGPROG register.
 - Add CPUIDLE_FLAG_TIMER_STOP flag for cpuidle ARM power off state,
   so that we can use ARM generic timer for some i.MX6 SoC.
 - Set low-power interrupt mask for i.MX25 to support STOP mode.
 - Drop EPIT driver as there is no user of it.
 - Simplify the error path of imx6_pm_get_base() a bit.

----------------------------------------------------------------
Bai Ping (2):
      ARM: imx: Improve the soc revision calculation flow
      ARM: imx: Add basic msl support for imx6sll

Fabio Estevam (2):
      ARM: imx: Remove epit support
      ARM: imx: pm-imx6: Return the error directly

Martin Kaiser (1):
      ARM: imx: avic: set low-power interrupt mask for imx25

Stefan Agner (1):
      ARM: imx: add timer stop flag to ARM power off state

 arch/arm/mach-imx/Kconfig          |  20 ++--
 arch/arm/mach-imx/Makefile         |   2 +-
 arch/arm/mach-imx/anatop.c         |  56 ++++-----
 arch/arm/mach-imx/avic.c           |  37 ++++++
 arch/arm/mach-imx/cpu.c            |   3 +
 arch/arm/mach-imx/cpuidle-imx6sl.c |   7 +-
 arch/arm/mach-imx/cpuidle-imx6sx.c |   1 +
 arch/arm/mach-imx/epit.c           | 228 -------------------------------------
 arch/arm/mach-imx/mach-imx6sl.c    |  10 +-
 arch/arm/mach-imx/mxc.h            |   6 +
 arch/arm/mach-imx/pm-imx6.c        |   7 +-
 11 files changed, 89 insertions(+), 288 deletions(-)
 delete mode 100644 arch/arm/mach-imx/epit.c

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

* [GIT PULL 3/6] i.MX device tree updates with new clock for 4.17
  2018-03-15 11:36 [GIT PULL 1/6] i.MX drivers updates for 4.17 Shawn Guo
  2018-03-15 11:36 ` [GIT PULL 2/6] i.MX SoC changes " Shawn Guo
@ 2018-03-15 11:36 ` Shawn Guo
  2018-03-15 15:03   ` Arnd Bergmann
  2018-03-15 11:36 ` [GIT PULL 4/6] i.MX device tree updates " Shawn Guo
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 24+ messages in thread
From: Shawn Guo @ 2018-03-15 11:36 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof,

To resolve the dependency on those new clock IDs, this pull request is
built on top of tag clk-imx-4.17-newid, which has been merged into clk
tree.

Shawn


The following changes since commit 1691cc375a39d13a70829cabdd87ca9116a16907:

  clk: imx: imx7d: add the Keypad Port module clock (2018-02-28 14:43:00 +0800)

are available in the git repository at:

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

for you to fetch changes up to 303aa1bf077711248bd5a75cab3f7355cad8c264:

  ARM: dts: imx7s: add Keypad Port module (2018-02-28 14:58:44 +0800)

----------------------------------------------------------------
i.MX device tree update with new clock for 4.17:
 - Add CAAM and Keypad device node for i.MX7S/D SoC device tree.
 - Add clock support for i.MX7 SNVS RTC device.

----------------------------------------------------------------
Anson Huang (1):
      ARM: dts: imx7s: add snvs rtc clock

Rui Miguel Silva (1):
      ARM: dts: imx7s: add CAAM device node

Stefan Agner (1):
      ARM: dts: imx7s: add Keypad Port module

 .../devicetree/bindings/crypto/fsl-sec4.txt        | 17 +++++++++
 arch/arm/boot/dts/imx7s.dtsi                       | 40 ++++++++++++++++++++++
 2 files changed, 57 insertions(+)

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

* [GIT PULL 4/6] i.MX device tree updates for 4.17
  2018-03-15 11:36 [GIT PULL 1/6] i.MX drivers updates for 4.17 Shawn Guo
  2018-03-15 11:36 ` [GIT PULL 2/6] i.MX SoC changes " Shawn Guo
  2018-03-15 11:36 ` [GIT PULL 3/6] i.MX device tree updates with new clock " Shawn Guo
@ 2018-03-15 11:36 ` Shawn Guo
  2018-03-15 15:08   ` Arnd Bergmann
  2018-03-15 11:36 ` [GIT PULL 5/6] Freescale arm64 " Shawn Guo
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 24+ messages in thread
From: Shawn Guo @ 2018-03-15 11:36 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

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

for you to fetch changes up to f4be9b77fac3d8141add1d84e75199f0e0ddd5a3:

  ARM: dts: i.MX25: define SSI FIFO depth (2018-03-12 15:23:36 +0800)

----------------------------------------------------------------
i.MX device tree updates for 4.17:
 - New board support: phyBOARD-Mira i.MX6 boards; Advantech DMS-BA16
   i.MX6Q board; Toradex Colibri iMX6ULL boards.
 - ZII RDU board updates: add RAVE SP device; disable on-chip watchdog
   as the external watchdog is being used instead; improve USDHC node
   regarding to voltage and SDIO capability.
 - i.MX6UL/ULL updates: cpufreq clock cleanup; add IOMUXC_SNVS pins and
   missing daisy chain configurations; add more devices like WDOG3,
   UART8, PMU, architected timer etc.
 - Hummingboard updates: correct USBOTG-ID pin; remove mention of
   nonexistent node.
 - Fix compatibles of atmel eeprom devices.
 - A couple of improvements on i.MX25 pinfunc header regarding to eSDHC
   pins.
 - A bunch of patches from Fabio and Marco to fix DTC warnings seen with
   W=1 switch.
 - Remove GPU subsystem nodes, as they are not needed by the etnaviv
   driver anymore and have been removed from the binding.
 - Add FIFO depth definition for i.MX25 SSI devices.
 - Add missing '#sound-dai-cells' for sgtl5000 codec which is complained
   by DTC.
 - Miscellaneous and random updates.

----------------------------------------------------------------
Aapo Vienamo (1):
      ARM: dts: imx7d: cl-som-imx7: fix pinctrl_enet

Andrey Smirnov (2):
      ARM: dts: imx6: RDU2: Add RAVE SP device
      ARM: dts: imx51-zii-rdu1: Add node for RAVE SP device

Anson Huang (4):
      ARM: dts: imx6ul: remove unnecessary clocks for cpu-freq
      ARM: dts: imx6sx: add pu power domain support
      ARM: dts: imx6sx: add ARM power domain support
      ARM: dts: imx7s: add temperature monitor support

Bai Ping (1):
      ARM: dts: imx6ull: add additional pinfunc defines for i.MX 6ULL

Bartosz Golaszewski (3):
      ARM: dts: use 'atmel' as at24 manufacturer for imx6qdl-zii-rdu2
      ARM: dts: use 'atmel' as at24 manufacturer for imx6qdl-rex
      ARM: dts: fix the at24 compatible string in imx6q-h100

Baruch Siach (1):
      ARM: dts: hummingboard: Remove mention of nonexistent node

Beno?t Th?baudeau (2):
      ARM: dts: imx25-pinfunc: Use consistent naming for eSDHC
      ARM: dts: imx25-pinfunc: Always set SION for eSDHC CMD

Christian Hemp (2):
      ARM: dts: imx6: Add support for phyBOARD-Mira i.MX 6Quad/Dual RDK
      ARM: dts: imx6: Add support for phyBOARD-Mira i.MX 6 DualLight/Solo RDK

Enrico Scholz (1):
      ARM: dts: imx6: Add support for phyBOARD-Mira with i.MX 6QuadPlus

Fabio Estevam (15):
      ARM: dts: imx23: Pass unit address and reg to IOMUX node
      ARM: dts: imx28: Pass unit address and reg to IOMUX node
      ARM: dts: imx28-tx28: Pass unit address and reg to IOMUX node
      ARM: dts: imx28-apx4devkit: Pass unit address and reg to IOMUX node
      ARM: dts: imx28-cfa10049: Move i2cmux out of bus node
      ARM: dts: imx27-eukrea-mbimxsd27-baseboard: Pass missing unit address
      ARM: dts: imx27-eukrea-cpuimx27: Put the clock node directly into root
      ARM: dts: imx28-tx28: Pass the memory unit name
      ARM: dts: imx6: Pass memory unit-adress
      ARM: dts: imx5: Pass the memory unit-address
      ARM: dts: vf500: Remove skeleton.dtsi inclusion
      ARM: dts: vf: Add memory node unit name
      ARM: dts: vf500: Remove the zero length reg property
      ARM: dts: vf610m4: Remove skeleton.dtsi inclusion
      ARM: dts: vf610m4: Remove the zero length reg property

Fugang Duan (1):
      ARM: dts: imx6ul: update i.MX 6UltraLite iomux headers

Ian Ray (1):
      ARM: dts: imx6q-bx50v3: disable SD card

Jon Nettleton (1):
      ARM: dts: imx6qdl-hummingboard: fix USBOTG-ID pin

J?rg Krause (2):
      ARM: dts: imx6ul: rename mux mode name REF_CLK_32K to OSC32K_32K_OUT
      ARM: dts: imx6ul: add wdog3 node

Ken Lin (1):
      ARM: dts: imx: Add support for Advantech DMS-BA16

Lothar Wa?mann (2):
      ARM: dts: imx6ull: fix the imx6ull-14x14-evk configuration
      ARM: dts: imx6dl: remove 'lcdif' node

Lucas Stach (3):
      ARM: dts: imx6: RDU2: disable internal watchdog
      ARM: dts: imx6: RDU2: detail USDHC description
      ARM: dts: imx6: remove GPU subsystem nodes

Marco Franchi (5):
      ARM: dts: imx6ul-evk: Add support for mag3110 sensor
      ARM: dts: imx7d-sdb: Add support for mpl3115 sensor
      ARM: dts: imx: Pass empty memory size on board dts
      ARM: dts: imx: Remove empty memory size nodes
      ARM: dts: imx: Add memory node unit name

Martin Kaiser (1):
      ARM: dts: i.MX25: define SSI FIFO depth

Martyn Welch (1):
      ARM: dts: imx53-ppd: Add touchscreen reset line

Peter Senna Tschudin (1):
      ARM: dts: imx6q-bx50v3: Enable secure-reg-access

Rasmus Villemoes (1):
      ARM: dts: ls1021a: add nodes for on-chip ram

Rob Herring (1):
      ARM: dts: imx: Add missing #sound-dai-cells for sgtl5000 codec

Ryan Harkin (1):
      ARM: dts: imx7s-warp: enable uart6 on mikroBus

Sebastian Reichel (1):
      ARM: dts: imx53-ppd: use PMIC's TSI pins in adc mode

Shyam Saini (1):
      ARM: dts: imx6dl-icore-rqs: Fix invalid PHY address assignment for ethernet

Stefan Agner (8):
      ARM: dts: imx6ul: add interrupt of virt-capable GIC
      ARM: dts: imx6ul: add ARM architected timer
      ARM: dts: imx6ull: add IOMUXC SNVS instance
      ARM: dts: imx6ull: add UART8 support
      ARM: dts: imx6ull: add Toradex Colibri iMX6ULL support
      ARM: dts: imx6dl-colibri-eval-v3: Add chosen node
      ARM: dts: imx7: add CPU PMU support
      ARM: dts: imx7s: add spba-bus abstraction

Stefan Riedmueller (2):
      ARM: dts: imx6: Add initial support for phyCORE-i.MX 6 SOM
      ARM: dts: imx6: Add initial support for phyBOARD-Mira

 arch/arm/boot/dts/Makefile                         |   9 +-
 arch/arm/boot/dts/imx1-ads.dts                     |   2 +-
 arch/arm/boot/dts/imx1-apf9328.dts                 |   2 +-
 arch/arm/boot/dts/imx1.dtsi                        |   2 +-
 arch/arm/boot/dts/imx23-evk.dts                    |   2 +-
 arch/arm/boot/dts/imx23-olinuxino.dts              |   2 +-
 arch/arm/boot/dts/imx23-sansa.dts                  |   2 +-
 arch/arm/boot/dts/imx23-stmp378x_devb.dts          |   2 +-
 arch/arm/boot/dts/imx23-xfi3.dts                   |   2 +-
 arch/arm/boot/dts/imx23.dtsi                       |   8 +-
 arch/arm/boot/dts/imx25-eukrea-cpuimx25.dtsi       |   2 +-
 .../boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts  |  12 +-
 arch/arm/boot/dts/imx25-karo-tx25.dts              |   2 +-
 arch/arm/boot/dts/imx25-pdk.dts                    |  14 +-
 arch/arm/boot/dts/imx25-pinfunc.h                  |  72 ++-
 arch/arm/boot/dts/imx25.dtsi                       |   4 +-
 arch/arm/boot/dts/imx27-apf27.dts                  |   2 +-
 arch/arm/boot/dts/imx27-eukrea-cpuimx27.dtsi       |  17 +-
 .../boot/dts/imx27-eukrea-mbimxsd27-baseboard.dts  |   2 +-
 arch/arm/boot/dts/imx27-pdk.dts                    |   2 +-
 arch/arm/boot/dts/imx27-phytec-phycard-s-som.dtsi  |   2 +-
 arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi    |   2 +-
 arch/arm/boot/dts/imx27.dtsi                       |   2 +-
 arch/arm/boot/dts/imx28-apf28.dts                  |   2 +-
 arch/arm/boot/dts/imx28-apx4devkit.dts             |   6 +-
 arch/arm/boot/dts/imx28-cfa10036.dts               |   2 +-
 arch/arm/boot/dts/imx28-cfa10049.dts               | 130 ++---
 arch/arm/boot/dts/imx28-duckbill-2-485.dts         |   2 +-
 arch/arm/boot/dts/imx28-duckbill-2-enocean.dts     |   2 +-
 arch/arm/boot/dts/imx28-duckbill-2-spi.dts         |   2 +-
 arch/arm/boot/dts/imx28-duckbill-2.dts             |   2 +-
 arch/arm/boot/dts/imx28-duckbill.dts               |   2 +-
 arch/arm/boot/dts/imx28-eukrea-mbmx283lc.dts       |   2 +-
 arch/arm/boot/dts/imx28-eukrea-mbmx287lc.dts       |   2 +-
 arch/arm/boot/dts/imx28-eukrea-mbmx28lc.dtsi       |   1 +
 arch/arm/boot/dts/imx28-evk.dts                    |   3 +-
 arch/arm/boot/dts/imx28-m28.dtsi                   |   2 +-
 arch/arm/boot/dts/imx28-m28cu3.dts                 |   2 +-
 arch/arm/boot/dts/imx28-m28evk.dts                 |   1 +
 arch/arm/boot/dts/imx28-sps1.dts                   |   2 +-
 arch/arm/boot/dts/imx28-ts4600.dts                 |   2 +-
 arch/arm/boot/dts/imx28-tx28.dts                   |  34 +-
 arch/arm/boot/dts/imx28.dtsi                       |  20 +-
 arch/arm/boot/dts/imx31-bug.dts                    |   2 +-
 arch/arm/boot/dts/imx31.dtsi                       |   2 +-
 arch/arm/boot/dts/imx35-eukrea-cpuimx35.dtsi       |   2 +-
 arch/arm/boot/dts/imx35-pdk.dts                    |   2 +-
 arch/arm/boot/dts/imx35.dtsi                       |   2 +-
 arch/arm/boot/dts/imx50-evk.dts                    |   2 +-
 arch/arm/boot/dts/imx50.dtsi                       |   2 +-
 arch/arm/boot/dts/imx51-apf51.dts                  |   2 +-
 arch/arm/boot/dts/imx51-babbage.dts                |   3 +-
 arch/arm/boot/dts/imx51-digi-connectcore-som.dtsi  |   2 +-
 arch/arm/boot/dts/imx51-eukrea-cpuimx51.dtsi       |   2 +-
 arch/arm/boot/dts/imx51-ts4800.dts                 |   2 +-
 arch/arm/boot/dts/imx51-zii-rdu1.dts               |  14 +
 arch/arm/boot/dts/imx51.dtsi                       |   2 +-
 arch/arm/boot/dts/imx53-ard.dts                    |   2 +-
 arch/arm/boot/dts/imx53-cx9020.dts                 |   2 +-
 arch/arm/boot/dts/imx53-m53.dtsi                   |   2 +-
 arch/arm/boot/dts/imx53-m53evk.dts                 |   1 +
 arch/arm/boot/dts/imx53-ppd.dts                    |  12 +
 arch/arm/boot/dts/imx53-qsb-common.dtsi            |   3 +-
 arch/arm/boot/dts/imx53-smd.dts                    |   2 +-
 arch/arm/boot/dts/imx53-tqma53.dtsi                |   2 +-
 arch/arm/boot/dts/imx53-tx53-x03x.dts              |   1 +
 arch/arm/boot/dts/imx53-tx53-x13x.dts              |   1 +
 arch/arm/boot/dts/imx53-tx53.dtsi                  |   5 +
 arch/arm/boot/dts/imx53-usbarmory.dts              |   2 +-
 arch/arm/boot/dts/imx53-voipac-bsb.dts             |   1 +
 arch/arm/boot/dts/imx53.dtsi                       |   2 +-
 arch/arm/boot/dts/imx6dl-apf6dev.dts               |   2 +-
 arch/arm/boot/dts/imx6dl-aristainetos2_4.dts       |   2 +-
 arch/arm/boot/dts/imx6dl-aristainetos2_7.dts       |   2 +-
 arch/arm/boot/dts/imx6dl-aristainetos_4.dts        |   2 +-
 arch/arm/boot/dts/imx6dl-aristainetos_7.dts        |   2 +-
 arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts       |   9 +
 arch/arm/boot/dts/imx6dl-dfi-fs700-m60.dts         |   5 +
 arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dts  |  64 +++
 arch/arm/boot/dts/imx6dl-phytec-pfla02.dtsi        |   2 +-
 arch/arm/boot/dts/imx6dl-rex-basic.dts             |   2 +-
 arch/arm/boot/dts/imx6dl-riotboard.dts             |   2 +-
 arch/arm/boot/dts/imx6dl-ts4900.dts                |   5 +
 arch/arm/boot/dts/imx6dl-ts7970.dts                |   5 +
 arch/arm/boot/dts/imx6dl-wandboard-revb1.dts       |   2 +-
 arch/arm/boot/dts/imx6dl-wandboard-revd1.dts       |   2 +-
 arch/arm/boot/dts/imx6dl-wandboard.dts             |   2 +-
 arch/arm/boot/dts/imx6dl.dtsi                      |  10 -
 arch/arm/boot/dts/imx6q-apf6dev.dts                |   2 +-
 arch/arm/boot/dts/imx6q-arm2.dts                   |   2 +-
 arch/arm/boot/dts/imx6q-ba16.dtsi                  |   2 +-
 arch/arm/boot/dts/imx6q-bx50v3.dtsi                |   8 +
 arch/arm/boot/dts/imx6q-cm-fx6.dts                 |   2 +-
 arch/arm/boot/dts/imx6q-dfi-fs700-m60.dts          |   5 +
 arch/arm/boot/dts/imx6q-display5.dtsi              |   2 +-
 arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts            |   2 +-
 arch/arm/boot/dts/imx6q-dms-ba16.dts               | 139 ++++++
 arch/arm/boot/dts/imx6q-evi.dts                    |   2 +-
 arch/arm/boot/dts/imx6q-gk802.dts                  |   2 +-
 arch/arm/boot/dts/imx6q-gw5400-a.dts               |   2 +-
 arch/arm/boot/dts/imx6q-h100.dts                   |   7 +-
 arch/arm/boot/dts/imx6q-marsboard.dts              |   2 +-
 arch/arm/boot/dts/imx6q-mccmon6.dts                |   2 +-
 arch/arm/boot/dts/imx6q-novena.dts                 |   5 +
 arch/arm/boot/dts/imx6q-phytec-mira-rdk-emmc.dts   |  72 +++
 arch/arm/boot/dts/imx6q-phytec-mira-rdk-nand.dts   |  72 +++
 arch/arm/boot/dts/imx6q-phytec-pfla02.dtsi         |   2 +-
 arch/arm/boot/dts/imx6q-pistachio.dts              |   2 +-
 arch/arm/boot/dts/imx6q-rex-pro.dts                |   2 +-
 arch/arm/boot/dts/imx6q-sbc6x.dts                  |   2 +-
 arch/arm/boot/dts/imx6q-tbs2910.dts                |   2 +-
 arch/arm/boot/dts/imx6q-ts4900.dts                 |   5 +
 arch/arm/boot/dts/imx6q-ts7970.dts                 |   5 +
 arch/arm/boot/dts/imx6q-wandboard-revb1.dts        |   2 +-
 arch/arm/boot/dts/imx6q-wandboard-revd1.dts        |   2 +-
 arch/arm/boot/dts/imx6q-wandboard.dts              |   2 +-
 arch/arm/boot/dts/imx6q-zii-rdu2.dts               |   5 +
 arch/arm/boot/dts/imx6q.dtsi                       |   5 -
 arch/arm/boot/dts/imx6qdl-apalis.dtsi              |   5 +
 arch/arm/boot/dts/imx6qdl-cubox-i.dtsi             |   5 +
 arch/arm/boot/dts/imx6qdl-gw51xx.dtsi              |   2 +-
 arch/arm/boot/dts/imx6qdl-gw52xx.dtsi              |   2 +-
 arch/arm/boot/dts/imx6qdl-gw53xx.dtsi              |   2 +-
 arch/arm/boot/dts/imx6qdl-gw54xx.dtsi              |   2 +-
 arch/arm/boot/dts/imx6qdl-gw551x.dtsi              |   2 +-
 arch/arm/boot/dts/imx6qdl-gw552x.dtsi              |   2 +-
 arch/arm/boot/dts/imx6qdl-gw553x.dtsi              |   2 +-
 arch/arm/boot/dts/imx6qdl-gw560x.dtsi              |   1 +
 arch/arm/boot/dts/imx6qdl-gw5903.dtsi              |   2 +-
 arch/arm/boot/dts/imx6qdl-gw5904.dtsi              |   2 +-
 arch/arm/boot/dts/imx6qdl-hummingboard.dtsi        |  10 +-
 arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi       |   9 +-
 arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi           |   8 +-
 arch/arm/boot/dts/imx6qdl-icore.dtsi               |   2 +-
 arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi           |   2 +-
 arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi       |   2 +-
 arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi      |   2 +-
 arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi          |   2 +-
 arch/arm/boot/dts/imx6qdl-phytec-mira.dtsi         | 390 +++++++++++++++
 arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi       |   2 +-
 arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi  | 279 +++++++++++
 arch/arm/boot/dts/imx6qdl-rex.dtsi                 |   2 +-
 arch/arm/boot/dts/imx6qdl-sabreauto.dtsi           |   2 +-
 arch/arm/boot/dts/imx6qdl-sabrelite.dtsi           |   2 +-
 arch/arm/boot/dts/imx6qdl-sabresd.dtsi             |   2 +-
 arch/arm/boot/dts/imx6qdl-tx6.dtsi                 |   4 +-
 arch/arm/boot/dts/imx6qdl-udoo.dtsi                |   2 +-
 arch/arm/boot/dts/imx6qdl-var-dart.dtsi            |   2 +-
 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi            |  22 +-
 arch/arm/boot/dts/imx6qdl.dtsi                     |   4 +-
 arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dts  |  72 +++
 arch/arm/boot/dts/imx6qp-wandboard-revd1.dts       |   2 +-
 arch/arm/boot/dts/imx6qp-zii-rdu2.dts              |   5 +
 arch/arm/boot/dts/imx6sl-evk.dts                   |   2 +-
 arch/arm/boot/dts/imx6sl-warp.dts                  |   2 +-
 arch/arm/boot/dts/imx6sl.dtsi                      |   2 +-
 arch/arm/boot/dts/imx6sx-nitrogen6sx.dts           |   2 +-
 arch/arm/boot/dts/imx6sx-sabreauto.dts             |   2 +-
 arch/arm/boot/dts/imx6sx-sdb.dtsi                  |   2 +-
 arch/arm/boot/dts/imx6sx-softing-vining-2000.dts   |   2 +-
 arch/arm/boot/dts/imx6sx-udoo-neo-basic.dts        |   2 +-
 arch/arm/boot/dts/imx6sx-udoo-neo-extended.dts     |   2 +-
 arch/arm/boot/dts/imx6sx-udoo-neo-full.dts         |   2 +-
 arch/arm/boot/dts/imx6sx.dtsi                      |  20 +-
 arch/arm/boot/dts/imx6ul-14x14-evk.dts             | 480 +-----------------
 arch/arm/boot/dts/imx6ul-14x14-evk.dtsi            | 499 +++++++++++++++++++
 arch/arm/boot/dts/imx6ul-geam.dts                  |   3 +-
 arch/arm/boot/dts/imx6ul-isiot.dtsi                |   2 +-
 arch/arm/boot/dts/imx6ul-litesom.dtsi              |   2 +-
 arch/arm/boot/dts/imx6ul-opos6ul.dtsi              |   2 +-
 arch/arm/boot/dts/imx6ul-pico-hobbit.dts           |   2 +-
 arch/arm/boot/dts/imx6ul-pinfunc.h                 | 169 ++++---
 arch/arm/boot/dts/imx6ul-tx6ul.dtsi                |   4 +-
 arch/arm/boot/dts/imx6ul.dtsi                      |  31 +-
 arch/arm/boot/dts/imx6ull-14x14-evk.dts            |   5 +-
 arch/arm/boot/dts/imx6ull-colibri-eval-v3.dts      |  14 +
 arch/arm/boot/dts/imx6ull-colibri-eval-v3.dtsi     | 157 ++++++
 arch/arm/boot/dts/imx6ull-colibri-nonwifi.dtsi     |  23 +
 arch/arm/boot/dts/imx6ull-colibri-wifi-eval-v3.dts |  14 +
 arch/arm/boot/dts/imx6ull-colibri-wifi.dtsi        |  65 +++
 arch/arm/boot/dts/imx6ull-colibri.dtsi             | 553 +++++++++++++++++++++
 arch/arm/boot/dts/imx6ull-pinfunc-snvs.h           |  26 +
 arch/arm/boot/dts/imx6ull.dtsi                     |  32 ++
 arch/arm/boot/dts/imx7d-cl-som-imx7.dts            |  54 +-
 arch/arm/boot/dts/imx7d-colibri-emmc.dtsi          |   2 +-
 arch/arm/boot/dts/imx7d-colibri.dtsi               |   2 +-
 arch/arm/boot/dts/imx7d-nitrogen7.dts              |   2 +-
 arch/arm/boot/dts/imx7d-pico.dtsi                  |   2 +-
 arch/arm/boot/dts/imx7d-sdb.dts                    |   7 +-
 arch/arm/boot/dts/imx7s-colibri.dtsi               |   2 +-
 arch/arm/boot/dts/imx7s-warp.dts                   |  18 +-
 arch/arm/boot/dts/imx7s.dtsi                       | 242 +++++----
 arch/arm/boot/dts/ls1021a.dtsi                     |  16 +
 arch/arm/boot/dts/vf500-colibri.dtsi               |   2 +-
 arch/arm/boot/dts/vf500.dtsi                       |   7 +-
 arch/arm/boot/dts/vf610-colibri.dtsi               |   2 +-
 arch/arm/boot/dts/vf610-cosmic.dts                 |   2 +-
 arch/arm/boot/dts/vf610-twr.dts                    |   2 +-
 arch/arm/boot/dts/vf610-zii-dev.dtsi               |   2 +-
 arch/arm/boot/dts/vf610m4-colibri.dts              |   2 +-
 arch/arm/boot/dts/vf610m4.dtsi                     |   9 +-
 201 files changed, 3312 insertions(+), 998 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dts
 create mode 100644 arch/arm/boot/dts/imx6q-dms-ba16.dts
 create mode 100644 arch/arm/boot/dts/imx6q-phytec-mira-rdk-emmc.dts
 create mode 100644 arch/arm/boot/dts/imx6q-phytec-mira-rdk-nand.dts
 create mode 100644 arch/arm/boot/dts/imx6qdl-phytec-mira.dtsi
 create mode 100644 arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi
 create mode 100644 arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dts
 create mode 100644 arch/arm/boot/dts/imx6ul-14x14-evk.dtsi
 create mode 100644 arch/arm/boot/dts/imx6ull-colibri-eval-v3.dts
 create mode 100644 arch/arm/boot/dts/imx6ull-colibri-eval-v3.dtsi
 create mode 100644 arch/arm/boot/dts/imx6ull-colibri-nonwifi.dtsi
 create mode 100644 arch/arm/boot/dts/imx6ull-colibri-wifi-eval-v3.dts
 create mode 100644 arch/arm/boot/dts/imx6ull-colibri-wifi.dtsi
 create mode 100644 arch/arm/boot/dts/imx6ull-colibri.dtsi
 create mode 100644 arch/arm/boot/dts/imx6ull-pinfunc-snvs.h

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

* [GIT PULL 5/6] Freescale arm64 device tree updates for 4.17
  2018-03-15 11:36 [GIT PULL 1/6] i.MX drivers updates for 4.17 Shawn Guo
                   ` (2 preceding siblings ...)
  2018-03-15 11:36 ` [GIT PULL 4/6] i.MX device tree updates " Shawn Guo
@ 2018-03-15 11:36 ` Shawn Guo
  2018-03-15 15:29   ` Arnd Bergmann
  2018-03-15 11:36 ` [GIT PULL 6/6] i.MX defconfig " Shawn Guo
  2018-03-15 15:25 ` [GIT PULL 1/6] i.MX drivers " Arnd Bergmann
  5 siblings, 1 reply; 24+ messages in thread
From: Shawn Guo @ 2018-03-15 11:36 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

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

for you to fetch changes up to 4e017f1419397473cf3db6e9fa020013998b1aa4:

  dt-bindings: ifc: Fix the unit address format in the examples (2018-03-12 15:38:49 +0800)

----------------------------------------------------------------
Freescale arm64 device tree updates for 4.17:
 - Move cpu_thermal device out of bus node to fix DTC simple_bus_reg
   warning seen with W=1 switch.
 - Fix IFC child nodes' unit-address to eliminate DTC simple_bus_reg
   warnings.
 - Add a dummy size memory 'reg' property for LS1046A device tree to
   avoid unit_address_vs_reg DTC warning, and the real size will be
   filled by bootloader.
 - Update ls208xa-qds board device tree to fix unit_address_vs_reg
   warnings with DSPI device.
 - Add idle-states for LS1012A and LS1043A, and correct
   arm,psci-suspend-param setting for already added idle-states.
 - DPAA QBMan portal and watchdog device addition.

----------------------------------------------------------------
Fabio Estevam (8):
      arm64: dts: ls1012a: Move cpu_thermal out of bus node
      arm64: dts: ls1043a: Move cpu_thermal out of bus node
      arm64: dts: ls1046a: Move cpu_thermal out of bus node
      arm64: dts: ls1088a: Move cpu_thermal out of bus node
      arm64: dts: ls208xa: Move cpu_thermal out of bus node
      arm64: dts: ls208xa-qds: Pass unit name to dspi child nodes
      arm64: dts: ls208xa-qds: Fix the 'reg' property
      dt-bindings: ifc: Fix the unit address format in the examples

Roy Pledge (1):
      arm64: dts: Add DPAA QBMan portal 9

Shawn Guo (2):
      arm64: dts: fsl: fix ifc simple-bus unit address format warnings
      arm64: dts: ls1046a: add a dummy memory 'reg' property

Yuantian Tang (3):
      arm64: dts: ls1012a: add cpu idle support
      arm64: dts: ls1043a: add cpu idle support
      arm64: dts: fsl: update the cpu idle node

Zhang Ying-22455 (1):
      arm64: dts: ls1088a: add DT node of watchdog

 .../bindings/memory-controllers/fsl/ifc.txt        |   6 +-
 arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi     |  80 +++++++-----
 arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts  |   6 +-
 arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts  |   6 +-
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi     |  83 ++++++++-----
 arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts  |   6 +-
 arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts  |   4 +-
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi     |  66 +++++-----
 arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts  |   6 +-
 arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts  |   4 +-
 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi     | 134 +++++++++++++++------
 arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi     |   2 +-
 arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi |  14 +--
 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi     |  98 +++++++--------
 .../boot/dts/freescale/qoriq-bman-portals.dtsi     |   6 +
 .../boot/dts/freescale/qoriq-qman-portals.dtsi     |   7 ++
 16 files changed, 319 insertions(+), 209 deletions(-)

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

* [GIT PULL 6/6] i.MX defconfig updates for 4.17
  2018-03-15 11:36 [GIT PULL 1/6] i.MX drivers updates for 4.17 Shawn Guo
                   ` (3 preceding siblings ...)
  2018-03-15 11:36 ` [GIT PULL 5/6] Freescale arm64 " Shawn Guo
@ 2018-03-15 11:36 ` Shawn Guo
  2018-03-15 15:21   ` Arnd Bergmann
  2018-03-26 11:42   ` [GIT PULL v2 " Shawn Guo
  2018-03-15 15:25 ` [GIT PULL 1/6] i.MX drivers " Arnd Bergmann
  5 siblings, 2 replies; 24+ messages in thread
From: Shawn Guo @ 2018-03-15 11:36 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

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

for you to fetch changes up to e3e583e7a293ae3fddfe010ed30d80046ba87c86:

  ARM: mxs_defconfig: Re-sync defconfig (2018-03-08 16:46:11 +0800)

----------------------------------------------------------------
i.MX defconfig updates for 4.17:
 - Re-sync defconfig files by running savedefconfig.
 - Enable generic fsl-asoc-card driver for imx_v4_v5_defconfig.
 - Enable MAG3110 magnetometer sensor driver, AC97 and WM8962 codec
   driver, DA9062/63 PMIC, RTC and Watchdog support for
   imx_v6_v7_defconfig.

----------------------------------------------------------------
Anson Huang (1):
      ARM: imx_v6_v7_defconfig: select the CONFIG_CPUFREQ_DT

Fabio Estevam (5):
      ARM: imx_v6_v7_defconfig: Enable AC97 codec support
      ARM: imx_v6_v7_defconfig: Re-sync defconfig
      ARM: imx_v6_v7_defconfig: Select CONFIG_SND_SOC_WM8962 explicitly
      ARM: imx_v4_v5_defconfig: Use the generic fsl-asoc-card driver
      ARM: mxs_defconfig: Re-sync defconfig

Marco Franchi (1):
      ARM: imx: Update imx_v6_v7_defconfig for mag3110 support

Peng Fan (1):
      ARM: imx_v6_v7_defconfig: enable OP-TEE

Stefan Riedmueller (1):
      ARM: imx_v6_v7_defconfig: Enable Dialog Semiconductor DA9062 driver

fabio.estevam at nxp.com (1):
      ARM: imx_v4_v5_defconfig: Re-sync defconfig

 arch/arm/configs/imx_v4_v5_defconfig |  9 +++------
 arch/arm/configs/imx_v6_v7_defconfig | 28 +++++++++++++++-------------
 arch/arm/configs/mxs_defconfig       | 14 +++-----------
 3 files changed, 21 insertions(+), 30 deletions(-)

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

* [GIT PULL 3/6] i.MX device tree updates with new clock for 4.17
  2018-03-15 11:36 ` [GIT PULL 3/6] i.MX device tree updates with new clock " Shawn Guo
@ 2018-03-15 15:03   ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2018-03-15 15:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo <shawnguo@kernel.org> wrote:
> Hi Arnd, Olof,
>
> To resolve the dependency on those new clock IDs, this pull request is
> built on top of tag clk-imx-4.17-newid, which has been merged into clk
> tree.
>

Ok, noted that as a dependency and pulled your branch into next/dt, thanks!

      Arnd

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

* [GIT PULL 4/6] i.MX device tree updates for 4.17
  2018-03-15 11:36 ` [GIT PULL 4/6] i.MX device tree updates " Shawn Guo
@ 2018-03-15 15:08   ` Arnd Bergmann
  2018-03-15 16:58     ` Arnd Bergmann
  0 siblings, 1 reply; 24+ messages in thread
From: Arnd Bergmann @ 2018-03-15 15:08 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo <shawnguo@kernel.org> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-4.17
>
> for you to fetch changes up to f4be9b77fac3d8141add1d84e75199f0e0ddd5a3:
>
>   ARM: dts: i.MX25: define SSI FIFO depth (2018-03-12 15:23:36 +0800)
>
> ----------------------------------------------------------------
> i.MX device tree updates for 4.17:
>  - New board support: phyBOARD-Mira i.MX6 boards; Advantech DMS-BA16
>    i.MX6Q board; Toradex Colibri iMX6ULL boards.
>  - ZII RDU board updates: add RAVE SP device; disable on-chip watchdog
>    as the external watchdog is being used instead; improve USDHC node
>    regarding to voltage and SDIO capability.
>  - i.MX6UL/ULL updates: cpufreq clock cleanup; add IOMUXC_SNVS pins and
>    missing daisy chain configurations; add more devices like WDOG3,
>    UART8, PMU, architected timer etc.
>  - Hummingboard updates: correct USBOTG-ID pin; remove mention of
>    nonexistent node.
>  - Fix compatibles of atmel eeprom devices.
>  - A couple of improvements on i.MX25 pinfunc header regarding to eSDHC
>    pins.
>  - A bunch of patches from Fabio and Marco to fix DTC warnings seen with
>    W=1 switch.
>  - Remove GPU subsystem nodes, as they are not needed by the etnaviv
>    driver anymore and have been removed from the binding.
>  - Add FIFO depth definition for i.MX25 SSI devices.
>  - Add missing '#sound-dai-cells' for sgtl5000 codec which is complained
>    by DTC.
>  - Miscellaneous and random updates.

Pulled into next/dt, thanks!

       Arnd

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

* [GIT PULL 2/6] i.MX SoC changes for 4.17
  2018-03-15 11:36 ` [GIT PULL 2/6] i.MX SoC changes " Shawn Guo
@ 2018-03-15 15:12   ` Arnd Bergmann
  2018-03-16  0:55     ` Shawn Guo
  0 siblings, 1 reply; 24+ messages in thread
From: Arnd Bergmann @ 2018-03-15 15:12 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo <shawnguo@kernel.org> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-4.17
>
> for you to fetch changes up to dee5dee2a5b285d20f55a4758d3a51349691eeea:
>
>   ARM: imx: Add basic msl support for imx6sll (2018-03-09 09:22:06 +0800)
>
> ----------------------------------------------------------------
> i.MX SoC changes for 4.17:
>  - Add i.MX 6SoloLiteLite (i.MX6SLL) SoC support on top of the existing
>    i.MX6SL platform code.
>  - Improve the SoC revision mapping by utilizing the MAJOR field of
>    ANATOP DIGPROG register.
>  - Add CPUIDLE_FLAG_TIMER_STOP flag for cpuidle ARM power off state,
>    so that we can use ARM generic timer for some i.MX6 SoC.
>  - Set low-power interrupt mask for i.MX25 to support STOP mode.
>  - Drop EPIT driver as there is no user of it.
>  - Simplify the error path of imx6_pm_get_base() a bit.

Pulled into next/soc. However, I need two fixups for bugs I ran into during
linux-next randconfig testing. Sending them out now, please Ack so
I can apply them directly.

       Arnd

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

* [GIT PULL 6/6] i.MX defconfig updates for 4.17
  2018-03-15 11:36 ` [GIT PULL 6/6] i.MX defconfig " Shawn Guo
@ 2018-03-15 15:21   ` Arnd Bergmann
  2018-03-15 22:48     ` Fabio Estevam
  2018-03-26 11:42   ` [GIT PULL v2 " Shawn Guo
  1 sibling, 1 reply; 24+ messages in thread
From: Arnd Bergmann @ 2018-03-15 15:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo <shawnguo@kernel.org> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-4.17
>
> for you to fetch changes up to e3e583e7a293ae3fddfe010ed30d80046ba87c86:
>
>   ARM: mxs_defconfig: Re-sync defconfig (2018-03-08 16:46:11 +0800)
>
> ----------------------------------------------------------------
> i.MX defconfig updates for 4.17:
>  - Re-sync defconfig files by running savedefconfig.

I didn't pull this one, it seems to remove some config symbols without
an explanation what happened to them:

-CONFIG_FHANDLE=y
-# CONFIG_ARM_THUMB is not set
-CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
-# CONFIG_DEVKMEM is not set
-CONFIG_NVMEM=y
-CONFIG_LOCKUP_DETECTOR=y
-CONFIG_TIMER_STATS=y

Can you have another look? I want to be sure that we don't
accidentally turn off something important when the respective
Kconfig symbol got renamed or it gained a dependency that
is no longer met.

Thanks,

         Arnd

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

* [GIT PULL 1/6] i.MX drivers updates for 4.17
  2018-03-15 11:36 [GIT PULL 1/6] i.MX drivers updates for 4.17 Shawn Guo
                   ` (4 preceding siblings ...)
  2018-03-15 11:36 ` [GIT PULL 6/6] i.MX defconfig " Shawn Guo
@ 2018-03-15 15:25 ` Arnd Bergmann
  2018-03-16  0:47   ` Shawn Guo
  5 siblings, 1 reply; 24+ messages in thread
From: Arnd Bergmann @ 2018-03-15 15:25 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo <shawnguo@kernel.org> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-4.17
>
> for you to fetch changes up to f40a1e3705be23e845fbeec66acf3a6582524145:
>
>   soc: imx: gpc: ARM power domain should be always-on (2018-02-12 13:07:48 +0800)
>
> ----------------------------------------------------------------
> i.MX drivers update for 4.17:
>  - Set GENPD_FLAG_ALWAYS_ON flag for ARM power domain to avoid incorrect
>    power state in sysfs pm_genpd_summary output.

Pulled into next/drivers. I can't really tell from the patch description whether
this is urgent or not. Can you confirm that we don't want this in 4.16 or older
kernels?

        Arnd

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

* [GIT PULL 5/6] Freescale arm64 device tree updates for 4.17
  2018-03-15 11:36 ` [GIT PULL 5/6] Freescale arm64 " Shawn Guo
@ 2018-03-15 15:29   ` Arnd Bergmann
  2018-03-16  1:56     ` Shawn Guo
  0 siblings, 1 reply; 24+ messages in thread
From: Arnd Bergmann @ 2018-03-15 15:29 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo <shawnguo@kernel.org> wrote:
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-4.17
>
> for you to fetch changes up to 4e017f1419397473cf3db6e9fa020013998b1aa4:
>
>   dt-bindings: ifc: Fix the unit address format in the examples (2018-03-12 15:38:49 +0800)
>
> ----------------------------------------------------------------
> Freescale arm64 device tree updates for 4.17:
>  - Move cpu_thermal device out of bus node to fix DTC simple_bus_reg
>    warning seen with W=1 switch.
>  - Fix IFC child nodes' unit-address to eliminate DTC simple_bus_reg
>    warnings.
>  - Add a dummy size memory 'reg' property for LS1046A device tree to
>    avoid unit_address_vs_reg DTC warning, and the real size will be
>    filled by bootloader.
>  - Update ls208xa-qds board device tree to fix unit_address_vs_reg
>    warnings with DSPI device.
>  - Add idle-states for LS1012A and LS1043A, and correct
>    arm,psci-suspend-param setting for already added idle-states.
>  - DPAA QBMan portal and watchdog device addition.

Pulled into next/dt

What's the status of the imx8 support? Do you plan to send another
pull request for that for 4.17, or are you still waiting for some
dependencies?

Thanks,

       Arnd

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

* [GIT PULL 4/6] i.MX device tree updates for 4.17
  2018-03-15 15:08   ` Arnd Bergmann
@ 2018-03-15 16:58     ` Arnd Bergmann
  2018-03-15 17:22       ` Fabio Estevam
  0 siblings, 1 reply; 24+ messages in thread
From: Arnd Bergmann @ 2018-03-15 16:58 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 15, 2018 at 4:08 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo <shawnguo@kernel.org> wrote:
>>  - A bunch of patches from Fabio and Marco to fix DTC warnings seen with
>>    W=1 switch.
>>  - Add missing '#sound-dai-cells' for sgtl5000 codec which is complained
>>    by DTC.

I still get a bunch of warnings in linux-next with your patches:

arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dtb: Warning
(chosen_node_stdout_path): /chosen:linux,stdout-path: Use
'stdout-path' instead
arch/arm/boot/dts/imx6q-phytec-mira-rdk-nand.dtb: Warning
(chosen_node_stdout_path): /chosen:linux,stdout-path: Use
'stdout-path' instead
arch/arm/boot/dts/imx6q-phytec-mira-rdk-emmc.dtb: Warning
(chosen_node_stdout_path): /chosen:linux,stdout-path: Use
'stdout-path' instead
arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dtb: Warning
(chosen_node_stdout_path): /chosen:linux,stdout-path: Use
'stdout-path' instead
arch/arm/boot/dts/imx6ul-isiot-emmc.dtb: Warning (sound_dai_property):
/sound/simple-audio-card,codec: Missing property '#sound-dai-cells' in
node /soc/aips-bus at 2100000/i2c at 21a0000/codec at a or bad phandle
(referred from sound-dai[0])
arch/arm/boot/dts/imx6ul-isiot-nand.dtb: Warning (sound_dai_property):
/sound/simple-audio-card,codec: Missing property '#sound-dai-cells' in
node /soc/aips-bus at 2100000/i2c at 21a0000/codec at a or bad phandle
(referred from sound-dai[0])

I hoped that they would be fixed with the pull request, but something
is still missing. Can you have another look? It should be related to
the fixes you already have.

       Arnd

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

* [GIT PULL 4/6] i.MX device tree updates for 4.17
  2018-03-15 16:58     ` Arnd Bergmann
@ 2018-03-15 17:22       ` Fabio Estevam
  2018-03-15 18:12         ` Fabio Estevam
  0 siblings, 1 reply; 24+ messages in thread
From: Fabio Estevam @ 2018-03-15 17:22 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd,

On Thu, Mar 15, 2018 at 1:58 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Thu, Mar 15, 2018 at 4:08 PM, Arnd Bergmann <arnd@arndb.de> wrote:
>> On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo <shawnguo@kernel.org> wrote:
>>>  - A bunch of patches from Fabio and Marco to fix DTC warnings seen with
>>>    W=1 switch.
>>>  - Add missing '#sound-dai-cells' for sgtl5000 codec which is complained
>>>    by DTC.
>
> I still get a bunch of warnings in linux-next with your patches:
>
> arch/arm/boot/dts/imx6dl-phytec-mira-rdk-nand.dtb: Warning
> (chosen_node_stdout_path): /chosen:linux,stdout-path: Use
> 'stdout-path' instead
> arch/arm/boot/dts/imx6q-phytec-mira-rdk-nand.dtb: Warning
> (chosen_node_stdout_path): /chosen:linux,stdout-path: Use
> 'stdout-path' instead
> arch/arm/boot/dts/imx6q-phytec-mira-rdk-emmc.dtb: Warning
> (chosen_node_stdout_path): /chosen:linux,stdout-path: Use
> 'stdout-path' instead
> arch/arm/boot/dts/imx6qp-phytec-mira-rdk-nand.dtb: Warning
> (chosen_node_stdout_path): /chosen:linux,stdout-path: Use
> 'stdout-path' instead
> arch/arm/boot/dts/imx6ul-isiot-emmc.dtb: Warning (sound_dai_property):
> /sound/simple-audio-card,codec: Missing property '#sound-dai-cells' in
> node /soc/aips-bus at 2100000/i2c at 21a0000/codec at a or bad phandle
> (referred from sound-dai[0])
> arch/arm/boot/dts/imx6ul-isiot-nand.dtb: Warning (sound_dai_property):
> /sound/simple-audio-card,codec: Missing property '#sound-dai-cells' in
> node /soc/aips-bus at 2100000/i2c at 21a0000/codec at a or bad phandle
> (referred from sound-dai[0])
>
> I hoped that they would be fixed with the pull request, but something
> is still missing. Can you have another look? It should be related to
> the fixes you already have.

My DTC warning patches were generated against Shaw's tree, which is
based on 4.16-rc1.

In his trees these warnings do not appear, so I haven't fixed them yet.

I can send more patches to fix the remaining i.MX DTC warnings against
linux-next, but that will probably be for 4.18.

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

* [GIT PULL 4/6] i.MX device tree updates for 4.17
  2018-03-15 17:22       ` Fabio Estevam
@ 2018-03-15 18:12         ` Fabio Estevam
  2018-03-16  1:30           ` Shawn Guo
  0 siblings, 1 reply; 24+ messages in thread
From: Fabio Estevam @ 2018-03-15 18:12 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 15, 2018 at 2:22 PM, Fabio Estevam <festevam@gmail.com> wrote:

> My DTC warning patches were generated against Shaw's tree, which is
> based on 4.16-rc1.
>
> In his trees these warnings do not appear, so I haven't fixed them yet.
>
> I can send more patches to fix the remaining i.MX DTC warnings against
> linux-next, but that will probably be for 4.18.

Just tried linux-next and I see that these warnings happen even
without building with W=1.

I will send some patches to fix them.

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

* [GIT PULL 6/6] i.MX defconfig updates for 4.17
  2018-03-15 15:21   ` Arnd Bergmann
@ 2018-03-15 22:48     ` Fabio Estevam
  2018-03-15 23:06       ` Fabio Estevam
  0 siblings, 1 reply; 24+ messages in thread
From: Fabio Estevam @ 2018-03-15 22:48 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd,

On Thu, Mar 15, 2018 at 12:21 PM, Arnd Bergmann <arnd@arndb.de> wrote:

> I didn't pull this one, it seems to remove some config symbols without
> an explanation what happened to them:
>
> -CONFIG_FHANDLE=y
> -# CONFIG_ARM_THUMB is not set
> -CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
> -# CONFIG_DEVKMEM is not set
> -CONFIG_NVMEM=y
> -CONFIG_LOCKUP_DETECTOR=y
> -CONFIG_TIMER_STATS=y
>
> Can you have another look? I want to be sure that we don't
> accidentally turn off something important when the respective
> Kconfig symbol got renamed or it gained a dependency that
> is no longer met.

I can take a look.

Which specific patch are you talking about?

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

* [GIT PULL 6/6] i.MX defconfig updates for 4.17
  2018-03-15 22:48     ` Fabio Estevam
@ 2018-03-15 23:06       ` Fabio Estevam
  0 siblings, 0 replies; 24+ messages in thread
From: Fabio Estevam @ 2018-03-15 23:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 15, 2018 at 7:48 PM, Fabio Estevam <festevam@gmail.com> wrote:
> Hi Arnd,
>
> On Thu, Mar 15, 2018 at 12:21 PM, Arnd Bergmann <arnd@arndb.de> wrote:
>
>> I didn't pull this one, it seems to remove some config symbols without
>> an explanation what happened to them:
>>
>> -CONFIG_FHANDLE=y
>> -# CONFIG_ARM_THUMB is not set
>> -CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
>> -# CONFIG_DEVKMEM is not set
>> -CONFIG_NVMEM=y
>> -CONFIG_LOCKUP_DETECTOR=y
>> -CONFIG_TIMER_STATS=y
>>
>> Can you have another look? I want to be sure that we don't
>> accidentally turn off something important when the respective
>> Kconfig symbol got renamed or it gained a dependency that
>> is no longer met.
>
> I can take a look.
>
> Which specific patch are you talking about?

I assume it is "ARM: mxs_defconfig: Re-sync defconfig".

Will generate a new version tomorrow.

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

* [GIT PULL 1/6] i.MX drivers updates for 4.17
  2018-03-15 15:25 ` [GIT PULL 1/6] i.MX drivers " Arnd Bergmann
@ 2018-03-16  0:47   ` Shawn Guo
  2018-03-16  1:22     ` Anson Huang
  0 siblings, 1 reply; 24+ messages in thread
From: Shawn Guo @ 2018-03-16  0:47 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 15, 2018 at 04:25:10PM +0100, Arnd Bergmann wrote:
> On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo <shawnguo@kernel.org> wrote:
> > The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
> >
> >   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
> >
> > are available in the git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-4.17
> >
> > for you to fetch changes up to f40a1e3705be23e845fbeec66acf3a6582524145:
> >
> >   soc: imx: gpc: ARM power domain should be always-on (2018-02-12 13:07:48 +0800)
> >
> > ----------------------------------------------------------------
> > i.MX drivers update for 4.17:
> >  - Set GENPD_FLAG_ALWAYS_ON flag for ARM power domain to avoid incorrect
> >    power state in sysfs pm_genpd_summary output.
> 
> Pulled into next/drivers. I can't really tell from the patch description whether
> this is urgent or not. Can you confirm that we don't want this in 4.16 or older
> kernels?

My understanding is that it's not so urgent or critical for older
kernels.  @Anson, let us know if you think differently.

Shawn

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

* [GIT PULL 2/6] i.MX SoC changes for 4.17
  2018-03-15 15:12   ` Arnd Bergmann
@ 2018-03-16  0:55     ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2018-03-16  0:55 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 15, 2018 at 04:12:33PM +0100, Arnd Bergmann wrote:
> On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo <shawnguo@kernel.org> wrote:
> > The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
> >
> >   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
> >
> > are available in the git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-4.17
> >
> > for you to fetch changes up to dee5dee2a5b285d20f55a4758d3a51349691eeea:
> >
> >   ARM: imx: Add basic msl support for imx6sll (2018-03-09 09:22:06 +0800)
> >
> > ----------------------------------------------------------------
> > i.MX SoC changes for 4.17:
> >  - Add i.MX 6SoloLiteLite (i.MX6SLL) SoC support on top of the existing
> >    i.MX6SL platform code.
> >  - Improve the SoC revision mapping by utilizing the MAJOR field of
> >    ANATOP DIGPROG register.
> >  - Add CPUIDLE_FLAG_TIMER_STOP flag for cpuidle ARM power off state,
> >    so that we can use ARM generic timer for some i.MX6 SoC.
> >  - Set low-power interrupt mask for i.MX25 to support STOP mode.
> >  - Drop EPIT driver as there is no user of it.
> >  - Simplify the error path of imx6_pm_get_base() a bit.
> 
> Pulled into next/soc. However, I need two fixups for bugs I ran into during
> linux-next randconfig testing. Sending them out now, please Ack so
> I can apply them directly.

Thanks for the fixups.  I have just Ack-ed them.

Shawn

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

* [GIT PULL 1/6] i.MX drivers updates for 4.17
  2018-03-16  0:47   ` Shawn Guo
@ 2018-03-16  1:22     ` Anson Huang
  0 siblings, 0 replies; 24+ messages in thread
From: Anson Huang @ 2018-03-16  1:22 UTC (permalink / raw)
  To: linux-arm-kernel



Anson Huang
Best Regards!


> -----Original Message-----
> From: Shawn Guo [mailto:shawnguo at kernel.org]
> Sent: Friday, March 16, 2018 8:47 AM
> To: Arnd Bergmann <arnd@arndb.de>
> Cc: arm-soc <arm@kernel.org>; Fabio Estevam <fabio.estevam@nxp.com>;
> Sascha Hauer <kernel@pengutronix.de>; dl-linux-imx <linux-imx@nxp.com>;
> Linux ARM <linux-arm-kernel@lists.infradead.org>; Anson Huang
> <anson.huang@nxp.com>; Lucas Stach <l.stach@pengutronix.de>; A.s. Dong
> <aisheng.dong@nxp.com>
> Subject: Re: [GIT PULL 1/6] i.MX drivers updates for 4.17
> 
> On Thu, Mar 15, 2018 at 04:25:10PM +0100, Arnd Bergmann wrote:
> > On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo <shawnguo@kernel.org>
> wrote:
> > > The following changes since commit
> 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
> > >
> > >   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
> > >
> > > are available in the git repository at:
> > >
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
> > > tags/imx-drivers-4.17
> > >
> > > for you to fetch changes up to
> f40a1e3705be23e845fbeec66acf3a6582524145:
> > >
> > >   soc: imx: gpc: ARM power domain should be always-on (2018-02-12
> > > 13:07:48 +0800)
> > >
> > > ----------------------------------------------------------------
> > > i.MX drivers update for 4.17:
> > >  - Set GENPD_FLAG_ALWAYS_ON flag for ARM power domain to avoid
> incorrect
> > >    power state in sysfs pm_genpd_summary output.
> >
> > Pulled into next/drivers. I can't really tell from the patch
> > description whether this is urgent or not. Can you confirm that we
> > don't want this in 4.16 or older kernels?
> 
> My understanding is that it's not so urgent or critical for older kernels.
> @Anson, let us know if you think differently.
> 
> Shawn

This patch is NOT critical from function perspective, so it is NOT urgent.

Anson.

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

* [GIT PULL 4/6] i.MX device tree updates for 4.17
  2018-03-15 18:12         ` Fabio Estevam
@ 2018-03-16  1:30           ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2018-03-16  1:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 15, 2018 at 03:12:03PM -0300, Fabio Estevam wrote:
> On Thu, Mar 15, 2018 at 2:22 PM, Fabio Estevam <festevam@gmail.com> wrote:
> 
> > My DTC warning patches were generated against Shaw's tree, which is
> > based on 4.16-rc1.
> >
> > In his trees these warnings do not appear, so I haven't fixed them yet.
> >
> > I can send more patches to fix the remaining i.MX DTC warnings against
> > linux-next, but that will probably be for 4.18.
> 
> Just tried linux-next and I see that these warnings happen even
> without building with W=1.

That should be because DTC gets upgraded to 1.4.6 on linux-next from
version 1.4.5 on 4.16-rc.

> I will send some patches to fix them.

I received the patches and will send them to Arnd in another pull
request.

Shawn

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

* [GIT PULL 5/6] Freescale arm64 device tree updates for 4.17
  2018-03-15 15:29   ` Arnd Bergmann
@ 2018-03-16  1:56     ` Shawn Guo
  0 siblings, 0 replies; 24+ messages in thread
From: Shawn Guo @ 2018-03-16  1:56 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 15, 2018 at 04:29:12PM +0100, Arnd Bergmann wrote:
> On Thu, Mar 15, 2018 at 12:36 PM, Shawn Guo <shawnguo@kernel.org> wrote:
> > The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
> >
> >   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
> >
> > are available in the git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-4.17
> >
> > for you to fetch changes up to 4e017f1419397473cf3db6e9fa020013998b1aa4:
> >
> >   dt-bindings: ifc: Fix the unit address format in the examples (2018-03-12 15:38:49 +0800)
> >
> > ----------------------------------------------------------------
> > Freescale arm64 device tree updates for 4.17:
> >  - Move cpu_thermal device out of bus node to fix DTC simple_bus_reg
> >    warning seen with W=1 switch.
> >  - Fix IFC child nodes' unit-address to eliminate DTC simple_bus_reg
> >    warnings.
> >  - Add a dummy size memory 'reg' property for LS1046A device tree to
> >    avoid unit_address_vs_reg DTC warning, and the real size will be
> >    filled by bootloader.
> >  - Update ls208xa-qds board device tree to fix unit_address_vs_reg
> >    warnings with DSPI device.
> >  - Add idle-states for LS1012A and LS1043A, and correct
> >    arm,psci-suspend-param setting for already added idle-states.
> >  - DPAA QBMan portal and watchdog device addition.
> 
> Pulled into next/dt
> 
> What's the status of the imx8 support? Do you plan to send another
> pull request for that for 4.17, or are you still waiting for some
> dependencies?

The i.MX8 platform/DT support depends on clock driver which hasn't been
ready for merge.  And even for platform/DT series, I haven't seen the
new version from Lucas, since we put quite some comments on v2.

Shawn

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

* [GIT PULL v2 6/6] i.MX defconfig updates for 4.17
  2018-03-15 11:36 ` [GIT PULL 6/6] i.MX defconfig " Shawn Guo
  2018-03-15 15:21   ` Arnd Bergmann
@ 2018-03-26 11:42   ` Shawn Guo
  2018-03-27 13:11     ` Arnd Bergmann
  1 sibling, 1 reply; 24+ messages in thread
From: Shawn Guo @ 2018-03-26 11:42 UTC (permalink / raw)
  To: linux-arm-kernel

Changes for v2:
 - Update commit log of patch "ARM: mxs_defconfig: Re-sync defconfig"
   to explain the option changes a bit.


The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

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

for you to fetch changes up to 8bc2c29b550c1c9bb923079cca13c4669572ce6a:

  ARM: mxs_defconfig: Re-sync defconfig (2018-03-26 19:23:47 +0800)

----------------------------------------------------------------
i.MX defconfig updates for 4.17:
 - Re-sync defconfig files by running savedefconfig.
 - Enable generic fsl-asoc-card driver for imx_v4_v5_defconfig.
 - Enable MAG3110 magnetometer sensor driver, AC97 and WM8962 codec
   driver, DA9062/63 PMIC, RTC and Watchdog support for
   imx_v6_v7_defconfig.

----------------------------------------------------------------
Anson Huang (1):
      ARM: imx_v6_v7_defconfig: select the CONFIG_CPUFREQ_DT

Fabio Estevam (6):
      ARM: imx_v6_v7_defconfig: Enable AC97 codec support
      ARM: imx_v6_v7_defconfig: Re-sync defconfig
      ARM: imx_v6_v7_defconfig: Select CONFIG_SND_SOC_WM8962 explicitly
      ARM: imx_v4_v5_defconfig: Re-sync defconfig
      ARM: imx_v4_v5_defconfig: Use the generic fsl-asoc-card driver
      ARM: mxs_defconfig: Re-sync defconfig

Marco Franchi (1):
      ARM: imx: Update imx_v6_v7_defconfig for mag3110 support

Peng Fan (1):
      ARM: imx_v6_v7_defconfig: enable OP-TEE

Stefan Riedmueller (1):
      ARM: imx_v6_v7_defconfig: Enable Dialog Semiconductor DA9062 driver

 arch/arm/configs/imx_v4_v5_defconfig |  9 +++------
 arch/arm/configs/imx_v6_v7_defconfig | 28 +++++++++++++++-------------
 arch/arm/configs/mxs_defconfig       | 14 ++++----------
 3 files changed, 22 insertions(+), 29 deletions(-)

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

* [GIT PULL v2 6/6] i.MX defconfig updates for 4.17
  2018-03-26 11:42   ` [GIT PULL v2 " Shawn Guo
@ 2018-03-27 13:11     ` Arnd Bergmann
  0 siblings, 0 replies; 24+ messages in thread
From: Arnd Bergmann @ 2018-03-27 13:11 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 26, 2018 at 1:42 PM, Shawn Guo <shawnguo@kernel.org> wrote:
> Changes for v2:
>  - Update commit log of patch "ARM: mxs_defconfig: Re-sync defconfig"
>    to explain the option changes a bit.

Pulled it into next/soc, replacing the old version now, thanks!

     Arnd

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

end of thread, other threads:[~2018-03-27 13:11 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-15 11:36 [GIT PULL 1/6] i.MX drivers updates for 4.17 Shawn Guo
2018-03-15 11:36 ` [GIT PULL 2/6] i.MX SoC changes " Shawn Guo
2018-03-15 15:12   ` Arnd Bergmann
2018-03-16  0:55     ` Shawn Guo
2018-03-15 11:36 ` [GIT PULL 3/6] i.MX device tree updates with new clock " Shawn Guo
2018-03-15 15:03   ` Arnd Bergmann
2018-03-15 11:36 ` [GIT PULL 4/6] i.MX device tree updates " Shawn Guo
2018-03-15 15:08   ` Arnd Bergmann
2018-03-15 16:58     ` Arnd Bergmann
2018-03-15 17:22       ` Fabio Estevam
2018-03-15 18:12         ` Fabio Estevam
2018-03-16  1:30           ` Shawn Guo
2018-03-15 11:36 ` [GIT PULL 5/6] Freescale arm64 " Shawn Guo
2018-03-15 15:29   ` Arnd Bergmann
2018-03-16  1:56     ` Shawn Guo
2018-03-15 11:36 ` [GIT PULL 6/6] i.MX defconfig " Shawn Guo
2018-03-15 15:21   ` Arnd Bergmann
2018-03-15 22:48     ` Fabio Estevam
2018-03-15 23:06       ` Fabio Estevam
2018-03-26 11:42   ` [GIT PULL v2 " Shawn Guo
2018-03-27 13:11     ` Arnd Bergmann
2018-03-15 15:25 ` [GIT PULL 1/6] i.MX drivers " Arnd Bergmann
2018-03-16  0:47   ` Shawn Guo
2018-03-16  1:22     ` Anson Huang

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.