ARM SoC fixes for v5.12, part 2

Arnd Bergmann arnd at kernel.org
Sun Apr 18 20:23:10 BST 2021


The following changes since commit e49d033bddf5b565044e2abe4241353959bc9120:

  Linux 5.12-rc6 (2021-04-04 14:15:36 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
tags/arm-fixes-5.12-3

for you to fetch changes up to b9a9786a13ea158ee3b23614217f2e3158178421:

  Merge tag 'omap-for-v5.12/fixes-rc6-signed' of
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into
arm/fixes (2021-04-08 17:56:09 +0200)

----------------------------------------------------------------
ARM SoC fixes for v5.12, part 2

Another smaller set of fixes for three of the Arm platforms:

TI OMAP:

    Fix swapped mmc device order also for omap3 that got changed with the
    recent PROBE_PREFER_ASYNCHRONOUS changes. While eventually the aliases
    should be board specific, all the mmc device instances are all there in
    the SoC, and we do probe them by default so that PM runtime can idle the
    devices if left enabled from the bootloader.

Qualcomm Snapdragon:

    This bypasses the, recently introduced, interconnect handling in the
    GENI (serial engine) driver when running off ACPI, as this causes the
    GENI probe to fail and the Lenovo Yoga C630 to boot without keyboard
    and touchpad.

Allwinner:

    One 32kHz clock fix for the beelink gs1, a CD polarity fix for the SoPine,
    some MAINTAINERS maintainance, and a clk / reset switch to our headers.

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

----------------------------------------------------------------
Andre Przywara (1):
      arm64: dts: allwinner: Fix SD card CD GPIO for SOPine systems

Arnd Bergmann (3):
      Merge tag 'sunxi-fixes-for-5.12-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into
arm/fixes
      Merge tag 'qcom-drivers-fixes-for-5.12' of
git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into
arm/fixes
      Merge tag 'omap-for-v5.12/fixes-rc6-signed' of
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into
arm/fixes

Chen-Yu Tsai (1):
      arm64: dts: allwinner: h6: Switch to macros for RSB clock/reset indices

Jernej Skrabec (1):
      arm64: dts: allwinner: h6: beelink-gs1: Remove ext. 32 kHz osc reference

Maxime Ripard (2):
      MAINTAINERS: Add our new mailing-list
      MAINTAINERS: Match on allwinner keyword

Shawn Guo (1):
      soc: qcom: geni: shield geni_icc_get() for ACPI boot

Tony Lindgren (3):
      ARM: OMAP2+: Fix warning for omap_init_time_of()
      ARM: dts: Fix swapped mmc order for omap3
      ARM: OMAP2+: Fix uninitialized sr_inst

 MAINTAINERS                                             | 2 ++
 arch/arm/boot/dts/omap3.dtsi                            | 3 +++
 arch/arm/mach-omap2/board-generic.c                     | 2 +-
 arch/arm/mach-omap2/sr_device.c                         | 2 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-lts.dts | 4 ++++
 arch/arm64/boot/dts/allwinner/sun50i-a64-sopine.dtsi    | 2 +-
 arch/arm64/boot/dts/allwinner/sun50i-h6-beelink-gs1.dts | 4 ----
 arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi            | 4 ++--
 drivers/soc/qcom/qcom-geni-se.c                         | 3 +++
 9 files changed, 17 insertions(+), 9 deletions(-)



More information about the linux-arm-kernel mailing list