All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/5] i.MX cleanup for 4.8
@ 2016-06-28 12:46 Shawn Guo
  2016-06-28 12:46 ` [GIT PULL 2/5] i.MX soc updates " Shawn Guo
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Shawn Guo @ 2016-06-28 12:46 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to 44af782227b3977b98be6967533b0d23add40eb4:

  ARM: imx: remove cpu_is_mx*() (2016-06-28 10:26:45 +0800)

----------------------------------------------------------------
The i.MX cleanup for 4.8:
 - A series from Arnd to clean up cpu_is_mx*() from i.MX platform
 - A series from Andrey to clean up i.MX L2-cache code by using
   core support as much as possible
 - Remove the orphan header eukrea-baseboards.h from i.MX platform
 - Remove boilerplate code from TZIC driver by using IRQCHIP_DECLARE

----------------------------------------------------------------
Alexander Shiyan (2):
      ARM: imx: Remove orphan header
      ARM: imx: Use IRQCHIP_DECLARE for TZIC

Andrey Smirnov (5):
      ARM: i.MX: system.c: Convert goto to if statement
      ARM: i.MX: system.c: Remove redundant errata 752271 code
      ARM: i.MX: system.c: Replace magic numbers
      ARM: i.MX: system.c: Tweak prefetch settings for performance
      ARM: i.MX: Do not explicitly call l2x0_of_init()

Arnd Bergmann (6):
      ARM: imx: remove cpu_is_mx1 check
      ARM: imx: deconstruct mxc_rnga initialization
      ARM: imx: deconstruct mx3_idle
      ARM: imx: rework mx27_pm_init() call
      ARM: imx: remove last call to cpu_is_mx5*
      ARM: imx: remove cpu_is_mx*()

 arch/arm/mach-imx/Kconfig                     |   4 -
 arch/arm/mach-imx/Makefile                    |   4 +-
 arch/arm/mach-imx/common.h                    |   3 +-
 arch/arm/mach-imx/cpu-imx5.c                  |   8 --
 arch/arm/mach-imx/cpu.c                       |   2 -
 arch/arm/mach-imx/devices/Kconfig             |   4 -
 arch/arm/mach-imx/devices/platform-mxc_rnga.c |  53 --------------
 arch/arm/mach-imx/eukrea-baseboards.h         |  42 -----------
 arch/arm/mach-imx/imx27-dt.c                  |   1 +
 arch/arm/mach-imx/imx31-dt.c                  |  12 +++
 arch/arm/mach-imx/imx35-dt.c                  |  10 +--
 arch/arm/mach-imx/mach-imx50.c                |   1 -
 arch/arm/mach-imx/mach-imx51.c                |   1 -
 arch/arm/mach-imx/mach-imx53.c                |   1 -
 arch/arm/mach-imx/mach-imx6q.c                |   2 +
 arch/arm/mach-imx/mach-imx6sl.c               |   2 +
 arch/arm/mach-imx/mach-imx6sx.c               |   2 +
 arch/arm/mach-imx/mm-imx1.c                   |   2 +-
 arch/arm/mach-imx/mm-imx27.c                  |   2 +
 arch/arm/mach-imx/mm-imx3.c                   |  32 +++++++-
 arch/arm/mach-imx/mxc.h                       | 101 --------------------------
 arch/arm/mach-imx/pm-imx27.c                  |   8 +-
 arch/arm/mach-imx/pm-imx3.c                   |  38 ----------
 arch/arm/mach-imx/system.c                    |  58 +++++++--------
 arch/arm/mach-imx/tzic.c                      |  10 +--
 25 files changed, 88 insertions(+), 315 deletions(-)
 delete mode 100644 arch/arm/mach-imx/devices/platform-mxc_rnga.c
 delete mode 100644 arch/arm/mach-imx/eukrea-baseboards.h
 delete mode 100644 arch/arm/mach-imx/pm-imx3.c

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

* [GIT PULL 2/5] i.MX soc updates for 4.8
  2016-06-28 12:46 [GIT PULL 1/5] i.MX cleanup for 4.8 Shawn Guo
@ 2016-06-28 12:46 ` Shawn Guo
  2016-07-06  3:59   ` Olof Johansson
  2016-06-28 12:46 ` [GIT PULL 3/5] i.MX device tree " Shawn Guo
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Shawn Guo @ 2016-06-28 12:46 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to 18245c24259acaea4584464bf0215bf413dc7d23:

  ARM: imx: add support for i.MX 7Solo (2016-06-28 10:44:44 +0800)

----------------------------------------------------------------
The i.MX SoC changes for 4.8:
 - A patch series including both cpuidle and FEC driver changes to
   disable deeper idle states when FEC is active while board level
   workaround for ERR006687 is not available
 - A number patches to fix sparse warnings and spell errors
 - A fix for TZIC FIQ translation from VIRQ to HWIRQ
 - Support compatible of i.MX7 Solo SoC which has a subset of i.MX7 Dual

----------------------------------------------------------------
Alexander Shiyan (2):
      ARM: i.MX: Fix FIQ interrupt handling for TZIC
      ARM: i.MX: Disable supervisor protect for i.MX51

Ben Dooks (4):
      ARM: imx: fix missing includes
      ARM: imx: fix missing include of common.h
      ARM: imx6: fix static declaration in include/soc/imx/cpuidle.h
      ARM: imx6: fix missing <soc/imx/cpuidle.h> in cpuidle-imx6q.c

Jean Guyomarc'h (1):
      ARM: mach-imx6q: fix spelling mistake in error message

Lucas Stach (1):
      ARM: imx6: disable deeper idle states when FEC is active w/o HW workaround

Shawn Guo (1):
      ARM: imx6q: export cpuidle functions needed by fec driver

Stefan Agner (1):
      ARM: imx: add support for i.MX 7Solo

 Documentation/devicetree/bindings/net/fsl-fec.txt |  3 +++
 arch/arm/mach-imx/avic.c                          | 19 ++++++++---------
 arch/arm/mach-imx/cpuidle-imx6q.c                 | 20 ++++++++++++++++++
 arch/arm/mach-imx/devices/devices.c               |  3 +++
 arch/arm/mach-imx/devices/platform-gpio-mxc.c     |  1 +
 arch/arm/mach-imx/irq-common.c                    |  6 ++++--
 arch/arm/mach-imx/mach-imx51.c                    |  2 ++
 arch/arm/mach-imx/mach-imx6q.c                    |  2 +-
 arch/arm/mach-imx/mach-imx7d.c                    |  1 +
 arch/arm/mach-imx/tzic.c                          |  6 +++---
 drivers/net/ethernet/freescale/fec.h              |  2 ++
 drivers/net/ethernet/freescale/fec_main.c         | 12 +++++++++++
 include/soc/imx/cpuidle.h                         | 25 +++++++++++++++++++++++
 13 files changed, 85 insertions(+), 17 deletions(-)
 create mode 100644 include/soc/imx/cpuidle.h

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

* [GIT PULL 3/5] i.MX device tree updates for 4.8
  2016-06-28 12:46 [GIT PULL 1/5] i.MX cleanup for 4.8 Shawn Guo
  2016-06-28 12:46 ` [GIT PULL 2/5] i.MX soc updates " Shawn Guo
@ 2016-06-28 12:46 ` Shawn Guo
  2016-07-06  4:09   ` Olof Johansson
  2016-06-28 12:46 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Shawn Guo @ 2016-06-28 12:46 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to b326629f25b7c1a6d1c63a8c5483c8db11689d9c:

  ARM: dts: imx7: add Toradex Colibri iMX7S/iMX7D support (2016-06-28 10:45:37 +0800)

----------------------------------------------------------------
The i.MX device tree update for 4.8:
 - Add two i.MX23/STMP3780 based MP3 player device support, Creative
   X-Fi3 and SanDisk Sansa Fuze+
 - Add the support of Auvidea H100 device which is a SolidRun MicroSOM
   baseboard
 - Restructure i.MX7Dual DTS files to support i.MX7Solo and add Toradex
   Colibri iMX7S/iMX7D boards
 - Device additions and enabling for various boards: mmc device for
   utilite-pro, IRQ controller and CAN support for TS-4800, display and
   touchscreen support for imx7d-sdb, SAI audio and LCD support for
   imx6ul-14x14-evk, gpio power off support for imx6q-bx50v3, etc.
 - Update the boards from Freescale/NXP to use WDOG_B pin for reset
 - PCI reset polarity correction for imx6qdl-sabresd and imx6q-tbs2910
 - Update i.MX board dts files to use generic uart-has-rtscts DT
   property instead of vendor specific one
 - DTC warning fixing for a few boards which are mostly mismatch between
   unit-address and reg property
 - Remove SION setting from all mux modes on i.MX25

----------------------------------------------------------------
Christopher Spinrath (5):
      ARM: dts: imx6q-cm-fx6: remove iomuxc container node
      ARM: dts: imx6q: extend support for the cm-fx6
      ARM: dts: imx6q: add support for the Utilite Pro
      ARM: dts: imx6q-cm-fx6: Relicense under GPLv2/X11
      ARM: dts: utilite-pro: add mmc card slot support

Damien Riegel (2):
      ARM: dts: TS-4800: add FPGA's IRQ controller support
      ARM: dts: TS-4800: add CAN support

Diego Dorta (4):
      ARM: dts: imx6ul-pico-hobbit: Fix Ethernet PHY reset GPIO
      ARM: dts: imx7d: Add SPI support
      ARM: dts: imx7d-sdb: Add display support
      ARM: dts: imx7d-sdb: Add support for touchscreen

Fabio Estevam (9):
      ARM: dts: imx: Remove unneeded unit-addresses
      ARM: dts: imx6ul: Add SAI alias
      ARM: dts: imx6ul-14x14-evk: Pass "fsl, sai-mclk-direction-output"
      ARM: dts: imx6ul-14x14-evk: Add LCD and backlight support
      ARM: dts: imx6qdl-sabresd: Pass the correct PCI reset polarity
      ARM: dts: imx6qdl-sabresd: Use WDOG_B pin reset
      ARM: dts: imx7d-sdb: Use WDOG_B pin reset
      ARM: dts: imx6ul-evk: Use WDOG_B pin reset
      ARM: dts: imx6sx-sdb: Use WDOG_B pin reset

Geert Uytterhoeven (2):
      ARM: dts: imx28: Use generic uart-has-rtscts DT property
      ARM: dts: imx: Use generic uart-has-rtscts DT property

Juergen Borleis (1):
      ARM: dts: imx6: fix IPU1 DI1 node name

Ken Lin (1):
      ARM: dts: imx6q-bx50v3: Add gpio power off support

Lucas Stach (2):
      ARM: dts: imx6: tag boards that have the HW workaround for ERR006687
      ARM: dts: imx6: add support for Auvidea H100 board

Marek Vasut (4):
      ARM: dts: mxs: Add SSP2 SD mux
      ARM: dts: mxs: Add AUART2 pinmux
      ARM: dts: mxs: Add Creative X-Fi3 support
      ARM: dts: mxs: Add SanDisk Sansa Fuze+ support

Peng Fan (2):
      ARM: dts: imx6qdl: add clocks property for ocotp node
      ARM: dts: imx6sl: add clocks property for ocotp node

Peter Chen (1):
      ARM: dts: imx6qdl.dtsi: add "arm,shared-override" for pl310

Rajesh Bhagat (1):
      ARM: dts: ls1021a: Add dis_rxdet_inp3_quirk property to USB3 node

Soeren Moch (1):
      ARM: dts: imx6q-tbs2910: fix pcie reset polarity

Stefan Agner (5):
      ARM: dts: imx7d-pinfunc: add input mux for UART2 RX DTE mode
      ARM: dts: imx7d: use imx7s.dtsi as base device tree
      ARM: dts: imx7d: recreate imx7d.dtsi with i.MX 7Dual specifics
      ARM: dts: imx7d: move input header into base device tree
      ARM: dts: imx7: add Toradex Colibri iMX7S/iMX7D support

Stefan Wahren (4):
      ARM: dts: mxs: add missing reg properties for GPIO banks
      ARM: dts: imx28-eukrea-mbmx28lc: add missing reg properties
      ARM: dts: imx28-cfa10049: fix dtc warning
      ARM: dts: imx28-tx28: fix dtc warning

Uwe Kleine-K?nig (2):
      ARM: imx25-pinfunc: document SION being important for MX25_PAD_SD1_CMD__SD1_CMD
      ARM: imx25-pinfunc: remove SION from all modes

Valentin Raevsky (1):
      ARM: dts: imx6q-cm-fx6: fix the operation points

 arch/arm/boot/dts/Makefile                         |   8 +-
 arch/arm/boot/dts/imx1-ads.dts                     |   4 +-
 arch/arm/boot/dts/imx1-apf9328.dts                 |   4 +-
 arch/arm/boot/dts/imx23-sansa.dts                  | 207 +++++
 arch/arm/boot/dts/imx23-xfi3.dts                   | 179 ++++
 arch/arm/boot/dts/imx23.dtsi                       |  48 ++
 .../boot/dts/imx25-eukrea-mbimxsd25-baseboard.dts  |   4 +-
 arch/arm/boot/dts/imx25-pdk.dts                    |   2 +-
 arch/arm/boot/dts/imx25-pinfunc.h                  | 627 +++++++-------
 arch/arm/boot/dts/imx27-eukrea-cpuimx27.dtsi       |   2 +-
 .../boot/dts/imx27-eukrea-mbimxsd27-baseboard.dts  |   6 +-
 arch/arm/boot/dts/imx27-pdk.dts                    |   2 +-
 arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts   |   6 +-
 arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts     |   4 +-
 arch/arm/boot/dts/imx28-apf28dev.dts               |   2 +-
 arch/arm/boot/dts/imx28-cfa10049.dts               |   2 +-
 arch/arm/boot/dts/imx28-eukrea-mbmx28lc.dtsi       |   4 +
 arch/arm/boot/dts/imx28-evk.dts                    |   2 +-
 arch/arm/boot/dts/imx28-tx28.dts                   |   2 +-
 arch/arm/boot/dts/imx28.dtsi                       |   5 +
 arch/arm/boot/dts/imx31-bug.dts                    |   2 +-
 .../boot/dts/imx35-eukrea-mbimxsd35-baseboard.dts  |   4 +-
 arch/arm/boot/dts/imx35-pdk.dts                    |   2 +-
 arch/arm/boot/dts/imx51-babbage.dts                |   4 +-
 .../boot/dts/imx51-eukrea-mbimxsd51-baseboard.dts  |   4 +-
 arch/arm/boot/dts/imx51-ts4800.dts                 |  27 +
 arch/arm/boot/dts/imx53-smd.dts                    |   2 +-
 arch/arm/boot/dts/imx53-tqma53.dtsi                |   2 +-
 arch/arm/boot/dts/imx53-tx53.dtsi                  |   6 +-
 arch/arm/boot/dts/imx6dl-riotboard.dts             |   1 +
 arch/arm/boot/dts/imx6q-apalis-ixora.dts           |   4 +-
 arch/arm/boot/dts/imx6q-arm2.dts                   |   3 +-
 arch/arm/boot/dts/imx6q-ba16.dtsi                  |   2 +-
 arch/arm/boot/dts/imx6q-bx50v3.dtsi                |   6 +
 arch/arm/boot/dts/imx6q-cm-fx6.dts                 | 281 +++++--
 arch/arm/boot/dts/imx6q-h100.dts                   | 395 +++++++++
 arch/arm/boot/dts/imx6q-tbs2910.dts                |   2 +-
 arch/arm/boot/dts/imx6q-utilite-pro.dts            | 197 +++++
 arch/arm/boot/dts/imx6qdl-apalis.dtsi              |   4 +-
 arch/arm/boot/dts/imx6qdl-apf6dev.dtsi             |   2 +-
 arch/arm/boot/dts/imx6qdl-aristainetos.dtsi        |   4 +-
 arch/arm/boot/dts/imx6qdl-aristainetos2.dtsi       |   4 +-
 arch/arm/boot/dts/imx6qdl-microsom.dtsi            |   2 +-
 arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi           |   3 +-
 arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi       |   1 +
 arch/arm/boot/dts/imx6qdl-nitrogen6x.dtsi          |   1 +
 arch/arm/boot/dts/imx6qdl-sabreauto.dtsi           |   1 +
 arch/arm/boot/dts/imx6qdl-sabrelite.dtsi           |   1 +
 arch/arm/boot/dts/imx6qdl-sabresd.dtsi             |  19 +-
 arch/arm/boot/dts/imx6qdl-tx6.dtsi                 |   6 +-
 arch/arm/boot/dts/imx6qdl-wandboard.dtsi           |   3 +-
 arch/arm/boot/dts/imx6qdl.dtsi                     |   4 +-
 arch/arm/boot/dts/imx6sl-warp.dts                  |   2 +-
 arch/arm/boot/dts/imx6sl.dtsi                      |  13 +-
 arch/arm/boot/dts/imx6sx-nitrogen6sx.dts           |   2 +-
 arch/arm/boot/dts/imx6sx-sdb.dtsi                  |  14 +-
 arch/arm/boot/dts/imx6sx.dtsi                      |  12 +-
 arch/arm/boot/dts/imx6ul-14x14-evk.dts             |  63 +-
 arch/arm/boot/dts/imx6ul-pico-hobbit.dts           |   6 +-
 arch/arm/boot/dts/imx6ul-tx6ul-mainboard.dts       |   4 +-
 arch/arm/boot/dts/imx6ul-tx6ul.dtsi                |   6 +-
 arch/arm/boot/dts/imx6ul.dtsi                      |   9 +-
 arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi        | 148 ++++
 arch/arm/boot/dts/imx7-colibri.dtsi                | 571 +++++++++++++
 arch/arm/boot/dts/imx7d-cl-som-imx7.dts            |   1 -
 arch/arm/boot/dts/imx7d-colibri-eval-v3.dts        |  66 ++
 arch/arm/boot/dts/imx7d-colibri.dtsi               |  54 ++
 arch/arm/boot/dts/imx7d-nitrogen7.dts              |   3 +-
 arch/arm/boot/dts/imx7d-pinfunc.h                  |   2 +-
 arch/arm/boot/dts/imx7d-sdb.dts                    | 131 ++-
 arch/arm/boot/dts/imx7d.dtsi                       | 923 ++------------------
 arch/arm/boot/dts/imx7s-colibri-eval-v3.dts        |  51 ++
 arch/arm/boot/dts/imx7s-colibri.dtsi               |  50 ++
 arch/arm/boot/dts/imx7s.dtsi                       | 933 +++++++++++++++++++++
 arch/arm/boot/dts/ls1021a.dtsi                     |   1 +
 75 files changed, 3860 insertions(+), 1324 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx23-sansa.dts
 create mode 100644 arch/arm/boot/dts/imx23-xfi3.dts
 create mode 100644 arch/arm/boot/dts/imx6q-h100.dts
 create mode 100644 arch/arm/boot/dts/imx6q-utilite-pro.dts
 create mode 100644 arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi
 create mode 100644 arch/arm/boot/dts/imx7-colibri.dtsi
 create mode 100644 arch/arm/boot/dts/imx7d-colibri-eval-v3.dts
 create mode 100644 arch/arm/boot/dts/imx7d-colibri.dtsi
 create mode 100644 arch/arm/boot/dts/imx7s-colibri-eval-v3.dts
 create mode 100644 arch/arm/boot/dts/imx7s-colibri.dtsi
 create mode 100644 arch/arm/boot/dts/imx7s.dtsi

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

* [GIT PULL 4/5] Freescale arm64 device tree updates for 4.8
  2016-06-28 12:46 [GIT PULL 1/5] i.MX cleanup for 4.8 Shawn Guo
  2016-06-28 12:46 ` [GIT PULL 2/5] i.MX soc updates " Shawn Guo
  2016-06-28 12:46 ` [GIT PULL 3/5] i.MX device tree " Shawn Guo
@ 2016-06-28 12:46 ` Shawn Guo
  2016-07-06  4:15   ` Olof Johansson
  2016-06-28 12:46 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
  2016-07-06  3:58 ` [GIT PULL 1/5] i.MX cleanup " Olof Johansson
  4 siblings, 1 reply; 10+ messages in thread
From: Shawn Guo @ 2016-06-28 12:46 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to 2983e625bf2af422a6f55febb784fe34df834322:

  arm64: dts: ls2080a: Add cache nodes for cacheinfo support (2016-06-21 14:33:34 +0800)

----------------------------------------------------------------
The Freescale arm64 device tree updates for 4.8:
 - Update address-cells and reg properties of cpu nodes, considering
   MPIDR_EL1[63:32] bits are not used for CPUs identification on ls1043a
   and ls2080a
 - Adds the cache nodes and next-level-cache property for ls1043a and
   ls2080a to get cacheinfo work on these platforms
 - Add dma-coherent for ls1043a PCI nodes to utilize the hardware
   capability on data coherency
 - Add dis_rxdet_inp3_quirk property for USB3 device to disable rx
   detection in P3 PHY mode

----------------------------------------------------------------
Alison Wang (1):
      arm64: dts: fsl: Update address-cells and reg properties of cpu nodes

Li Yang (2):
      arm64: dts: ls1043a: Add cache nodes for cacheinfo support
      arm64: dts: ls2080a: Add cache nodes for cacheinfo support

Liu Gang (2):
      bindings: PCI: layerscape: Add 'dma-coherent' property
      arm64: dts: ls1043a: Add 'dma-coherent' for ls1043a PCI nodes

Rajesh Bhagat (2):
      arm64: dts: ls2080a: Add dis_rxdet_inp3_quirk property to USB3 node
      arm64: dts: ls1043a: Add dis_rxdet_inp3_quirk property to USB3 node

 .../devicetree/bindings/pci/layerscape-pci.txt     |  4 ++
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi     | 24 +++++++++---
 arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi     | 44 +++++++++++++++++-----
 3 files changed, 58 insertions(+), 14 deletions(-)

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

* [GIT PULL 5/5] i.MX defconfig updates for 4.8
  2016-06-28 12:46 [GIT PULL 1/5] i.MX cleanup for 4.8 Shawn Guo
                   ` (2 preceding siblings ...)
  2016-06-28 12:46 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
@ 2016-06-28 12:46 ` Shawn Guo
  2016-07-06  4:15   ` Olof Johansson
  2016-07-06  3:58 ` [GIT PULL 1/5] i.MX cleanup " Olof Johansson
  4 siblings, 1 reply; 10+ messages in thread
From: Shawn Guo @ 2016-06-28 12:46 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to b57d82d7bafeda5d82d3426dc4ad8a50a82a867c:

  ARM: imx_v6_v7_defconfig: Select ADS7846 support (2016-06-28 09:59:28 +0800)

----------------------------------------------------------------
The i.MX defconfig update for 4.8:
 - Enable TOUCHSCREEN_ADS7846, USB_FUNCTIONFS and USB_USBNET support

----------------------------------------------------------------
Diego Dorta (1):
      ARM: imx_v6_v7_defconfig: Select ADS7846 support

Gary Bisson (1):
      ARM: imx_v6_v7_defconfig: enable USB FFS gadget

Peter Chen (1):
      ARM: imx_v6_v7_defconfig: build in usbnet to support NFS for non-ethernet board

 arch/arm/configs/imx_v6_v7_defconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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

* [GIT PULL 1/5] i.MX cleanup for 4.8
  2016-06-28 12:46 [GIT PULL 1/5] i.MX cleanup for 4.8 Shawn Guo
                   ` (3 preceding siblings ...)
  2016-06-28 12:46 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
@ 2016-07-06  3:58 ` Olof Johansson
  4 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2016-07-06  3:58 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jun 28, 2016 at 08:46:16PM +0800, Shawn Guo wrote:
> The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
> 
>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-cleanup-4.8
> 
> for you to fetch changes up to 44af782227b3977b98be6967533b0d23add40eb4:
> 
>   ARM: imx: remove cpu_is_mx*() (2016-06-28 10:26:45 +0800)
> 
> ----------------------------------------------------------------
> The i.MX cleanup for 4.8:
>  - A series from Arnd to clean up cpu_is_mx*() from i.MX platform
>  - A series from Andrey to clean up i.MX L2-cache code by using
>    core support as much as possible
>  - Remove the orphan header eukrea-baseboards.h from i.MX platform
>  - Remove boilerplate code from TZIC driver by using IRQCHIP_DECLARE

Applied, thanks.


-Olof

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

* [GIT PULL 2/5] i.MX soc updates for 4.8
  2016-06-28 12:46 ` [GIT PULL 2/5] i.MX soc updates " Shawn Guo
@ 2016-07-06  3:59   ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2016-07-06  3:59 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

On Tue, Jun 28, 2016 at 08:46:17PM +0800, Shawn Guo wrote:
> The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
> 
>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-4.8
> 
> for you to fetch changes up to 18245c24259acaea4584464bf0215bf413dc7d23:
> 
>   ARM: imx: add support for i.MX 7Solo (2016-06-28 10:44:44 +0800)

Merged, thanks!


-Olof

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

* [GIT PULL 3/5] i.MX device tree updates for 4.8
  2016-06-28 12:46 ` [GIT PULL 3/5] i.MX device tree " Shawn Guo
@ 2016-07-06  4:09   ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2016-07-06  4:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jun 28, 2016 at 08:46:18PM +0800, Shawn Guo wrote:
> The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
> 
>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt-4.8
> 
> for you to fetch changes up to b326629f25b7c1a6d1c63a8c5483c8db11689d9c:
> 
>   ARM: dts: imx7: add Toradex Colibri iMX7S/iMX7D support (2016-06-28 10:45:37 +0800)
> 
> ----------------------------------------------------------------
> The i.MX device tree update for 4.8:
>  - Add two i.MX23/STMP3780 based MP3 player device support, Creative
>    X-Fi3 and SanDisk Sansa Fuze+
>  - Add the support of Auvidea H100 device which is a SolidRun MicroSOM
>    baseboard
>  - Restructure i.MX7Dual DTS files to support i.MX7Solo and add Toradex
>    Colibri iMX7S/iMX7D boards
>  - Device additions and enabling for various boards: mmc device for
>    utilite-pro, IRQ controller and CAN support for TS-4800, display and
>    touchscreen support for imx7d-sdb, SAI audio and LCD support for
>    imx6ul-14x14-evk, gpio power off support for imx6q-bx50v3, etc.
>  - Update the boards from Freescale/NXP to use WDOG_B pin for reset
>  - PCI reset polarity correction for imx6qdl-sabresd and imx6q-tbs2910
>  - Update i.MX board dts files to use generic uart-has-rtscts DT
>    property instead of vendor specific one
>  - DTC warning fixing for a few boards which are mostly mismatch between
>    unit-address and reg property
>  - Remove SION setting from all mux modes on i.MX25

Merged, thanks.


-Olof

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

* [GIT PULL 4/5] Freescale arm64 device tree updates for 4.8
  2016-06-28 12:46 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
@ 2016-07-06  4:15   ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2016-07-06  4:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jun 28, 2016 at 08:46:19PM +0800, Shawn Guo wrote:
> The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
> 
>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-4.8
> 
> for you to fetch changes up to 2983e625bf2af422a6f55febb784fe34df834322:
> 
>   arm64: dts: ls2080a: Add cache nodes for cacheinfo support (2016-06-21 14:33:34 +0800)
> 
> ----------------------------------------------------------------
> The Freescale arm64 device tree updates for 4.8:
>  - Update address-cells and reg properties of cpu nodes, considering
>    MPIDR_EL1[63:32] bits are not used for CPUs identification on ls1043a
>    and ls2080a
>  - Adds the cache nodes and next-level-cache property for ls1043a and
>    ls2080a to get cacheinfo work on these platforms
>  - Add dma-coherent for ls1043a PCI nodes to utilize the hardware
>    capability on data coherency
>  - Add dis_rxdet_inp3_quirk property for USB3 device to disable rx
>    detection in P3 PHY mode

Merged, thanks.


-Olof

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

* [GIT PULL 5/5] i.MX defconfig updates for 4.8
  2016-06-28 12:46 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
@ 2016-07-06  4:15   ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2016-07-06  4:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jun 28, 2016 at 08:46:20PM +0800, Shawn Guo wrote:
> The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
> 
>   Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-defconfig-4.8
> 
> for you to fetch changes up to b57d82d7bafeda5d82d3426dc4ad8a50a82a867c:
> 
>   ARM: imx_v6_v7_defconfig: Select ADS7846 support (2016-06-28 09:59:28 +0800)
> 
> ----------------------------------------------------------------
> The i.MX defconfig update for 4.8:
>  - Enable TOUCHSCREEN_ADS7846, USB_FUNCTIONFS and USB_USBNET support

Merged, thanks.


-Olof

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

end of thread, other threads:[~2016-07-06  4:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-28 12:46 [GIT PULL 1/5] i.MX cleanup for 4.8 Shawn Guo
2016-06-28 12:46 ` [GIT PULL 2/5] i.MX soc updates " Shawn Guo
2016-07-06  3:59   ` Olof Johansson
2016-06-28 12:46 ` [GIT PULL 3/5] i.MX device tree " Shawn Guo
2016-07-06  4:09   ` Olof Johansson
2016-06-28 12:46 ` [GIT PULL 4/5] Freescale arm64 " Shawn Guo
2016-07-06  4:15   ` Olof Johansson
2016-06-28 12:46 ` [GIT PULL 5/5] i.MX defconfig " Shawn Guo
2016-07-06  4:15   ` Olof Johansson
2016-07-06  3:58 ` [GIT PULL 1/5] i.MX cleanup " 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.