All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: SoC Team <soc@kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	 Tony Lindgren <tony@atomide.com>
Subject: [GIT PULL] ARM: SoC fixes for v5.11
Date: Fri, 8 Jan 2021 18:10:47 +0100	[thread overview]
Message-ID: <CAK8P3a3aQwtP9kpujNeErTVHDOxALMtEpg5QQgKJMfQ+ZaFn4w@mail.gmail.com> (raw)

The following changes since commit 69fe24d1d80feac4289778582cf0a15256d59baf:

  firmware: xilinx: Mark pm_api_features_map with static keyword
(2020-12-09 23:00:22 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
tags/arm-fixes-5.11-1

for you to fetch changes up to bac717171971176b78c72d15a8b6961764ab197f:

  ARM: picoxcell: fix missing interrupt-parent properties (2021-01-08
16:23:37 +0100)

----------------------------------------------------------------
ARM: SoC fixes for v5.11

These are a small number of bug fixes that all came in before or during
the merge window, most for the omap platform:

 - One boot regression fix for Nokia N9 (OMAP3).

 - Two small defconfig changes for omap2, to reflect changes in drivers

 - Warning fixes for DT issues on omap2, picoxcell and bitmap SoCs.
   The picoxcell platform will be removed in v5.12, but fixing it
   first makes it easier to backport to the fix to stable kernels
   and get a clean build with new dtc versions

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

----------------------------------------------------------------
Aaro Koskinen (1):
      ARM: dts: OMAP3: disable AES on N950/N9

Andreas Kemnade (2):
      ARM: OMAP2+: omap_device: fix idling of devices during probe
      ARM: omap2plus_defconfig: enable SPI GPIO

Andrey Zhizhikin (1):
      ARM: omap2plus_defconfig: drop unused POWER_AVS option

Arnd Bergmann (3):
      Merge tag 'omap-for-v5.10/fixes-rc6-signed' of
git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
      Merge tag 'omap-for-v5.11/defconfig-late-signed' of
git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
      ARM: picoxcell: fix missing interrupt-parent properties

Carl Philipp Klemm (1):
      ARM: omap2: pmic-cpcap: fix maximum voltage to be consistent
with defaults on xt875

Jisheng Zhang (1):
      arm64: dts: bitmain: Use generic "ngpios" rather than "snps,nr-gpios"

Linus Walleij (1):
      ARM: dts: ux500/golden: Set display max brightness

 arch/arm/boot/dts/omap3-n950-n9.dtsi           | 8 ++++++++
 arch/arm/boot/dts/picoxcell-pc3x2.dtsi         | 4 ++++
 arch/arm/boot/dts/ste-ux500-samsung-golden.dts | 1 +
 arch/arm/configs/omap2plus_defconfig           | 7 ++++++-
 arch/arm/mach-omap2/omap_device.c              | 8 +++++---
 arch/arm/mach-omap2/pmic-cpcap.c               | 2 +-
 arch/arm64/boot/dts/bitmain/bm1880.dtsi        | 6 +++---
 7 files changed, 28 insertions(+), 8 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Tony Lindgren <tony@atomide.com>, SoC Team <soc@kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] ARM: SoC fixes for v5.11
Date: Fri, 8 Jan 2021 18:10:47 +0100	[thread overview]
Message-ID: <CAK8P3a3aQwtP9kpujNeErTVHDOxALMtEpg5QQgKJMfQ+ZaFn4w@mail.gmail.com> (raw)
Message-ID: <20210108171047.6ObfgVxJsFnUUNAWhk4vwvMnYvKrMi7vEHMi-TC7xHs@z> (raw)

The following changes since commit 69fe24d1d80feac4289778582cf0a15256d59baf:

  firmware: xilinx: Mark pm_api_features_map with static keyword
(2020-12-09 23:00:22 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
tags/arm-fixes-5.11-1

for you to fetch changes up to bac717171971176b78c72d15a8b6961764ab197f:

  ARM: picoxcell: fix missing interrupt-parent properties (2021-01-08
16:23:37 +0100)

----------------------------------------------------------------
ARM: SoC fixes for v5.11

These are a small number of bug fixes that all came in before or during
the merge window, most for the omap platform:

 - One boot regression fix for Nokia N9 (OMAP3).

 - Two small defconfig changes for omap2, to reflect changes in drivers

 - Warning fixes for DT issues on omap2, picoxcell and bitmap SoCs.
   The picoxcell platform will be removed in v5.12, but fixing it
   first makes it easier to backport to the fix to stable kernels
   and get a clean build with new dtc versions

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

----------------------------------------------------------------
Aaro Koskinen (1):
      ARM: dts: OMAP3: disable AES on N950/N9

Andreas Kemnade (2):
      ARM: OMAP2+: omap_device: fix idling of devices during probe
      ARM: omap2plus_defconfig: enable SPI GPIO

Andrey Zhizhikin (1):
      ARM: omap2plus_defconfig: drop unused POWER_AVS option

Arnd Bergmann (3):
      Merge tag 'omap-for-v5.10/fixes-rc6-signed' of
git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
      Merge tag 'omap-for-v5.11/defconfig-late-signed' of
git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
      ARM: picoxcell: fix missing interrupt-parent properties

Carl Philipp Klemm (1):
      ARM: omap2: pmic-cpcap: fix maximum voltage to be consistent
with defaults on xt875

Jisheng Zhang (1):
      arm64: dts: bitmain: Use generic "ngpios" rather than "snps,nr-gpios"

Linus Walleij (1):
      ARM: dts: ux500/golden: Set display max brightness

 arch/arm/boot/dts/omap3-n950-n9.dtsi           | 8 ++++++++
 arch/arm/boot/dts/picoxcell-pc3x2.dtsi         | 4 ++++
 arch/arm/boot/dts/ste-ux500-samsung-golden.dts | 1 +
 arch/arm/configs/omap2plus_defconfig           | 7 ++++++-
 arch/arm/mach-omap2/omap_device.c              | 8 +++++---
 arch/arm/mach-omap2/pmic-cpcap.c               | 2 +-
 arch/arm64/boot/dts/bitmain/bm1880.dtsi        | 6 +++---
 7 files changed, 28 insertions(+), 8 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2021-01-08 17:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-08 17:10 Arnd Bergmann [this message]
2021-01-08 17:10 ` [GIT PULL] ARM: SoC fixes for v5.11 Arnd Bergmann
2021-01-08 22:16 ` pr-tracker-bot
2021-01-08 22:16   ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAK8P3a3aQwtP9kpujNeErTVHDOxALMtEpg5QQgKJMfQ+ZaFn4w@mail.gmail.com \
    --to=arnd@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=soc@kernel.org \
    --cc=tony@atomide.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.