linux-sunxi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Allwinner Fixes for 5.12
@ 2021-04-07 11:45 Maxime Ripard
  2021-04-08 15:50 ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Maxime Ripard @ 2021-04-07 11:45 UTC (permalink / raw)
  To: arm, soc
  Cc: Maxime Ripard, linux-arm-kernel, linux-sunxi, Chen-Yu Tsai,
	Jernej Skrabec

[-- Attachment #1: Type: text/plain, Size: 1634 bytes --]

Hi Arnd, Olof,

Here's the fixes PR rebase with my SoB added

Please pull the following changes for the current release.

Thanks!
Maxime

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-fixes-for-5.12-1

for you to fetch changes up to 7a2f6e69e9c1060a7a09c1f8322ccb8d942b3078:

  arm64: dts: allwinner: h6: beelink-gs1: Remove ext. 32 kHz osc reference (2021-04-07 13:41:47 +0200)

----------------------------------------------------------------
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.

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

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


 MAINTAINERS                                             | 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 ++--
 5 files changed, 9 insertions(+), 7 deletions(-)



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [GIT PULL] Allwinner Fixes for 5.12
  2021-04-07 11:45 [GIT PULL] Allwinner Fixes for 5.12 Maxime Ripard
@ 2021-04-08 15:50 ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2021-04-08 15:50 UTC (permalink / raw)
  To: soc, arm, Maxime Ripard
  Cc: Arnd Bergmann, Chen-Yu Tsai, linux-sunxi, linux-arm-kernel,
	Jernej Skrabec

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 7 Apr 2021 13:45:29 +0200, Maxime Ripard wrote:
> Here's the fixes PR rebase with my SoB added
> 
> Please pull the following changes for the current release.
> 
> Thanks!
> Maxime
> 
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: 974be36e1ca987a1940eb6894a2b5bb631049791

       Arnd

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

* Re: [GIT PULL] Allwinner Fixes for 5.12
  2021-04-02 13:36 Maxime Ripard
@ 2021-04-03 20:56 ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2021-04-03 20:56 UTC (permalink / raw)
  To: soc, arm, Maxime Ripard
  Cc: Arnd Bergmann, linux-arm-kernel, linux-sunxi, Jernej Skrabec,
	Chen-Yu Tsai

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 2 Apr 2021 15:36:33 +0200, Maxime Ripard wrote:
> Please pull the following changes for the current release.
> 
> Thanks!
> Maxime
> 
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: d06d82146c3b4b1159b052c6c2e143293ee9f687

       Arnd

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

* [GIT PULL] Allwinner Fixes for 5.12
@ 2021-04-02 13:36 Maxime Ripard
  2021-04-03 20:56 ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Maxime Ripard @ 2021-04-02 13:36 UTC (permalink / raw)
  To: arm, soc
  Cc: Maxime Ripard, linux-arm-kernel, Chen-Yu Tsai, Jernej Skrabec,
	linux-sunxi

[-- Attachment #1: Type: text/plain, Size: 1586 bytes --]

Hi Arnd, Olof,

Please pull the following changes for the current release.

Thanks!
Maxime

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-fixes-for-5.12

for you to fetch changes up to a3797571964d80ff3abebb1cd5047d4ae6d8db4e:

  arm64: dts: allwinner: h6: beelink-gs1: Remove ext. 32 kHz osc reference (2021-04-01 10:22:33 +0200)

----------------------------------------------------------------
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.

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

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


 MAINTAINERS                                             | 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 ++--
 5 files changed, 9 insertions(+), 7 deletions(-)



[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

end of thread, other threads:[~2021-04-08 15:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-07 11:45 [GIT PULL] Allwinner Fixes for 5.12 Maxime Ripard
2021-04-08 15:50 ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2021-04-02 13:36 Maxime Ripard
2021-04-03 20:56 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).