All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] ARM: imx: soc updates for 4.4
@ 2015-10-19 15:18 Shawn Guo
  2015-10-19 15:18 ` [GIT PULL 2/3] ARM: imx: device tree changes " Shawn Guo
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Shawn Guo @ 2015-10-19 15:18 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

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

for you to fetch changes up to 7f7308198f98700be82d123569ea59229a75d3c3:

  ARM: imx: add cpufreq device for imx6ul (2015-10-12 21:47:22 +0800)

----------------------------------------------------------------
The i.MX SoC updates for 4.4:
 - Enable suspend and cpufreq support for i.MX6UL
 - Add platform level ENET initialization support for i.MX7D

----------------------------------------------------------------
Anson Huang (1):
      ARM: imx: add suspend/resume support for i.mx6ul

Bai Ping (1):
      ARM: imx: add cpufreq device for imx6ul

Fugang Duan (2):
      ARM: imx7d: add imx7d iomux-gpr field define
      ARM: imx: add enet init for i.MX7D platform

 arch/arm/mach-imx/common.h                 |  1 +
 arch/arm/mach-imx/mach-imx6ul.c            |  9 ++++
 arch/arm/mach-imx/mach-imx7d.c             | 74 ++++++++++++++++++++++++++++++
 arch/arm/mach-imx/pm-imx6.c                | 46 ++++++++++++++++---
 arch/arm/mach-imx/suspend-imx6.S           |  3 ++
 include/linux/mfd/syscon/imx7-iomuxc-gpr.h | 47 +++++++++++++++++++
 6 files changed, 174 insertions(+), 6 deletions(-)
 create mode 100644 include/linux/mfd/syscon/imx7-iomuxc-gpr.h

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

* [GIT PULL 2/3] ARM: imx: device tree changes for 4.4
  2015-10-19 15:18 [GIT PULL 1/3] ARM: imx: soc updates for 4.4 Shawn Guo
@ 2015-10-19 15:18 ` Shawn Guo
  2015-10-23 17:55   ` Olof Johansson
  2015-10-19 15:18 ` [GIT PULL 3/3] ARM: imx: defconfig updates " Shawn Guo
  2015-10-23 17:50 ` [GIT PULL 1/3] ARM: imx: soc " Olof Johansson
  2 siblings, 1 reply; 6+ messages in thread
From: Shawn Guo @ 2015-10-19 15:18 UTC (permalink / raw)
  To: linux-arm-kernel

Hi arm-soc maintainers,

This is the i.MX device tree updates for 4.4.  To resolve the dependency
between clock drivers and DTS files on some new clock ID additions, the
i.MX clock change set imx-clk-4.4 are pulled into the branch.  The clock
changes has been pulled by Stephen and will be stable.

Shawn


The following changes since commit 84a87250ee4e4f7cf5865be9757e2ea758e5cae3:

  clk: imx6: Add SPDIF_GCLK clock in clock tree (2015-10-12 21:55:59 +0800)

are available in the git repository at:

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

for you to fetch changes up to 607e266c47ef552b6f87c7cf0ba7f3c28ea5af14:

  ARM: dts: ls1021a: Add quirk for Erratum A009116 (2015-10-19 22:45:43 +0800)

----------------------------------------------------------------
The i.MX device tree changes for 4.4:
 - Add IOMUXC LPSR (Low Power State Retention) device for i.MX7D.
 - Add a few low power mode related devices and touch controller for
   i.MX6UL.
 - Add a number of devices for i.MX7D SDB board support, USB, Dual FEC,
   and eMMC5.0.
 - i.MX6 Boundary Devices updates: relicense under GPLv2/X11, add Okaya
   LCD, touch and wifi support, add new boards Nitrogen6_Lite and
   Nitrogen6_Max.
 - Enable touch screen and NAND Flash controller for a few Vybrid
   devices.
 - Some random and small updates on LS1021A and MXS support.

----------------------------------------------------------------
Adrian Alonso (2):
      ARM: dts: imx7d-pinfunc: add gpio1 pad iomux settings
      ARM: dts: imx: imx7d add iomuxc lpsr device node

Alison Wang (1):
      ARM: ls1021a: Add dma-coherent property for eTSEC nodes

Anson Huang (3):
      ARM: dts: imx6ul: add sram support for i.mx6ul
      ARM: dts: imx6ul: add mmdc support for i.mx6ul
      ARM: dts: imx6ul: add pm_power_off support

Fabio Estevam (4):
      ARM: dts: imx6sl: Complete the dcp node
      ARM: dts: imx7d: Add PWM support
      ARM: dts: imx7d: Add USB support
      ARM: dts: imx7d-sdb: Add USB support

Fugang Duan (2):
      ARM: dts: imx7d: add fec1 and fec2 support for i.MX7d soc
      ARM: dts: imx7d-sdb: add fec1 and fec2 support

Gary Bisson (11):
      ARM: dts: imx6qdl-nitrogen6x: add Okaya LCD panel
      ARM: dts: imx6qdl-sabrelite: add Okaya LCD panel
      ARM: dts: imx6dql-nitrogen6x: add touchscreen support
      ARM: dts: imx6qdl-nitrogen6x: add wifi wl1271 support
      ARM: dts: imx6qdl-nitrogen6x: relicense under GPLv2/X11
      ARM: dts: imx6qdl-sabrelite: relicense under GPLv2/X11
      of: Add Boundary Devices Inc. vendor prefix
      ARM: dts: imx6q-nitrogen6x: change manufacturer to Boundary Devices
      ARM: dts: imx6dl-nitrogen6x: change manufacturer to Boundary Devices
      ARM: dts: imx: add Boundary Devices Nitrogen6_Max board
      ARM: dts: imx: add Boundary Devices Nitrogen6_Lite board

Haibo Chen (3):
      ARM: dts: imx7d-sdb: add eMMC5.0 support
      ARM: dts: imx6ul.dtsi: add TSC support
      ARM: dts: imx6ul-14x14-evk.dts: add tsc support

Horia Geant? (1):
      ARM: dts: ls1021a: add crypto node

Laurent Pinchart (1):
      ARM: imx6sx-sdb: Fix typo in regulator enable GPIO property

Michael Opdenacker (1):
      ARM: dts: imx6: phyFLEX: fix typo in "pinctrl-names"

Rafa? Mi?ecki (1):
      ARM: dts: imx: add "jedec,spi-nor" flash compatible binding

Rajesh Bhagat (1):
      ARM: dts: ls1021a: Add quirk for Erratum A009116

Sanchayan Maity (1):
      ARM: dts: vf500-colibri: Add device tree node for touchscreen support

Shawn Guo (1):
      Merge tag 'imx-clk-4.4' into imx/dt

Shengjiu Wang (1):
      ARM: dts: imx6: change the core clock of spdif

Stefan Agner (2):
      ARM: dts: vf610twr: add NAND flash controller peripherial
      ARM: dts: vf-colibri: enable NAND flash controller

Stefan Wahren (1):
      ARM: mxs: enable ocotp for i.MX23 and i.MX28

Vladimir Zapolskiy (2):
      ARM: dts: i.MX31: fix cpu compatible value
      ARM: dts: i.MX35: fix cpu compatible value

Yuan Yao (1):
      ARM: dts: Add node for ina220 on LS1021ATWR

 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm/boot/dts/Makefile                         |   2 +
 arch/arm/boot/dts/imx23.dtsi                       |   6 +-
 arch/arm/boot/dts/imx28-evk.dts                    |   2 +-
 arch/arm/boot/dts/imx28-m28evk.dts                 |   2 +-
 arch/arm/boot/dts/imx28.dtsi                       |   6 +-
 arch/arm/boot/dts/imx31.dtsi                       |   2 +-
 arch/arm/boot/dts/imx35.dtsi                       |   2 +-
 arch/arm/boot/dts/imx50-evk.dts                    |   2 +-
 arch/arm/boot/dts/imx53-smd.dts                    |   2 +-
 arch/arm/boot/dts/imx6dl-nit6xlite.dts             |  49 ++
 arch/arm/boot/dts/imx6dl-nitrogen6x.dts            |  44 +-
 arch/arm/boot/dts/imx6dl-rex-basic.dts             |   2 +-
 arch/arm/boot/dts/imx6dl-sabrelite.dts             |  40 +-
 arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts            |   2 +-
 arch/arm/boot/dts/imx6q-gw5400-a.dts               |   2 +-
 arch/arm/boot/dts/imx6q-nitrogen6_max.dts          |  53 ++
 arch/arm/boot/dts/imx6q-nitrogen6x.dts             |  44 +-
 arch/arm/boot/dts/imx6q-rex-pro.dts                |   2 +-
 arch/arm/boot/dts/imx6q-sabrelite.dts              |  40 +-
 arch/arm/boot/dts/imx6qdl-aristainetos.dtsi        |   2 +-
 arch/arm/boot/dts/imx6qdl-aristainetos2.dtsi       |   2 +-
 arch/arm/boot/dts/imx6qdl-dfi-fs700-m60.dtsi       |   2 +-
 arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi           | 630 +++++++++++++++
 arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi       | 873 +++++++++++++++++++++
 arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi          | 189 ++++-
 arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi       |   6 +-
 arch/arm/boot/dts/imx6qdl-sabreauto.dtsi           |   2 +-
 arch/arm/boot/dts/imx6qdl-sabrelite.dtsi           | 118 ++-
 arch/arm/boot/dts/imx6qdl-sabresd.dtsi             |   2 +-
 arch/arm/boot/dts/imx6qdl.dtsi                     |  12 +-
 arch/arm/boot/dts/imx6sl-evk.dts                   |   2 +-
 arch/arm/boot/dts/imx6sl.dtsi                      |  21 +-
 arch/arm/boot/dts/imx6sx-sdb-reva.dts              |   4 +-
 arch/arm/boot/dts/imx6sx-sdb.dts                   |   4 +-
 arch/arm/boot/dts/imx6sx-sdb.dtsi                  |   2 +-
 arch/arm/boot/dts/imx6sx.dtsi                      |   2 +-
 arch/arm/boot/dts/imx6ul-14x14-evk.dts             |  22 +
 arch/arm/boot/dts/imx6ul.dtsi                      |  29 +
 arch/arm/boot/dts/imx7d-pinfunc.h                  | 122 ++-
 arch/arm/boot/dts/imx7d-sdb.dts                    | 100 ++-
 arch/arm/boot/dts/imx7d.dtsi                       | 165 ++++
 arch/arm/boot/dts/ls1021a-twr.dts                  |  13 +
 arch/arm/boot/dts/ls1021a.dtsi                     |  44 ++
 arch/arm/boot/dts/vf-colibri.dtsi                  |  39 +
 arch/arm/boot/dts/vf500-colibri-eval-v3.dts        |   5 +
 arch/arm/boot/dts/vf500-colibri.dtsi               |  47 ++
 arch/arm/boot/dts/vf610-twr.dts                    |  47 ++
 arch/arm/boot/dts/vfxxx.dtsi                       |  11 +
 49 files changed, 2744 insertions(+), 78 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx6dl-nit6xlite.dts
 create mode 100644 arch/arm/boot/dts/imx6q-nitrogen6_max.dts
 create mode 100644 arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi
 create mode 100644 arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi

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

* [GIT PULL 3/3] ARM: imx: defconfig updates for 4.4
  2015-10-19 15:18 [GIT PULL 1/3] ARM: imx: soc updates for 4.4 Shawn Guo
  2015-10-19 15:18 ` [GIT PULL 2/3] ARM: imx: device tree changes " Shawn Guo
@ 2015-10-19 15:18 ` Shawn Guo
  2015-10-23 17:56   ` Olof Johansson
  2015-10-23 17:50 ` [GIT PULL 1/3] ARM: imx: soc " Olof Johansson
  2 siblings, 1 reply; 6+ messages in thread
From: Shawn Guo @ 2015-10-19 15:18 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

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

for you to fetch changes up to ed1098e4738d935cef12833b08916f6f5e700652:

  ARM: imx_v6_v7_defconfig: Remove CONFIG_VMSPLIT_2G (2015-09-23 05:19:37 -0700)

----------------------------------------------------------------
The i.MX defconfig updates for 4.4:
 - Enable i.MX6UL touchscreen controller support.
 - Remove CONFIG_VMSPLIT_2G option since we already enabled
   CONFIG_HIGHMEM support.

----------------------------------------------------------------
Fabio Estevam (1):
      ARM: imx_v6_v7_defconfig: Remove CONFIG_VMSPLIT_2G

Haibo Chen (1):
      ARM: imx_v6_v7_defconfig: enable imx6ul_tsc

 arch/arm/configs/imx_v6_v7_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* [GIT PULL 1/3] ARM: imx: soc updates for 4.4
  2015-10-19 15:18 [GIT PULL 1/3] ARM: imx: soc updates for 4.4 Shawn Guo
  2015-10-19 15:18 ` [GIT PULL 2/3] ARM: imx: device tree changes " Shawn Guo
  2015-10-19 15:18 ` [GIT PULL 3/3] ARM: imx: defconfig updates " Shawn Guo
@ 2015-10-23 17:50 ` Olof Johansson
  2 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2015-10-23 17:50 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 19, 2015 at 11:18:55PM +0800, Shawn Guo wrote:
> The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
> 
>   Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-4.4
> 
> for you to fetch changes up to 7f7308198f98700be82d123569ea59229a75d3c3:
> 
>   ARM: imx: add cpufreq device for imx6ul (2015-10-12 21:47:22 +0800)
> 
> ----------------------------------------------------------------
> The i.MX SoC updates for 4.4:
>  - Enable suspend and cpufreq support for i.MX6UL
>  - Add platform level ENET initialization support for i.MX7D

Merged, thanks.


-Olof

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

* [GIT PULL 2/3] ARM: imx: device tree changes for 4.4
  2015-10-19 15:18 ` [GIT PULL 2/3] ARM: imx: device tree changes " Shawn Guo
@ 2015-10-23 17:55   ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2015-10-23 17:55 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 19, 2015 at 11:18:56PM +0800, Shawn Guo wrote:
> Hi arm-soc maintainers,
> 
> This is the i.MX device tree updates for 4.4.  To resolve the dependency
> between clock drivers and DTS files on some new clock ID additions, the
> i.MX clock change set imx-clk-4.4 are pulled into the branch.  The clock
> changes has been pulled by Stephen and will be stable.
> 
> Shawn
> 
> 
> The following changes since commit 84a87250ee4e4f7cf5865be9757e2ea758e5cae3:
> 
>   clk: imx6: Add SPDIF_GCLK clock in clock tree (2015-10-12 21:55:59 +0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-4.4
> 
> for you to fetch changes up to 607e266c47ef552b6f87c7cf0ba7f3c28ea5af14:
> 
>   ARM: dts: ls1021a: Add quirk for Erratum A009116 (2015-10-19 22:45:43 +0800)
> 
> ----------------------------------------------------------------
> The i.MX device tree changes for 4.4:
>  - Add IOMUXC LPSR (Low Power State Retention) device for i.MX7D.
>  - Add a few low power mode related devices and touch controller for
>    i.MX6UL.
>  - Add a number of devices for i.MX7D SDB board support, USB, Dual FEC,
>    and eMMC5.0.
>  - i.MX6 Boundary Devices updates: relicense under GPLv2/X11, add Okaya
>    LCD, touch and wifi support, add new boards Nitrogen6_Lite and
>    Nitrogen6_Max.
>  - Enable touch screen and NAND Flash controller for a few Vybrid
>    devices.
>  - Some random and small updates on LS1021A and MXS support.

Merged, thanks!

Since you specified the dependent branch name, I could easily stage that on the
side too (we prefer to keep a copy of the branch in our tree since it's easier
to tell what dependencies there are).

So this was merged into next/dt, and I also setup a depends/imx-clk branch that
contains imx-clk-4.4.


-Olof

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

* [GIT PULL 3/3] ARM: imx: defconfig updates for 4.4
  2015-10-19 15:18 ` [GIT PULL 3/3] ARM: imx: defconfig updates " Shawn Guo
@ 2015-10-23 17:56   ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2015-10-23 17:56 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 19, 2015 at 11:18:57PM +0800, Shawn Guo wrote:
> The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
> 
>   Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-4.4
> 
> for you to fetch changes up to ed1098e4738d935cef12833b08916f6f5e700652:
> 
>   ARM: imx_v6_v7_defconfig: Remove CONFIG_VMSPLIT_2G (2015-09-23 05:19:37 -0700)

Merged, thanks.

-Olof

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

end of thread, other threads:[~2015-10-23 17:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-19 15:18 [GIT PULL 1/3] ARM: imx: soc updates for 4.4 Shawn Guo
2015-10-19 15:18 ` [GIT PULL 2/3] ARM: imx: device tree changes " Shawn Guo
2015-10-23 17:55   ` Olof Johansson
2015-10-19 15:18 ` [GIT PULL 3/3] ARM: imx: defconfig updates " Shawn Guo
2015-10-23 17:56   ` Olof Johansson
2015-10-23 17:50 ` [GIT PULL 1/3] ARM: imx: soc " Olof Johansson

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