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

The following changes since commit 57361846b52bc686112da6ca5368d11210796804:

  Linux 4.19-rc2 (2018-09-02 14:37:30 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8d8e3b7d8f06f69005d829d4a195b00ef976004b:

  soc: imx: gpcv2: Switch to SPDX identifier (2018-10-01 13:24:15 +0800)

----------------------------------------------------------------
i.MX drivers update for 4.20:
 - A couple of patches from Anson to update variable and macro naming
   in GPCv2 driver, as a preparation of reusing the driver on i.MX8.
 - Switch GPC/GPCv2 drivers to use SPDX identifier for licence claiming.
 - Clean up the unnecessary DT node name NULL pointer checking from
   imx-weim driver, since it can never be NULL at all.
 - A couple of improvements on GPC driver from Sven Schmitt to correct
   PDN register and use GPC_PGC_DOMAIN_* indexes for consistency.

----------------------------------------------------------------
Anson Huang (2):
      soc: imx: gpcv2: use A_CORE instread of A7 for more i.MX platforms
      soc: imx: gpcv2: make pgc driver more generic for other i.MX platforms

Fabio Estevam (2):
      soc: imx: gpc: Switch to SPDX identifier
      soc: imx: gpcv2: Switch to SPDX identifier

Rob Herring (1):
      bus: imx-weim: drop unnecessary DT node name NULL check

Sven Schmitt (2):
      soc: imx: gpc: fix PDN delay
      soc: imx: gpc: use GPC_PGC_DOMAIN_* indexes

 drivers/bus/imx-weim.c  |   3 --
 drivers/soc/imx/gpc.c   |  26 ++++++-------
 drivers/soc/imx/gpcv2.c | 100 ++++++++++++++++++++++++++----------------------
 3 files changed, 66 insertions(+), 63 deletions(-)

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

* [GIT PULL 2/5] i.MX SoC changes for 4.20
  2018-10-01  7:19 [GIT PULL 1/5] i.MX drivers updates for 4.20 Shawn Guo
@ 2018-10-01  7:20 ` Shawn Guo
  2018-10-01 14:02   ` Arnd Bergmann
  2018-10-01  7:20 ` [GIT PULL 3/5] i.MX device tree updates " Shawn Guo
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 14+ messages in thread
From: Shawn Guo @ 2018-10-01  7:20 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 57361846b52bc686112da6ca5368d11210796804:

  Linux 4.19-rc2 (2018-09-02 14:37:30 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c90dec00cc84942614bc41f75dc24a87b6d5763b:

  ARM: imx: add i.mx6ulz msl support (2018-09-30 15:31:40 +0800)

----------------------------------------------------------------
i.MX SoC update for 4.20:
 - Add ipg clock support in MMDC driver for registers access, so that
   we will be safe even if the clock is not turned on by firmware.
 - Register pm_power_off handler to provide power off support for iMX6
   based boards with external PMIC.
 - Add platform code support for i.MX 6ULZ SoC which is a derivative of
   i.MX6ULL with some modules removed.

----------------------------------------------------------------
Anson Huang (2):
      ARM: imx: add mmdc ipg clock operation for mmdc
      ARM: imx: add i.mx6ulz msl support

Oleksij Rempel (1):
      ARM: imx6: register pm_power_off handler if "fsl,pmic-stby-poweroff" is set

 arch/arm/mach-imx/anatop.c  | 20 ++++++++++++++++++++
 arch/arm/mach-imx/cpu.c     |  3 +++
 arch/arm/mach-imx/mmdc.c    | 14 ++++++++++++++
 arch/arm/mach-imx/mxc.h     |  7 +++++++
 arch/arm/mach-imx/pm-imx6.c | 29 +++++++++++++++++++++++++++--
 5 files changed, 71 insertions(+), 2 deletions(-)

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

* [GIT PULL 3/5] i.MX device tree updates for 4.20
  2018-10-01  7:19 [GIT PULL 1/5] i.MX drivers updates for 4.20 Shawn Guo
  2018-10-01  7:20 ` [GIT PULL 2/5] i.MX SoC changes " Shawn Guo
@ 2018-10-01  7:20 ` Shawn Guo
  2018-10-02  9:41   ` Arnd Bergmann
  2018-10-01  7:20 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 14+ messages in thread
From: Shawn Guo @ 2018-10-01  7:20 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 57361846b52bc686112da6ca5368d11210796804:

  Linux 4.19-rc2 (2018-09-02 14:37:30 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 04007fe4c65f4cf3133dd256d9fd82169b7f2f22:

  ARM: dts: imx: add i.mx6ulz and i.mx6ulz 14x14 evk support (2018-09-30 15:32:18 +0800)

----------------------------------------------------------------
i.MX device tree update for 4.20:
 - New board support: Engicam's i.Core MX6 CPU module v1.5; ConnectCore
   6UL Single Board Computer (SBC) Pro; i.MX6 ULZ based EVK board.
 - Add Add SFF interface support for vf610-zii board.
 - Disable unneeded devices like VPU and internal watchdog for imx51-zii
   boards.
 - Add 'no-sdio' and 'no-sd' property for vf610-zii-cfu1 board.
 - Improve i.MX6 SLL GPIO support by adding gpio-ranges property and
   clocks information.
 - Update iomux header for i.MX7 Solo and i.MX6 ULL.
 - Enable GPIO buttons as wakeup source for imx7d-sdb and imx6sx-sdb.
 - Add GPIO keys and egalax touch screen support for imx6qdl-sabreauto.
 - Switch to use SPDX-License-Identifier for more boards - vf610-twr,
   imx7s-warp, Engicam boards.
 - Add device tree bindings of 'fsl,pmic-stby-poweroff' property and add
   the support for i.MX6 RIoTboard.
 - DTC has new checks for SPI buses which will be landed on 4.20.
   A patch from Rob to fix those 100+ warnings on i.MX boards. (Thanks!)
 - Switch i.MX7 device tree to use updated coresight binding for
   hardware ports.
 - Misc small or random update and cleanup.

----------------------------------------------------------------
Alex Gonzalez (1):
      ARM: dts: imx6ul: Add DTS for ConnectCore 6UL SBC Pro

Andrew Lunn (1):
      ARM: dts: vf610-zii-cfu1: Add SFF interface to switch

Anson Huang (16):
      ARM: dts: imx6sll: add gpio-ranges property
      ARM: dts: imx7ulp: update pinfunc header file
      ARM: dts: imx7s: remove snvs_poweroff node
      ARM: dts: imx6sll: add gpio clocks
      ARM: dts: imx6ull-14x14-evk: correct machine model name
      dt-bindings: arm: add missing compatible for i.MX boards
      ARM: dts: imx7d-sdb: enable gpio buttons as wakeup source
      ARM: dts: imx6sx-sdb: enable gpio buttons as wakeup source
      ARM: dts: imx7s: enable cpuidle driver
      ARM: dts: imx6ull: update iomux header
      ARM: dts: imx6qdl-sabreauto: add gpio keys support
      ARM: dts: imx6qdl-sabreauto: add egalax touch screen support
      ARM: dts: imx6ull: update vdd_soc voltage for 900MHz operating point
      ARM: dts: imx6ul: use nvmem-cells for cpu speed grading
      dt-bindings: arm: add compatible for i.MX6ULZ 14x14 EVK board
      ARM: dts: imx: add i.mx6ulz and i.mx6ulz 14x14 evk support

Esben Haabendal (1):
      ARM: dts: ls1021a: Enable I2C DMA support

Fabio Estevam (13):
      ARM: dts: imx51-babbage: Add MC13892 ADC support
      ARM: dts: imx6ul: Enable the PMU node
      ARM: dts: imx51: Add label for VPU node
      ARM: dts: imx51-zii-scu3-esb: Disable VPU
      ARM: dts: imx51-zii-scu2-mezz: Disable VPU
      ARM: dts: imx51-zii-scu2-mezz: Disable the internal watchdog
      ARM: dts: vf610-zii-cfu1: Pass the 'no-sdio' property
      ARM: dts: vf610-zii-cfu1: Pass the 'no-sd' property
      ARM: dts: imx51-zii-rdu1: Fix the rtc compatible string
      ARM: dts: imx6qdl-zii-rdu2: Disable the internal RTC
      ARM: dts: vf: Switch to SPDX identifier
      ARM: dts: vf610-twr: Switch to SPDX identifier
      ARM: dts: imx53-ppd: Remove 'num-chipselects' property

Jacopo Mondi (2):
      ARM: dts: imx6qdl: Add Engicam i.Core 1.5 MX6
      ARM: dts: imx6q-icore-mipi: Use 1.5 version of i.Core MX6

Jagan Teki (3):
      ARM: dts: imx: Switch Engicam boards to use SPDX identifier
      ARM: dts: imx6ul-isiot: Move node definitions into dtsi
      ARM: dts: i.MX6: Use consistent node names for Engicam files

Oleksij Rempel (3):
      ARM: dts: imx7s: add i.MX7 messaging unit support
      dt-bindings: imx6q-clock: add new fsl,pmic-stby-poweroff property
      ARM: dts: imx6: RIoTboard provide standby on power off option

Pierre-Jean Texier (2):
      ARM: dts: imx7s-warp: enable i2c3 device support
      ARM: dts: imx7s-warp: use SPDX-License-Identifier

Prabhakar Kushwaha (1):
      ARM: dts: Add big-endian in nor node for ls1021a

Rob Herring (1):
      ARM: dts: imx: Fix SPI bus warnings

Russell King (1):
      ARM: dts: vf610-zii-dev-rev-c: add support for one SFF module

Stefan Agner (1):
      ARM: dts: imx6q-apalis: mux RESET_MOCI# signal

Suzuki K Poulose (1):
      ARM: dts: imx7: Update coresight binding for hardware ports

S?bastien Szymanski (2):
      ARM: dts: imx6ull: keep IMX6UL_ prefix for signals on both i.MX6UL and i.MX6ULL
      ARM: dts: imx6ul: Add weim node

Tuomas Tynkkynen (1):
      ARM: dts: imx6qdl-wandboard: Add stdout-path

 Documentation/devicetree/bindings/arm/fsl.txt      |  44 +++
 .../devicetree/bindings/clock/imx6q-clock.txt      |   8 +
 arch/arm/boot/dts/Makefile                         |   4 +-
 arch/arm/boot/dts/imx1.dtsi                        |   4 +-
 arch/arm/boot/dts/imx23-evk.dts                    |   2 +-
 arch/arm/boot/dts/imx23-olinuxino.dts              |   4 +-
 arch/arm/boot/dts/imx23-sansa.dts                  |   4 +-
 arch/arm/boot/dts/imx23-stmp378x_devb.dts          |   2 +-
 arch/arm/boot/dts/imx23-xfi3.dts                   |   4 +-
 arch/arm/boot/dts/imx23.dtsi                       |   4 +-
 arch/arm/boot/dts/imx25.dtsi                       |   6 +-
 arch/arm/boot/dts/imx27.dtsi                       |   6 +-
 arch/arm/boot/dts/imx28-apf28dev.dts               |   4 +-
 arch/arm/boot/dts/imx28-apx4devkit.dts             |   4 +-
 arch/arm/boot/dts/imx28-cfa10036.dts               |   2 +-
 arch/arm/boot/dts/imx28-duckbill-2-485.dts         |   4 +-
 arch/arm/boot/dts/imx28-duckbill-2-enocean.dts     |   4 +-
 arch/arm/boot/dts/imx28-duckbill-2-spi.dts         |   4 +-
 arch/arm/boot/dts/imx28-duckbill-2.dts             |   4 +-
 arch/arm/boot/dts/imx28-duckbill.dts               |   4 +-
 arch/arm/boot/dts/imx28-evk.dts                    |   6 +-
 arch/arm/boot/dts/imx28-m28cu3.dts                 |   4 +-
 arch/arm/boot/dts/imx28-m28evk.dts                 |   4 +-
 arch/arm/boot/dts/imx28-sps1.dts                   |   4 +-
 arch/arm/boot/dts/imx28-ts4600.dts                 |   2 +-
 arch/arm/boot/dts/imx28.dtsi                       |   8 +-
 arch/arm/boot/dts/imx31.dtsi                       |   4 +-
 arch/arm/boot/dts/imx35.dtsi                       |   4 +-
 arch/arm/boot/dts/imx50.dtsi                       |   6 +-
 arch/arm/boot/dts/imx51-babbage.dts                |   1 +
 arch/arm/boot/dts/imx51-zii-rdu1.dts               |   2 +-
 arch/arm/boot/dts/imx51-zii-scu2-mezz.dts          |   8 +
 arch/arm/boot/dts/imx51-zii-scu3-esb.dts           |   4 +
 arch/arm/boot/dts/imx51.dtsi                       |   8 +-
 arch/arm/boot/dts/imx53-ppd.dts                    |   1 -
 arch/arm/boot/dts/imx53.dtsi                       |   6 +-
 arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts       |   2 +-
 arch/arm/boot/dts/imx6dl-icore-mipi.dts            |   2 +-
 arch/arm/boot/dts/imx6dl-icore-rqs.dts             |  38 +-
 arch/arm/boot/dts/imx6dl-icore.dts                 |  38 +-
 arch/arm/boot/dts/imx6dl-riotboard.dts             |   5 +
 arch/arm/boot/dts/imx6q-apalis-eval.dts            |   2 +
 arch/arm/boot/dts/imx6q-apalis-ixora-v1.1.dts      |   2 +
 arch/arm/boot/dts/imx6q-apalis-ixora.dts           |   2 +
 arch/arm/boot/dts/imx6q-icore-mipi.dts             |   6 +-
 arch/arm/boot/dts/imx6q-icore-ofcap10.dts          |  38 +-
 arch/arm/boot/dts/imx6q-icore-ofcap12.dts          |  38 +-
 arch/arm/boot/dts/imx6q-icore-rqs.dts              |  39 +--
 arch/arm/boot/dts/imx6q-icore.dts                  |  38 +-
 arch/arm/boot/dts/imx6q.dtsi                       |   2 +-
 arch/arm/boot/dts/imx6qdl-apalis.dtsi              |   4 -
 arch/arm/boot/dts/imx6qdl-icore-1.5.dtsi           |  34 ++
 arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi           |  41 +--
 arch/arm/boot/dts/imx6qdl-icore.dtsi               |  42 +--
 arch/arm/boot/dts/imx6qdl-sabreauto.dtsi           |  67 ++++
 arch/arm/boot/dts/imx6qdl-wandboard.dtsi           |   4 +
 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi            |   4 +
 arch/arm/boot/dts/imx6qdl.dtsi                     |   8 +-
 arch/arm/boot/dts/imx6sl.dtsi                      |   8 +-
 arch/arm/boot/dts/imx6sll.dtsi                     |  31 ++
 arch/arm/boot/dts/imx6sx-sdb.dtsi                  |   2 +
 arch/arm/boot/dts/imx6sx.dtsi                      |  14 +-
 arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts        | 390 +++++++++++++++++++++
 arch/arm/boot/dts/imx6ul-geam.dts                  |  40 +--
 arch/arm/boot/dts/imx6ul-isiot-emmc.dts            |  61 +---
 arch/arm/boot/dts/imx6ul-isiot-nand.dts            |  63 +---
 arch/arm/boot/dts/imx6ul-isiot.dtsi                |  90 +++--
 arch/arm/boot/dts/imx6ul.dtsi                      |  28 +-
 arch/arm/boot/dts/imx6ull-14x14-evk.dts            |   2 +-
 arch/arm/boot/dts/imx6ull-pinfunc.h                |  39 ++-
 arch/arm/boot/dts/imx6ull.dtsi                     |   2 +-
 arch/arm/boot/dts/imx6ulz-14x14-evk.dts            |  20 ++
 arch/arm/boot/dts/imx6ulz.dtsi                     |  38 ++
 arch/arm/boot/dts/imx7d-sdb.dts                    |   2 +
 arch/arm/boot/dts/imx7d.dtsi                       |  15 +-
 arch/arm/boot/dts/imx7s-warp.dts                   |  53 +--
 arch/arm/boot/dts/imx7s.dtsi                       | 131 ++++---
 arch/arm/boot/dts/imx7ulp-pinfunc.h                |  16 +-
 arch/arm/boot/dts/ls1021a-qds.dts                  |   2 +
 arch/arm/boot/dts/ls1021a-twr.dts                  |   2 +
 arch/arm/boot/dts/ls1021a.dtsi                     |  12 +-
 arch/arm/boot/dts/vf500.dtsi                       |  43 +--
 arch/arm/boot/dts/vf610-twr.dts                    |  43 +--
 arch/arm/boot/dts/vf610-zii-cfu1.dts               |  30 ++
 arch/arm/boot/dts/vf610-zii-dev-rev-c.dts          |  44 ++-
 arch/arm/boot/dts/vf610.dtsi                       |  44 +--
 arch/arm/boot/dts/vfxxx.dtsi                       |  55 +--
 87 files changed, 1081 insertions(+), 889 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx6qdl-icore-1.5.dtsi
 create mode 100644 arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts
 create mode 100644 arch/arm/boot/dts/imx6ulz-14x14-evk.dts
 create mode 100644 arch/arm/boot/dts/imx6ulz.dtsi

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

* [GIT PULL 4/5] Freescale arm64 device tree updates for 4.20
  2018-10-01  7:19 [GIT PULL 1/5] i.MX drivers updates for 4.20 Shawn Guo
  2018-10-01  7:20 ` [GIT PULL 2/5] i.MX SoC changes " Shawn Guo
  2018-10-01  7:20 ` [GIT PULL 3/5] i.MX device tree updates " Shawn Guo
@ 2018-10-01  7:20 ` Shawn Guo
  2018-10-02  9:42   ` Arnd Bergmann
  2018-10-01  7:20 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
  2018-10-02  8:17 ` [GIT PULL 1/5] i.MX drivers " Arnd Bergmann
  4 siblings, 1 reply; 14+ messages in thread
From: Shawn Guo @ 2018-10-01  7:20 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 57361846b52bc686112da6ca5368d11210796804:

  Linux 4.19-rc2 (2018-09-02 14:37:30 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b739c177e1aeab532f355493439a1901b85be38c:

  arm64: dts: fsl: Fix I2C and SPI bus warnings (2018-09-26 17:01:53 +0800)

----------------------------------------------------------------
Freescale arm64 device tree update for 4.20:
 - Add the second Dual UART device for LS208xA SoCs.
 - Add necessary big-endian property for NOR device on LS104xA based
   boards, remove unneeded big-endian property from IFC controller.
 - DTC has new checks for I2C and SPI buses to land into 4.20.  A patch
   from Rob to fix the bus node names and warnings in unit-addresses.

----------------------------------------------------------------
Kurt Kanzenbach (1):
      arm64: dts: ls208xa: add second duart

Prabhakar Kushwaha (2):
      arm64: dts: Add big-endian in nor node for ls104xa
      arm64: dts: fsl: remove big-endian field from IFC controller

Rob Herring (1):
      arm64: dts: fsl: Fix I2C and SPI bus warnings

 arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi    |  2 +-
 arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts |  2 ++
 arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts |  2 ++
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi    |  8 ++++----
 arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts |  2 ++
 arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts |  4 ++--
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi    |  6 +++---
 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi    | 20 ++++++++++++++++++--
 8 files changed, 34 insertions(+), 12 deletions(-)

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

* [GIT PULL 5/5] i.MX defconfig updates for 4.20
  2018-10-01  7:19 [GIT PULL 1/5] i.MX drivers updates for 4.20 Shawn Guo
                   ` (2 preceding siblings ...)
  2018-10-01  7:20 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
@ 2018-10-01  7:20 ` Shawn Guo
  2018-10-01 15:58   ` Arnd Bergmann
  2018-10-02  8:17 ` [GIT PULL 1/5] i.MX drivers " Arnd Bergmann
  4 siblings, 1 reply; 14+ messages in thread
From: Shawn Guo @ 2018-10-01  7:20 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 57361846b52bc686112da6ca5368d11210796804:

  Linux 4.19-rc2 (2018-09-02 14:37:30 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 97089dfa3dffe9038d11ee26fca47e8953cce647:

  ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL (2018-09-12 09:23:59 +0800)

----------------------------------------------------------------
i.MX defconfig update for 4.20:
 - A series from Fabio to synchronize i.MX defconfig files with
   savedefconfig.
 - Enable CONFIG_TMPFS_POSIX_ACL to fix ACL applying failures seen with
   starting weston from sddm as unprivileged user.
 - Enable MC13783/MC13892 ADC driver by default.
 - Select CONFIG_ARM_CPUIDLE by default to support generic ARM cpuidle
   driver which is useful for i.MX platforms like i.MX7S/D.
 - Built in usbnet drivers to support NFS mount via USB Ethernet dongle
   on SoCs which have no native Ethernet controller, such as i.MX6 SLL
   and i.MX7 ULP.

----------------------------------------------------------------
Anson Huang (1):
      ARM: imx_v6_v7_defconfig: select CONFIG_ARM_CPUIDLE by default

Fabio Estevam (5):
      ARM: imx_v6_v7_defconfig: Select CONFIG_SENSORS_MC13783_ADC
      ARM: imx_v6_v7_defconfig: Re-sync defconfig
      ARM: mxs_defconfig: Re-sync defconfig
      ARM: imx_v4_v5_defconfig: Re-sync defconfig
      ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL

Leonard Crestez (1):
      ARM: imx_v6_v7_defconfig: Make usbnet drivers builtin for boot

Robin Gong (1):
      ARM: imx_v6_v7_defconfig: add CONFIG_FW_LOADER_USER_HELPER

 arch/arm/configs/imx_v4_v5_defconfig | 18 +++++++---------
 arch/arm/configs/imx_v6_v7_defconfig | 41 ++++++++++++++++++++----------------
 arch/arm/configs/mxs_defconfig       | 19 +++++++----------
 3 files changed, 39 insertions(+), 39 deletions(-)

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

* [GIT PULL 2/5] i.MX SoC changes for 4.20
  2018-10-01  7:20 ` [GIT PULL 2/5] i.MX SoC changes " Shawn Guo
@ 2018-10-01 14:02   ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2018-10-01 14:02 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 1, 2018 at 9:20 AM Shawn Guo <shawnguo@kernel.org> wrote:
>
> The following changes since commit 57361846b52bc686112da6ca5368d11210796804:
>
>   Linux 4.19-rc2 (2018-09-02 14:37:30 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-4.20
>
> for you to fetch changes up to c90dec00cc84942614bc41f75dc24a87b6d5763b:
>
>   ARM: imx: add i.mx6ulz msl support (2018-09-30 15:31:40 +0800)
>
> ----------------------------------------------------------------
> i.MX SoC update for 4.20:
>  - Add ipg clock support in MMDC driver for registers access, so that
>    we will be safe even if the clock is not turned on by firmware.
>  - Register pm_power_off handler to provide power off support for iMX6
>    based boards with external PMIC.
>  - Add platform code support for i.MX 6ULZ SoC which is a derivative of
>    i.MX6ULL with some modules removed.

Pulled into next/soc, thanks!

      Arnd

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

* [GIT PULL 5/5] i.MX defconfig updates for 4.20
  2018-10-01  7:20 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
@ 2018-10-01 15:58   ` Arnd Bergmann
  2018-10-03 14:15     ` Fabio Estevam
  0 siblings, 1 reply; 14+ messages in thread
From: Arnd Bergmann @ 2018-10-01 15:58 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 1, 2018 at 9:21 AM Shawn Guo <shawnguo@kernel.org> wrote:
>
>       ARM: imx_v6_v7_defconfig: Re-sync defconfig
>       ARM: mxs_defconfig: Re-sync defconfig
>       ARM: imx_v4_v5_defconfig: Re-sync defconfig

Hi Shawn, Fabio,

these patches introduce a couple of changes that should be split out
from 'Re-sync defconfig':

-CONFIG_USB_CHIPIDEA_ULPI=y
-CONFIG_USB_ULPI_BUS=y
-# CONFIG_ARM_UNWIND is not set
-CONFIG_FRAMEBUFFER_CONSOLE=y
-# CONFIG_ARM_THUMB is not set

Please add explanations for why we don't set those
any more, and keep them separate from patches that
just move options around.

        Arnd

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

* [GIT PULL 1/5] i.MX drivers updates for 4.20
  2018-10-01  7:19 [GIT PULL 1/5] i.MX drivers updates for 4.20 Shawn Guo
                   ` (3 preceding siblings ...)
  2018-10-01  7:20 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
@ 2018-10-02  8:17 ` Arnd Bergmann
  4 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2018-10-02  8:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 1, 2018 at 9:20 AM Shawn Guo <shawnguo@kernel.org> wrote:
>
> The following changes since commit 57361846b52bc686112da6ca5368d11210796804:
>
>   Linux 4.19-rc2 (2018-09-02 14:37:30 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-drivers-4.20
>
> for you to fetch changes up to 8d8e3b7d8f06f69005d829d4a195b00ef976004b:
>
>   soc: imx: gpcv2: Switch to SPDX identifier (2018-10-01 13:24:15 +0800)
>
> ----------------------------------------------------------------
> i.MX drivers update for 4.20:
>  - A couple of patches from Anson to update variable and macro naming
>    in GPCv2 driver, as a preparation of reusing the driver on i.MX8.
>  - Switch GPC/GPCv2 drivers to use SPDX identifier for licence claiming.
>  - Clean up the unnecessary DT node name NULL pointer checking from
>    imx-weim driver, since it can never be NULL at all.
>  - A couple of improvements on GPC driver from Sven Schmitt to correct
>    PDN register and use GPC_PGC_DOMAIN_* indexes for consistency.

Pulled into next/drivers, thanks!

      Arnd

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

* [GIT PULL 3/5] i.MX device tree updates for 4.20
  2018-10-01  7:20 ` [GIT PULL 3/5] i.MX device tree updates " Shawn Guo
@ 2018-10-02  9:41   ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2018-10-02  9:41 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 1, 2018 at 9:20 AM Shawn Guo <shawnguo@kernel.org> wrote:
>
> ----------------------------------------------------------------
> i.MX device tree update for 4.20:
>  - New board support: Engicam's i.Core MX6 CPU module v1.5; ConnectCore
>    6UL Single Board Computer (SBC) Pro; i.MX6 ULZ based EVK board.
>  - Add Add SFF interface support for vf610-zii board.
>  - Disable unneeded devices like VPU and internal watchdog for imx51-zii
>    boards.
>  - Add 'no-sdio' and 'no-sd' property for vf610-zii-cfu1 board.
>  - Improve i.MX6 SLL GPIO support by adding gpio-ranges property and
>    clocks information.
>  - Update iomux header for i.MX7 Solo and i.MX6 ULL.
>  - Enable GPIO buttons as wakeup source for imx7d-sdb and imx6sx-sdb.
>  - Add GPIO keys and egalax touch screen support for imx6qdl-sabreauto.
>  - Switch to use SPDX-License-Identifier for more boards - vf610-twr,
>    imx7s-warp, Engicam boards.
>  - Add device tree bindings of 'fsl,pmic-stby-poweroff' property and add
>    the support for i.MX6 RIoTboard.
>  - DTC has new checks for SPI buses which will be landed on 4.20.
>    A patch from Rob to fix those 100+ warnings on i.MX boards. (Thanks!)
>  - Switch i.MX7 device tree to use updated coresight binding for
>    hardware ports.
>  - Misc small or random update and cleanup.

Pulled into next/dt, thanks!

      Arnd

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

* [GIT PULL 4/5] Freescale arm64 device tree updates for 4.20
  2018-10-01  7:20 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
@ 2018-10-02  9:42   ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2018-10-02  9:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 1, 2018 at 9:21 AM Shawn Guo <shawnguo@kernel.org> wrote:
>
> ----------------------------------------------------------------
> Freescale arm64 device tree update for 4.20:
>  - Add the second Dual UART device for LS208xA SoCs.
>  - Add necessary big-endian property for NOR device on LS104xA based
>    boards, remove unneeded big-endian property from IFC controller.
>  - DTC has new checks for I2C and SPI buses to land into 4.20.  A patch
>    from Rob to fix the bus node names and warnings in unit-addresses.

Pulled into next/dt64, thanks!

      Arnd

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

* [GIT PULL 5/5] i.MX defconfig updates for 4.20
  2018-10-01 15:58   ` Arnd Bergmann
@ 2018-10-03 14:15     ` Fabio Estevam
  2018-10-03 15:38       ` Arnd Bergmann
  0 siblings, 1 reply; 14+ messages in thread
From: Fabio Estevam @ 2018-10-03 14:15 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd,

On Mon, Oct 1, 2018 at 1:26 PM Arnd Bergmann <arnd@arndb.de> wrote:

> Please add explanations for why we don't set those
> any more, and keep them separate from patches that
> just move options around.

I did as suggested and sent a v2.

Thanks

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

* [GIT PULL 5/5] i.MX defconfig updates for 4.20
  2018-10-03 14:15     ` Fabio Estevam
@ 2018-10-03 15:38       ` Arnd Bergmann
  2018-10-05 13:30         ` Shawn Guo
  0 siblings, 1 reply; 14+ messages in thread
From: Arnd Bergmann @ 2018-10-03 15:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Oct 3, 2018 at 4:15 PM Fabio Estevam <festevam@gmail.com> wrote:
>
> Hi Arnd,
>
> On Mon, Oct 1, 2018 at 1:26 PM Arnd Bergmann <arnd@arndb.de> wrote:
>
> > Please add explanations for why we don't set those
> > any more, and keep them separate from patches that
> > just move options around.
>
> I did as suggested and sent a v2.

Looks good, thanks for respinning these.

       Arnd

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

* [GIT PULL 5/5] i.MX defconfig updates for 4.20
  2018-10-03 15:38       ` Arnd Bergmann
@ 2018-10-05 13:30         ` Shawn Guo
  2018-10-11 13:24           ` Arnd Bergmann
  0 siblings, 1 reply; 14+ messages in thread
From: Shawn Guo @ 2018-10-05 13:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Oct 03, 2018 at 05:38:11PM +0200, Arnd Bergmann wrote:
> On Wed, Oct 3, 2018 at 4:15 PM Fabio Estevam <festevam@gmail.com> wrote:
> >
> > Hi Arnd,
> >
> > On Mon, Oct 1, 2018 at 1:26 PM Arnd Bergmann <arnd@arndb.de> wrote:
> >
> > > Please add explanations for why we don't set those
> > > any more, and keep them separate from patches that
> > > just move options around.
> >
> > I did as suggested and sent a v2.
> 
> Looks good, thanks for respinning these.

Arnd,

I just updated the pull request with v2 patches from Fabio.  Please pull
again, thanks.

Shawn


The following changes since commit 57361846b52bc686112da6ca5368d11210796804:

  Linux 4.19-rc2 (2018-09-02 14:37:30 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 35d3cbe84544da74e39e1cec01374092467e3119:

  ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL (2018-10-05 21:19:22 +0800)

----------------------------------------------------------------
i.MX defconfig update for 4.20:
 - A series from Fabio to synchronize i.MX defconfig files with
   savedefconfig.
 - Enable CONFIG_TMPFS_POSIX_ACL to fix ACL applying failures seen with
   starting weston from sddm as unprivileged user.
 - Enable MC13783/MC13892 ADC driver by default.
 - Select CONFIG_ARM_CPUIDLE by default to support generic ARM cpuidle
   driver which is useful for i.MX platforms like i.MX7S/D.
 - Built in usbnet drivers to support NFS mount via USB Ethernet dongle
   on SoCs which have no native Ethernet controller, such as i.MX6 SLL
   and i.MX7 ULP.

----------------------------------------------------------------
Anson Huang (1):
      ARM: imx_v6_v7_defconfig: select CONFIG_ARM_CPUIDLE by default

Fabio Estevam (8):
      ARM: imx_v6_v7_defconfig: Select CONFIG_SENSORS_MC13783_ADC
      ARM: imx_v6_v7_defconfig: Re-sync defconfig
      ARM: imx_v6_v7_defconfig: Remove unneeded options
      ARM: mxs_defconfig: Re-sync defconfig
      ARM: mxs_defconfig: Remove unneeded options
      ARM: imx_v4_v5_defconfig: Re-sync defconfig
      ARM: imx_v4_v5_defconfig: Remove unneeded options
      ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL

Leonard Crestez (1):
      ARM: imx_v6_v7_defconfig: Make usbnet drivers builtin for boot

Robin Gong (1):
      ARM: imx_v6_v7_defconfig: add CONFIG_FW_LOADER_USER_HELPER

 arch/arm/configs/imx_v4_v5_defconfig | 18 +++++++---------
 arch/arm/configs/imx_v6_v7_defconfig | 41 ++++++++++++++++++++----------------
 arch/arm/configs/mxs_defconfig       | 19 +++++++----------
 3 files changed, 39 insertions(+), 39 deletions(-)

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

* [GIT PULL 5/5] i.MX defconfig updates for 4.20
  2018-10-05 13:30         ` Shawn Guo
@ 2018-10-11 13:24           ` Arnd Bergmann
  0 siblings, 0 replies; 14+ messages in thread
From: Arnd Bergmann @ 2018-10-11 13:24 UTC (permalink / raw)
  To: linux-arm-kernel

On 10/5/18, Shawn Guo <shawnguo@kernel.org> wrote:
> On Wed, Oct 03, 2018 at 05:38:11PM +0200, Arnd Bergmann wrote:
>> On Wed, Oct 3, 2018 at 4:15 PM Fabio Estevam <festevam@gmail.com> wrote:
>> >
>> > Hi Arnd,
>> >
>> > On Mon, Oct 1, 2018 at 1:26 PM Arnd Bergmann <arnd@arndb.de> wrote:
>> >
>> > > Please add explanations for why we don't set those
>> > > any more, and keep them separate from patches that
>> > > just move options around.
>> >
>> > I did as suggested and sent a v2.
>>
>> Looks good, thanks for respinning these.
>
> Arnd,
>
> I just updated the pull request with v2 patches from Fabio.  Please pull
> again, thanks.


Pulled into next/defconfig now. Thanks!

     Arnd

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

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

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-01  7:19 [GIT PULL 1/5] i.MX drivers updates for 4.20 Shawn Guo
2018-10-01  7:20 ` [GIT PULL 2/5] i.MX SoC changes " Shawn Guo
2018-10-01 14:02   ` Arnd Bergmann
2018-10-01  7:20 ` [GIT PULL 3/5] i.MX device tree updates " Shawn Guo
2018-10-02  9:41   ` Arnd Bergmann
2018-10-01  7:20 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
2018-10-02  9:42   ` Arnd Bergmann
2018-10-01  7:20 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
2018-10-01 15:58   ` Arnd Bergmann
2018-10-03 14:15     ` Fabio Estevam
2018-10-03 15:38       ` Arnd Bergmann
2018-10-05 13:30         ` Shawn Guo
2018-10-11 13:24           ` Arnd Bergmann
2018-10-02  8:17 ` [GIT PULL 1/5] i.MX drivers " Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.