mbox series

[GIT,PULL] ARM: SoC fixes

Message ID 20200125213702.tkh5afxz6ao5rsw2@localhost (mailing list archive)
State Mainlined
Commit f041eadad7504b1364274494548b9716b2ed59ac
Headers show
Series [GIT,PULL] ARM: SoC fixes | expand

Pull-request

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

Message

Olof Johansson Jan. 25, 2020, 9:37 p.m. UTC
Hi Linus,

The following changes since commit 70db729fe1b30af89e798d16c1045846753e5448:

  MAINTAINERS: Add myself as the co-maintainer for Actions Semi platforms (2020-01-16 15:49:19 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 6716cb162deb9d474095a57d7a515edc13926ea7:

  Merge tag 'omap-for-fixes-whenever-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes (2020-01-24 12:05:33 -0800)

----------------------------------------------------------------
ARM: SoC fixes

A couple of fixes have come in that would be good to include in this
release:

 - A fix for amount of memory on Beaglebone Black. Surfaced now since
   GRUB2 doesn't update memory size in the booted kernel.

 - A fix to make SPI interfaces work on am43x-epos-evm.

 - Small Kconfig fix for OPTEE (adds a depend on MMU) to avoid build
   failures.

----------------------------------------------------------------
Matwey V. Kornilov (1):
      ARM: dts: am335x-boneblack-common: fix memory size

Olof Johansson (2):
      Merge tag 'tee-optee-fix2-for-5.5' of https://git.linaro.org:/people/jens.wiklander/linux-tee into arm/fixes
      Merge tag 'omap-for-fixes-whenever-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes

Raag Jadav (1):
      ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1

Vincenzo Frascino (1):
      tee: optee: Fix compilation issue with nommu

 arch/arm/boot/dts/am335x-boneblack-common.dtsi | 5 +++++
 arch/arm/boot/dts/am43x-epos-evm.dts           | 2 ++
 drivers/tee/optee/Kconfig                      | 1 +
 3 files changed, 8 insertions(+)

Comments

pr-tracker-bot@kernel.org Jan. 25, 2020, 10:15 p.m. UTC | #1
The pull request you sent on Sat, 25 Jan 2020 13:37:02 -0800:

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

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

Thank you!