linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: SoC late updates
@ 2019-01-04 22:51 Olof Johansson
  2019-01-05 20:20 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2019-01-04 22:51 UTC (permalink / raw)
  To: torvalds; +Cc: olof, arm, linux-arm-kernel, linux-kernel

Hi Linus,

As mentioned with the regular pull requests, here's a bit more material for
this merge window. See below for details. 


Thanks!

-Olof


A few updates that we merged late but are low risk for regressions for
other platforms (and a few other straggling patches):

- I mis-tagged the 'drivers' branch, and missed 3 patches. Merged in
  here. They're for a driver for the PL353 SRAM controller and a build
  fix for the qualcomm scm driver.
- A new platform, RDA Micro RDA8810PL (Cortex-A5 w/ integrated Vivante
  GPU, 256MB RAM, Wifi). This includes some acked platform-specific
  drivers (serial, etc). This also include DTs for two boards with this
  SoC, OrangePi 2G and OrangePi i86.
- i.MX8 is another new platform (NXP, 4x Cortex-A53 + Cortex-M4, 4K
  video playback offload). This is the first i.MX 64-bit SoC.
- Some minor updates to Samsung boards (adding a few peripherals in DTs).
- Small rework for SMP bootup on STi platforms.
- A couple of TEE driver fixes.
- A couple of new config options (bcm2835 thermal, Uniphier MDMAC)
  enabled in defconfigs.

----------------------------------------------------------------

The following changes since commit 0b2c8f8b6b0c7530e2866c95862546d0da2057b0:

  i915: fix missing user_access_end() in page fault exception case

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-late

for you to fetch changes up to 00f8ccd0c95f4e604297057a5bccec86c0903d14:

  Merge branch 'next/drivers' into next/late

----------------------------------------------------------------

Andreas Färber (4):
      dt-bindings: Add RDA Micro vendor prefix
      dt-bindings: arm: Document RDA8810PL and reference boards
      ARM: Prepare RDA8810PL SoC
      dt-bindings: serial: Document RDA Micro UART

Arnd Bergmann (2):
      Merge tag 'zynq-soc-for-v5.0' of https://github.com/Xilinx/linux-xlnx into next/drivers
      Merge tag 'qcom-drivers-for-4.21-2' of git://git.kernel.org/.../agross/linux into next/drivers

Baruch Siach (2):
      arm64: dts: imx8mq: add watchdog devices
      arm64: dts: imx8mq-evk: enable watchdog

Jonathan Marek (1):
      firmware: qcom: scm: fix compilation error when disabled

Kamil Konieczny (1):
      arm64: dts: exynos: Add IMEM clock controller to Exynos5433

Lucas Stach (4):
      arm64: add basic Kconfig symbols for i.MX8
      arm64: add basic DTS for i.MX8MQ
      arm64: add support for i.MX8M EVK board
      MAINTAINERS: add i.MX8 DT path to i.MX architecture

Manivannan Sadhasivam (7):
      ARM: dts: Add devicetree for RDA8810PL SoC
      ARM: dts: Add devicetree for OrangePi 2G IoT board
      ARM: dts: Add devicetree for OrangePi i96 board
      ARM: dts: rda8810pl: Add timer support
      ARM: dts: rda8810pl: Add interrupt support for UART
      tty: serial: Add RDA8810PL UART driver
      MAINTAINERS: Add entry for RDA Micro SoC architecture

Marek Szyprowski (1):
      arm64: dts: exynos: Add Bluetooth chip to TM2(e) boards

Masahiro Yamada (1):
      ARM: multi_v7_defconfig: enable CONFIG_UNIPHIER_MDMAC

Naga Sureshkumar Relli (2):
      dt-bindings: memory: Add pl353 smc controller devicetree binding information
      memory: pl353: Add driver for arm pl353 static memory controller

Olof Johansson (7):
      Merge tag 'tee-subsys-fix-for-4.21' of https://git.linaro.org/people/jens.wiklander/linux-tee into next/late
      Merge tag 'tee-subsys-optee-for-4.21' of https://git.linaro.org/people/jens.wiklander/linux-tee into next/late
      Merge tag 'imx8mq-4.21' of git://git.kernel.org/.../shawnguo/linux into next/late
      Merge tag 'samsung-dt-4.21-2' of https://git.kernel.org/.../krzk/linux into next/late
      Merge tag 'samsung-dt64-4.21-2' of https://git.kernel.org/.../krzk/linux into next/late
      Merge tag 'sti-soc-for-v4.21-round1' of git://git.kernel.org/.../pchotard/sti into next/late
      Merge branch 'next/drivers' into next/late

Patrice Chotard (1):
      ARM: sti: remove pen_release and boot_lock

Shawn Guo (1):
      Merge commit '1cf3817bf1f52e57b3f5eb0413ee0d7f0c2e9829' into imx8mq/dt

Stefan Wahren (1):
      arm64: defconfig: Re-enable bcm2835-thermal driver

Victor Chong (1):
      tee: optee: log message if dynamic shm is enabled

Zhizhou Zhang (1):
      tee: optee: avoid possible double list_del()


 Documentation/admin-guide/kernel-parameters.txt |   6 +
 Documentation/devicetree/bindings/arm/rda.txt   |  17 +
 .../bindings/memory-controllers/pl353-smc.txt   |  47 ++
 .../bindings/serial/rda,8810pl-uart.txt         |  17 +
 .../devicetree/bindings/vendor-prefixes.txt     |   1 +
 MAINTAINERS                                     |  15 +
 arch/arm/Kconfig                                |   2 +
 arch/arm/Makefile                               |   1 +
 arch/arm/boot/dts/Makefile                      |   3 +
 arch/arm/boot/dts/rda8810pl-orangepi-2g-iot.dts |  50 ++
 arch/arm/boot/dts/rda8810pl-orangepi-i96.dts    |  50 ++
 arch/arm/boot/dts/rda8810pl.dtsi                |  99 +++
 arch/arm/configs/multi_v7_defconfig             |   1 +
 arch/arm/mach-rda/Kconfig                       |   7 +
 arch/arm/mach-rda/Makefile                      |   1 +
 arch/arm/mach-sti/Makefile                      |   2 +-
 arch/arm/mach-sti/headsmp.S                     |  43 -
 arch/arm/mach-sti/platsmp.c                     |  88 +-
 arch/arm64/Kconfig.platforms                    |   8 +
 .../boot/dts/exynos/exynos5433-tm2-common.dtsi  |  14 +
 arch/arm64/boot/dts/exynos/exynos5433.dtsi      |  15 +
 arch/arm64/boot/dts/freescale/Makefile          |   2 +
 arch/arm64/boot/dts/freescale/imx8mq-evk.dts    | 303 +++++++
 arch/arm64/boot/dts/freescale/imx8mq-pinfunc.h  | 623 ++++++++++++++
 arch/arm64/boot/dts/freescale/imx8mq.dtsi       | 416 ++++++++++
 arch/arm64/configs/defconfig                    |   1 +
 drivers/memory/Kconfig                          |   9 +
 drivers/memory/Makefile                         |   1 +
 drivers/memory/pl353-smc.c                      | 463 +++++++++++
 drivers/tee/optee/core.c                        |   3 +
 drivers/tee/optee/supp.c                        |  13 +-
 drivers/tty/serial/Kconfig                      |  19 +
 drivers/tty/serial/Makefile                     |   1 +
 drivers/tty/serial/rda-uart.c                   | 831 +++++++++++++++++++
 include/linux/pl353-smc.h                       |  30 +
 include/linux/qcom_scm.h                        |   3 +
 include/uapi/linux/serial_core.h                |   3 +
 37 files changed, 3084 insertions(+), 124 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/rda.txt
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt
 create mode 100644 Documentation/devicetree/bindings/serial/rda,8810pl-uart.txt
 create mode 100644 arch/arm/boot/dts/rda8810pl-orangepi-2g-iot.dts
 create mode 100644 arch/arm/boot/dts/rda8810pl-orangepi-i96.dts
 create mode 100644 arch/arm/boot/dts/rda8810pl.dtsi
 create mode 100644 arch/arm/mach-rda/Kconfig
 create mode 100644 arch/arm/mach-rda/Makefile
 delete mode 100644 arch/arm/mach-sti/headsmp.S
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-evk.dts
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq-pinfunc.h
 create mode 100644 arch/arm64/boot/dts/freescale/imx8mq.dtsi
 create mode 100644 drivers/memory/pl353-smc.c
 create mode 100644 drivers/tty/serial/rda-uart.c
 create mode 100644 include/linux/pl353-smc.h

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

* Re: [GIT PULL] ARM: SoC late updates
  2019-01-04 22:51 [GIT PULL] ARM: SoC late updates Olof Johansson
@ 2019-01-05 20:20 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-01-05 20:20 UTC (permalink / raw)
  To: Olof Johansson; +Cc: torvalds, olof, arm, linux-arm-kernel, linux-kernel

The pull request you sent on Fri, 4 Jan 2019 14:51:07 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-late

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b23b0ea3708c3dec599966fc856836aca48835b9

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

* Re: [GIT PULL] ARM: SoC late updates
  2019-05-18 22:51 Olof Johansson
@ 2019-05-19 17:45 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-05-19 17:45 UTC (permalink / raw)
  To: Olof Johansson; +Cc: torvalds, olof, arm, linux-arm-kernel, linux-kernel

The pull request you sent on Sat, 18 May 2019 15:51:31 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-late

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4c4a5c99af7f479a14759196f8df9467128f3baf

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

* [GIT PULL] ARM: SoC late updates
@ 2019-05-18 22:51 Olof Johansson
  2019-05-19 17:45 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2019-05-18 22:51 UTC (permalink / raw)
  To: torvalds; +Cc: olof, arm, linux-arm-kernel, linux-kernel

Hi Linus,

The following changes since commit ab02888e39212af2d1dddc565cd67192548b9fd8:

  Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc (2019-05-16 09:35:26 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-late

for you to fetch changes up to 15d574fbd3f8ec7705896ed14b74eae482cadd4e:

  arm64: dts: sprd: Add clock properties for serial devices (2019-05-16 14:43:33 -0700)

----------------------------------------------------------------
ARM: SoC: late updates

This is some material that we picked up into our tree late. Most of it
are smaller fixes and additions, some defconfig updates due to recent
development, etc.

Code-wise the largest portion is a series of PM updates for the at91
platform, and those have been in linux-next a while through the at91
tree before we picked them up.

----------------------------------------------------------------
Aaro Koskinen (1):
      ARM: OMAP1: ams-delta: fix early boot crash when LED support is disabled

Adam Ford (1):
      ARM: dts: logicpd-som-lv: Fix MMC1 card detect

Alan Tull (1):
      ARM: socfpga_defconfig: enable LTC2497

Andrey Zhizhikin (1):
      ARM: socfpga_defconfig: enable support for large block devices

Arnd Bergmann (1):
      amba: tegra-ahb: Mark PM functions as __maybe_unused

Baolin Wang (1):
      arm64: dts: sprd: Add clock properties for serial devices

Chris Packham (1):
      ARM: mvebu: kirkwood: remove error message when retrieving mac address

Claudiu Beznea (8):
      ARM: at91: pm: introduce at91_soc_pm structure
      dt-bindings: arm: atmel: add binding for SAM9X60 SoC
      ARM: at91: pm: initial PM support for SAM9X60
      ARM: at91: pm: keep at91_pm_backup_init() only for SAMA5D2 SoCs
      ARM: at91: pm: add support for per SoC wakeup source configuration
      ARM: at91: pm: add ULP1 support for SAM9X60
      ARM: at91: pm: disable RC oscillator in ULP0
      ARM: at91: pm: do not disable/enable PLLA for ULP modes

Dan Carpenter (2):
      soc/fsl/qe: Fix an error code in qe_pin_request()
      soc: ixp4xx: qmgr: Fix an NULL vs IS_ERR() check in probe

Jonathan Hunter (1):
      arm64: tegra: Fix insecure SMMU users for Tegra186

Marc Gonzalez (1):
      Opt out of scripts/get_maintainer.pl

Nicholas Mc Guire (1):
      ARM: mvebu: drop return from void function

Nicolas Ferre (1):
      ARM: at91: remove HAVE_FB_ATMEL for sama5 SoC as they use DRM

Olof Johansson (9):
      Merge tag 'omap-for-v5.1/fixes-rc6' of git://git.kernel.org/.../tmlind/linux-omap into arm/late
      Merge tag 'mvebu-arm-5.2-1' of git://git.infradead.org/linux-mvebu into arm/late
      Merge tag 'soc-fsl-fix-v5.1' of git://git.kernel.org/.../leo/linux into arm/late
      Merge tag 'socfpga_arm32_defconfig_for_v5.2' of git://git.kernel.org/.../dinguyen/linux into arm/late
      Merge tag 'tegra-for-5.2-bus-fixes' of git://git.kernel.org/.../tegra/linux into arm/late
      Merge tag 'tegra-for-5.2-arm64-soc-fixes' of git://git.kernel.org/.../tegra/linux into arm/late
      Merge tag 'tegra-for-5.2-arm64-dt-fixes' of git://git.kernel.org/.../tegra/linux into arm/late
      Merge tag 'at91-5.2-defconfig' of git://git.kernel.org/.../at91/linux into arm/late
      Merge tag 'at91-5.2-soc' of git://git.kernel.org/.../at91/linux into arm/late

Sameer Pujar (1):
      arm64: tegra: Select ARM_GIC_PM

Stefan Agner (2):
      ARM: mvebu: drop unnecessary label
      ARM: mvebu: prefix coprocessor operand with p

Thierry Reding (2):
      arm64: tegra: Enable SMMU translation for PCI on Tegra186
      arm64: tegra: Disable XUSB support on Jetson TX2

Tudor Ambarus (1):
      ARM: at91: sama5: make ov2640 as a module

Wen Yang (1):
      ARM: mvebu: fix a leaked reference by adding missing of_node_put

YueHaibing (1):
      ARM: ixp4xx: Remove duplicated include from common.c

 .get_maintainer.ignore                             |   1 +
 .../devicetree/bindings/arm/atmel-at91.txt         |   1 +
 arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi    |   2 +-
 arch/arm/configs/sama5_defconfig                   |   2 +-
 arch/arm/configs/socfpga_defconfig                 |   3 +-
 arch/arm/mach-at91/Kconfig                         |   3 -
 arch/arm/mach-at91/at91sam9.c                      |  18 ++
 arch/arm/mach-at91/generic.h                       |   2 +
 arch/arm/mach-at91/pm.c                            | 193 ++++++++++++++-------
 arch/arm/mach-at91/pm_suspend.S                    | 111 ++++++++----
 arch/arm/mach-ixp4xx/common.c                      |   1 -
 arch/arm/mach-mvebu/board-v7.c                     |   1 -
 arch/arm/mach-mvebu/coherency_ll.S                 |   2 +-
 arch/arm/mach-mvebu/kirkwood.c                     |   2 -
 arch/arm/mach-mvebu/pm-board.c                     |  11 +-
 arch/arm/mach-mvebu/pmsu_ll.S                      |   3 +-
 arch/arm/mach-omap1/board-ams-delta.c              |   2 +-
 arch/arm64/Kconfig.platforms                       |   1 +
 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts |   4 +-
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           |   7 +
 arch/arm64/boot/dts/sprd/whale2.dtsi               |  16 +-
 drivers/amba/tegra-ahb.c                           |   6 +-
 drivers/soc/fsl/qe/gpio.c                          |   4 +-
 drivers/soc/ixp4xx/ixp4xx-qmgr.c                   |   4 +-
 include/linux/clk/at91_pmc.h                       |   1 +
 25 files changed, 277 insertions(+), 124 deletions(-)

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

end of thread, other threads:[~2019-05-19 17:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-04 22:51 [GIT PULL] ARM: SoC late updates Olof Johansson
2019-01-05 20:20 ` pr-tracker-bot
2019-05-18 22:51 Olof Johansson
2019-05-19 17:45 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).