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>,
	 Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Shawn Guo <shawnguo@kernel.org>
Subject: [GIT PULL] ARM: SoC fixes for v5.11, #2
Date: Thu, 28 Jan 2021 16:32:08 +0100	[thread overview]
Message-ID: <CAK8P3a2Ku8ummmKWSZZ+kUHxVxvqGnoB4YSTLj9zo4ntkDO3UQ@mail.gmail.com> (raw)

The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837:

  Linux 5.11-rc3 (2021-01-10 14:34:50 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
tags/arm-soc-fixes-v5.11-2

for you to fetch changes up to e49c24c8cd00ea9d7471520fff562fb4e7e9f61a:

  Merge tag 'imx-fixes-5.11-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into
arm/fixes (2021-01-22 23:52:42 +0100)

----------------------------------------------------------------
ARM: SoC fixes for v5.11, part 2

These are the current arm-soc bug fixes for linux-5.11. I already merged
a larger set that just came in during the past three days but has not
had much exposure in linux-next, so these are the ones I merged last week.

Most of these are for the NXP i.MX platform (descriptions from their
pull request):

 - Fix pcf2127 reset for imx7d-flex-concentrator board.
 - Fix i.MX6 suspend with Thumb-2 kernel.
 - Fix ethernet-phy address issue on imx6qdl-sr-som board.
 - Fix GPIO3 `gpio-ranges` on i.MX8MP.
 - Select SOC_BUS for IMX_SCU driver to fix build issue.
 - Fix backlight pwm on imx6qdl-kontron-samx6i which is lost from
   #pwm-cells conversion.
 - Fix duplicated bus node name for i.MX8MN SoC.
 - Fix reset register offset on LS1028A SoC.
 - Rename MMC node aliases for imx6q-tbs2910 to keep the MMC device
   index consistent with previous kernel version.
 - Selecting ARM_GIC_V3 on non-CP15 processors to fix one build failure
   with i.MX8M SoC driver.
 - Fix typos with status property on imx6qdl-kontron-samx6i board.
 - Fix duplicated regulator-name on imx6qdl-gw52xx board.

Aside from i.MX, the bugfixes are all over the place:

 - Coccinelle found a refcount imbalance on integrator
 - defconfig fix for TI K3
 - A boot regression fix for ST ux500
 - A code preemption fix for the optee driver
 - USB DMA regression on Broadcom Stingray
 - A bogus boot time warning fix for at91 code

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

----------------------------------------------------------------
Arnd Bergmann (4):
      ARM: imx: fix imx8m dependencies
      Merge tag 'imx-fixes-5.11' of
git://git.kernel.org/.../shawnguo/linux into arm/fixes
      Merge tag 'optee-rcu-sched-trace-for-v5.11' of
git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
      Merge tag 'imx-fixes-5.11-2' of
git://git.kernel.org/.../shawnguo/linux into arm/fixes

Bharat Gooty (1):
      arm64: dts: broadcom: Fix USB DMA address translation for Stingray

Bruno Thomsen (1):
      ARM: dts: imx7d-flex-concentrator: fix pcf2127 reset

Claudiu Beznea (1):
      drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[]

Jacky Bai (1):
      arm64: dts: imx8mp: Correct the gpio ranges of gpio3

Koen Vandeputte (1):
      ARM: dts: imx6qdl-gw52xx: fix duplicate regulator naming

Linus Walleij (1):
      ARM: dts: ux500: Reserve memory carveouts

Marco Felsch (2):
      ARM: dts: imx6qdl-kontron-samx6i: fix pwms for lcd-backlight
      ARM: dts: imx6qdl-kontron-samx6i: fix i2c_lcd/cam default status

Max Krummenacher (1):
      ARM: imx: build suspend-imx6.S with arm instruction set

Michael Walle (1):
      arm64: dts: ls1028a: fix the offset of the reset register

Nishanth Menon (1):
      arm64: defconfig: Drop unused K3 SoC specific options

Randy Dunlap (1):
      firmware: imx: select SOC_BUS to fix firmware build

Rouven Czerwinski (1):
      tee: optee: replace might_sleep with cond_resched

Russell King (1):
      ARM: dts: imx6qdl-sr-som: fix some cubox-i platforms

Shengjiu Wang (1):
      arm64: dts: imx8mn: Fix duplicate node name

Soeren Moch (1):
      ARM: dts: tbs2910: rename MMC node aliases

Stefan Wahren (1):
      MAINTAINERS: Include bcm2835 subsequents into search

Sudeep Holla (1):
      drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs

Sumera Priyadarsini (1):
      bus: arm-integrator-lm: Add of_node_put() before return statement

 MAINTAINERS                                        |  2 +-
 arch/arm/boot/dts/imx6q-tbs2910.dts                |  7 ++++
 arch/arm/boot/dts/imx6qdl-gw52xx.dtsi              |  2 +-
 arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi      |  6 ++--
 arch/arm/boot/dts/imx6qdl-sr-som.dtsi              | 12 +++++--
 arch/arm/boot/dts/imx7d-flex-concentrator.dts      |  1 +
 arch/arm/boot/dts/ste-db8500.dtsi                  | 38 ++++++++++++++++++++++
 arch/arm/boot/dts/ste-db8520.dtsi                  | 38 ++++++++++++++++++++++
 arch/arm/boot/dts/ste-db9500.dtsi                  | 35 ++++++++++++++++++++
 arch/arm/boot/dts/ste-snowball.dts                 |  2 +-
 arch/arm/mach-imx/suspend-imx6.S                   |  1 +
 .../boot/dts/broadcom/stingray/stingray-usb.dtsi   |  7 +++-
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     |  2 +-
 arch/arm64/boot/dts/freescale/imx8mn.dtsi          |  2 +-
 arch/arm64/boot/dts/freescale/imx8mp.dtsi          |  2 +-
 arch/arm64/configs/defconfig                       |  2 --
 drivers/bus/arm-integrator-lm.c                    |  1 +
 drivers/firmware/imx/Kconfig                       |  1 +
 drivers/soc/atmel/soc.c                            | 13 ++++++++
 drivers/soc/imx/Kconfig                            |  2 +-
 drivers/tee/optee/call.c                           |  4 ++-
 21 files changed, 164 insertions(+), 16 deletions(-)
 create mode 100644 arch/arm/boot/dts/ste-db9500.dtsi

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: SoC Team <soc@kernel.org>, Shawn Guo <shawnguo@kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL] ARM: SoC fixes for v5.11, #2
Date: Thu, 28 Jan 2021 16:32:08 +0100	[thread overview]
Message-ID: <CAK8P3a2Ku8ummmKWSZZ+kUHxVxvqGnoB4YSTLj9zo4ntkDO3UQ@mail.gmail.com> (raw)
Message-ID: <20210128153208.ml9sDfLoS6yyYvTow9AUY802b3oTWC9MMWuPVzisObY@z> (raw)

The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837:

  Linux 5.11-rc3 (2021-01-10 14:34:50 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
tags/arm-soc-fixes-v5.11-2

for you to fetch changes up to e49c24c8cd00ea9d7471520fff562fb4e7e9f61a:

  Merge tag 'imx-fixes-5.11-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into
arm/fixes (2021-01-22 23:52:42 +0100)

----------------------------------------------------------------
ARM: SoC fixes for v5.11, part 2

These are the current arm-soc bug fixes for linux-5.11. I already merged
a larger set that just came in during the past three days but has not
had much exposure in linux-next, so these are the ones I merged last week.

Most of these are for the NXP i.MX platform (descriptions from their
pull request):

 - Fix pcf2127 reset for imx7d-flex-concentrator board.
 - Fix i.MX6 suspend with Thumb-2 kernel.
 - Fix ethernet-phy address issue on imx6qdl-sr-som board.
 - Fix GPIO3 `gpio-ranges` on i.MX8MP.
 - Select SOC_BUS for IMX_SCU driver to fix build issue.
 - Fix backlight pwm on imx6qdl-kontron-samx6i which is lost from
   #pwm-cells conversion.
 - Fix duplicated bus node name for i.MX8MN SoC.
 - Fix reset register offset on LS1028A SoC.
 - Rename MMC node aliases for imx6q-tbs2910 to keep the MMC device
   index consistent with previous kernel version.
 - Selecting ARM_GIC_V3 on non-CP15 processors to fix one build failure
   with i.MX8M SoC driver.
 - Fix typos with status property on imx6qdl-kontron-samx6i board.
 - Fix duplicated regulator-name on imx6qdl-gw52xx board.

Aside from i.MX, the bugfixes are all over the place:

 - Coccinelle found a refcount imbalance on integrator
 - defconfig fix for TI K3
 - A boot regression fix for ST ux500
 - A code preemption fix for the optee driver
 - USB DMA regression on Broadcom Stingray
 - A bogus boot time warning fix for at91 code

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

----------------------------------------------------------------
Arnd Bergmann (4):
      ARM: imx: fix imx8m dependencies
      Merge tag 'imx-fixes-5.11' of
git://git.kernel.org/.../shawnguo/linux into arm/fixes
      Merge tag 'optee-rcu-sched-trace-for-v5.11' of
git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
      Merge tag 'imx-fixes-5.11-2' of
git://git.kernel.org/.../shawnguo/linux into arm/fixes

Bharat Gooty (1):
      arm64: dts: broadcom: Fix USB DMA address translation for Stingray

Bruno Thomsen (1):
      ARM: dts: imx7d-flex-concentrator: fix pcf2127 reset

Claudiu Beznea (1):
      drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[]

Jacky Bai (1):
      arm64: dts: imx8mp: Correct the gpio ranges of gpio3

Koen Vandeputte (1):
      ARM: dts: imx6qdl-gw52xx: fix duplicate regulator naming

Linus Walleij (1):
      ARM: dts: ux500: Reserve memory carveouts

Marco Felsch (2):
      ARM: dts: imx6qdl-kontron-samx6i: fix pwms for lcd-backlight
      ARM: dts: imx6qdl-kontron-samx6i: fix i2c_lcd/cam default status

Max Krummenacher (1):
      ARM: imx: build suspend-imx6.S with arm instruction set

Michael Walle (1):
      arm64: dts: ls1028a: fix the offset of the reset register

Nishanth Menon (1):
      arm64: defconfig: Drop unused K3 SoC specific options

Randy Dunlap (1):
      firmware: imx: select SOC_BUS to fix firmware build

Rouven Czerwinski (1):
      tee: optee: replace might_sleep with cond_resched

Russell King (1):
      ARM: dts: imx6qdl-sr-som: fix some cubox-i platforms

Shengjiu Wang (1):
      arm64: dts: imx8mn: Fix duplicate node name

Soeren Moch (1):
      ARM: dts: tbs2910: rename MMC node aliases

Stefan Wahren (1):
      MAINTAINERS: Include bcm2835 subsequents into search

Sudeep Holla (1):
      drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs

Sumera Priyadarsini (1):
      bus: arm-integrator-lm: Add of_node_put() before return statement

 MAINTAINERS                                        |  2 +-
 arch/arm/boot/dts/imx6q-tbs2910.dts                |  7 ++++
 arch/arm/boot/dts/imx6qdl-gw52xx.dtsi              |  2 +-
 arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi      |  6 ++--
 arch/arm/boot/dts/imx6qdl-sr-som.dtsi              | 12 +++++--
 arch/arm/boot/dts/imx7d-flex-concentrator.dts      |  1 +
 arch/arm/boot/dts/ste-db8500.dtsi                  | 38 ++++++++++++++++++++++
 arch/arm/boot/dts/ste-db8520.dtsi                  | 38 ++++++++++++++++++++++
 arch/arm/boot/dts/ste-db9500.dtsi                  | 35 ++++++++++++++++++++
 arch/arm/boot/dts/ste-snowball.dts                 |  2 +-
 arch/arm/mach-imx/suspend-imx6.S                   |  1 +
 .../boot/dts/broadcom/stingray/stingray-usb.dtsi   |  7 +++-
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     |  2 +-
 arch/arm64/boot/dts/freescale/imx8mn.dtsi          |  2 +-
 arch/arm64/boot/dts/freescale/imx8mp.dtsi          |  2 +-
 arch/arm64/configs/defconfig                       |  2 --
 drivers/bus/arm-integrator-lm.c                    |  1 +
 drivers/firmware/imx/Kconfig                       |  1 +
 drivers/soc/atmel/soc.c                            | 13 ++++++++
 drivers/soc/imx/Kconfig                            |  2 +-
 drivers/tee/optee/call.c                           |  4 ++-
 21 files changed, 164 insertions(+), 16 deletions(-)
 create mode 100644 arch/arm/boot/dts/ste-db9500.dtsi

_______________________________________________
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-28 15:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-28 15:32 Arnd Bergmann [this message]
2021-01-28 15:32 ` [GIT PULL] ARM: SoC fixes for v5.11, #2 Arnd Bergmann
2021-01-28 18:16 ` pr-tracker-bot
2021-01-28 18: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=CAK8P3a2Ku8ummmKWSZZ+kUHxVxvqGnoB4YSTLj9zo4ntkDO3UQ@mail.gmail.com \
    --to=arnd@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shawnguo@kernel.org \
    --cc=soc@kernel.org \
    --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.