All of lore.kernel.org
 help / color / mirror / Atom feed
* ARM SoC fixes for v5.12, part 2
@ 2021-04-18 19:23 ` Arnd Bergmann
  0 siblings, 0 replies; 7+ messages in thread
From: Arnd Bergmann @ 2021-04-18 19:23 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: SoC Team, Linux ARM, Linux Kernel Mailing List, Tony Lindgren

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@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(-)

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

* ARM SoC fixes for v5.12, part 2
@ 2021-04-18 19:23 ` Arnd Bergmann
  0 siblings, 0 replies; 7+ messages in thread
From: Arnd Bergmann @ 2021-04-18 19:23 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: SoC Team, Linux ARM, Linux Kernel Mailing List, Tony Lindgren

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@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(-)

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

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

* [GIT PULL] Re: ARM SoC fixes for v5.12, part 2
@ 2021-04-18 19:24   ` Arnd Bergmann
  0 siblings, 0 replies; 7+ messages in thread
From: Arnd Bergmann @ 2021-04-18 19:24 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: SoC Team, Linux ARM, Linux Kernel Mailing List, Tony Lindgren

I forgot to add the '[GIT PULL]' in the subject line, replying to myself
here to ensure it hits the right email folder.

On Sun, Apr 18, 2021 at 9:23 PM Arnd Bergmann <arnd@kernel.org> wrote:
>
> 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@arndb.de>
>

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

* [GIT PULL] Re: ARM SoC fixes for v5.12, part 2
@ 2021-04-18 19:24   ` Arnd Bergmann
  0 siblings, 0 replies; 7+ messages in thread
From: Arnd Bergmann @ 2021-04-18 19:24 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: SoC Team, Linux ARM, Linux Kernel Mailing List, Tony Lindgren

I forgot to add the '[GIT PULL]' in the subject line, replying to myself
here to ensure it hits the right email folder.

On Sun, Apr 18, 2021 at 9:23 PM Arnd Bergmann <arnd@kernel.org> wrote:
>
> 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@arndb.de>
>

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

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

* Re: [GIT PULL] Re: ARM SoC fixes for v5.12, part 2
  2021-04-18 19:24   ` Arnd Bergmann
  (?)
@ 2021-04-18 20:36     ` Linus Torvalds
  -1 siblings, 0 replies; 7+ messages in thread
From: Linus Torvalds @ 2021-04-18 20:36 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: SoC Team, Linux ARM, Linux Kernel Mailing List, Tony Lindgren

On Sun, Apr 18, 2021 at 12:24 PM Arnd Bergmann <arnd@kernel.org> wrote:
>
> I forgot to add the '[GIT PULL]' in the subject line, replying to myself
> here to ensure it hits the right email folder.

Well, the reply hit _my_ search criterion, but the pr-tracker-bot is a
bit more picky.

As a result, I don't think you'll get any automated reply from the bot.

So here's the manual one,

               Linus

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

* Re: [GIT PULL] Re: ARM SoC fixes for v5.12, part 2
@ 2021-04-18 20:36     ` Linus Torvalds
  0 siblings, 0 replies; 7+ messages in thread
From: Linus Torvalds @ 2021-04-18 20:36 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: SoC Team, Linux ARM, Linux Kernel Mailing List, Tony Lindgren

On Sun, Apr 18, 2021 at 12:24 PM Arnd Bergmann <arnd@kernel.org> wrote:
>
> I forgot to add the '[GIT PULL]' in the subject line, replying to myself
> here to ensure it hits the right email folder.

Well, the reply hit _my_ search criterion, but the pr-tracker-bot is a
bit more picky.

As a result, I don't think you'll get any automated reply from the bot.

So here's the manual one,

               Linus

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

* Re: [GIT PULL] Re: ARM SoC fixes for v5.12, part 2
@ 2021-04-18 20:36     ` Linus Torvalds
  0 siblings, 0 replies; 7+ messages in thread
From: Linus Torvalds @ 2021-04-18 20:36 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: SoC Team, Linux ARM, Linux Kernel Mailing List, Tony Lindgren

On Sun, Apr 18, 2021 at 12:24 PM Arnd Bergmann <arnd@kernel.org> wrote:
>
> I forgot to add the '[GIT PULL]' in the subject line, replying to myself
> here to ensure it hits the right email folder.

Well, the reply hit _my_ search criterion, but the pr-tracker-bot is a
bit more picky.

As a result, I don't think you'll get any automated reply from the bot.

So here's the manual one,

               Linus

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

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

end of thread, other threads:[~2021-04-18 20:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-18 19:23 ARM SoC fixes for v5.12, part 2 Arnd Bergmann
2021-04-18 19:23 ` Arnd Bergmann
2021-04-18 19:24 ` [GIT PULL] " Arnd Bergmann
2021-04-18 19:24   ` Arnd Bergmann
2021-04-18 20:36   ` Linus Torvalds
2021-04-18 20:36     ` Linus Torvalds
2021-04-18 20:36     ` Linus Torvalds

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.